@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@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);

:root {
    --primary-color: #0C1524;
    --secondary-color: #F5F7FA;
    --text-color: #4A5567;
    --accent-color: #449ee3;
    --divider-color: #DBDFEA;
    --dark-divider-color: #FFFFFF30;
    --white-color: #FFFFFF;
    --error-color: #449ee3;
    --default-font: "Montserrat", sans-serif
}

html {
    scroll-behavior: smooth
}

*,
*: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 "Montserrat", 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
}

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

input,
select,
textarea {
    background: #fff;
    background: #fff;
    border: 1px solid rgb(70 70 70 / .3);
    font: 500 15px/1 "Oxygen", 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: 70px;
    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
}

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

section {
    padding: 80px 0
}

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

.title h2 {
    font-weight: 700;
    font-size: 60px;
    color: #67798f;
    text-align: left;
    padding-right: 0;
    position: relative;
    text-transform: capitalize
}

.title h2.bg {
    font-weight: 700;
    font-size: 90px;
    color: #fbf8f8;
    text-align: left;
    padding-right: 0;
    position: absolute;
    top: -48px;
    text-transform: uppercase;
    display: none
}

.title h2:not(.bg)::after {
    position: absolute;
    content: "";
    padding: 2px;
    border-bottom: 1px solid #878787;
    left: 0;
    bottom: -12px;
    width: 100%;
    max-width: 20%;
    height: 1%
}

.title h2:not(.bg)::before {
    position: absolute;
    content: "";
    padding: 2px;
    border-bottom: 7px solid #449ee3;
    left: 0;
    bottom: -11px;
    width: 100%;
    max-width: 6%;
    height: 5%
}

.bg-gray {
    background: #f2f2f2
}

header {
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 0 40px
}

ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
    margin-bottom: 0 !important
}

.navbar {
    box-shadow: 0 5px 5px rgb(0 0 0 / .1);
    position: relative;
    border-radius: 12px
}

.navbar .navbar-brand img {
    max-width: 100px
}

.navbar .navbar-nav .nav-link {
    color: #383336;
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 16px;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #383336;
    transition: all 0.3s ease 0s;
    position: relative;
    padding: 44px 20px;
    cursor: pointer
}

.navbar .navbar-nav .nav-link.active {
    border-bottom: 3px solid #3d76bf;
    font-weight: 700
}

.navbar .navbar-nav .nav-link:hover {
    border-bottom: 3px solid #3d76bf
}

.nav-item {
    padding: 0 10px;
    /* position: relative */
}

.sub-dropdown {
    position: absolute;
    right: 0;
    left: 0%;
    top: 40%;
    background: #FDFCFB;
    min-width: max-content;
    box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
    opacity: 0;
    visibility: hidden;
    transform: translateY(60px);
    transition: all .3s ease;
    z-index: 9
}

/* li.sub-dropdown-li {
    position: relative
} */

li.sub-dropdown-li a {
    font-size: 15px;
    padding: 16px 18px;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .2px;
    transition: 0.4s;
    text-transform: capitalize
}

li.sub-dropdown-li a.sub-dropdown-a:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 9px;
    left: 5px;
    transition: 0.5s;
    font-size: 23px;
    transition: 0.4s
}

.submenu-dropdown {
    position: absolute;
    right: 0%;
    left: 0;
    top: 100%;
    background: #FDFCFB;
    min-width: 100%;
    box-shadow: 1px 3px 7px rgb(0 0 0 / 54%);
    opacity: 0;
    visibility: hidden;
    /* transform: translateY(60px); */
    transition: all .3s ease;
    z-index: 9;
    transform: translateX(-100%);
    width: 100%;
    display: none;

}

header li.nav-item:hover .sub-dropdown {
    opacity: 1;
    visibility: visible;
    /* transform: translateY(0) */
}

header li.nav-item .sub-dropdown-li:hover a.sub-dropdown-a {
    padding-left: 25px;
    background: aliceblue;
    border-bottom: 1px solid #b9e0ff
}

header li.nav-item .sub-dropdown-li:hover a.sub-dropdown-a:after {
    opacity: 1;
    left: 7px
}

header .sub-dropdown .sub-dropdown-li:hover .submenu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.jm-logo-block {
    position: absolute;
    right: 0;
    left: -21px;
    overflow: hidden;
    top: -5px;
    background: url(../images/logo-white-bg.png) no-repeat 0 0;
    background-size: cover;
    padding: 20px 42px 33px !important;
    padding: 0 0 0 0
}

.jm-logo-block img {
    width: 100%;
    max-width: 245px
}

.navbar .navbar-collapse {
    position: relative;
}

@media screen and (min-width:1024px) {
    .navbar {
        letter-spacing: .1em
    }

    .navbar .navbar-nav .nav-link {
        padding: 44px 4px
    }

    .search-and-icons {
        width: 50%
    }

    .search-and-icons form {
        flex: 1
    }
}

@media screen and (min-width:991px) {
    .navbar .navbar-collapse {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end
    }
}

@media screen and (min-width:768px) {
    .navbar .navbar-brand img {
        max-width: 11em
    }



    .search-and-icons {
        display: flex;
        align-items: center
    }

    .navbar .navbar-content {
        background: -webkit-linear-gradient(100deg, #ffffff 100%, #ffffff 100%, #ffffff 100%);
        background: linear-gradient(100deg, #ffffff 100%, #ffffff 100%, #ffffff 100%);
        right: 0;
        width: 100%;
        box-shadow: 2px 2px 2px -1px rgb(0 0 0 / .2);
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
        border-radius: 12px;
        padding-right: 30px;
        position: relative
    }
}

@media screen and (max-width:1260px) {
    .navbar .navbar-nav .nav-link {
        font-size: 15px
    }

    .nav-item {
        padding: 0 7px
    }

    .jm-logo-block img {
        max-width: 244px
    }

    .navbar .navbar-content {
        padding-right: 0
    }
}

@media screen and (max-width:1140px) {
    .navbar .navbar-nav .nav-link {
        font-size: 14px
    }

    .nav-item {
        padding: 0 5px
    }

    .jm-logo-block img {
        max-width: 200px
    }

    .jm-logo-block {
        padding: 30px 42px 33px !important
    }

    header {
        width: 100%;
        padding: 0
    }

    .navbar {
        border-radius: 0
    }

    .navbar .navbar-content {
        padding-right: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 20px;
        flex-wrap: inherit;
        border-radius: 0
    }
}

@media screen and (max-width:1024px) {
    .navbar .navbar-nav .nav-link {
        padding: 33px 3px;
        font-size: 13px;
        text-transform: capitalize
    }

    .navbar .navbar-brand img {
        max-width: 9em;
        margin-left: 0
    }

    .nav-item {
        padding: 0 6px
    }

    .title h2.bg {
        font-size: 56px;
        top: -3px
    }
}

@media screen and (max-width:991px) {
    .jm-logo-block {
        display: none
    }

    .navbar-brand {
        display: block !important
    }

    .navbar .navbar-nav .nav-link {
        padding: 12px 3px;
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

    .navbar .navbar-nav {
        margin: 20px 0 !important;
    }

    ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
        margin-bottom: 20px !important;
    }

    .nav-item {
        padding: 0;
    }
}

@media screen and (max-width:768px) {
    .navbar .navbar-nav .nav-link {
        padding: 12px 3px;
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

    .title h2 {
        font-size: 45px
    }

    .title h2.bg {
        font-size: 36px;
        top: -3px
    }
}

@media screen and (max-width:480px) {
    .title h2 {
        font-size: 38px
    }

    .sub-send-inquiry-form a {
        font-size: 14px
    }

    .sub-send-btn {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.search-and-icons form input {
    border-radius: 0;
    height: 2em;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='grey' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E") no-repeat 95%
}

.search-and-icons form input:focus {
    background: #fff;
    box-shadow: none
}

.search-and-icons .user-icons div {
    padding-right: 1em
}

.contact-info p,
.contact-info a {
    font-size: .9em;
    padding-right: 1em;
    color: grey
}

.contact-info a {
    padding-right: 0
}

.swiper {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

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

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--swiper-theme-color)
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg)
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--swiper-navigation-color, #459fe3)
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 26px
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    background-color: #3f2d85
}

.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #3f2d85;
    width: 40px;
    border-radius: 10px 10px 10px 10px;
    padding: 2px
}

@media screen and (max-width:1140px) {
    .slider-section {
        padding-top: 6.2em !important
    }
}

@media screen and (max-width:768px) {
    .slider-section {
        padding-top: 4em !important
    }

    section {
        padding: 35px 0
    }
}

.img-info-content div {
    padding: 20px;
    display: flex
}

.img-info-content div h4 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: -.04em;
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    letter-spacing: .1px
}

.img-info-content div h4 span {
    font-weight: 200;
}

.about-info h2,
.box-item h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #000
}

.box-item h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    line-height: 1.5
}

.about-info p,
.box-item p {
    font-size: 17px;
    line-height: 1.6;
    color: #545454;
    letter-spacing: .3px;
    text-align: left;
    text-transform: math-auto;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px
}

.box-item ul li {
    font-size: 17px;
    line-height: 1.6;
    color: #303030;
    letter-spacing: .3px;
    text-align: left;
    text-transform: math-auto;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    font-weight: 600
}

.industries-text-subtitle {
    width: 100%;
    max-width: 75%;
    margin-top: 20px;
    display: inline-flex
}

@media (min-width:992px) {
    .img-info-content {
        position: absolute;
        top: -120px;
        right: 20px;
        width: 100%;
        max-width: 67%;
        background-color: #449ee3;
        color: #fff
    }

    .about-info {
        width: 100%;
        max-width: 80%
    }
}

.about-item-bg {
    background: url(../images/banner/about-us.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 210px 0;
    position: relative
}

.about-item-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000069
}

.breadcrumbs-items {
    padding: 400px 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -20px;
    flex-wrap: wrap
}

.page-about {
    padding: 100px 0
}

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

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

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

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

.about-img-2 img {
    border-radius: 40px;
    border: 10px solid var(--white-color);
    border-right: 0
}

.satisfied-client {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -100px);
    background-color: var(--white-color);
    box-shadow: 0 4px 30px 0 #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
}

@media (max-width:768px) {
    .about-content {
        margin-left: 0
    }

    .section-title h2 {
        font-size: 19px !important;
        font-weight: 700;
        text-transform: capitalize;
        color: #000;
        margin-bottom: 15px;
        line-height: 1.4
    }

    .page-about {
        padding: 40px 0
    }
}

@media (max-width:992px) {
    .page-about {
        padding: 40px 0;
        padding-bottom: 15px
    }
}

.about-content-body {
    margin-bottom: 30px
}

.about-content-body p {
    margin: 0;
    text-align: start;
    line-height: 2;
    letter-spacing: .5px;
    text-transform: math-auto;
    font-weight: 400;
    font-family: "Poppins", sans-serif
}

.about-content-body p strong {
    color: #000
}

.about-company-service {
    display: flex;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
    margin-bottom: 30px
}

.about-company-service:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.about-company-service .icon-box {
    position: relative;
    background-color: var(--accent-color);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    overflow: hidden;
    transition: all 0.3s ease-in-out
}

.section-title h3 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--accent-color);
    margin-bottom: 15px;
    letter-spacing: .2em
}

.section-title h2 {
    font-size: 29px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.4
}

.about-company-service .icon-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    border-radius: 50px
}

.about-company-service:hover .icon-box:before {
    transform: scale(1)
}

.about-company-service .icon-box img {
    position: relative;
    z-index: 1
}

.image-anime {
    position: relative;
    overflow: hidden
}

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

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: #fff0
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left
}

.box-item-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 25px;
    border: 10px solid #fafafa
}

ul.content li {
    line-height: 26px;
    font-size: 16px
}

ul.content li {
    list-style: none !important
}

.box-item ol li {
    font-size: 16px;
    line-height: 25px
}

@media (max-width:768px) {
    .box-item.text-center {
        padding: 0px !important
    }

    .bg-gray {
        padding-top: 15px
    }
}

.btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: #fff;
    border: 1px solid #449ee3;
    cursor: pointer;
    margin: 16px 0 15px;
    min-width: 150px;
    color: #449ee3;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px
}

.btn:hover {
    background-color: #449ee3;
    border: 1px solid #fff;
    cursor: pointer;
    margin: 16px 0 15px;
    min-width: 150px;
    color: #fff
}

.btn.hover-border-9::before,
.btn.hover-border-9::after {
    content: "";
    bottom: 0;
    width: 15%;
    transition: width 0.2s 0.35s ease-out
}

.btn.hover-border-9::before {
    right: 50%
}

.btn.hover-border-9::after {
    left: 50%
}

.btn.hover-border-9:hover::before {
    width: 50%;
    transition: width 0.1s ease-in
}

.btn.hover-border-9:hover::after {
    width: 50%;
    transition: width 0.2s ease-in
}

.btn.hover-border-9 span::before,
.btn.hover-border-9 span::after {
    width: 0%;
    height: 0%;
    bottom: 0;
    background: #fff0;
    opacity: 0;
    z-index: 2
}

.btn.hover-border-9 span::after {
    right: 0%;
    border-right: 2px solid #3f2d85;
    transition: height 0.25s ease-in, opacity 0s 0.35s
}

.btn.hover-border-9 span:hover::after {
    height: 96%;
    opacity: 1;
    transition: height 0.25s 0.2s ease-out, opacity 0s 0.2s
}

.btn.hover-border-9 span::before {
    left: 0%;
    border-left: 2px solid #3f2d85;
    border-top: 2px solid #3f2d85;
    transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s 0.35s
}

.btn.hover-border-9 span:hover::before {
    width: 98.5%;
    height: 96%;
    opacity: 1;
    transition: height 0.15s 0.1s linear, width 0.2s 0.25s linear, opacity 0s 0.1s
}

@media (max-width:768px) {
    .box-item h5 {
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 15px;
        text-transform: capitalize;
        line-height: 1.5
    }

    .box-item ul li {
        font-size: 14px !important;
        line-height: 1.6;
        color: #303030;
        letter-spacing: .3px;
        text-align: left;
        text-transform: math-auto;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        margin-bottom: 10px !important;
        font-weight: 600
    }
}

@media (max-width:768px) {
    .box-images img {
        --m: left var(--_i, %) top var(--_g), bottom var(--_i, %) left var(--_g), top var(--_i, %) right var(--_g), right var(--_i, %) bottom var(--_g) !important;
        -webkit-mask: var(--m);
        mask: var(--m);
        filter: none !important;
        transition: .3s linear;
        cursor: auto !important
    }

    .box-images img:hover {
        --_i: % !important;
        filter: none !important
    }
}

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

@media (max-width:768px) {
    .contact-info {
        background-color: #f2f2f2;
        padding: 30px;
        border-radius: 30px;
        border-top: 3px solid #637a8f;
        margin-bottom: 15px
    }

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

.breadcrumbs-item {
    padding: .75rem .75rem .75rem 1.5rem;
    background: #449ee3;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-right: 10px
}

@media screen and (max-width:568px) {
    a.breadcrumbs-item {
        font-size: 11px;
        padding: 14px !important;
        width: inherit
    }

    .breadcrumbs-item {
        padding: .75rem .75rem .75rem 1.5rem;
        background: #449ee3;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        margin-right: 8px
    }

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

.breadcrumbs-item::before,
.breadcrumbs-item::after {
    content: "";
    position: absolute;
    height: 100%;
    width: .75rem;
    top: 0;
    left: -2px;
    clip-path: polygon(0 0, 100% 49%, 0 100%, 0% 100%, 0 48%, 0% 0%)
}

.breadcrumbs-item::before {
    background: #3b4567
}

.breadcrumbs-item::after {
    left: 100%;
    background: #5d9ce3
}

.breadcrumbs-item:first-child {
    padding: .75rem;
    border-radius: .25rem 0 0 .25rem
}

.breadcrumbs-item:first-child::before {
    display: none
}

.breadcrumbs-item:last-child {
    border-radius: 0 .25rem .25rem 0
}

.breadcrumbs-item:last-child::after {
    display: none
}

.breadcrumbs-item:hover,
.breadcrumbs-item:hover::after {
    background: #449ee3;
    color: #fff
}

.shape {
    bottom: -2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0
}

.shape>svg {
    height: auto;
    transform: scale(2);
    transform-origin: top center;
    width: 100%
}

.count-block {
    width: 20vw;
    height: 20vw;
    transition: 0.3s
}

.counter-item {
    transition: 0.3s
}

.bg-block {
    margin-top: 8vw;
    background: url(../images/counter/5.jpg) no-repeat;
    background-position: 100%;
    background-size: cover
}

.first-img {
    background: url(../images/counter/5.jpg) no-repeat;
    background-position: 100%;
    background-size: cover
}

.second-img {
    background: url(../images/counter/3.jpg) no-repeat;
    background-position: 100%;
    background-size: cover;
    margin-top: 20vw
}

.third-img {
    background: url(../images/counter/5.jpg) no-repeat;
    background-position: 100%;
    background-size: cover;
    margin-top: 11vw
}

.fifth-img {
    background: url(../images/counter/2.jpg) no-repeat;
    background-position: 100%;
    background-size: cover
}

.fourth-img {
    background: url(../images/counter/1.jpg) no-repeat;
    background-position: 100%;
    background-size: cover
}

.sixth-img {
    background: url(../images/counter/4.jpg) no-repeat;
    background-position: 100%;
    background-size: cover
}

.counter {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.count-wrap div {
    justify-content: center
}

.count-wrap h2,
.count-wrap span {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 4vw;
    line-height: 4.2vw;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: -.04em;
    text-transform: uppercase;
    color: #449ee3
}

.count-text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.2vw;
    line-height: 1.8vw;
    font-weight: 400;
    letter-spacing: -.005em;
    text-transform: uppercase;
    text-align: center;
    color: #449ee3;
    width: 100%;
    max-width: 200px;
    margin: 10px auto 0
}

.counter-item:hover {
    transform: translate(0, -18px)
}

@media screen and (max-width:992px) {
    .img-info-content {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        background-color: #449ee3;
        color: #fff;
        margin-top: 20px
    }

    .count-block {
        width: 44vw;
        height: 44vw;
        transition: 0.3s
    }

    .second-img {
        margin-top: 20vw
    }
}

@media screen and (max-width:575px) {
    .img-info-content {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        background-color: #449ee3;
        color: #fff;
        margin-top: 20px
    }

    .count-block {
        width: 90vw;
        height: 90vw;
        transition: 0.3s
    }

    .second-img {
        margin-top: 20vw
    }
}

.product-item a {
    background-color: #67798f0f;
    border: unset;
    box-shadow: 4px 8px 7px #00000017;
    display: flex;
    flex-direction: column;
    height: 100%
}

.product-title {
    padding: 15px 18px
}

.product-img img {
    width: 100%
}

.product-title h2 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    line-height: 1.5;
    text-align: center;
    transition: 0.3s
}

.product-item a:hover .product-title {
    background-color: #449ee3;
    color: #fff
}

.view-all {
    width: 100%;
    max-width: 12%;
    text-align: end;
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (max-width:992px) {
    .view-all {
        width: 100%;
        max-width: 100%;
        text-align: end;
        position: relative;
        right: 0;
        top: 0;
        text-align: end
    }

    .heading {
        margin-bottom: 20px !important
    }
}

@media screen and (max-width:768px) {
    .box-item-img {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        padding: 0;
        border: 0 solid #fafafa
    }

    .page-product .box-item h3 {
        font-size: 20px !important;
        font-weight: 600;
        margin-bottom: 15px;
        text-transform: capitalize;
        line-height: 1.5
    }

    section.page-product {
        padding-bottom: 10px
    }

    .heading h2 {
        font-size: 30px !important
    }

    .industries-text p {
        font-size: 14px !important;
        line-height: 1.6;
        color: #545454;
        letter-spacing: .2px;
        text-align: left;
        text-transform: math-auto;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        margin-bottom: 30px
    }

    .industries-text-subtitle {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        display: inline-flex
    }

    .industries-text span {
        font-size: 15px !important;
        line-height: 1.6;
        color: #000;
        text-align: left;
        text-transform: math-auto;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        margin-bottom: 15px;
        font-weight: 600;
        background: #01a1e31a;
        width: 100%;
        max-width: 100%;
        display: block;
        padding: 10px;
        position: relative;
        letter-spacing: .75px
    }
}

.home-industry-list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0
}

.home-industry-list li {
    margin-left: 0;
    width: 50%;
    padding: 0 15px 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.home-industry-list a {
    display: block;
    background-color: #fff;
    width: 100%;
    color: #353535;
    text-transform: uppercase;
    font-weight: 700;
    padding: 30px 15px;
    line-height: 1.4;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    font-size: 15px;
    transition: 0.4s;
    position: relative;
    transition: all 200ms linear;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.home-industry-list a div {
    z-index: 2
}

.home-industry-list img {
    max-width: 50px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.home-industry-list span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 136px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-industry-list a:hover {
    transform: translateY(-5px)
}

.home-industry-list a:hover span {
    color: #fff
}

.home-industry-list a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    background-color: #449ee3;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: top right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: 0
}

.home-industry-list a:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: bottom center
}

.white-icon {
    display: none !important;
    transition: 0.4s
}

.black-icon {
    display: block !important;
    ;
    transition: 0.4s
}

.home-industry-list a:hover .white-icon {
    display: block !important;
}

.home-industry-list a:hover .black-icon {
    display: none !important;
}

footer {
    position: relative;
    padding: 50px 0
}

.footer-heading h5 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 22px;
    text-transform: capitalize;
    font-weight: 700
}

.footer-item ul {
    padding-left: 22px
}

.footer-item ul h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .2px
}

.footer-item ul li {
    padding: 10px 4px;
    list-style-type: disclosure-closed
}

.address .footer-item ul li {
    padding: 10px 4px;
    list-style-type: none
}

.address .footer-item ul {
    padding: 0
}

.footer-item ul li a,
.address-line p {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
    text-transform: capitalize
}

.footer-item ul li a span {
    margin-right: 10px
}

.footer-item ul li a span svg {
    width: 30px
}

.footer-logo {
    width: 100%;
    max-width: 75%
}

.address-line p {
    line-height: 1.6
}

.wave {
    height: 100%;
    position: relative
}

.get-in-touch-section.wave {
    background: none
}

.wave::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    right: 0;
    background-repeat: repeat;
    height: 10px;
    background-size: 20px 20px;
    background-image: radial-gradient(circle at 10px -5px, transparent 12px, #fff 13px);
    transform: rotate(0deg)
}

.get-in-touch-section.wave::before {
    top: -1px;
    transform: rotate(180deg)
}

.make-in-india {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 400px;
    right: 170px
}

.copyright p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: .5px;
    color: #787878
}

.more-product {
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
    display: block
}

.logos img {
    width: 100%;
    max-width: 50%;
    margin: 0 auto 30px;
    display: table;
    filter: grayscale(1)
}

.logos img:hover {
    width: 100%;
    max-width: 50%;
    margin: 0 auto 30px;
    display: table;
    filter: unset
}

.clients-item.border-end.certificate-logos {
    position: relative
}

.clients-items {
    position: relative
}

.clients-items::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/dm-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 20%;
    opacity: .40;
    content: "";
    z-index: 0
}

.clients-item.border-end {
    position: relative
}

.lenis.lenis-smooth {
    scroll-behavior: auto
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

.page-product .box-item h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    line-height: 1.5
}

.page-product .box-item ul {
    padding-left: 22px
}

.page-product .box-item ul li {
    font-size: 17px;
    line-height: 1.6;
    color: #545454;
    letter-spacing: .3px;
    text-align: left;
    text-transform: math-auto;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 12px;
    list-style: outside
}

.product-table table th {
    font-size: 16px;
    padding: 18px 15px;
    text-transform: capitalize
}

.product-table table td {
    font-size: 16px;
    padding: 18px 15px
}

.title h5 {
    font-weight: 600;
    font-size: 20px;
    color: #449ee3;
    text-align: left;
    padding-right: 0;
    position: relative;
    text-transform: capitalize
}

@media (min-width:1024px) {
    .counter-div {
        max-width: 100%;
        width: calc(100% - 367px);
        margin: auto
    }

    .counter-div .col-lg-3 {
        padding: 0
    }

    .home-industry-list li {
        width: 25%
    }

    .home-industry-list a {
        font-size: 18px
    }

    .home-industry-list img {
        max-width: 75px
    }
}

@media (max-width:991px) {

    .clients-item .certificate-logos:nth-child(1),
    .clients-item .certificate-logos:nth-child(4) {
        display: none
    }
}

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

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

.industries-text p {
    font-size: 17px;
    line-height: 1.6;
    color: #545454;
    letter-spacing: .2px;
    text-align: left;
    text-transform: math-auto;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px
}

.grid-button a.fill.pum-trigger {
    border: none;
    background-size: 300% 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #3fc6f1, #786fff 40%, #786fff 40%, #3fc6f1);
    padding: 20px 30px;
    border-radius: 30px;
    color: #fff !important;
    margin-top: 10px;
    float: left;
    text-decoration: none !important;
    font-size: 20px
}

.grid-heading {
    padding: 40px 0
}

.images-grid {
    padding: 40px 0
}

.adr-info p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .65px
}

.contact-nub p {
    font-size: 19px;
    line-height: 30px;
    margin-top: 10px;
    color: gray
}

.marke-adr p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .65px;
    color: gray
}

.mail p {
    font-size: 19px;
    line-height: 30px;
    color: gray
}

.contact-mail {
    background-color: #f2f2f2;
    padding: 30px;
    border-radius: 30px;
    height: 305px;
    border-top: 3px solid #637a8f
}

.mail {
    margin-left: 40px
}

.mail {
    margin-left: 40px
}

.location-icon {
    font-size: 26px;
    margin-right: 15px;
    margin-top: 4px
}

.address-line span {
    font-size: 20px;
    font-weight: 600;
    color: #000
}

@media (max-width:768px) {
    .submenu-dropdown {
        position: absolute;
        right: 100%;
        left: 0;
        top: 99%;
        background: #FDFCFB;
        min-width: 100%;
        box-shadow: 1px 3px 7px rgb(0 0 0 / 54%);
        opacity: 0;
        visibility: hidden;
        transform: translateY(60px);
        transition: all .3s ease;
        z-index: 9;
        width: max-content;

    }

    ul.submenu-dropdown-ul.d-flex {
        display: block !important
    }
}

.marke-info {
    background-color: #f2f2f2;
    padding: 30px;
    border-radius: 30px;
    height: 320px;
    border-top: 3px solid #637a8f;
    margin-bottom: 15px
}

.contact-info {
    background-color: #f2f2f2;
    padding: 30px;
    border-radius: 30px;
    border-top: 3px solid #637a8f;
    margin-bottom: 15px
}

.product-img h5 {
    background-color: #00a0e3;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 21px;
    color: #fff
}

.product-img img {
    width: 100%;
    height: 300px
}

@media (max-width:768px) {
    .contact-mail {
        height: auto
    }

    .marke-info {
        height: auto
    }

    .adr-info p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: .65px
    }

    .contact-nub p {
        font-size: 15px;
        line-height: 21px;
        margin-top: 0;
        color: gray
    }

    .marke-adr p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: .65px;
        color: gray
    }

    .mail p {
        font-size: 17px;
        line-height: 24px;
        color: gray
    }
}

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

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

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

.modal-content a {
    color: #1d242b;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 0 0 0
}

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

.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: #fff;
    color: #002246;
    text-align: center
}

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

.modal-header .btn-close {
    margin: 0
}

.modal-logo {
    padding: 5px 20px 10px
}

.modal-body {
    padding: 0
}

.page-about .row .col-lg-4 {
    margin-bottom: 20px;
}

.product-t h5 {
    background-color: #00a0e3;
    padding: 15px;
    height: 100%;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    line-height: 1.5;
    text-align: center;
    transition: 0.3s;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.product-img h5 {
    background-color: #00a0e3;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 316px;
    height: 50px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    line-height: 1.5;
    text-align: center;
    transition: 0.3s;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-img {
    padding: 15px;
    border: 10px solid #fafafa
}

.product-img a {
    display: block;
}

.box-item .slider {
    padding: 15px;
    border: 10px solid #fafafa
}

.product-t {
    margin-bottom: 30px;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.box-item .slide-container {
    padding: 15px;
    border: 10px solid #fafafa
}

.box-images img {
    --_g: 10% /45% 45% no-repeat linear-gradient(#000 0 0);
    --m: left var(--_i, 0%) top var(--_g),
        bottom var(--_i, 0%) left var(--_g),
        top var(--_i, 0%) right var(--_g),
        right var(--_i, 0%) bottom var(--_g);
    -webkit-mask: var(--m);
    mask: var(--m);
    filter: grayscale();
    transition: .3s linear;
    cursor: pointer
}

.box-images img:hover {
    --_i: 10%;
    filter: grayscale(0)
}

.btn:hover {
    animation: vibrate 0.5s;
    animation-iteration-count: infinite
}

@keyframes vibrate {
    0% {
        transform: rotate(0deg)
    }

    10% {
        transform: rotate(-1deg)
    }

    20% {
        transform: rotate(1deg)
    }

    30% {
        transform: rotate(0deg)
    }

    40% {
        transform: rotate(1deg)
    }

    50% {
        transform: rotate(-1deg)
    }

    60% {
        transform: rotate(0deg)
    }

    70% {
        transform: rotate(-1deg)
    }

    80% {
        transform: rotate(1deg)
    }

    90% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-1deg)
    }
}

section.contact-form {
    padding-bottom: 25px
}

.all-form {
    background-color: #f2f2f2;
    padding: 30px;
    border-radius: 20px;
    border-top: 5px solid #00a0e3;
    width: 85%;
    margin-left: 44px
}



.adr-info i.fa.fa-location-dot {
    font-size: 26px;
    margin-left: 4px;
    color: #000
}

.contact-nub i.fa.fa-phone {
    font-size: 26px;
    margin-left: 4px;
    color: #000
}

.contact-nub i.fa.fa-phone {
    font-size: 22px;
    margin-left: 2px;
    color: #000;
    margin-right: 5px
}

.icon {
    display: flex;
    align-items: center
}

.icon p {
    margin-right: -6px;
    padding-right: 17px
}

.icon p b {
    font-size: 17px;
    color: gray
}

.icon p i.fa.fa-location-dot {
    font-size: 24px;
    margin-left: 5px;
    color: #000
}

.contact {
    display: flex
}

.address-line p {
    font-size: 16px;
    letter-spacing: .75px;
    line-height: 30px;
    color: #6e6e6e
}

.address-line a {
    font-size: 16px;
    letter-spacing: .75px;
    line-height: 1.4;
    color: #6e6e6e
}

p.name {
    align-items: center;
    font-size: 19px;
    font-weight: 700;
    color: #000
}

.line-info {
    display: flex
}

.name-line {
    display: flex;
    align-items: baseline
}

@media (max-width:768px) {
    .address-line span {
        font-size: 16px;
        font-weight: 700;
        color: #000
    }

    .address-line p {
        font-size: 14px;
        letter-spacing: .75px;
        line-height: 30px;
        color: #6e6e6e
    }

    .address-line a {
        font-size: 17px;
        letter-spacing: .75px;
        line-height: 30px;
        color: #6e6e6e
    }
}

.box-b-item-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 25px;
    border: 10px solid #fafafa
}

.box-item-b h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    line-height: 1.5
}

.box-item-b ul li {
    font-size: 17px;
    line-height: 1.6;
    color: #545454;
    letter-spacing: .3px;
    text-align: left;
    text-transform: math-auto;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin-bottom: 12px;
    list-style: outside
}

.all-item-b {
    padding-left: 27px;
    padding-right: 10px;
    border-left: 1px solid #cccaca;
    border-right: 1px solid #cccaca;
    border-bottom: 1px solid #cccaca;
    border-radius: 10px;
    height: 246px
}

.all-item-c {
    padding-left: 27px;
    padding-right: 10px;
    border-left: 1px solid #cccaca;
    border-right: 1px solid #cccaca;
    border-bottom: 1px solid #cccaca;
    border-radius: 10px;
    height: 246px
}

.all-item {
    padding-left: 27px;
    padding-right: 10px;
    border-left: 1px solid #cccaca;
    border-right: 1px solid #cccaca;
    border-bottom: 1px solid #cccaca;
    border-radius: 10px
}

h3.dryer-hed {
    font-weight: 700;
    color: #67798f;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    font-size: 46px
}

.tray-dryer {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative
}

h3.dryer-hed::after {
    position: absolute;
    content: "";
    padding: 2px;
    border-bottom: 1px solid #878787;
    left: 358px;
    bottom: -12px;
    width: 100%;
    max-width: 20%;
    height: 1%
}

h3.dryer-hed::before {
    position: absolute;
    content: "";
    padding: 2px;
    border-bottom: 7px solid #449ee3;
    left: 358px;
    bottom: -11px;
    width: 100%;
    max-width: 6%;
    height: 5%
}

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

.item {
    animation: animate 25s linear infinite
}

.item img {
    min-width: 400px;
    padding: 0 30px
}

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

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

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

.slide-container .prev,
.slide-container .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    transition: all 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none
}

.slide-container .prev:hover,
.slide-container .next:hover {
    background-color: rgb(0 0 0 / .8);
    color: #fff
}

.slide-container .prev {
    left: 2px
}

.slide-container .next {
    right: 2px
}

.dots-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.dots-container .dot {
    cursor: pointer;
    margin: 5px;
    width: 10px;
    height: 10px;
    color: #333;
    border-radius: 50%;
    background-color: #dfd6ce
}

.dots-container .dot.active {
    border: 2px solid #00a0e3
}

.slide-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: auto;
    position: relative
}

.slide-container .slide {
    display: none;
    width: 100%
}

.slide-container .slide.fade {
    animation: fade 0.5s cubic-bezier(.55, .085, .68, .53) both
}

.slide-container .slide img {
    width: 100%
}

.box-item h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    line-height: 1.5
}

.box-items table.table.table-bordered td {
    font-size: 16px;
    padding: 18px 15px
}






@media (min-width:1440px) {
    .title h2 {
        font-size: 52px
    }

    .about-info h2,
    .box-item h3 {
        font-size: 30px
    }

    .about-info p,
    .box-item p {
        font-size: 16px
    }

    .img-info-content div h4 {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 22px
    }

    .product-title h2 {
        font-size: 18px
    }

    .clients-items .row .col-lg-6:last-child {
        padding-top: 0 !important
    }
}

@media (min-width:1366px) {
    .clients-items .row .col-lg-6:last-child {
        padding-top: 0 !important
    }

    .footer-item ul li a,
    .address-line p {
        font-size: 15px
    }

    .footer-item ul h2 {
        display: none
    }
}

@media (max-width:992px) {
    .title h2 {
        font-size: 42px
    }

    .about-info h2,
    .box-item h3 {
        font-size: 28px
    }

    .about-info p,
    .box-item p {
        font-size: 15px;
        line-height: 1.4;
        letter-spacing: 0;
        font-weight: 300;
        font-family: "Poppins", sans-serif
    }

    .count-block {
        width: 100%
    }

    .count-wrap h2,
    .count-wrap span {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 55px;
        line-height: 1.4
    }

    .count-text {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 18px;
        line-height: 1.5
    }

    .count-block {
        width: 44vw;
        height: 44vw;
        transition: 0.3s
    }

    .second-img {
        margin: auto;
        margin-top: 0vw
    }

    .counter-item {
        display: flex;
        justify-content: center
    }

    .counter-div .row .counter-items-box-show:nth-child(3) .counter-item {
        flex-direction: row-reverse
    }

    .third-img {
        margin-top: 0
    }

    .bg-block {
        margin-top: 0
    }
}

@media (max-width:768px) {
    .clients-items .row .col-lg-6:last-child {
        padding-top: 0 !important
    }

    .title h2 {
        font-size: 36px
    }

    .about-info h2,
    .box-item h3 {
        font-size: 19px;
        margin-bottom: 5px;
        margin-top: 21px;
        text-align: left
    }

    .about-info p,
    .box-item p {
        font-size: 15px;
        margin-bottom: 14px;
        text-align: justify !important;
        line-height: 1.65;
        letter-spacing: 0.4px;
    }
    .box-item h3 {
    font-size: 24px;
}

    .img-info-content div h4 {
        font-size: 18px
    }

    .product-items .heading {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        flex-wrap: wrap
    }

    .product-items .heading .title {
        width: 100%
    }

    .product-img img {
        width: 100%
    }

    .product-title h2 {
        font-size: 17px
    }

    .footer-logo {
        width: 100%;
        max-width: 40%
    }

    .footer-heading h5 {
        font-size: 23px;
        margin-bottom: 8px
    }

    .footer-item ul li {
        padding: 7px 4px
    }

    .footer-item ul h2 {
        display: none
    }

    .count-wrap h2,
    .count-wrap span {
        font-size: 35px
    }

    .count-text {
        font-size: 14px
    }

    .logos img {
        width: 100%;
        max-width: 30%;
        filter: none
    }

    .footer-item ul li a,
    .address-line p {
        font-size: 14px
    }

    .view-all {
        text-align: left
    }

    .modal-logo {
        display: none
    }

    .all-form {
        background-color: #f2f2f2;
        padding: 30px;
        border-radius: 20px;
        border-top: 5px solid #00a0e3;
        width: 100%;
        margin: 0
    }
}

@media (max-width:425px) {
    .title h2 {
        font-size: 30px
    }

    .count-wrap h2,
    .count-wrap span {
        font-size: 21px;
        line-height: 1.2
    }

    .count-text {
        font-size: 10px;
        width: 100%;
        max-width: 70%
    }

    .logos img {
        width: 100%;
        max-width: 50%;
        filter: none;
    }
}

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

.sub-send-inquiry-form {
    position: fixed;
    left: -96px;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9
}

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

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

@media screen and (max-width:991px) {
    .title h2 {
        font-size: 38px
    }

    .sub-send-inquiry-form a {
        font-size: 14px
    }

    .sub-send-btn {
        padding-top: 10px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-right: 20px
    }

    .sub-send-inquiry-form {
        left: -75px
    }

    .icon svg {
        width: 20px
    }
}

.footer-box {
    display: none
}

.sub-send-inquiry-form {
    display: flex
}

@media screen and (max-width:991px) {
    .sub-send-inquiry-form {
        display: none
    }

    .footer-box {
        display: flex !important;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #0f4da2;
        color: #fff;
        text-align: center;
        z-index: 999999;
        display: grid;
        grid-template-columns: 1fr 1fr
    }

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

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

    .sticklist {
        display: none !important
    }
}

.inner-banner-content {
    display: block !important
}

@media screen and (max-width:425px) {
    .book-app a {
        font-size: 11px
    }
}

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

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

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