@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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 "Poppins", sans-serif;
    background: #fff;
    color: #464646;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    display: block;
    position: relative;
    height: 100%
}

::-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;
    height: auto
}

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

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 {
    margin: 0 0 15px;
    font-style: normal;
    font-size: 36px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.5;
    position: relative
}

p {
    margin: 0 0 10px;
    overflow: hidden;
    text-align: left;
    color: #686868;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.66;
    margin-bottom: 15px
}

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
}


.navbar-brand img {
    width: 170px
}

.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
    background-color: #243e66;
    border-radius: 4px
}

nav.scrolled .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: #000;
    background-color: #797979;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
    box-shadow: none
}

nav {
    background-color: #fff0;
    transition: 0.3s
}

nav::after {
    transform: translate(0, -100px)
}

.navbar-nav {
    align-items: center
}

.nav-item:hover .dropdown-menu {
    display: block;
    transition: all 0.3s ease-in-out;
}

.nav-item.position-relative a.nav-link::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid #fff0;
    border-bottom: 0;
    border-left: .3em solid #fff0
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 1.09em;
    padding: 1.5em 1.4em;
    font-weight: 500;
    cursor: pointer
}

nav.scrolled {
    padding: 8px !important;
    transition: 0.3s;
    background: #ffffff !important;
    box-shadow: 2px 3px 20px #b5b0b0;

    width: 100%;
}

nav.scrolled.navbar .navbar-nav .nav-link {
    color: #000;
    transition: 0.3s;
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    padding: 30px 8px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    opacity: 1;
    color: #1c1c1c;
    z-index: 1;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 0 22px
}

.navbar .navbar-nav .nav-link:hover {
    color: #234e7e !important;
    font-weight: 500
}

nav.scrolled:after {
    content: "";
    transform: translate(0, 0);
    background: #11111185 !important;
    box-shadow: 1px 3px 10px #ffffff26
}

.navbar .container-fluid {
    padding: 0 6em !important
}

.banner-slider-items .swiper-button-next:after,
.banner-slider-items .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 27px;
    color: #fff
}

li a.dropdown-item {
    border-bottom: 1px solid #234e7e;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    background-color: #234e7e;
}

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

.bg-text {
    position: absolute;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.bg-text h1 {
    font-size: 12vw;
    color: #243e6608;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2540670d, #25406700);
    background: linear-gradient(to bottom, #2540670d, #25406700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}

.line-animated {
    width: 68%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 99;
    pointer-events: none
}

.line-animated>span {
    background: rgb(255 255 255 / .09);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0
}

.line-animated>span:nth-child(2) {
    left: 25%
}

.line-animated>span:nth-child(3) {
    left: 50%
}

.line-animated>span:nth-child(4) {
    left: 75%
}

.line-animated>span:nth-child(5) {
    left: 100%
}

.line-animated>span:nth-child(2):before {
    content: "";
    -webkit-animation: line-animation 9s linear 1s infinite alternate;
    animation: line-animation 9s linear 1s infinite alternate
}

.line-animated>span:nth-child(3):before {
    content: "";
    -webkit-animation: line-animation 9s linear 2s infinite alternate;
    animation: line-animation 9s linear 2s infinite alternate
}

.line-animated>span:nth-child(5):before {
    content: "";
    -webkit-animation: line-animation 9s linear 1s infinite alternate;
    animation: line-animation 9s linear 1s infinite alternate
}

.background-cover {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.hero-background-image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    /* background-image: url(https://assets.website-files.com/605b508fb38c507e9db7c273/606503f9dd41f5217e6b187f_Space002.jpeg); */
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.image-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    background-color: rgb(9 11 26 / .3)
}

.rounter {
    display: flex;
    align-content: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    right: 0
}

.prod-icon::before {
    content: "";
    border-radius: 50%;
    background-color: #1c426952;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0;
    animation: waves 4s infinite cubic-bezier(.1, .1, .2, .15);
    width: 100%;
    height: 100%
}


@keyframes waves {
    0% {
        transform: scale(.55, .55);
        opacity: .6
    }

    100% {
        transform: scale(1.8, 1.8);
        opacity: 0
    }
}

.prod-icon {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    border: 5px solid #1a4167;
    padding: 7px;
    border-radius: 50%
}

.prod-icon img {
    max-width: 90px;
    position: relative;
    animation: spinner 5s linear infinite
}

@keyframes spinner {
    100% {
        transform: rotate(-1turn);
        -webkit-transform: rotate(-1turn);
        -moz-transform: rotate(-1turn);
        -ms-transform: rotate(-1turn);
        -o-transform: rotate(-1turn)
    }
}

.marquee span {
    font-weight: 500;
    font-size: 150px;
    font-family: "Gravitas One", Helvetica, Arial, sans-serif;
    -webkit-text-stroke: 1px #000;
    color: #fff0
}

.marquee span:hover {
    color: #234e7e;
}

.client-title-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: max-content !important;
    margin-right: 60px
}

.client-title-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.client-title-slider .swiper-wrapper {
    transition-timing-function: linear !important
}

.dots {
    padding: 5px;
    width: 47px !important;
    border: 1px solid #000;
    margin-left: 5px;
    background-color: #fff0;
    margin: auto;
    display: inline-flex;
    align-items: revert-layer;
    justify-content: center
}

.company-info-titles,
.about-details-part {
    padding: 0 50px
}

.company-info-titles h2 {
    font-weight: 600;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 0;
    color: #243e66;
    text-transform: none;
    font-style: normal
}

a.btn,
.btn {
    border: 1px solid #234e7e;
    text-transform: uppercase;
    font-style: normal;
    padding: 15px 25px;
    transition: 0.3s;
    color: #234e7e;
    border-radius: 0;
    font-size: 15px;
    letter-spacing: 1.2px;
}

a.btn:hover,
.btn:hover {
    background-color: #000000;
    color: #fff;
    box-shadow: 5px 2px 13px 5px #00000038;
}

.about-details-part p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 25px;
    padding-right: 27px;
    text-align: justify
}

.our-industries .swiper {
    width: 100%;
    height: 100%
}

.swiper-wrapper {
    margin-bottom: 60px
}

.our-industries .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 550px !important;
    overflow: hidden;
    border-radius: 12px
}

.our-industries .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px
}

.our-product-box {
    overflow: hidden
}

.banner-slider {
    margin-top: -90px;
}

.our-product-details {
    text-align: center
}

.our-product-details-title {
    text-align: left;
    position: absolute;
    bottom: 12px;
    z-index: 1;
    background: #ffffffa8;
    left: 12px;
    padding: 10px;
    border-radius: 10px
}

.our-product-details-subtitle {
    text-align: left;
    padding: 12px 34px;
    position: absolute;
    bottom: 36px;
    z-index: 1;
    width: max-content;
    background: #fff;
    transform: translateX(100%);
    transition: 0.4s;
    right: 0;
    left: auto;
    border-radius: 20px 0 0 20px
}

.our-product-box:hover .our-product-details-subtitle {
    transform: translateX(0%)
}

.our-product-details h2 {
    font-size: 95px;
    font-weight: 700;
    color: #fff;
    -webkit-text-fill-color: #fff0;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #243e66;
    line-height: 1
}

.our-product-details p {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    -webkit-text-fill-color: #183f66;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    background-color: #243e66;
    opacity: 1
}

.swiper-pagination-bullet-active {
    width: 34px;
    height: 8px;
    border-radius: 20px;
    background: linear-gradient(49deg, #d82023dd, #243e66d3)
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.product-title h2 {
    font-size: 48px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #243e66;
    font-weight: 600;
    -webkit-text-stroke: 2px #000000;
    color: #000000;
    opacity: 1;
}

.product-title h2 span {
    font-size: 64px;
    font-weight: 700;
    -webkit-text-stroke: 2px #234e7e;
    color: #234e7e;
    opacity: 1;
}

.product-title h2 span {
    font-size: 64px;
    font-weight: 700;
    -webkit-text-stroke: 2px #234e7e;
    color: #234e7e;
    opacity: 1;
}

.product-title p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.6;
    text-align: center;
}

.stats {
    color: #243e66;
    font-family: Poppins, sans-serif;
    height: 100%;
    min-height: 303px;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.stats .counter-icon {
    width: 100%;
    max-width: 40px;
    margin: auto;
    margin-bottom: 12px
}

.stats h5 {
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 16px;
    color: #234e7e;
}

.counter-details {
    text-align: left;
    border-left: 1px solid #0066b3;
    padding-left: 15px;
    height: 100px
}

.counter-details img {
    width: 100%;
    max-width: 50px;
}

.counter-digit {
    margin: 10px 0
}

.counter-digit span.counting,
.pluse {
    font-size: 80px;
    font-weight: 500;
    -webkit-text-stroke: 2px #fff0;
    color: #d7d7d7;
    opacity: 1;
    word-wrap: break-word
}

@media screen and (max-width:990px) {
    .stats {
        margin-bottom: 40px
    }
}

.clients-logos {
    position: relative;
    background-color: #fff;
    height: 258px;
    border: 1px solid #ECECEC;
    width: 25%;
    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
}

.clients-logos:hover {
    border: 1px solid #234e7e;
}

.clients-logos img {
    max-width: 200px;
    max-height: 90px;
    filter: grayscale(100%);
    transition: 0.3s
}

.clients-logos p {
    position: absolute;
    left: 30px;
    bottom: 30px;
    text-transform: uppercase;
    color: #666;
    z-index: 10
}

.clients-logos:hover img {
    max-width: 230px;
    max-height: 90px;
    filter: unset;
    transition: 0.3s
}

footer {
    padding-top: 80px;
}

.footer-logo a img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px
}

.footer-address p,
.footer-box a,
.footer-box p {
    font-size: 17px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 25px;
    display: flex;
    align-items: center
}

.footer-box p {
    margin-bottom: 0
}

.footer-address p {
    padding-right: 20px
}

.footer-social-icons ul li {
    margin-left: 17px
}

.footer-social-icons ul li:first-child {
    margin-left: 0
}

.footer-social-icons ul li a,
.footer-box span {
    display: inline-block;
    background: #234e7e;
    padding: 10px;
    border-radius: 4px;
    height: 100%;
    transition: 0.3s
}

.footer-social-icons ul li a:hover,
.footer-box span:hover {
    display: inline-block;
    background: #000000;
    padding: 10px;
    border-radius: 4px;
    height: 100%;
}

.footer-social-icons ul li a svg {
    fill: #fff;
    width: 25px;
    height: 25px;
    cursor: pointer
}

.footer-box span svg {
    fill: #fff;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.head h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 55px;
    color: #243e66
}

.footer-menu-list li {
    margin-bottom: 20px
}

.footer-menu-list li a {
    font-size: 18px
}

.footer-menu-list li a span {
    margin-right: 5px
}

.footer-box {
    margin-bottom: 10px
}

.point-icon {
    margin-top: 15px;
    transition: 0.2s all;
    color: #3b5c7e;
    display: block
}

.point-icon i {
    font-size: 60px;
    transition: 0.4s;
    margin-bottom: 20px
}


.feature-items .col-lg-2.text-center {
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    transition: 0.4s
}

.feature-items {
    transition: 0.4s
}

.feature-item {
    padding: 20px;
    background: linear-gradient(45deg, #243e6626, #d8202438);
    color: #243e66;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.4s;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-grow: 1;
    background: #f9f8f8;
    box-shadow: 2px 4px 9px 1px #36456b47;
    height: 100%;
}

.feature-item:hover {
    box-shadow: unset
}



.feature-items:hover .row .col-lg-4:nth-child(1) {
    transform: translate(0, 0)
}

.feature-items:hover .row .col-lg-4:nth-child(2) {
    transform: translate(0, 0)
}

.feature-items:hover .row .col-lg-4:nth-child(3) {
    transform: translate(0, 0)
}

.feature-items:hover .row .col-lg-4:nth-child(4) {
    transform: translate(0, 0)
}

.feature-items:hover .row .col-lg-4:nth-child(5) {
    transform: translate(0, 0)
}

.feature-items:hover .row .col-lg-4:nth-child(6) {
    transform: translate(0, 0)
}

.feature-item h4 {
    font-size: 22px;
    line-height: 1.6;
    text-transform: capitalize;
    margin-bottom: auto;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
    color: #234e7e;
}

.feature-item p {
    font-size: 14px;
    line-height: 1.6;
    text-transform: capitalize;
    margin-bottom: auto;
    text-align: left;
    color: #000;
    font-weight: 400;
}

.product-base-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    position: relative
}

.subproduct-box {
    border-radius: 10px
}

.product-base-heading {
    padding: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.product-base-heading h4 {
    font-size: 21px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.product-base-heading p {
    width: 100%;
    max-width: 210px;
    font-size: 14px;
    line-height: 1.4
}

.product-base-btn {
    margin-top: auto
}

.product-base-btn a {
    border: 1px solid grey;
    padding: 10px 20px;
    font-size: 14px;
    box-shadow: 3px 5px 12px 0 #b3b3b3
}

.subproduct-box.d-flex {
    position: relative
}

.product-base-heading {
    width: 100%
}

.subproduct-box:nth-child(1) {
    background-color: #d9d9d9
}

.subproduct-box:nth-child(2) {
    background-color: #c2c2c2
}

.product-base-image {
    width: 100%;
    max-width: 290px
}

.homeProducts__content {
    display: grid
}

.homeProducts__item {
    position: relative
}

.homeProducts__itemContent {
    position: absolute;
    top: 0;
    left: 0;
    padding: 28px;
    width: 100%;
    height: 100%
}

.homeProducts__itemTitle {
    color: #274f7c;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.homeProducts__itemText {
    color: #234e7e;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 100%;
    max-width: 62%;
}


.working-section .outer-container {
    position: relative
}

.working-section .tabs-content {
    background-color: #fff0;
    padding: 0;
    border-radius: 0;
    position: relative
}

.working-section .tabs-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9
}

.working-section .tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.working-section .tabs-box .tab.active-tab {
    display: block
}

.working-section .tabs-box .tab.active-tab {
    transform: scale(1) translateY(0)
}

.working-section .tab-btn-box {
    position: relative;
    display: block;
    margin-left: -15px
}

.working-section .tab-btns li {
    position: relative;
    display: block;
    float: left;
    width: 11%;
    text-align: center;
    border-right: 1px solid #d6d6d6;
    cursor: pointer;
    min-height: 514px;
    padding: 250px 0 130px 0;
    transition: all 500ms ease;
}

.working-section .tab-btns li.active-btn {
    background: #f5f3f3
}

.working-section .tab-btns li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 118px;
    line-height: 118px;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    color: #1c1c1c;
    font-weight: 700;
    transition: all 500ms ease
}

.working-section .tab-btns li.active-btn span {
    background: #234e7e;
}

.working-section .tab-btns li.active-btn span {
    color: #fff;
    border-bottom: #fff0
}

.working-section .tab-btns li h5 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #827e7d;
    font-weight: 700;
    transform: rotate(90deg);
    width: 100%;
    transition: all 500ms ease;
    text-transform: capitalize
}

.breadcrumb {
    align-items: center;
    justify-content: flex-start
}

.breadcrumb-banner .container-fluid {
    padding: 0 4.7%
}

.breadcrumb-banner nav {
    padding: 90px 0 100px
}

.breadcrumb-banner {
    background-image: url(../images/counter.png);
    background-position: top;
    background-attachment: unset;
    background-repeat: no-repeat;
    background-size: cover
}

.contact-us-banner {
    background-image: url(../images/inner-banner/contact-us.jpg)
}

.product-banner {
    background-image: url(../images/inner-banner/our-product.jpg)
}

.about-us-banner {
    background-image: url(../images/inner-banner/our-product.jpg)
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 22px;
    filter: brightness(.1)
}

.breadcrumb .breadcrumb-item {
    padding: 14px 18px;
    background-color: #ffffff47;
    margin-top: 11px;
    font-size: 14px;
    letter-spacing: .5px;
    text-transform: capitalize
}

.breadcrumb .breadcrumb-item.active {
    color: #ffffff !important;
    font-weight: 700
}

.breadcrumb span {
    font-size: 14px;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 10px;
    margin-top: 10px;
    max-width: 100%
}

.breadcrumb-banner h1 {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #d82024;
    letter-spacing: 1.2px;
    text-align: left;
    text-shadow: 0 4px 1px #7c7c7c73
}

.aboutInnerMain-img {
    padding: 6.5rem 0 2.5rem 2.5rem
}

.aboutCounter {
    background: #fff;
    box-shadow: -1px -1px 18px grey;
    bottom: 0;
    right: 0;
    top: auto;
    height: auto
}

.aboutCounter .stats {
    padding: 20px;
    min-height: 100%
}

.aboutCounter-info {
    text-align: center
}

.aboutCounter-digit span {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block
}

.about-shape2 {
    position: absolute;
    padding: 20px;
    background-color: #fff;
    bottom: 100px;
    z-index: 3;
    left: 99px
}

.about-shape1 {
    position: absolute;
    padding: 30px;
    background-color: #fff;
    bottom: 40px;
    z-index: 3;
    left: 40px
}

.aboutInner-images span img {
    border-radius: 10px;
    box-shadow: 4px 6px 23px 3px #00000078
}

.aboutInner-images .d-inline-block {
    top: 8%;
    right: 10%;
    background-color: #243e661c !important;
    padding: 66px;
    z-index: -1
}

.abouInner-content h3,
.all-products-details h2,
.product-details-item h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000;
    text-transform: none;
    font-style: normal;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px
}

.all-products-details h2::after,
.all-products-details h2::before,
.product-details-item h2::after,
.product-details-item h2::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 97px
}

.all-products-details h2:before,
.product-details-item h2:before {
    background: #d82024;
    bottom: 4px
}

.all-products-details h2::after,
.product-details-item h2::after {
    background: #243e66;
    animation: move 3s infinite;
    width: 37px;
    height: 5px;
    left: 25px;
    right: auto;
    bottom: 3px
}

@keyframes move {
    0% {
        transform: translate3d(-300%, 0, 0)
    }

    60% {
        transform: translate3d(100%, 0, 0)
    }

    100% {
        transform: translate3d(100%, 0, 0)
    }
}

.abouInner-content p,
.all-products-details p,
.product-details-item p,
.product-details-item ol li {
    font-size: 17px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 25px;
    padding-right: 27px;
    text-align: justify
}

.product-details-item ol {
    padding-left: 20px
}

.product-details-item ol li {
    margin-bottom: 4px;
    list-style-type: disclosure-closed
}

.all-product-items {
    padding: 50px 30px
}

.outer-circle {
    border-style: solid;
    border-color: #fff0;
    border-radius: 50%;
    border-width: 0;
    -webkit-animation: rotateCircle 2s linear infinite;
    animation: rotateCircle 2s linear infinite;
    padding: 2px;
    display: table;
    border: 2px solid #d82024
}

.outer-circle .inner-circle {
    background: #fff;
    border-style: solid;
    border-color: #fff0;
    border-radius: 50%;
    border-width: 1px;
    animation: rotateCircle 2s linear infinite reverse;
    display: table;
    text-align: center
}

.outer-circle .text {
    vertical-align: middle;
    display: table-cell;
    padding: 0 20px;
    text-align: center;
    color: #000
}

@-webkit-keyframes rotateCircle {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.about-blog-section::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    left: 50%;
    top: 73px;
    background: rgb(0 0 0 / .1)
}

.about-blogs .col-lg-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.about-blog {
    position: relative
}

.about-blog:hover {
    cursor: pointer
}

.about-blog::after,
.about-blog::before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: #d82024;
    border-radius: 100%;
    border: 2px solid var(--primary-color);
    -webkit-animation: grow 1s ease-in-out infinite;
    animation: grow 1s ease-in-out infinite
}

.about-blog::after {
    background: #d82024
}

.about-blog::after::before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: #d82024;
    border-radius: 100%;
    border: 2px solid var(--primary-color);
    -webkit-animation: grow 1s ease-in-out infinite;
    animation: grow 1s ease-in-out infinite
}

.about-blog::before {
    background: #d82024;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s
}

@-webkit-keyframes grow {
    0% {
        transform: scale(1, 1);
        opacity: 1
    }

    100% {
        transform: scale(1.8, 1.8);
        opacity: 0
    }
}

@keyframes grow {
    0% {
        transform: scale(1, 1);
        opacity: 1
    }

    100% {
        transform: scale(1.8, 1.8);
        opacity: 0
    }
}

.about-blog {
    margin: 0 0 0 0;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0 90px 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.about-blog-content {
    margin: 0 0 0 0;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0 15px 0 90px;
    display: flex;
    align-content: center;
    align-items: center;
    height: 100%
}

.about-blog-info h2 {
    font-size: 36px;
    color: #000;
    opacity: 1;
    text-transform: capitalize;
    line-height: 1.4;
    letter-spacing: .5px;
    margin-bottom: 18px
}

.about-blog-info p {
    color: #616161;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .5px;
    text-align: left;
    padding: 0 25px 0 0
}

.card {
    overflow: hidden;
    position: relative
}

.img-gallery .overlap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgb(216 32 36 / 46%);
    opacity: 0;
    transition: 0.8s all
}

.img-gallery:hover {
    box-shadow: 2px 2px 20px 2px #00000085;
    transition: 0.3s;
    border-radius: 6px
}

.img-gallery:hover img {
    transform: scale(1.5);
    transition: 0.4s
}

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

.img-gallery:hover .overlap {
    opacity: 1
}

.arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.arrow a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s
}

.all-products .col-lg-12 .all-product-items {
    background-color: #fcfbfb;
    position: relative
}

span.digit-product-count {
    position: absolute;
    top: -13%;
    left: 36%;
    font-size: 21vw;
    font-family: "Gravitas One", Helvetica, Arial, sans-serif;
    -webkit-text-stroke: 1px #00000036;
    color: #adadad;
    opacity: .1;
    bottom: 0;
    font-weight: 700
}

.all-products .col-lg-12:nth-child(2) .all-product-items span.digit-product-count,
.all-products .col-lg-12:nth-child(4) .all-product-items span.digit-product-count {
    top: -13%;
    left: 12%
}

.detail-page {
    background-image: url(../images/bg.png);
    margin-top: -80px !important
}

.contact-page {
    overflow: visible;
    background-color: #efefef
}

.tabs-info {
    position: sticky;
    position: -webkit-sticky;
    top: 0
}

.tabs-content {
    background-color: #1a4067;
    padding: 18px 14px;
    border-radius: 8px
}

.tabs-content li {
    color: #000;
    margin-right: 20px;
    position: relative
}

.tabs-content li button {
    padding: 14px 30px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #fff;
    -moz-border-radius: 7px 7px 0 0 !important;
    -webkit-border-radius: 7px 7px 0 0 !important;
    border-radius: 7px 7px 0 0 !important
}

.tabs-content li button.active,
.tabs-content li button:hover {
    background-color: #fff !important;
    -moz-border-radius: 7px 7px 0 0 !important;
    -webkit-border-radius: 7px 7px 0 0 !important;
    border-radius: 7px 7px 0 0 !important;
    color: #1a4067 !important
}

.border.rounded-3 {
    position: relative;
    overflow: hidden
}

h2.item-title {
    background: #fff;
    color: #111;
    transform: translatey(0);
    transition: transform 0.7s;
    overflow: hidden;
    visibility: visible;
    box-shadow: 0 20px 20px rgb(0 0 0 / 8%);
    transition: 0.4s;
    padding: 20px 12px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

h2.item-title a {
    font-weight: 460;
    font-size: 1.3rem;
    text-transform: capitalize;
    line-height: 1.4;
    text-align: center;
    letter-spacing: .5px;
    color: #243e66;
    transition: 0.4s
}

.sub-product-box:hover .item-title {
    transform: translatey(-38px);
    visibility: visible;
    opacity: 1
}

.sub-product-box img {
    transition: 0.4s
}

.sub-product-box:hover img {
    height: 360px;
    overflow: visible
}

.blower-types {
    position: relative;
    overflow: hidden
}

.blower-types::after {
    padding-bottom: 95%;
    display: block;
    width: 100%;
    content: ""
}

.blower-types img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-types-box i.fa-solid.fa-plus {
    background: #fff;
    padding: 14px;
    border-radius: 50%;
    font-size: 18px;
    position: absolute;
    bottom: 18px;
    right: 18px
}

.product-details-item {
    margin-bottom: 20px
}

.product-types-box img,
.product-types-box a {
    width: 100%;
    display: block
}

.product-slider .swiper-button-next,
.product-slider .swiper-button-prev {
    position: absolute;
    bottom: 0;
    top: auto;
    background: #243e66;
    border-radius: 50%;
    height: 30px;
    padding: 5px;
    width: 30px;
    color: #fff;
    z-index: 999
}

.product-slider .swiper-button-prev,
.product-slider .swiper-rtl .swiper-button-next {
    right: auto;
    left: 33%;
    padding: 10px
}

.product-slider .swiper-button-next,
.product-slider .swiper-rtl .swiper-button-prev {
    right: 57%;
    left: auto;
    padding: 10px
}

.product-slider .swiper-button-next:after,
.product-slider .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 12px
}

.product-slider .swiper-button-prev:after,
.product-slider .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 12px
}

.feature-table table tr td {
    background: #f1f1f161;
    border: 2px solid #f1f1f1;
    font-weight: 500;
    padding: 15px;
    font-size: 16px;
    color: #806767
}

.feature-table table tr td:first-child {
    font-weight: 700;
    color: #000
}

.indestries-item-box,
.indestries-item {
    position: relative
}

.indestries-item-box img {
    width: 100%;
    transition: 0.4s
}

.indestries-item-box:hover img {
    transform: scale(1.3)
}

.indestries-item-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(255 255 255 / .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.indestries-item-box:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s
}

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

.indestries-item-info {
    position: absolute;
    top: 0;
    left: 0
}

.indestries-item-info {
    position: absolute;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin: auto;
    right: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    bottom: 0
}

.page_header_content .breadcrumb li::before {
    content: '';
    width: 2px;
    height: 15px;
    border-radius: 0;
    display: inline-block;
    background: #ffffff;
    margin-right: 7px;
}

.ribbon-2 {
    position: relative;
    margin-bottom: 20px
}

.ribbon-2 span {
    color: #2c3d66;
    font-size: 35px;
    padding: 9px;
    display: block
}

.ribbon-2:before,
.ribbon-2:after {
    content: "";
    position: absolute
}

.ribbon-2 {
    width: 137px;
    height: 55px;
    background: #fff;
    left: -29px;
    border-radius: 0 30px 30px 0;
    top: 0;
    box-shadow: 5px 3px 5px 0 #36456b47
}

.ribbon-2:before {
    height: 0;
    width: 0;
    border-bottom: 8px solid #fff;
    border-left: 8px solid #fff0;
    top: -8px;
    left: 0
}

.ribbon-2:after {
    height: 0;
    width: 0;
    border-left: 15px solid #21749a;
    right: -15px
}

.contact-information {
    margin-top: -9%
}

.contact-types {
    padding: 10px;
    text-align: center;
    border-radius: 4px 4px 100px 100px;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-grow: 1;
    height: 100%
}

.contact-types-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px 50px
}

.contact-types-item span {
    font-size: 22px;
    margin-bottom: 10px;
    color: #de4447
}

.contact-types-item h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000;
    text-transform: none;
    font-style: normal;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px
}

.contact-types-item p,
.contact-types-item a {
    font-size: 17px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 10px;
    padding-right: 0;
    text-align: center
}

.contact-form {
    border-radius: 10px 10px 0 0;
    padding: 0 26px
}

.contact-form form input,
.contact-form form select,
.contact-form form textarea {
    border: 1px solid #243e661f;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px
}


.homeProducts__itemLink.btn {
    border: 1px solid #274f7c;
    text-transform: uppercase;
    font-style: normal;
    padding: 11px 15px;
    transition: 0.3s;
    color: #234e7e;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 1.2px;
}
.homeProducts__itemLink.btn:hover{
    background-color: #000000;
    color: #fff;
    border: 1px solid #ffffff;
}

@media screen and (min-width:1240px) {
    .col-lg-7 .product-details-item {
        width: 100%;
        max-width: 60%;
        margin-left: auto
    }
}

@media screen and (min-width:768px) {
    .navbar-brand img {
        max-width: 225px;
        min-width: 225px;
        width: 100%;
        margin-top: -66px;
    }

    .white-logo {
        display: block
    }

    .logo {
        display: none !important
    }

    nav.scrolled .white-logo {
        display: none
    }

    nav.scrolled .logo {
        display: block !important
    }

    .navbar-brand {
        margin-right: 0
    }

    .abouInner-details-info::before {
        content: "";
        background: #f8f9fa;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 38%;
        top: -37px;
        right: -20px;
        bottom: -40px;
        box-shadow: 0 0 4px #e8eaee;
        z-index: -1;
        border-radius: 50%
    }
}

@media screen and (max-width:1600px) {
    nav.scrolled.navbar .navbar-nav .nav-link {
        font-size: 16px;
        margin: 0 13px
    }

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

    .navbar .container-fluid {
        padding: 0 3em !important
    }
}

@media screen and (max-width:1280px) {
    .navbar .navbar-nav .nav-link {
        padding: 1.5em .7em;
        font-size: .8rem
    }

    .navbar-brand {
        margin-right: 0;
        padding: 0;
        margin: 0 20px !important
    }

    .navbar .container-fluid {
        padding: 0 2.5em !important
    }

    a.btn,
    .btn {
        padding: 15px 10px
    }
}

@media screen and (max-width:991px) {
    .navbar .container-fluid {
        padding: 0 2em !important
    }

   
    .product-title h2 span {
        font-size: 58px
    }

    .company-info {
        margin-bottom: 20px
    }

    .about-details-part p {
        padding-right: 0
    }

    .company-info-titles h2 {
        font-size: 52px
    }

    .pin-stripe.hide-tablet {
        display: none
    }

    .clients-logos {
        width: 50%
    }

    .about-details-part {
        margin-top: 20px
    }

    .marquee span {
        font-size: 100px
    }

    .footer-item,
    .footer-menu {
        margin-bottom: 40px;
        padding: 0 10px
    }

    .head h5 {
        margin-bottom: 30px
    }

    .company-info-titles,
    .about-details-part {
        padding: 0 10px
    }

    .our-industries .swiper-slide {
        width: 400px !important
    }

    .our-industries {
        background-size: cover
    }

    .footer-address p {
        padding-right: 0
    }

    .stats {
        min-height: auto
    }

    .counter-details {
        text-align: center;
        border: none;
        border: 1px dashed #d820241f;
        padding: 22px;
        height: 100%;
        border-radius: 10px
    }

    .feature-items .col-lg-2.text-center {
        margin-top: 0
    }

    .outer-circle,
    .about-shape1,
    .about-shape2,
    .about-blog::after,
    .about-blog::before,
    .about-blog-section::before {
        display: none
    }

    .aboutInnerMain-img {
        padding: 0
    }

    .about-blog::before {
        display: none
    }

    .about-blog,
    .about-blog-content {
        padding: 0;
        margin-bottom: 20px;
        display: block;
        width: 100%
    }

    .about-blog img {
        width: 100%
    }

    .about-blog-content img {
        width: 100%
    }

    .row.quality,
    .row.engineering {
        flex-direction: column-reverse
    }

    .about-blog-info p {
        font-size: 16px
    }

    .abouInner-details-info {
        padding-left: 20px !important
    }

    footer {
        padding: 40px 0 0
    }

    section {
        padding: 30px 0;
        overflow: hidden;
        position: relative
    }

    .aboutCounter .stats {
        padding: 14px;
        min-height: auto;
        margin: 0
    }

    .aboutCounter-digit span {
        font-size: 34px
    }

    .about-blog-info h2 {
        font-size: 32px
    }

    .all-product-items {
        padding: 30px 10px
    }

    .tabs-content li {
        color: #000;
        margin-right: 20px;
        position: relative;
        width: 100%;
        max-width: 100%;
        flex-basis: auto !important;
        margin-bottom: 10px;
        margin-right: 0
    }

    .product-item.position-relative {
        padding-top: 55px
    }
}

@media screen and (max-width:768px) {
    .pin-stripe.hide-horizontal-mobile {
        display: none
    }

    .navbar-collapse .white-logo,
    .navbar-collapse .logo {
        display: none
    }

    #navbarNav {
        background-color: #fff;
        color: #000
    }

    .navbar .navbar-nav .nav-item {
        display: block;
        width: 100%;
        padding: 5px 10px
    }

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

    .breadcrumb-banner h1 {
        font-size: 40px;
        padding: 0 10px
    }

    .breadcrumb {
        justify-content: flex-start;
        padding: 0 10px
    }

    .abouInner-content p,
    .all-products-details p,
    .product-details-item p,
    .product-details-item ol li {
        font-size: 16px;
        line-height: 1.7;
        color: #666;
        margin-bottom: 25px;
        padding-right: 0;
        text-align: left
    }

    .product-details-item ol li {
        margin-bottom: 10px
    }

    .detail-page {
        margin-top: 0 !important
    }

    a.btn {
        margin-bottom: 10px
    }

    nav.scrolled {
        padding: 14px 0 !important
    }

    .navbar-brand {
        margin: 0 !important
    }

    .product-slider .swiper-button-prev,
    .product-slider .swiper-rtl .swiper-button-next {
        right: auto;
        left: 5%;
        padding: 10px
    }

    .product-slider .swiper-button-next,
    .product-slider .swiper-rtl .swiper-button-prev {
        right: 5%;
        left: auto;
        padding: 10px
    }
}

@media screen and (max-width:425px) {
    /* a.btn {
        width: 100%
    } */

    .clients-logos {
        width: 100%
    }
}

.modal-logo img {
    width: 100%;
    max-width: 50%;
    margin: auto;
    margin-bottom: 0px
}

.modal-call {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

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

.modal-content a {
    color: #1d242b;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    padding: 15px 0 0 10px;
    width: 100%;
    align-items: center;
}

.modal-body .has-feedback {
    margin-bottom: 12px
}

.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;
}

.modal-header {
    background-color: #234e7e;
    color: #ffffff;
    text-align: center;
}

.modal-header h5 {
    color: #ffffff;
    font-size: 24px;
    width: 100%;
    letter-spacing: .4px;
    font-weight: 600
}

.modal-header .btn-close {
    margin: 0;
    filter: invert(1);
}

.modal-logo {
    padding: 10px 0px 10px;
    display: flex;
    justify-content: end;
}

.modal-body {
    padding: 0
}

label.error {
    color: red;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
    opacity: var(--bs-btn-close-focus-opacity);
}

/* about-us */
section.page_header_content {
    padding: 0px;
    margin: 0px;
}
.onr {
    padding-left: 0px;
    padding-right: 0px;
}

.page_header_content .breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
    background: transparent;
}

.page_header_content .breadcrumb li::before {
    content: '';
    width: 2px;
    height: 15px;
    border-radius: 0;
    display: inline-block;
    background: #ffffff;
    margin-right: 7px;
}

.page_header_content .breadcrumb li:first-child:before {
    display: none;
}

.page_header_content .breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.page_header_content .breadcrumb li:not(:last-child) {
    margin-right: 6px;
}

.page_header_content .breadcrumb li a {
    color: #ffffff;
}

.page_header_content .breadcrumb li a:hover {
    color: #ffffff;
}

.page_header_content .breadcrumb li.active {
    color: #ffffff;
}

.page_header_content .heading {
    position: relative;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
}

.sec-title-about h1 {
    font-weight: 600;
    font-size: 42px;
    line-height: 65px;
    letter-spacing: 0;
    color: #243e66;
    text-transform: none;
    font-style: normal
}

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

.page-about-image {
    position: relative;
    padding-bottom: 130px;
}

.page-about-image::before {
    content: '';
    position: absolute;
    top: 55px;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
    height: 100%;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.about-img-2 {
    position: absolute;
    bottom: 0;
    right: -50px;
}

.about-img-1 img {
    border-radius: 40px;
}

.about-img-2 img {
    border-radius: 40px;
    border: 10px solid #fff;
    border-right: 0;
}

.satisfied-client {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -100px);
    background-color: #fff;
    box-shadow: 0px 4px 30px 0px #0C152412;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    padding: 15px 20px;
    animation: moveobject 2s infinite linear alternate;
}

@keyframes moveobject {
    50% {
        left: 45%;
    }
}

.satisfied-client-icon {
    margin-right: 15px;
}

.satisfied-client-content {
    width: calc(100% - 55px);
}

.satisfied-client-content h3 {
    font-size: 24px;
    color: var(--primary-color);
    text-align: left;
    margin-bottom: 5px;
    display: flex;
}

.satisfied-client-content p {
    text-transform: capitalize;
    margin: 0;
}

.about-content {
    margin-left: 50px;
}


.serviceBox {
    text-align: center;
    padding: 0 23px 20px;
    position: relative;
    z-index: 1;
    border: 3px solid #274f7c;
    height: 100%;
    padding-top: 23%;
    border-radius: 20px;
}
/* .service-item{
    height: 100%;
} */

/* .serviceBox:before {
    content: "";
    background: #fff;
    width: 100%;
    height: calc(100% - 90px);
    border: 3px solid #274f7c;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
} */

.serviceBox .service-icon {
    color: #234e7e;
    background: linear-gradient(135deg, #e7e7e7, #fff, #fff);
    font-size: 60px;
    line-height: 130px;
    position: absolute;
    width: 130px;
    height: 130px;
    margin: auto;
    border-radius: 50%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    top: -17%;
    left: 0;
    right: 0;
}

.serviceBox .title {
    color: #0b0b0b;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 6px 0;
}

.serviceBox .description {
    font-size: 18px;
    line-height: 36px;
}

.serviceBox.yellow:before {
    border-color: #FAA725;
}

.serviceBox.yellow .service-icon {
    color: #FAA725;
}

.serviceBox.red:before {
    border-color: #E6491E;
}

.serviceBox.red .service-icon {
    color: #E6491E;
}

.serviceBox.green:before {
    border-color: #18BB9C;
}

.serviceBox.green .service-icon {
    color: #18BB9C;
}

.serviceBox.service-icon i {
    transition: all 1.3s ease 0s;
}

.serviceBox:hover .service-icon svg {
    transform: rotateY(180deg);
    transition: all 0.3s ease 0s;
}

/* product */
.sub-products .products-item {
    overflow: visible;
}

.products-box {
    padding: 15px;
    background-color: #d4e6ed21;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 9px 9px #d2e3e9;
    height: 100%;
}
.products-item {
    height: 100%;
}

.products-box img {
    transition: transform 0.4s ease;
}

.products-box:hover img {
    transform: scale(1.1);
}

.sub-products .products-title {
    transform: translateY(0%) !important;
    transition: transform 0.4s ease;
}

.products-title {
    margin-top: 20px;
}

.products-title h4 {
    color: #234e7e;
    text-align: center;
    line-height: 1.4;
    font-size: 19px;
    margin: 0;
    letter-spacing: 0.4px;
    font-weight: 600;
}

/* Industries We Serve */

.box.box-1-industries:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.box.box-1-industries {
    color: #fff;
    background: #2b3c4e;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

.box {
    position: relative;
    font-size: 0px;
    display: inline-block;
    zoom: 1;
    z-index: 1;
    white-space: normal;
}

.box.box-1-industries:hover img {
    opacity: 0.6;
    filter: grayscale(100%);
}

.box.box-1-industries img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.box.box-1-industries:hover .box-content {
    transform: translateY(-50%) scaleY(1);
}

.box.box-1-industries .box-content {
    color: #fff;
    background: linear-gradient(to right, transparent, transparent, rgb(35 78 126), #234e7e, #234e7e);
    text-align: right;
    width: 100%;
    padding: 15px 15px 15px 60px;
    transform: translateY(-50%) scaleY(0);
    position: absolute;
    top: 50%;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.box.box-1-industries .title {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 4px;
    background: transparent;
    color: #fff;
}

.sub-product-img-details {
    width: 100%;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #dee2e6;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    padding: 15px;
}

.antibiotics-more-details ul li p {
    font-size: 18px;
    text-align: left;
    line-height: 1.4;
    padding: 0 0 5px 0;
    letter-spacing: .6px;
}

.antibiotics-more-details ul li p span {
    font-weight: 500;
    color: #000;
}

.sub-head h3 {
    font-size: 33px;
    color: #234e7e;
    font-weight: 600;
}

.sub-product-information {
    width: 100%;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #dee2e6;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    padding: 15px;
}

.sub-product-information .nav-tabs .nav-link.active {
    color: #ffffff;
    background: #0b0b0b;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.sub-product-information .nav-tabs .nav-link {
    background: #234e7e;
    color: #ffffff;
    font-size: 18px;
    margin-right: 5px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.sub-product-information .tab-content .tab-pane ul li {
    font-size: 18px;
    line-height: 30px;
}

.tab-content>.tab-pane ul {
    list-style: disc;
}

.sub-head {
    position: relative;
}

.sub-head::before {
    position: absolute;
    content: "";
    padding: 2px;
    border-bottom: 5px solid #234e7e;
    left: 0;
    bottom: -11px;
    width: 100%;
    max-width: 10%;
    height: 5%;
}

.sub-head::after {
    position: absolute;
    content: "";
    padding: 2px;
    border-bottom: 1px solid #000000;
    left: 0;
    bottom: -12px;
    width: 100%;
    max-width: 27%;
    height: 1%;
}

/* Certificates */
.gallery-item {
    margin: 20px;
    display: flex;
    justify-content: center;
}

.gallery-item-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.gallery-item-box img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.gallery-item-box:hover img {
    transform: scale(1.1);
}


.fancybox-container {
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
}

.item {
    list-style: none;
}

/* contact */

.contact-form-section.style-three:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left top;
}

.contact-form-section.style-three .bg-one {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 42%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.2;
}

.contact-form-section.style-three .contact-info .icon-box {
    position: relative;
    padding: 20px 20px 20px;
    padding-left: 88px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 25px;
}

.contact-form-section.style-three .contact-info .icon-box .icon {
    position: absolute;
    top: 37px;
    left: 30px;
    font-size: 43px;
}

.contact-form-section.style-three .contact-info .icon-box h4 {
    font-size: 24px;
    font-weight: 600;
    color: #1d4c84;
}

.contact-form-section.style-three .contact-info .icon-box .text {
    margin-bottom: 0;
}

.contact-form-section.style-three .contact-info .icon-box .text a {
    color: #4b4b4b;
}

.contact-form-section.style-three .contact-form textarea {
    height: 93px;
    resize: none;
}

.contact-form-section.style-three .contact-form .form-group {
    background: #fff;
    margin-bottom: 20px;
    padding: 13.5px 20px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.contact-form-section.style-three .wrapper-box {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.contact-form-section.style-three .contact-form .bootstrap-select .dropdown-toggle .filter-option:after {
    top: 0;
}

.contact-form-section.style-three .contact-form .theme-btn {
    padding: 15px 35px;
}


.sec-title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -20px;
    width: 76px;
    height: 11px;
    background-image: url(../images/shape-5.png);
    background-repeat: no-repeat;
}
.sec-title h2 {
    position: relative;
    font-size: 46px;
    font-weight: 600;
    padding-bottom: 0px;
    color: #234e7e;
    margin-bottom: 0;
}
span.touch {
    font-size: 26px;
    font-weight: 400;
}

.sec-title .sub-title {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
}

.sec-title .sub-title {
    color: #1d4c84;
}

.contact-form-section.style-three .contact-form .form-group {
    background: #fff;
    margin-bottom: 20px;
    padding: 13.5px 20px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.contact-form {
    position: relative;
}

.text {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    color: #4a4a4a;
    margin: 0px 0px 15px;
}

.sec-title {
    position: relative;
    margin-bottom: 55px;
}

.certificat {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.form-control:focus {
    border-color: #e5e8ec;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}


.footer-whatsapp-left {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 20px 100px 0;
    z-index: 999999;
}

.footer-whatsapp-left a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-call-right {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 20px 180px 0;
    z-index: 999999;
}
.vibrate-3 {
    -webkit-animation: vibrate-3 1s linear infinite both;
    animation: vibrate-3 1s linear infinite both;
}
@keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@media screen and (max-width: 991px) {
    .footer-box-two {
        display: flex !important;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #0f4da2;
        color: #fff;
        text-align: center;
        z-index: 9;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .book-app {
        width: 100%;
        padding: 1%;
        float: left;
        line-height: 40px;
        text-align: center;
        max-height: 100px;
    }

    .book-app a {
        font-size: 15px;
    }
}

h2.wrapper {
    position: relative;
    font-size: 46px;
    font-weight: 600;
    padding-bottom: 30px;
    color: #234e7e;
}
.inq-two {
    display: none;
}
.acrylic-liquid-two {
    display: none;
}
.certific-img {
    margin-bottom: 15px;
}
.lower-wrap {
    margin-top: 20px;
}
p.copyright {
    font-size: 16px;
    padding-top: 20px;
}
.lower-wrap {
    margin-top: 20px;
    border-top: 1px solid rgb(102 99 99 / 75%);
}
.footer-social-icons {
    padding-top: 20px;
}
p.copyright a {
    font-size: 18px;
    font-weight: 500;
}
.all-breadcrumb {
    position: relative;
    top: -253px;
}
.header-banner img {
    object-fit: cover;
}

.about-one__content {
    margin-bottom: 45px;
}
section.product {
    padding-top: 0px;
    margin: 0px;
}
.all-product {
    height: 100%;
}
.sub-product-img-details img {
    width: 100%;
}
section.category {
    margin-top: -20px;
}
.antibiotics-more-details {
    margin-top: 25px;
}
section.certificates {
    padding-top: 0px;
    margin-top: 0px;
}
section.industries-we-serve {
    padding-top: 0px;
    margin-top: 10px;
}
section.contact-form-section.style-three {
    padding-bottom: 50px;
}
.inner-images img {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #dee2e6;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    padding: 15px;
}
.inner-images {
    margin-top: 40px;
}
.product-title h4 {
    background: #234e7e;
    color: #ffffff;
    font-size: 18px;
    margin-right: 5px;
}
.product-title-inner h4 {
    color: #ffffff;
    font-size: 18px;
    margin-right: 5px;
    text-align: center;
    margin-bottom: 0;
}
.product-title-inner {
    background: #234e7e;
    padding-top: 10px;
    padding-bottom: 10px;
}
/*  */
.homeProducts__itemImage img {
    width: 100%;
}
.homeProducts__itemTitle-duct {
    color: #274f7c;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.sub-send-inquiry-form {
    position: fixed;
    left: -94px;
    top: auto;
    height: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
    bottom: 10%;
}
.sub-send-inquiry-form {
    display: flex;
}
.sub-send-btn {
    background-color: #234e7e;
    border-radius: 0 0 0px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    transform: rotate(-90deg);
}
.icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub-send-inquiry-form a {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 10px;
}
.sub-applications-information {
    margin-top: -38px;
}
.container-fluid.two {
    padding-left: 7%;
    padding-right: 7%;
}
.swiper-application {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
