/**** Author's Custom Styles ****/


@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

.site-main{ margin: 0px !important;}

body {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

h3,
h4,
h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-size: 80px;
    font-weight: 900;
    color: #000;
}

h3 {
    font-size: 30px;
    font-weight: 800;
}

h2 span {
    font-family: 'Lato', sans-serif;
    font-size: 50;
    font-weight: 400;
}

p,
ul {
    margin: 0px;
    margin-bottom: 20px;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
}

.btn {
    background: linear-gradient(to left, #27AAE1, #0091D1);
    color: #fff !important;
    padding: 20px;
    font-weight: bold;
    font-size: 20px;
    font-weight: 700;
    width: 263px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 0px;
    z-index: 0;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;

}


/* .btn:hover {
    color: #0091D1 !important;
    outline: none;
}

.btn:hover:after {
    height: 100%;
}

.btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: #fff;
    color: #000;
} */

.btn:focus {
    outline: none;
    box-shadow: none !important;
}


/* * Section */

.section {
    padding-top: 80px;
    text-align: left;
}

.section h2 {
    margin-bottom: 20px;
    font-size: 80px;
    font-weight: 900;
}

.section h2 span {
    font-size: 50px;
    font-weight: 400 !important;
}

.section h2:first-child {
    margin-top: 0px;
    margin-bottom: 20px;
}

.section p:last-child,
.section ul:last-child {
    margin-bottom: 0px;
}

.section-padding {
    padding: 0px 140px;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.top-space {
    margin-top: 35px;
}

p.top-text {
    font-size: 24px;
}

img.line {
    min-width: 135px;
    margin-top: 15px;
}


/* header */

header#gvl-header {
    width: 100%;
    position: fixed;
    z-index: 9999999999999;
    opacity: 1;
    top: 0;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

header#gvl-header .header-padding {
    padding: 0px 140px
}

header#gvl-header .navbar-brand img {
    width: 270px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.navbar-nav {
    margin-bottom: 0px;
    border-radius: 0px;
    min-height: 30px;
    border: none;
    padding: 0px 0px;
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.navbar-nav>li {
    padding: 25px 40px;
    font-size: 16px;
    font-weight: 900;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.navbar-nav>li>a {
    color: #000;
    font-family: 'Lato', sans-serif !important;
    padding: 6px 0px !important;
    transition: ease 0.3s;
    border-color: transparent;
    font-weight: 600 !important;
}

.navbar-nav>li>a:hover {
    color: #000;
}

.navbar-nav>li.phone {
    padding: 20px 30px;
    background: linear-gradient(to left, #27AAE1, #0091D1);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 26px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    cursor: pointer;
    position: relative;
    display: inline-block;
    outline: none;
    z-index: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    border: 1px solid #0091D1;
}

.navbar-nav>li.phone a::before {
    font-family: 'FontAwesome';
    content: '\f095';
    margin-right: 10px;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.navbar-nav>li.phone a {
    color: #fff;
}



.navbar-nav>li.phone:hover {
    color: #0091D1 !important;
    border: 1px solid #0091D1;
}

.navbar-nav>li.phone:hover a {
    color: #0091D1 !important;
}

.navbar-nav>li.phone:hover a::before {
    color: #0091D1;
    transition: 0.3s ease-in-out;
}

.navbar-nav>li.phone:hover:after {
    height: 100%;
}

.navbar-nav>li.phone:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: #fff;
    color: #000;
}

.navbar-nav>.active>a,
.navbar-nav>.active>a:hover,
.navbar-nav>.active>a:focus {
    color: #000;
    background-color: transparent;
}

/* .navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    color: #000;
    background-color: transparent;
} */

header#gvl-header .navbar ul {
    list-style-type: none;
    padding-right: 0px;
}

.navbar-toggle {
    border-color: #000;
    margin: 25px 15px;
    background-color: #fff;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-toggler {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 5px;
    font-size: 0.8rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    display: GRID;
    width: 1.5em;
    height: 3px;
    background-size: 100%;
    background: #000;
    height: 2px;
    margin: 5px 1px;
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #27AAE1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}


/* dropdown */


.dropdown:hover .dropdown-menu {
    display: block !important;
    color: #000;
    font-family: 'Lato', sans-serif;
}

header#gvl-header .navbar .dropdown .dropdown-menu li {
    margin-top: 0;
    font-family: 'Lato', sans-serif;
}

header#gvl-header .navbar .dropdown .dropdown-menu li a.dropdown-item {
    background: #fff;
    background-color: #fff;
    color: #000;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

header#gvl-header .navbar .dropdown .dropdown-menu li a.dropdown-item:hover {
    background: #27AAE1;
    color: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


/** Sticky */

header#gvl-header.sticky {
    position: fixed;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .3) !important;
}

header#gvl-header.sticky-mobile {
    background-color: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .3) !important;
}

header#gvl-header.sticky .navbar {
    background-color: #fff !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .3) !important;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

header#gvl-header.sticky .navbar-nav>li {
    padding: 10px 40px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

header#gvl-header.sticky .navbar-nav>li.phone {
    padding: 20px 30px;
}

header#gvl-header.sticky .navbar-brand img {
    width: 200px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}


/*** home-banner ***/

.home-banner {
    /* background: url('../img/header-image.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; */
    margin-top: 142px;
}

.home-banner video {
    position: relative;
    width: 100%;
    /* z-index: 11; */
}

.home-banner .content-area {
    color: #fff;
    text-align: center;
    padding: 220px 0px;
    position: absolute;
    top: 7%;
    right: 0;
    left: 0;
    /* z-index: 999; */
}

.home-banner .content-area h1 {
    font-size: 105px;
    font-weight: 900;
    text-shadow: 0px 5px 20px rgba(0 0 0 / 70%) !important;
}

.home-banner .content-area h1 span {
    font-size: 86px;
    font-weight: 400;
}

.home-banner .content-area p.tag {
    line-height: 2;
    background: rgba(0, 0, 0, 0.4);
    width: fit-content;
    padding: 10px 96px;
    margin: 0 auto;
    text-align: center;
    margin-top: 38px;
}


/** About Industrial Services **/

.about-industrial-service .content-area a.btn-about-us {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    margin-top: 30px;
    text-align: center;
    padding-left: 0;
}

.about-industrial-service .content-area a.btn-about-us p::after {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #fff;
    position: absolute;
    right: 42px;
}

.about-industrial-service .content-area a.btn-about-us:hover {
    color: #0091D1 !important;
    outline: none;
}

.about-industrial-service .content-area h2 span img {
    width: 102px;
    margin-left: 7px;
    margin-top: -7px;
}
.about-industrial-service .content-area p{
    width: 84%;
}

.about-industrial-service .content-area a.btn-about-us:hover:after {
    height: 100%;
}

.about-industrial-service .content-area a.btn-about-us:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: #fff;
    color: #000;
}

.about-industrial-service .content-area a.btn-about-us:hover p::after {
    color: #0091D1;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.about-industrial-service .image-area img {
    float: right;
    position: relative;
    z-index: 99999999;
}




/** cleaning solutions **/

.cleaning-solutions .item {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
    padding: 30px;
    height: 568px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 50px;
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.cleaning-solutions .item.item1:hover {
    background-image: url('../img/background-01.png');
    color: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-size: cover;
}

.cleaning-solutions .item.item2:hover {
    background-image: url('../img/background-02.png');
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.cleaning-solutions .item.item3:hover {
    background-image: url('../img/background-03.png');
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.cleaning-solutions .item:hover::before {
    display: none;
    transition: 0.3s ease-in-out;
}

.cleaning-solutions .item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 80%;
    left: 0%;
    border-top: 13px solid #0091D1;
    border-top-left-radius: 10px;
    transition: 0.3s ease-in-out;
}

.cleaning-solutions .item .content-area {
    margin-top: 56px;

}



.cleaning-solutions .item .content-area p {
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.cleaning-solutions .item .content-area a.btn-more {
    background: transparent !important;
    color: #0091D1 !important;
    font-size: 20px;
    font-weight: 700;
    text-align: left !important;
    margin-top: 30px !important;

}

.cleaning-solutions .item .content-area a.btn-more p.tag {
    height: 20px;
    padding: 25px;
    margin-top: -30px;

}

.cleaning-solutions .item .content-area a.btn-more p.tag::after {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #0091D1;
    position: absolute;
    right: 20px;
    font-size: 20px;
    font-weight: 700;
}

.cleaning-solutions .item:hover .content-area a.btn-more {
    border: 2px solid #fff;
    width: 100%;

    background: #1FB0F0 !important;
    color: #fff !important;

}

.cleaning-solutions .item:hover .content-area a.btn-more p.tag:after {
    color: #fff;
    right: 70px;
}

.cleaning-solutions .item .image-area {
    margin-top: 30px;
}

.cleaning-solutions .item .image-area .img-02 {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    display: none;

}

.cleaning-solutions .item .image-area .img-01 {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.cleaning-solutions .item:hover .image-area .img-01 {
    display: none;
}

.cleaning-solutions .item:hover .image-area .img-02 {
    display: block;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;

}

.cleaning-solutions .button-area {
    text-align: center;
    margin-top: 40px;
}

.cleaning-solutions .button-area .btn-view-all {
    padding-right: 70px;
    position: relative;
    text-align: center;
    width: 337px;
    margin-top: 40px;
    padding-left: 0px;
}

.cleaning-solutions .button-area .btn-view-all:hover {
    color: #0091D1 !important;
    outline: none;
}

.cleaning-solutions .button-area .btn-view-all:hover:after {
    height: 100%;
}

.cleaning-solutions .button-area .btn-view-all:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: #fff;
    color: #000;
}

.cleaning-solutions .button-area .btn-view-all p:after {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #fff;
    position: absolute;
    right: 47px;
}

.cleaning-solutions .button-area .btn-view-all:hover p::after {
    color: #0091D1;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


/** robotics-and-automation **/

.robotics-and-automation .content-area {
    background-image: url('../img/robotics-and-\ automation-imge.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 200px 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.robotics-and-automation .content-area h2 {
    color: #fff !important;
}

.robotics-and-automation .content-area .btn-learn-more {
    background: #fff !important;
    color: #0091D1 !important;
    text-align: center;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
    padding-left: 0px;
}

.robotics-and-automation .content-area .btn-learn-more p::after {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #0091D1;
    position: absolute;
    right: 42px;
    font-size: 20px;
    font-weight: 700;
}

.robotics-and-automation .content-area .btn-learn-more:hover {
    color: #fff !important;
    outline: none;
}

.robotics-and-automation .content-area .btn-learn-more:hover p::after {
    color: #fff !important;
}

.robotics-and-automation .content-area .btn-learn-more:hover:after {
    height: 100%;
}

.robotics-and-automation .content-area .btn-learn-more:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: linear-gradient(to left, #27AAE1, #0091D1);
    color: #000;
    border: none !important;
}

.robotics-and-automation .content-area .btn-learn-more:hover p::after {
    color: #0091D1;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


/** project-management **/

.project-management .content-area a.btn-contact-us {
    margin-top: 28px;
    text-align: center;
    padding-left: 0px;
}

.project-management .content-area a.btn-contact-us p::after {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #fff;
    position: absolute;
    right: 45px;
    font-size: 20px;
    font-weight: 700;
}

.project-management .content-area a.btn-contact-us:hover {
    color: #0091D1 !important;
    outline: none;
}

.project-management .content-area a.btn-contact-us:hover:after {
    height: 100%;
}

.project-management .content-area a.btn-contact-us:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: #fff;
    color: #000;
}

.project-management .content-area a.btn-contact-us:hover p::after {
    color: #0091D1;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.project-management .image-area {
    text-align: center;
}



.project-management .image-area img {
    float: right;
    margin-top: -90px;
}




/**home-wash-systems**/

.home-wash-systems .design-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url('../img/custom-designed-wash-background.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    padding: 65px 100px;
    padding-right: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.home-wash-systems .content-area {
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 45%;
}

.home-wash-systems .content-area h2 {
    color: #fff;
}

.home-wash-systems .image-area {
    margin-left: 15px;
}

.home-wash-systems .design-area .content-area a.btn-learn-more {
    background: #1FB0F0 !important;
    color: #fff !important;
    margin-top: 20px;
    border: 2px solid #fff;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    text-align: center;
    padding-left: 0px;
}

.home-wash-systems .design-area .content-area a.btn-learn-more p::after {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #fff;
    position: absolute;
    right: 50px;
    font-size: 20px;
    font-weight: 700;
}

.home-wash-systems .design-area .content-area a.btn-learn-more:hover p::after {
    color: #1FB0F0;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.home-wash-systems .design-area .content-area a.btn-learn-more:hover {
    color: #1FB0F0 !important;
    outline: none;
}

.home-wash-systems .design-area .content-area a.btn-learn-more:hover:after {
    height: 100%;
}

.home-wash-systems .design-area .content-area a.btn-learn-more:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: #fff;
    color: #000;
}


/** home-our-products **/

.home-our-products {
    background-color: #F5F5F5;
    padding: 110px 0px 400px;
    margin-bottom: -336px;

}




.home-our-products .content-area p {
    margin: 48px 0px;
}








.home-our-products .button-area {
    text-align: center;
    margin-top: 40px;
}

.home-our-products .content-area .button-area a.btn-more {
    text-align: center !important;
    padding-left: 0px !important;
}

.home-our-products .button-area a.btn-more p::after {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #fff;
    position: absolute;
    right: 45px;
    font-size: 20px;
    font-weight: 700;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}




.home-our-products .button-area a.btn-more:hover p::after {
    color: #0091D1;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.home-our-products .button-area a.btn-more:hover {
    color: #0091D1 !important;
    outline: none;
}

.home-our-products .button-area a.btn-more:hover:after {
    height: 100%;
}

.home-our-products .button-area a.btn-more:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: #fff;
    color: #000;
}


.form-select:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
.our-products .item1 .form-control:focus{
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
/** call-to-action **/

.call-to-action {
    padding-left: 140px;
    
}

.call-to-action .content-area {
    background-image: url('../img/cta-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0px;
    color: #fff;
    padding: 120px 110px 280px;
    position: relative;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.call-to-action .content-area .phone {
    position: absolute;
    right: 16rem;
    bottom: 78px;
    font-size: 85px;
    font-weight: 900;
}


.call-to-action .content-area h2 {
    color: #fff;
}

.call-to-action .content-area p {
    font-size: 30px;
    font-weight: 400;
}


/** footer **/

footer#gvl-footer {
    background-image: url('../img/footer-image.png');
    background-size: inherit;
    background-position: right;
    background-repeat: no-repeat;
}

footer#gvl-footer .main-footer {
    padding-top: 150px;
}

footer#gvl-footer .main-footer ul li {
    line-height: 40px;
    font-size: 16px;
}

footer#gvl-footer .main-footer .social-area ul.social {
    list-style-type: none;
    padding-left: 0;
}

footer#gvl-footer .main-footer .social-area ul.social li {
    display: inline-block;
}

footer#gvl-footer .main-footer .social-area ul.social li i.fa {
    margin-right: 25px;
    color: #0091D1;
}


footer#gvl-footer .main-footer .logo-area .footer-logo {
    margin-top: 50px;
    width: 330px;
}

footer#gvl-footer .main-footer .logo-area {
    margin-top: 10px;
}

footer#gvl-footer .main-footer .contact {
    margin-left: 150px;
}

footer#gvl-footer .main-footer .contact ul.links {
    list-style-type: none;
    padding: 0px;
    line-height: 44px;
}

footer#gvl-footer .main-footer .contact ul.links li {
    color: #757373;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}




footer#gvl-footer .main-footer .contact ul.links li a:hover {
    color: #0091D1;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

footer#gvl-footer .main-footer .contact ul.links li.mail:before {
    font-family: 'fontAwesome';
    content: '\f0e0';
    color: #0091D1;
    margin-right: 24px;
}

footer#gvl-footer .main-footer .contact ul.links li.location{
    position: relative;
    left: 36px;
}

footer#gvl-footer .main-footer .contact ul.links li.location:before {
    font-family: 'fontAwesome';
    content: '\f041';
    color: #0091D1;
    position: absolute;
    left: -34px;
}

footer#gvl-footer .main-footer .contact ul.links li.tel:before {
    font-family: 'fontAwesome';
    content: '\f095';
    color: #0091D1;
    margin-right: 24px;
}

footer#gvl-footer .main-footer .quick-links {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    line-height: 44px;
}

footer#gvl-footer .main-footer .quick-links ul.pages {
    list-style-type: none;
    padding: 0;
}

footer#gvl-footer .main-footer .quick-links ul.pages li {
    color: #757373;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

footer#gvl-footer .main-footer .quick-links ul.pages li:hover {
    color: #0091D1;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

footer#gvl-footer .copyright {
    border-top: 1px solid #DDDDDD;
}

footer#gvl-footer .copyright .content {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer#gvl-footer .copyright .content span {
    font-size: 14px;
    font-weight: 400;
}

footer#gvl-footer .main-footer .social-area {
    margin-left: 150px;
}

footer#gvl-footer .main-footer .social-area p {
    color: #757373 !important;
    font-size: 16px;
    margin-top: 70px;
}


/** Inner Pages **/

.title-area {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 108px;
}

.title-area .content-area {
    padding: 210px 0px;
}

.title-area .content-area h1 {
    font-size: 105px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}


/**About-us Page**/

.title-area.about-us-title {
    background-image: url('../img/about-us/about-us-header.png');
}

/** industrial-cleanaing-and-fabrication **/
.industrial-cleaning-and-fabrication h2 {
    margin-bottom: 37px !important;
}

.industrial-cleaning-and-fabrication .content ul {
    padding-left: 20px;
}

.industrial-cleaning-and-fabrication .lower-content-area{
    margin-top: 60px;
}

/** our vision **/


.our-vision .vision-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url('../img/about-us/our-vision-background.png');
    background-size: initial;
    background-position: left;
    background-repeat: no-repeat;
    padding-right: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-right: 140px;
}

.our-vision .vision-area .content-area {
    padding-left: 140px;
}

.our-vision .vision-area .content-area p.tag {
    margin-top: 46px;
    
}

.our-vision .vision-area .image-area {
    margin-top: 80px;
   
}


/**why gvl**/

.why-gvl .content-area p.tag {
    margin-top: 46px;
}

/** saftey-standards **/

.saftey-standard .bg{
    background-color: #27AAE1;
    height: 85%;
    width: 80%;
    position: absolute;
    right: 0;
    z-index: -99;
}

.saftey-standard .saftey-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  
}
.saftey-standard .saftey-area .item{
    width: 50%;
}
.saftey-standard .saftey-area .content-area h2{
    color: #fff;
}
.saftey-standard .saftey-area .content-area h2 span{
    color: #fff;
    font-size: 40px;
}

.saftey-standard .saftey-area .content-area {
    color: #fff;
}

.saftey-standard .saftey-area .content-area h2 {
    font-size: 40px;
}




.saftey-standard .saftey-area .image-area {
    margin-top: 50px;
}

/** environmental-practices **/
.environmental-practices{
    margin-top: 200px;
}
.environmental-practices .content-area ul {
    padding-left: 22px;
}
.environmental-practices .content-area ul li{
    width: 80%;
}

/**saftey-quality **/

.saftey-quality .content-area {
    background-image: url('../img/about-us/safety-quality-background.png');
    background-size: cover;
    background-position: center;
    padding: 180px 0px 380px;


}

.saftey-quality .content-area p.tag {
    margin-top: 44px;
}

.saftey-quality{
    margin-bottom: -360px;
}


/** Industrial Cleaning Page **/


.title-area.industrial-title {
    background-image: url(../img/industrial/industrial-cleaning-header.png);
}

/**our-process **/

.our-process .content-area p.tag {
    margin-top: 50px;
}

/** service description **/

.service-description {
    background-image: url('../img/industrial/our-process-background.png');
    background-size: cover;
    background-position: center;
    margin-top: 80px;
    padding: 30px 0px 70px;
}

.service-description .content-area {
    color: #fff;
}

.service-description .content-area ul {
    margin-top: 35px;
}

.service-description .content-area h2 {
    color: #fff;
    font-size: 80px;
}

.owl-carousel {
    margin-top: 40px;
    position: relative;
}

.owl-carousel .item {
    padding: 0px 20px;
}

.owl-carousel .item.odd {
    margin-top: 150px;

}

.owl-carousel .owl-nav .fa {
    position: absolute;
    font-size: 40px;
    color: #fff;
    left: 0px;
    right: 0px;
    margin: 20px 0px;
}

.owl-carousel .owl-nav .fa.fa-angle-left {
    right: 75%;
}

.owl-carousel .owl-nav .fa.fa-angle-right {
    left: 75%;
}



/** training-and-personnel **/

.training-and-personnel .content-area ul {
    padding-left: 4rem;
}
.training-and-personnel .content-area p{
    width: 80%;
}
.training-and-personnel .content-area ul.graffitti-list li{
    width: 70%;
}

/** our-work **/

.our-work {
    background-color: #F5F5F5;
    padding: 10px 0px 250px;
    margin-bottom: -336px;
}
.our-work .content-area p{
    width: 80%;
}

.our-work .owl-carousel.before_after_slider .owl-nav .fa.fa-angle-left {
    display: none;
}

.our-work .owl-carousel.before_after_slider .owl-nav .fa {

    left: 44%;
    bottom: 42%;
    color: #fff;
    background-color: #27AAE1;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgb(0 0 0 / 40%);
}

.our-work .content-area {
    margin-top: 260px;
}

.our-work .work-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our-work .work-area .image-area {
    position: relative;
}

.our-work .work-area .image-area .before-image {
    margin-right: 18px;
}

.our-work .work-area .image-area .after-image {
    margin-top: 13rem;
}

.our-work .work-area .image-area .icon {
    position: absolute;
    left: 44%;
    bottom: 43%;
}

.kuaJZO {
    display: none;
}

.eapps-widget-toolbar-panel-edit {

    display: none;
}

.eapps-widget:hover .eapps-widget-toolbar-panel {
    display: none;
}

.eapps-widget-toolbar-panel-share-button {
    display: none !important;
}

.eapps-widget-toolbar-panel-only-you {
    display: none;
}

.eapp-before-and-after-slider-root-layout-component.jsx-3078908908 {
    margin-top: 80px;
}


/** Products-page **/


.title-area.products-title {
    background-image: url('../img/products/product-header.png');
}

.our-products .content-area p.tag {
    margin-bottom: 80px;
}

/* .our-products .upper-content{
    display: flex;
} */

.our-products .item1 {
    display: flex;
    margin-bottom: 80px;
}

.our-products .item1 .form-select {
    border-radius: 10px;
    padding: 28px;
    width: 367px;
}

.our-products .item1 p {
    margin-top: 25px;
    margin-right: 20px;
}

.our-products .item1 .btn-success {
    color: #ACACAC;
    background-color: transparent;
    border-color: unset;
}

.our-products .item1 .form-control {
    padding: 25px;
    border-radius: 10px;

}

.our-products .item {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 10%);
    margin: 50px 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.our-products .item .image-area img {
    border-radius: 10px;
}

.our-products .item:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 20%);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.our-products .item .lower-image-area img {
    position: absolute;
    right: 52px;
    margin-top: -30px;
}

.our-products .item .lower-image-area .img-02 {
    margin-right: -36px;
}

.our-products .content-area h4 {
    font-size: 20px;
    font-weight: 900;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.our-products .content-area {
    margin-top: -10px;
}

.our-products .content-area p.price {
    font-size: 20px;
    font-weight: 400;
    color: #0091D1;
}






/* services-banner */

.title-area.services-banner {
    background: url(../img/Services/services-header.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 108px;
}


/* section project-management */

.services-project-management {
    padding-bottom: 80px;
}


.services-banner .content-area {
    padding: 212px 0px;
}

.services-project-management .content-area  a.btn-more {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    margin-top: 30px;
    text-align: center;
    border: 1px solid #fff;
    background: #0091D1;
    color: #fff !important;
    border: 1px solid #0091D1;
}

.services-project-management .content-area  a.btn-more p:after {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #fff;
    position: absolute;
    right: 47px;
    transition: 0.3s ease-in-out;
}

.services-project-management .content-area  a.btn-more:hover {
    color: #0091D1 !important;
   
}
.services-project-management .content-area  a.btn-more:hover p:after {
    color: #0091D1;
    transition: 0.3s ease-in-out;
}
.services-project-management .content-area  a.btn-more:hover:after {
    height: 100%;
}

.services-project-management .content-area  a.btn-more:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: #fff;
    color: #0091D1 !important;
    
}


h1 {
    color: #fff;
    font-size: 105px;
}

.services-project-management .image-area {
    margin-top: 100px;
}

.call-to-action.service-cta {
    margin: 0;
}



/* Contact-us-banner */
.title-area.contact-us-banner {
    background: url(../img/Contact-Us/contact-us-header.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 108px;
}

.contact-us-banner .content-area {
    padding: 212px 0px;
}


/* contact-us-form */

.contact-us-form-section {
    background: url(../img/Contact-Us/get-in-touch-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 298px;
}

.contact-us-form-section .content-area h2 {
    color: #fff;
}

.contact-us-form-section .content-area p {
    color: #fff;
}

.contact-us-form-section .form-area {
    margin-top: 30px;
}

.contact-us-form-section .form-area .form-group input.form-control {
    background: transparent;
    border: navajowhite;
    border-bottom: 1px solid #fff;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
    padding: 20px 0px;
    color: #fff;
    margin-bottom: 30px;
}

.contact-us-form-section .form-area .form-group input.form-control:focus {
    box-shadow: none;
}

.contact-us-form-section .form-area .form-group input.form-control::placeholder {
    color: #fff;
}

.contact-us-form-section .form-area textarea.form-control {
    background: transparent;
    border: navajowhite;
    border-bottom: 1px solid #fff;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
    padding: 20px 0px;
    height: 150px;
    color: #fff !important;

}

.contact-us-form-section .form-area textarea.form-control:focus {
    box-shadow: none; 
}

.contact-us-form-section .form-area textarea.form-control::placeholder {
    color: #fff;
}

.contact-us-form-section .form-area .button-area .btn-about-us {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    margin-top: 30px;
    text-align: center;
    border: 1px solid #fff;
    margin-top: 50px;
    background: #fff !important;
    color: #0091D1 !important;
}

.contact-us-form-section .form-area .button-area .btn-about-us:hover {
    color: #fff;
    outline: none;
}

.contact-us-form-section .form-area .button-area .btn-about-us:hover:after {
    height: 100%;
}

.contact-us-form-section .form-area .button-area .btn-about-us:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: #0091D1 !important;
    color: #fff !important;
}

.contact-section {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.contact-us-form-section .contact-area {
    color: #fff;
    margin-bottom: -80px;
    padding-left: 140px;
}

.contact-us-form-section .contact-area p {
    margin-bottom: 10px;
}




/* map */

.contact-us-map {
    margin-top: -160px;
}




/** title-areas **/

.title-area.wash-title{
    background-image: url('../img/wash-systems/wash-systems-header.png');
}

.title-area.graffitti-title{
    background-image: url('../img/graffitti/graffiti-removal-header.png');
}

.title-area.project-title{
    background-image: url('../img/project/project-management-header.png');
}

.title-area.robotics-title{
    background-image: url('../img/robotics/robotics-&-automation-header.png');
}


/** woocommerce **/

.woocommerce-products-header__title.page-title{
    display: none;
}

.woocommerce .sidebar.widget-area{
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}



.woocommerce .widget.widget_block#block-11{
    width: 100% !important;
    margin-left: 150px !important;
}
/* .woocommerce .woocommerce-ordering select {
    
    padding: 15px !important;
    margin-top: -80px !important;
} */

.wc-block-price-filter__title{
    font-size: 18px !important;
}


.wc-block-components-price-slider__range-input-progress {
    height: 9px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 9px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    --track-background: unset !important; 
     --range-color: unset !important; 
     background: linear-gradient(to left, #27AAE1, #0091D1) !important;
}

/* woocommerce Products */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    box-shadow: none !important;
    text-align: left;
    border-radius: 15px;
    padding: 20px !important;
    margin-bottom: unset !important;
}
.woocommerce ul.products li.product a img{
    box-shadow: 0px 7px 22px rgb(0 0 0 / 10%) !important;
    border-radius: 15px !important;
    padding: 20px !important;
    transition: 0.3s ease-in-out;
}
.woocommerce ul.products li.product a img:hover{
     transform: translateY(-10px) !important; 
     transition: 0.3s ease-in-out; 
     -webkit-transform: translateY(-10px) !important; 
     box-shadow: 0px 7px 22px rgb(0 0 0 / 10%) !important;
}
.woocommerce-loop-product__title{
    font-size: 20px !important;
    font-weight: 900 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important; 
    overflow: hidden !important;
}
.woocommerce-page ul.products.columns-3 li.product:hover, .woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    transform: unset !important; 
    -webkit-transform: unset !important; 
    box-shadow: none !important;
}
.woocommerce ul.products li.product .price {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #0091D1 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: unset;
}



/* woocommerce pagination */

.woocommerce nav.woocommerce-pagination {
    text-align: right !important;

}

.woocommerce nav.woocommerce-pagination ul {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 10%);
    margin: 50px 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li a {
    width: 36px !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #0091D1 !important;
    color: #fff !important;
    border-radius: 50px;
    width: 36px;
    text-align: center;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li {
    margin: 5px !important;
}


.wp-block-search__button {
    background: #0091D1 !important;
    border: 1px solid #ccc;
    padding: 0.375em 0.625em;
    color: #fff !important;
    margin-left: 0.625em;
    word-break: normal;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    margin: 0;
    border-radius: 4px;
    width: auto;
    max-width: 100px;
    min-width: 0;
    border: none !important;
}

/* woocomerce single product */

/* * single product page */
.woocommerce div.product div.images img {
    width: auto !important;
    margin: auto;
}

.woocommerce .product.type-product .product_meta {
    display: grid;
}

.woocommerce .product.type-product .product_meta .sku_wrapper {
    margin-top: 20px;
    font-weight: bold;
}

.woocommerce .product.type-product .product_meta .sku_wrapper .sku {
    font-weight: 400;
}

.woocommerce .product.type-product .product_meta .posted_in {
    font-weight: bold;
}

.woocommerce .product.type-product .product_meta .posted_in a {
    font-weight: 400;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #0091D1 !important;
    color: #fff !important;
    font-size: 16px !important;
    width: 220px !important;
    padding: 10px 0 !important;
    transition: ease-in-out 0.3s !important;
    border-radius: 50px !important;
    line-height: 2.2 !important;
    margin-left: 10px !important;
    text-align: center !important;
    outline: none !important;
}

.woocommerce .woocommerce-variation-add-to-cart {
    margin-top: 30px;
}

.woocommerce .woocommerce-product-details__short-description {
    margin: 50px 0px;
}

/* .woocommerce .quantity .qty {
    width: 7em !important;
    height: 55px;
} */

.woocommerce div.product form.cart .variations {
    margin-bottom: 30px !important;
    display: flex;
    align-items: center;
}

.woocommerce div.product form.cart .variations label {
    color: #000;
    font-size: 24px;
    margin-right: 30px;
    margin-top: 10px;
}

.woocommerce div.product form.cart .variations td.label {
    vertical-align: unset;
    line-height: unset;
}

.woocommerce div.product form.cart .variations select {
    height: 50px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000 !important;
}

.woocommerce div.product form.cart .button {
    border: 1px solid #0091D1;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    border-radius: 50px !important;
    
}

.woocommerce div.product form.cart .button:hover {
    border: 1px solid #0091D1 !important;
    background-color: #fff !important;
    color: #0091D1 !important;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 80px !important;
    padding: 35px 0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 2.5rem;
}

.woocommerce ul.products li.product .button {
 display: none;
}




.woocommerce .section h2:first-child {
    margin-bottom: 50px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    margin: 10px !important;
}


.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top-color: #0091D1 !important;
}

.woocommerce-error {
    border-top-color: #b81c23 !important;
}


/* woocommerce cart */

/* *cart page  */


.woocommerce-page header.entry-header {
    padding: 0px 6vw;
    margin-bottom: 40px;
    margin-top: 120px;
}


#main .entry-content {
    padding: 0 6vw;
}

.woocommerce-page aside {
    display: none !important;
}

.post-type-archive-product aside,
.tax-product_cat aside {
    /* display: block !important; */
}

.woocommerce table.shop_table td {
    border-top: 2px solid #f0f0f0 !important;
    padding: 25px 12px !important;
    font-weight: 400 !important;
}

.woocommerce table.shop_table td.product-name {
    font-weight: 500 !important;
    color: #000;
}


.woocommerce-cart .cart-collaterals .cart_totals table th {
    vertical-align: middle !important;
}

.woocommerce .woocommerce-cart table.shop_table th {
    padding: 20px 12px !important;
}

.actions .coupon #coupon_code {
    width: 200px !important;
    height: 55px;
}


.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border: 1px solid #0091D1 !important;
    background-color: #0091D1 !important;
    color: #fff !important;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    border-radius: 50px !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: transparent !important;
    color: #0091D1 !important;
    border: 1px solid #0091D1 !important;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


/* woocommerce checkout */


/* * Checkout page */
.woocommerce-checkout form.login {
    margin: 0px 100px !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block !important;
    margin-left: 20px;
    margin-bottom: 30px !important;
}


.woocommerce .woocommerce-billing-fields {
    margin-bottom: 15px;
}

.woocommerce .wc-proceed-to-checkout,
.woocommerce .woocommerce-account-fields {
    margin-bottom: 80px;
}

.woocommerce form .form-row.create-account {
    margin-left: 17px;
}


.woocommerce-checkout .woocommerce-info a {
    font-weight: 500;
}

.woocommerce form .form-row input.input-text {
    height: 50px !important;
    padding: 10px;
}

.select2-container .select2-selection--single {
    height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    padding: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px !important;
}

.woocommerce form .form-row {
    margin-bottom: 25px !important;
}

.woocommerce input[type=checkbox] {
    margin: 8px 0 0 !important;
    margin-left: -20px !important;
}

.woocommerce table.shop_table th {
    padding: 20px 12px !important;
}

.woocommerce-checkout h3,
.woocommerce h2 {
    margin-bottom: 35px;
}

.woocommerce .woocommerce-customer-details address {
    line-height: 2.2;
}

#ship-to-different-address-checkbox {
    margin: 3px 0 0 !important;
    margin-left: -20px !important;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    width: 40px !important;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    padding: 0;
}

#wc-stripe-new-payment-method {
    margin-left: 0 !important;
}

.woocommerce-checkout #payment div.form-row {
    padding: 0 !important;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    margin: 0 20px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    margin: 20px 20px;
}

footer.entry-footer {
    margin: 0px !important;
}

footer.entry-footer .edit-link {
    display: none !important;
}

.woocommerce thead {
    background-color: #0091D1 !important;
    color: #fff !important;
}



/* woocoomerce empty cart */

/* * Empty cart */
.woocommerce img.empty-cart {
    max-width: 260px;
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: 15px;
}

.woocommerce .empty-cart-section {
    text-align: center;
}

.woocommerce .empty-cart-section h2 {
    margin-bottom: 10px !important;
}

.woocommerce p.cart-empty {
    display: none;
}

.woocommerce p.return-to-shop {
    text-align: center;
    margin-bottom: 80px;
}




/* * woocommerce-account */
.woocommerce-MyAccount-content .woocommerce-Address address {
    line-height: 2.2 !important;
}

.woocommerce nav.woocommerce-MyAccount-navigation {
    border: 1px solid #e2e2e2;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #e2e2e2;
    padding: 7px 7px;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #BABABA;
}

.woocommerce .woocommerce-Address header.woocommerce-Address-title {
    border-bottom: 1px solid #e2e2e2;
    background-color: #e2e2e2;
    padding: 10px 15px;
    margin-bottom: 25px;
}

.woocommerce .woocommerce-Address header.woocommerce-Address-title h3 {
    margin: 0px !important;
    line-height: 1.6;
}

#block-16{
    width: 100%;
    margin-left: 150px; 
    margin-top: 38px;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox{
    margin-left: 50px !important;
}




/* * WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */

.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:before {
    content: url('../img/basket.png');
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
    position: absolute;
    top: 15px;
    right: -1px;
    transform: translateY(-105%) translateX(25%);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #D10028;
    border-radius: 50%;
    padding: 1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-105%) translateX(25%);
    -moz-transform: translateY(-105%) translateX(25%);
    -ms-transform: translateY(-105%) translateX(25%);
    -o-transform: translateY(-105%) translateX(25%);
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    color: #000 !important;
    font-size: 34px !important;
    margin-bottom: 40px !important; 
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0px !important;
    margin-bottom: 15px !important;

}

.woocommerce .widget_product_search{

}

/* .woocommerce .section h2:first-child {
    margin-bottom: 10px !important;
    font-size: 18px !important;
} */
.woocommerce-product-search{
    display: flex !important;
}

.search-field#woocommerce-product-search-field-0{
    padding: 12px !important;
}

.woocommerce-product-search button{
    background-color: #0091D1 !important;
    color: #fff !important;
    border: 1px solid #0091D1 !important;
}

#woocommerce_product_search-3 h2{
    margin-bottom: 10px !important;
    font-size: 18px !important;
}


.our-process{
    padding-top: 20px;
}
.high-end2{
    padding-top: 20px;
}

.our-process .content-area p.tag {
    margin-top: 25px;
}

.historic{
    padding-top: 20px;
}

.process{
    padding-top: 20px;
}

.title-area.success-title
{
    background: url('../img/Services/services-header.png');
}

.title-area.failure-title
{
    background: url('../img/Services/services-header.png');
}

.entry-header h1.entry-title {
    color: #000 !important;
    font-size: 60px !important;
}


.cart_totals h2{
    font-size: 40px;
}

#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button, #add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{
    display: none !important;
}



#ship-to-different-address, .woocommerce-additional-fields__field-wrapper{
    display: none;
}


/** phone icon **/


footer .phone-fixed-icon {
    display: none;
}
footer .phone-fixed-icon {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    transition: ease .3s;
    z-index: 10000;
    max-width: 70px;
    font-size: 50px;
    color: #fff;
}

footer .phone-fixed-icon i {
    background: linear-gradient(to left, #27AAE1, #0091D1);
    padding: 5px 7px;
    border-radius: 5px;
}


/** blog **/

.home-blogs .item {
    margin-bottom: 50px;
    box-shadow: 0px 0px 20px 1px #bababa;
}
.home-blogs .item .excerpt h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left;
    font-size: 30px;
    color: #000;
}

.home-blogs a {
    color: #0091D1;
}
.home-blogs .item .excerpt{
    padding: 20px;
}

.home-blogs .item .excerpt p.date {
    position: relative;
}

.home-blogs .item .excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
}

.title-area.blog-title{
    background: linear-gradient(to left, #27AAE1, #0091D1);
}

.title-area.blog-title .content h1 {
    font-size: 70px;
    line-height: 1;
}

.blog-post h3 {
    font-size: 40px;
    margin-bottom: 15px !important;

}

.title-area .content-two {
    padding: 150px 0px;
}
.title-area.blog-title .content p.date {
    color: #fff;
}

.blog-post .content-area img {
    margin-bottom: 25px;
}
.blog-post .content-area p a{
    color: #0091D1;
}


.woocommerce .quantity .qty{
    display: none;
}