@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap);

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: none
}

*,
*:focus {
    outline: none;
    -webkit-tap-highlight-color: #fff0
}

body {
    display: block;
    position: relative;
    font: 400 14px/1.1 "Roboto", sans-serif;
    background: #fff;
    color: #464646;
    margin: 0;
    padding: 0 0;
    -webkit-font-smoothing: antialiased;
    display: block;
    position: relative
}

body {
    background: url(../images/vertical-line-bg-small-medium-gray.svg)
}

.sub-title {
    font-family: "Dancing Script", cursive;
    font-size: 24px
}

.bg-logo {
    position: fixed;
    z-index: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 80%;
    height: 100%;
    opacity: .02
}

#fader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
    background: #FDFCFB;
    animation-duration: 1s;
    animation-timing-function: ease-in-out
}

#fader.fade-out {
    opacity: 0;
    animation-name: fade-out
}

#fader.fade-in {
    opacity: 1;
    animation-name: fade-in
}

@keyframes fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.shipping_banners:not(.slick-initialized) .slider-box:not(:first-child) {
    display: none
}

::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
    color: #000;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000;
    opacity: 1
}

a {
    color: #464646;
    text-decoration: none
}

a:hover {
    color: #464646;
    outline: none;
    text-decoration: none
}

img {
    max-width: 100%;
    vertical-align: middle
}

svg {
    display: inline-block;
    vertical-align: middle
}

h1,
.h1 {
    font-size: 30px
}

h2,
.h2 {
    font-size: 28px;
    line-height: 1
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 16px
}

h6,
.h6 {
    font-size: 15px
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 600;
    margin: 0 0 15px;
    font-style: normal
}

p {
    margin: 0 0 10px;
    overflow: hidden
}

.pt-60 {
    padding-top: 60px
}

input,
select,
textarea {
    background: #fff;
    background: #fff;
    border: 1px solid rgb(70 70 70 / .3);
    font: 500 15px/1 'Montserrat', sans-serif;
    width: 100%;
    display: block;
    color: #282828;
    padding: 11px 16px;
    border-radius: 5px;
    letter-spacing: 0;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input::-webkit-input-placeholder {
    color: rgb(40 40 40 / 50%)
}

input::-moz-placeholder {
    color: rgb(40 40 40 / 50%)
}

input:-ms-input-placeholder {
    color: rgb(40 40 40 / 50%)
}

input:-moz-placeholder {
    color: rgb(40 40 40 / 50%)
}

textarea {
    min-height: 120px;
    padding: 14px
}

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

strong,
b {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

.w-left {
    width: 100%;
    float: left
}

.slide-area.renewal-main {
    overflow: hidden
}

.clearfix:after {
    content: '';
    display: table;
    clear: both
}

input[type="search"]::-webkit-search-cancel-button {
    display: none
}

.progress-bar-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #f0f0f0;
    z-index: 99999
}

.progress-bar {
    height: 100%;
    background-image: linear-gradient(to right, #002246, #42c6f4);
    transition: all 0.3s ease
}

.heading h2 {
    font-size: 160px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-text-fill-color: #00a0e312;
    -webkit-text-stroke: 1px #00a0e34f
}

.about-items .heading h2 {
    font-size: 160px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-text-fill-color: #00a0e312;
    -webkit-text-stroke: 1px #00a0e34f;
    margin-bottom: -47px
}

.footer-whatup-icons {
    position: fixed;
    bottom: 9%;
    right: 1.8%;
    z-index: 9
}

.footer-whatup-icons .footer-whatsup a {
    position: relative
}

.footer-whatup-icons .footer-whatsup a::after {
    content: "";
    position: absolute;
    top: -16px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: green;
    z-index: -1;
    box-shadow: 0 0 1px 1px #43ac4f;
    animation: pulse-animation 2s infinite
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgb(67 172 79 / .5)
    }

    100% {
        box-shadow: 0 0 0 20px #fff0
    }
}

.inquiry-now {
    position: fixed;
    top: 84%;
    left: 0;
    z-index: 99
}

.inquiry-now a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block
}

.inquiry-now a span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: -40px;
    left: -7px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: #898989;
    z-index: -1;
    display: none
}

header {
    position: relative
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

.light-nav {
    position: fixed;
    top: 0;
    background-color: #fff;
    padding: 0;
    box-shadow: 1px 9px 20px #525252a8;
    transition: 0.3s
}

.white-logo {
    display: block !important
}

.normal-logo {
    display: none !important
}

.light-nav .white-logo {
    display: none !important
}

.light-nav .normal-logo {
    display: block !important
}

.navbar.light-nav .navbar-nav .nav-link {
    color: #000
}

.navbar .container-fluid {
    padding: 8px 7.7%
}

.navbar.light-nav .container-fluid {
    padding: 8px 7.7%
}

.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 500 !important;
    color: #000;
    opacity: 1;
    margin: 0 20px;
    cursor: pointer;
    text-transform: capitalize
}

.navbar .navbar-nav .nav.dropdown .nav-link {
    margin: 0;
    padding: 8px 0;
    width: 100%
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0
}

ul.dropdown-menu {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 3px solid #a2d9f7;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0
}

li a.dropdown-item {
    padding: 10px 7px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .75px;
    padding-right: 22px;
    padding-left: 18px
}

.navbar-brand {
    width: 100%;
    max-width: 14%
}

.navbar-brand img {
    width: 100%;
    max-width: 100%
}

li.nav.dropdown {
    align-items: center;
    justify-content: space-between
}

.sm-icons {
    flex-direction: row
}

.sm-icons .nav-link {
    padding-right: 1em
}

section {
    padding: 70px 0 70px 0;
    position: relative
}

.about-title h3,
.about-inner-heading h2 {
    font-size: 50px;
    line-height: 1.5
}

.about-title h3 span {
    width: 100%;
    display: block;
    font-size: 35px
}

.about-yers {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    position: relative
}

.circle span {
    position: absolute;
    bottom: -36px;
    left: auto;
    right: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 13em;
    letter-spacing: -22.2px;
    margin-left: -20px;
    font-family: 'Antonio', sans-serif
}

.about-sub-content h6 {
    font-size: 14px;
    color: #000;
    line-height: 1.4
}

.about-sub-content p,
.about-count-content p,
.about-inner-box p {
    text-align: left;
    color: #686868;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.66;
    margin-bottom: 15px;
    margin-top: 15px
}

.about-count-content p {
    text-transform: capitalize
}

.about-count-item {
    border-top: 1px solid #e7e7e7;
    padding-top: 24px;
    position: relative
}

ul.dropdown-menu-b {
    border-top: 3px solid #a2d9f7;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px;
    border-radius: 8px;
    background-color: #fff
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #000 !important;
    background-color: #a5daf5 !important
}

ul.dropdown-menu-b li {
    border-bottom: dotted 2px #ddd
}

ul.dropdown-menu-b li:last-child {
    border-bottom: none
}

.about-count-box {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.dropdown:hover .dropdown-menu-b {
    display: block;
    margin-top: 0
}

ul.dropdown-menu-b {
    display: none
}

ul.dropdown-menu-b {
    width: 275px
}

ul.dropdown-menu-b {
    position: absolute
}

li a.dropdown-item {
    color: #000;
    background: #fff
}

.about-count-content h4,
.about-count-content span {
    font-size: 6em;
    color: #000;
    line-height: 1.1;
    font-weight: bolder;
    margin: 0
}

.about-count-content span {
    font-size: 5.7em
}

.about-number {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 13px;
    color: #8080804f
}

.about-number h5 {
    font-weight: 500
}

.about-video .about-video-box {
    background-color: #a5daf5
}

.video-wrapper .row .col-lg-6 {
    padding: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.videos-info {
    padding: 22px
}

.videos-info h2 {
    font-size: 25px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    font-family: "Fjalla One", sans-serif
}

.videos-info p {
    text-align: left;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.66;
    margin-bottom: 8px;
    margin-top: 10px;
    font-family: "Fjalla One", sans-serif
}

.video-wrapper .row:has(.videos-item:hover) .videos-item:not(:hover) {
    filter: blur(2px);
    opacity: .7;
    cursor: pointer
}

.products-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px
}

.products-box img {
    transition: 0.4s;
    transform: scale(1)
}

.product-btn {
    text-align: center;
    margin-top: 30px
}

a.slide__btn {
    padding: 13px 21px;
    border: 1px solid #000;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.3s;
    font-size: 20px;
    font-weight: 500;
    color: #000
}

h6.website {
    font-size: 18px
}

span.slide__btn__text {
    font-size: 20px;
    font-weight: 500;
    color: #000
}

.prodcuts-content h4 {
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.66;
    margin-bottom: 15px;
    margin-top: 15px;
    background: #eef6fc;
    margin: 0;
    padding: 28px 20px 20px;
    border-radius: 0 0 20px 20px;
    margin-top: -15px
}

.industrial-wrapper .swiper-wrapper {
    flex: none;
    align-items: flex-start;
    display: flex
}

.industrial-wrapper .swiper-slide {
    flex: none
}

.industrial-wrapper .swiper-slide .people__card {
    position: relative;
    overflow: hidden;
    height: 640px;
    background-color: #111b1a;
    border-radius: 0
}

@media (max-width:1699px) {
    .industrial-wrapper .swiper-slide .people__card {
        height: 512px
    }
}

@media (max-width:1199px) {
    .industrial-wrapper .swiper-slide .people__card {
        height: 450px
    }
}

.industrial-wrapper .swiper-slide .people__card .people__card__image {
    display: inline-block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: 2;
    margin-left: -100px;
    width: 110%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.7s
}

.industrial-wrapper .swiper-slide .people__card .people__card__content {
    position: absolute;
    z-index: 3;
    padding: 50px 40px;
    border-radius: 0;
    transition: 0.3s;
    background-color: #fff;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 40%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.industrial-wrapper .swiper-slide .people__card .people__card__content .slide__number {
    margin-bottom: 30px;
    opacity: 1;
    font-size: 32px;
    font-weight: 300;
    color: #000
}

@media (max-width:1199px) {
    .industrial-wrapper .swiper-slide .people__card .people__card__content .slide__number {
        margin-bottom: 20px;
        font-size: 24px
    }
}

@media (max-width:1199px) {
    .industrial-wrapper .swiper-slide .people__card .people__card__content .slide__number {
        font-size: 20px
    }
}

.industrial-wrapper .swiper-slide .people__card .people__card__content .slide__title {
    margin-bottom: 20px;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #000;
    text-transform: capitalize
}

@media (max-width:1199px) {
    .industrial-wrapper .swiper-slide .people__card .people__card__content .slide__title {
        font-size: 2.4em
    }
}

@media (max-width:767px) {
    .industrial-wrapper .swiper-slide .people__card .people__card__content .slide__title {
        font-size: 1.92em
    }
}

.industrial-wrapper .swiper-slide .people__card .people__card__content .slide__subtitle {
    margin-bottom: 30px;
    max-width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6
}

@media (max-width:1199px) {
    .industrial-wrapper .swiper-slide .people__card .people__card__content .slide__subtitle {
        font-size: 15px;
        max-width: 100%
    }
}

@media (max-width:767px) {
    .industrial-wrapper .swiper-slide .people__card .people__card__content .slide__subtitle {
        font-size: 14px;
        max-width: 85%
    }
}

.industrial-wrapper .swiper-slide .people__card .people__card__content .slide__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    border: 1px solid #000;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.3s
}

@media (max-width:767px) {
    .industrial-wrapper .swiper-slide .people__card .people__card__content .slide__btn {
        padding: 10px 20px
    }
}

.industrial-wrapper .swiper-slide .people__card .people__card__content .slide__btn:hover {
    background-color: #ebefe3
}

.industrial-wrapper .swiper-slide .people__card .people__card__content .slide__btn:hover .slide__btn__text {
    color: #111b1a
}

.industrial-wrapper .swiper-slide .people__card .people__card__content .slide__btn:hover .slide__btn__icon path {
    color: #111b1a
}

.industrial-wrapper .swiper-slide .people__card .people__card__content .slide__btn .slide__btn__text {
    margin-right: 5px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    transition: color 0.3s
}

@media (max-width:767px) {
    .industrial-wrapper .swiper-slide .people__card .people__card__content .slide__btn .slide__btn__text {
        font-size: 18px
    }
}

.industrial-wrapper .swiper-slide .people__card .people__card__content .slide__btn .slide__btn__icon {
    width: 15px;
    font-size: 24px
}

@media (max-width:767px) {
    .industrial-wrapper .swiper-slide .people__card .people__card__content .slide__btn .slide__btn__icon {
        font-size: 18px
    }
}

.industrial-wrapper .swiper-slide .people__card .people__card__content .slide__btn .slide__btn__icon path {
    color: #ebefe3;
    transition: 0.3s
}

.industrial-wrapper .swiper-slide .people__card .slide__gradient {
    position: absolute;
    z-index: 2;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    background-image: linear-gradient(111deg, #000, rgb(0 0 0 / .15) 60%)
}

.industrial-wrapper .swiper-slide.is-active .people__card__image {
    transform: translateX(100px)
}

.industrial-wrapper .swiper-button-next,
.industrial-wrapper .swiper-button-prev {
    background-image: none;
    background-color: #000000bd;
    padding: 10px;
    width: 50px;
    height: 50px
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none
}

.industrial-wrapper .slider-controls {
    position: absolute;
    right: 38.5%;
    bottom: -10px;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    flex-direction: column
}

.industrial-wrapper .slider-controls .swiper-button-next,
.industrial-wrapper .slider-controls .swiper-button-prev {
    position: static;
    -webkit-margin-start: 50px;
    margin-inline-start: 50px;
    font-size: 30px;
    margin: 0
}

.industrial-wrapper .slider-controls .swiper-button-next::after,
.industrial-wrapper .slider-controls .swiper-button-prev::after {
    color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: bolder
}

.testimonials-content {
    background-color: #f4f4f4
}

.testimonials-slider {
    background-color: #e5f1fb;
    margin-top: 80px;
    margin-left: -50px;
    padding: 50px
}

.banner-slider .slider-controls {
    position: absolute;
    bottom: 4%;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    top: auto;
    left: auto;
    right: 100px
}

.banner-slider .slider-controls .swiper-button-next,
.banner-slider .slider-controls .swiper-button-prev {
    position: static;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-margin-start: 20px;
    margin-inline-start: 20px;
    font-size: 30px;
    padding: 10px;
    width: 43px
}

.banner-slider .slider-controls .swiper-button-next::after,
.banner-slider .slider-controls .swiper-button-prev::after {
    color: #000;
    position: relative;
    font-size: 27px;
    font-weight: bolder
}

.testimonials .slider-controls {
    position: absolute;
    right: 40px;
    bottom: auto;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    top: 17%;
    right: 19%
}

.testimonials .slider-controls .swiper-button-next,
.testimonials .slider-controls .swiper-button-prev {
    position: static;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-margin-start: 20px;
    margin-inline-start: 20px;
    font-size: 30px;
    padding: 10px;
    width: 43px;
    border: 2px solid #9d9e9e
}

.testimonials .slider-controls .swiper-button-next::after,
.testimonials .slider-controls .swiper-button-prev::after {
    color: #9d9e9e;
    position: relative;
    font-size: 18px;
    font-weight: bolder
}

.testimonials-content-line {
    box-shadow: 6px 7px 20px 1px #999c9e;
    margin-left: 120px;
    margin-top: 135px;
    padding: 34px 40px 45px 40px;
    z-index: 1;
    position: relative;
    background-color: #fff;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    max-width: 65%;
    text-align: left
}

.testimonial-box {
    margin: 10px 0 10px 0;
    position: relative;
    text-align: center
}

.testimonials-img {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    top: -134px
}

.testimonials-img img {
    box-shadow: 5px 6px 11px #8b8b8b;
    width: 100%;
    max-width: 70%
}

.testimonials-content-line p {
    line-height: 1.5;
    color: #767676;
    font-size: 16px;
    letter-spacing: .3px
}

.cliemts-name span {
    line-height: 1.5;
    color: #000;
    font-size: 19px;
    letter-spacing: .3px;
    font-weight: 600
}

.counter-title .heading {
    font-size: 60px;
    line-height: 1.3;
    letter-spacing: .4px;
    text-transform: capitalize;
    color: #000
}

.counter-title p {
    line-height: 1.5;
    color: #767676;
    font-size: 18px;
    letter-spacing: .3px
}

.counter-title {
    width: 100%;
    max-width: 55%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center
}

.industries-items .counter-title {
    max-width: 45%
}

.tc-partners-style3 {
    position: relative;
    overflow: hidden;
    border: none
}

.tc-partners-style3 .bg {
    position: absolute;
    top: -20%;
    right: 0;
    width: 100%;
    height: 140%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: inherit
}

.tc-partners-style3 .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tc-partners-style3 .logos .logo-card {
    position: relative;
    background-color: #fff;
    height: 240px;
    border: 1px solid #ececec;
    width: 20%;
    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;
    padding: 20px
}

.tc-partners-style3 .logos .logo-card:hover {
    border-color: #449ee3
}

.tc-partners-style3 .logos .logo-card .logo {
    max-width: 85%;
    max-height: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%)
}

.tc-partners-style3 .logos .logo-card:hover .logo {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%)
}

.tc-partners-style3 .logos .logo-card .num {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10
}

.tc-partners-style3 .logos .logo-card p {
    position: absolute;
    left: 30px;
    bottom: 30px;
    text-transform: uppercase;
    color: #666;
    z-index: 10
}

.swiper-fade .swiper-slide {
    pointer-events: inherit;
    transition-property: opacity
}

footer {
    margin-top: 80px;
    padding: 60px 0 30px;
    background-color: #fff;
    border-radius: 40rem 40rem 0 0;
    border-top: 7px solid #a2d9f7
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

.item h6 {
    text-align: center;
    color: #191919;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.66;
    margin-bottom: 15px;
    margin-top: 15px
}

footer .footer-item a,
.item a {
    line-height: 1.66;
    font-size: 18px;
    font-weight: 500 !important;
    color: #292626;
    opacity: 1;
    cursor: pointer
}

.footer-item.mt-50 a {
    color: #686868
}

.footer-menu-links,
.footer-address {
    margin-bottom: 25px;
    margin-top: 23px
}

.web-icon {
    margin-right: 5px
}

li.website-link a {
    color: #000 !important;
    font-size: 20px
}

.footer-menu-links .footer-item {
    text-align: center;
    padding: 5px;
    margin-bottom: 10px
}

.footer-menu-links .footer-item a {
    text-align: center;
    position: relative
}

.footer-menu-links .footer-item a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    background-color: #00a0e3;
    width: 0%;
    height: 3px;
    border-radius: 20px;
    transition: 0.4s
}

.footer-menu-links .footer-item a:hover::after {
    width: 100%
}

.footer-item .sm-icons {
    display: flex;
    align-items: center;
    justify-content: end
}

.footer-item .sm-icons li {
    margin: 0 12px;
    transition: 0.4s
}

.footer-item .sm-icons li:hover {
    margin: 0 12px;
    transform: translateY(-10px)
}

.copy-right-link {
    border-top: 1px solid #e7e7e7;
    padding-top: 30px
}

.header-banner-content {
    position: absolute;
    top: auto;
    bottom: 25%;
    left: 7%;
    color: #5c5b5b;
    padding: 0 20px;
    right: 0
}

.header-banner-content h2.h2 {
    font-size: 7em;
    z-index: 9;
    width: 55%
}

.header-banner-content span {
    font-size: 7em;
    position: absolute;
    top: -68px;
    left: 0;
    right: 0;
    font-weight: 500;
    color: #7774741f;
    z-index: 0;
    max-width: 58%;
    display: none
}

.about-inner-heading h5 {
    position: absolute;
    top: 33%;
    left: -80px;
    writing-mode: tb;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    transform: rotate(180deg);
    color: #479edd
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

.marquee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden
}

.marquee span {
    text-transform: uppercase;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    -webkit-animation: marquee 8s linear infinite;
    animation: marquee 8s linear infinite;
    font-size: 200px;
    font-family: "Gravitas One", Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #98C9FF;
    font-size: 170px;
    line-height: 170px;
    font-weight: 800 !important;
    color: #fff;
    text-shadow: 1px 1px 0 rgb(0 167 227 / .2), -1px 10px 0 rgb(0 167 227 / .2), 1px -3px 0 rgb(0 167 227 / .2), -1px 1px 0 rgb(0 167 227 / .2), 1px 1px 0 rgb(0 167 227 / .2);
    -webkit-text-fill-color: inherit;
    -webkit-text-stroke-width: 0
}

#service-provide {
    padding: 80px 0;
    color: #333
}

#service-provide h2 {
    color: #333
}

.col-pic {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 6.5em
}

.col-pic p {
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: 'Oxygen-Bold'
}

.col-pic h5 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'roboto slab', sans-serif;
    letter-spacing: .25px
}

.col-pic label {
    width: 100px;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 10px;
    margin: .5em auto
}

.animat {
    position: relative;
    margin-bottom: 1.5em;
    z-index: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.2s ease-in-out;
    -moz-transition: all 2.2s ease-in-out;
    -ms-transition: all 2.2s ease-in-out;
    -o-transition: all 2.2s ease-in-out;
    transition: all 2.2s ease-in-out;
    box-shadow: rgb(149 157 165 / .2) 0 8px 24px
}

.animat a img {
    -webkit-transition: all 2.4s ease-in-out;
    -moz-transition: all 2.4s ease-in-out;
    -ms-transition: all 2.4s ease-in-out;
    -o-transition: all 2.4s ease-in-out;
    transition: all 2.4s ease-in-out;
    width: 100%
}

.animat a {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.animat a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.margright {
    margin-right: -2px
}

.title {
    background-color: #e8eaed;
    padding: 20px
}

.title h5 {
    text-align: center;
    font-size: 22px;
    margin: 0;
    font-weight: 500
}

.industries-text span {
    font-size: 19px;
    line-height: 1.6;
    color: #000;
    text-align: left;
    text-transform: math-auto;
    font-weight: 400;
    margin-bottom: 15px;
    font-weight: 600;
    background: #a2d9f7;
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 10px;
    position: relative
}

.industries-text span::after {
    content: "";
    position: absolute;
    border-width: 18px;
    border-style: solid;
    border-color: #637a8f38 #fff0 #fff0 #fff0;
    transition: transform 0.5s;
    bottom: -36px;
    left: -1px
}

h2.channel {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-text-fill-color: #00a0e312;
    -webkit-text-stroke: 1px #00a0e34f
}

.channel-text p {
    text-align: left;
    color: #686868;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.77;
    margin-bottom: 15px;
    margin-top: 15px
}

span.bold {
    font-weight: 600
}

.channel-text {
    margin-top: 34px;
    margin-left: 10px
}

.clints-logo img {
    width: 100%
}

ul.dropdown-menu a.nav-link {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000
}

.clints {
    padding: 30px;
    border: 1px solid #23a1e026;
    border-radius: 20px;
    background: #fff;
    margin: 25px 25px;
    border-radius: 20px;
    background: #23a1e00f
}

ul.products-menu {
    position: absolute;
    background-color: #fff;
    left: 100%;
    top: -6px;
    display: none
}

li.nav ul.products-menu:hover {
    display: block;
    margin-top: 0
}

li.nav:hover .products-menu {
    display: block
}

.accordionWrapper {
    padding: 30px;
    background: #fff;
    width: 394px;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 30px auto;
    box-shadow: 0 1.5em 85px 0 rgb(0 0 0 / .2)
}

.accordionItem {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font: 400 14px / 1.1 "Roboto", sans-serif
}

.accordionItemHeading {
    cursor: pointer;
    margin: 0 0 10px 0;
    padding: 14px;
    font-size: 18px;
    background: #b8e2f4;
    color: #000;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.accordionItemHeading span {
    float: right;
    font-size: 25px
}

.close .accordionItemContent {
    height: 0;
    transition: height 1s ease-out;
    transform: scaleY(0);
    float: left;
    display: block
}

.open .accordionItemContent {
    padding: 10px;
    background-color: #f0f1f1;
    border: 1px solid #ddd;
    width: 100%;
    margin: 0 0 10px 0;
    display: block;
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.4s ease;
    box-sizing: border-box
}

.open .accordionItemHeading {
    margin: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #a2d9f7;
    color: #000
}

h3.accordion-title {
    -webkit-text-fill-color: #00a0e354;
    -webkit-text-stroke: 1px #00a0e3;
    text-align: center;
    font-size: 31px;
    letter-spacing: 1px
}

.slider {
    display: flex;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 2.5rem
}

.item {
    animation: animate 25s linear infinite
}

.item img {
    max-width: 805px;
    padding: 0 30px
}

.slider:hover .item {
    animation-play-state: paused
}

@keyframes animate {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-1800px, 0, 0)
    }
}

svg.space {
    margin: 5px
}

.service-details p {
    text-align: left;
    color: #686868;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.66;
    margin-bottom: 15px;
    margin-top: 15px
}

.products-details span {
    font-size: 21px;
    font-weight: 700
}

.products-small- {
    margin-top: 53px;
    position: relative
}

li.list-group-item {
    text-align: left;
    color: #686868;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.66;
    margin-bottom: 15px;
    margin-top: 15px
}

h4.products-title {
    font-size: 30px;
    letter-spacing: 2px
}

svg.bi.bi-brightness-alt-high-fill {
    margin-right: 10px
}

li.list-group-item-bold {
    text-align: left;
    color: #686868;
    font: 600 23px / 1.1 "Roboto", sans-serif;
    margin-bottom: 15px;
    margin-top: 15px
}

li.list-item {
    text-align: left;
    color: #686868;
    font: 400 20px / 1.1 "Roboto", sans-serif;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 45px
}

.industries h3 {
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 600
}

table {
    border-collapse: collapse;
    width: 100%;
    font-size: 16px
}

.table {
    padding-top: 20px
}

td,
th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 10px
}

tr:nth-child(even) {
    background-color: #ddd
}

li.accordion-li {
    padding: 5px;
    display: flex;
    align-items: flex-start
}

li.accordion-li a {
    text-align: left;
    color: #000;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400 !important;
    letter-spacing: .75px
}

button.close {
    border: none;
    background: none;
    font-size: 40px;
    font-weight: 800
}

.grid-70-30 {
    display: grid;
    grid-template-columns: 70% 30%
}

.get_form_inner {
    display: block;
    padding: 50px 40px;
    background: #fff;
    box-shadow: -4px -2px 20px -7px #cfd5df
}

input[type="text"],
input[type="text"],
input[type="email"],
input[type="tel"] {
    border-bottom: 1px solid #dbdbdb !important;
    border-radius: 2px;
    color: #333;
    height: 42px;
    padding: 0 0 0 10px;
    width: 100%;
    outline: 0;
    border: none
}

.grid-50-50 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px
}

textarea#message {
    border: none;
    border-bottom: 1px solid #dbdbdb
}

.grid-full {
    margin: 20px 0
}

textarea {
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    color: #333;
    padding: 12px 0 0 20px;
    width: 100%;
    outline: 0;
    margin-bottom: 20px
}

.get_form_inner_text h3 {
    color: #333;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px
}

input[type="submit"] {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    background: #fff0;
    border: 2px solid;
    font-weight: 500;
    padding: 10px 20px;
    outline: 0;
    cursor: pointer;
    color: #103e65
}

input[type="submit"]:hover {
    background-color: #a2d9f7;
    border-color: #a2d9f7;
    color: #000
}

.get_say_form {
    background-image: url(../images/banner/contact-us.bg.png);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: overlay;
    background-color: #0009;
    padding: 24px 19px 15px 30px;
    position: relative
}

.get_say_form h5 {
    color: #fff;
    font-size: 26px;
    margin: 0 0 20px
}

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

.get_say_social-icn {
    display: flex;
    position: absolute;
    bottom: 40px
}

.get_say_social-icn a {
    font-size: 22px;
    color: #fff;
    padding: 0 20px 0 0
}

.get_say_info_sec i {
    color: #fff;
    font-size: 32px
}

.get_say_info_sec>li {
    display: grid;
    grid-template-columns: 40px auto;
    align-items: center;
    margin-bottom: 40px
}

.get_say_info_sec>li a {
    width: 100%;
    display: block;
    padding: 15px 25px;
    color: #fff;
    font-size: 16px;
    text-decoration: unset;
    font-weight: 500;
    background: #162b65;
    border-radius: 5px 0 0 5px
}

.get_say_info_sec>li a:hover {
    background-color: #f85508
}

ul {
    color: #fff
}

li a.tel {
    color: #fff;
    font-size: 24px
}

li.phone-a {
    margin: 10px
}

li.phone-b {
    margin: 10px
}

li.phone-c {
    margin: 10px
}

li.text {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px
}

li.phone-d {
    margin: 10px
}

li.phone-d a {
    color: #fff;
    font-size: 24px
}

ul.mail {
    margin-top: 26px
}

li.mail-a a {
    color: #fff;
    font-size: 20px
}

ul.dropdown-menu {
    width: 275px
}

li.mail-b a {
    color: #fff;
    font-size: 20px
}

li.mail-a {
    margin: 10px
}

li.mail-b {
    margin: 10px
}

li.mail-us {
    font-size: 20px;
    font-weight: 700
}

ul.contact {
    margin-bottom: 35px
}

.modal-title {
    text-align: center;
    color: #00a0e3;
    font-size: 24px;
    width: 100%;
    letter-spacing: .4px;
    font-weight: 600
}

.modal-content {
    border-radius: 50px;
    overflow: hidden
}

.modal-call {
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.modal-body .form-control {
    border: 0;
    background-color: #fff0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 15px;
    color: #000000 !important;
    box-shadow: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

li.nav.dropdown {
    padding: 10px
}

ul.products-menu {
    border-top: 3px solid #a2d9f7;
    border-radius: 5px
}

ul.breadcrumbs {
    list-style: none;
    background: #67798f45;
    padding: .85rem;
    border-radius: .5rem;
    box-shadow: 0 0 20px #fff;
    width: max-content
}

ul.breadcrumbs a {
    font-size: 18px;
    font-weight: 600
}

.form-group.has-feedback {
    margin-bottom: 15px
}

h2.sec-title__title {
    font-size: 37px
}

svg#Capa_1 {
    margin-right: 11px;
    width: 13px;
    margin-top: 3px
}

svg#Layer_1 {
    margin-right: 11px
}

.modal-logo.mb-3.text-center img {
    margin-bottom: 30px
}

.modal-call a {
    font-size: 18px
}

h2.text-custom-white {
    font-size: 49px;
    font-weight: 700;
    letter-spacing: 0;
    width: 34%;
    line-height: 65px;
    margin-bottom: 25px;
    text-transform: capitalize
}

a.nav-link {
    display: flex;
    align-items: center
}

.header-banner img {
    object-fit: cover
}

li.nav.dropdown {
    padding: 5px 10px 5px 10px;
    border-bottom: dotted 2px #c7c7c7;
    flex-wrap: nowrap
}

li.nav.dropdown:last-child {
    border-bottom: 0
}

ul.products-menu li {
    border-bottom: dotted 2px #c7c7c7
}

ul.products-menu li:last-child {
    border-bottom: none
}

li.phone-d svg#Capa_1 {
    width: 30px
}

li.phone-c svg#Capa_1 {
    width: 30px
}

li.phone-b svg#Capa_1 {
    width: 30px
}

li.phone-a svg#Capa_1 {
    width: 30px
}

.modal-call svg#Capa_1 {
    width: 30px
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #dbdbdb;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 25%)
}

li {
    list-style: none
}

.icon h3 {
    font-size: 25px
}

.rounded-head p {
    font-size: 16px;
    line-height: 1.66
}

.rounded-head {
    line-height: 1.66
}

li.email a {
    font-size: 18px
}

li.call a {
    font-size: 16px
}

.icon h3 {
    font-size: 25px;
    font-weight: 500
}

.rounded-medium {
    background-color: #fff;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
    padding: 20px 17px;
    height: 100%;
    border-radius: 20px;
    margin-bottom: 20px
}

.inquiry-now,
.footer-whatup-icons {
    display: block
}

.sec-title-about h1 {
    width: 100%;
    display: inline-block;
    color: #0b0b0b;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase
}

.about__content p {
    font-size: 18px;
    line-height: 36px;
    text-align: justify
}

.sub-send-inquiry-form {
    position: fixed;
    left: -91px;
    top: 35%;
    height: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
    bottom: auto
}

.sub-send-inquiry-form a {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 10px
}

.sub-send-btn-2 {
    background-color: #24a1e1;
    border-radius: 30px 30px 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    transform: rotate(-90deg);
    animation: blink 3s linear infinite
}

.sub-send-btn-2 a {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 10px
}

.sub-send-btn {
    background-color: #24a1e1;
    border-radius: 0 0 30px 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    transform: rotate(-90deg);
    animation: blink 3s linear infinite
}

@keyframes blink {

    0%,
    100% {
        background-color: #24a1e1
    }

    50% {
        background-color: #9d9e9e
    }
}

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

label.error {
    color: #ff2b2b;
    font-weight: 400;
    position: absolute;
    bottom: -13px;
    font-size: 12px;
    text-transform: capitalize;
}

.products-forms {
    border: 1px solid #e4e4e4;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 7px #e2e2e2;
    margin-top: 32px;
}

/* .product-form-title{
    padding: 30px;
} */
.product-form-title {
    background: #23a1e0;
}

.product-form-title h5 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    margin: 0;
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 14px 20px;
}

.products-forms form {
    padding: 30px;
}

@media screen and (max-width:991px) {
    .products-forms form {
        padding: 14px;
    }

    .product-form-title h5 {
        font-size: 20px;
    }
}

.error {
    color: red;
    font-size: 14px;
    margin-top: 3px;
}

.success {
    color: green;
    font-size: 16px;
    margin-top: 10px;
}