* {
    margin: 0;
    padding: 0;
}

:root {
    --primary-color: #008DD2;
    /* --bs-body-font-family: "Source Sans Pro", sans-serif; */
}

@font-face {
    font-family: "poppins-light";
    src: url(../fonts/Poppins/Poppins-ExtraLight.ttf);
}

@font-face {
    font-family: "poppins-regular";
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: "poppins-semi-bold";
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: "poppins-bold";
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: "sans-regular";
    src: url(../fonts/Source_Sans/SourceSans3-Regular.ttf);
}

@font-face {
    font-family: "sans-semi-bold";
    src: url(../fonts/Source_Sans/SourceSans3-SemiBold.ttf);
}

@font-face {
    font-family: "sans-bold";
    src: url(../fonts/Source_Sans/SourceSans3-SemiBold.ttf);
}

@font-face {
    font-family: "maven-regular";
    src: url(../fonts/Maven_Pro/MavenPro-Regular.ttf);
}

@font-face {
    font-family: "maven-semi-bold";
    src: url(../fonts/Maven_Pro/MavenPro-SemiBold.ttf);
}

@font-face {
    font-family: "maven-bold";
    src: url(../fonts/Maven_Pro/MavenPro-Bold.ttf);
}

.top-header-part {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

.top-header-part .logo {
    height: 50px;
    width: 180px;
}

.top-header-part .contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-header-part .contact-info p {
    margin: 0;
    font-family: "sans-regular", sans-serif;
    color: rgb(60, 60, 60);
}

.top-header-part .contact-info img {
    height: 15px;
    width: 15px;
    margin-right: 5px;
}

.main-navbar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.navbar {
    background-color: #008DD2;
}

.navbar .navbar-toggler {
    border: none;
    height: 40px;
    width: 40px;
    padding: 0;
}

.navbar .navbar-nav {
    display: flex;
    justify-content: space-around;
    width: 100%;
    font-family: "sans-regular", sans-serif;
}

.navbar .navbar-nav .nav-item a {
    color: white;
    font-family: "poppins-regular";
}

.navbar .navbar-nav .nav-item .dropdown-menu {
    min-width: 170px;
    border: none;
    border-radius: 0;
    background-color: white;
    margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-link-options {
    white-space: nowrap;
    text-decoration: none;
    color: rgb(60, 60, 60);
    text-decoration: none;
    padding: 0 10px;
    font-size: 14px;
    font-family: "poppins-regular";
}

.navbar .navbar-nav .nav-item .dropdown-menu .nav-link-options:hover {
    color: var(--primary-color);
}

.navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 8px 12px;
}

.tag-line {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    text-align: center;
}

.tag-line div {
    font-size: 30px;
    color: #333;
    margin: 0;
    font-family: "poppins-regular";
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.tag-line div span {
    color: #008DD2;
    font-family: "poppins-semi-bold";
}

.tag-line div .quote-left {
    position: absolute;
    width: 50px;
    height: 50px;
    left: -70px;
    top: 0%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.5;
}

.tag-line div .quote-right {
    position: absolute;
    width: 50px;
    height: 50px;
    right: -70px;
    top: 100%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.5;
}

/* Main Slider Start */

/* .hero-slider {
    position: relative;
    width: 100%;
    height: 86vh;
    overflow: hidden;
} */

.hero-slider {
    position: relative;
    width: 90%;
    height: 74vh;
    /* overflow: hidden; */
    margin: 0 auto;
}

.hero-slider .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    /* bottom: 0; */
    left: 0;
    /* right: 0; */
    /* background: linear-gradient(to bottom, rgba(14, 29, 51, 0.6), rgba(14, 29, 51, 0)); */
}

.hero-slider .carousel-cell {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-slider .carousel-cell .slide-content {
    position: relative;
    width: 80%;
    color: white;
    text-align: left;
}

.hero-slider .carousel-cell .slide-content .title {
    position: relative;
    font-size: 18px;
    color: #008DD2;
    font-family: "poppins-semi-bold";
    margin: 0;
}

.hero-slider .carousel-cell .slide-content .caption {
    font-size: 70px;
    color: white;
    margin: 0px;
    font-family: "poppins-bold";
    line-height: 0.9;
}

.hero-slider .carousel-cell .slide-content .caption2 {
    font-size: 40px;
    color: white;
    margin: 0px;
    font-family: "poppins-regular";
    line-height: 1.2;
}

.hero-slider .carousel-cell .slide-content .btn {
    display: inline-block;
    border: 2px solid #008DD2;
    background-color: #008DD2;
    padding: 14px 18px;
    font-size: 16px;
    color: white;
    text-decoration: none;
    font-family: "poppins-regular";
    margin-top: 20px;
}

.hero-slider .carousel-cell .slide-content .btn:hover {
    background-color: transparent;
    color: #008DD2;
    transition: all .2s ease;
}

.hero-slider .flickity-page-dots {
    bottom: 30px;
}

.hero-slider .flickity-page-dots .dot {
    width: 30px;
    height: 4px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    border: 0 solid white;
    border-radius: 0;
}

.hero-slider .flickity-page-dots .dot.is-selected {
    background: white;
}

.hero-slider .slide-content .title,
.hero-slider .slide-content .caption,
.hero-slider .slide-content .caption2,
.hero-slider .slide-content .btn {
    position: relative;
    opacity: 0;
    animation-fill-mode: forwards;
}

.hero-slider .slide-content.mask .mask {
    position: relative;
    overflow: hidden;
}

.hero-slider .slide-content.mask .title {
    animation-duration: 0.4s;
    animation-delay: 0.7s;
    animation-name: slide-up;
    animation-fill-mode: backwards;
    opacity: 1;
    letter-spacing: 1.2px;
}

.hero-slider .slide-content.mask .divider {
    display: inline-block;
    position: relative;
    margin: 5px auto;
    height: 2px;
    width: 60%;
    background-color: white;
    animation: divider-mask 1s 0.3s both;
}

.hero-slider .slide-content.mask .caption,
.hero-slider .slide-content.mask .caption2,
.hero-slider .slide-content.mask .btn {
    animation-duration: 0.4s;
    animation-delay: 0.7s;
    animation-name: slide-down;
}

.hero-slider .flickity-button {
    background-color: #008DD2;
}

.hero-slider .flickity-prev-next-button {
    border-radius: 5px;
}

.hero-slider .flickity-prev-next-button.previous .flickity-button-icon {
    left: 11px;
}

.hero-slider .flickity-prev-next-button .flickity-button-icon {
    fill: white;
    stroke: white;
    stroke-width: 20px;
    left: 14%;
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes divider-mask {

    0%,
    100% {
        transform: scaleX(0);
    }

    40%,
    60% {
        transform: scaleX(1);
    }
}

/* Main Slider End */

.about-bx2 {
    padding: 100px 0;
}

.about-bx2 .ic-media {
    position: relative;
    overflow: unset;
    margin-right: 40px;
    /* overflow: hidden; */
}

.about-bx2 .ic-media img {
    width: auto;
    border: 5px solid #fff;
}

.about-bx2 .ic-media .img1 {
    padding: 0;
    display: inline-block;
    width: 75%;
}

.about-bx2 .ic-media .img1 img {
    animation: icMove1 6s linear infinite;
    height: 420px;
    width: 320px;
}

.about-bx2 .ic-media .img2 {
    padding: 0;
    float: right;
    position: relative;
    right: -5%;
    top: 25%;
    display: inline-block;
    width: 75%;
    margin-top: -50%;
}

.about-bx2 .ic-media .img2 img {
    animation: icMove1 10s linear infinite;
    height: 400px;
    width: 310px;
}

.about-bx2 .year-exp {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.about-bx2 .year-exp .year {
    font-size: 200px;
    border-right: 1px solid #E1E1F0;
    padding-right: 40px;
    margin-right: 40px;
    margin-bottom: 0;
    line-height: 0.75;
    font-family: "poppins-bold";
}

.about-bx2 .year-exp .text {
    font-size: 45px;
    margin: 0;
    font-family: "poppins-semi-bold";
    line-height: 1.2;
}

.about-bx2 .icon-bx-wraper {
    border-bottom: 1px solid #E1E1F0;
    padding-bottom: 30px;
}

.about-bx2 .icon-bx-wraper:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.about-bx2 .description-text {
    color: rgb(65, 65, 65);
    font-size: 16px;
    font-family: "poppins-regular";
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes moveSideToSide {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(0);
    }
}

.about-bx2 .ic-media .img1 img {
    animation: floatUpDown 4s ease-in-out infinite;
}

.about-bx2 .ic-media .img2 img {
    animation: moveSideToSide 5s ease-in-out infinite;
}

.section-head {
    margin-bottom: 40px;
}

.section-head h1,
.section-head .h1,
.section-head h2,
.section-head .h2,
.section-head h3,
.section-head .h3,
.section-head h4,
.section-head .h4,
.section-head h5,
.section-head .h5,
.section-head h6,
.section-head .h6 {
    font-family: "poppins-regular";
}

.section-head p {
    font-size: 15px;
    line-height: 25px;
}

.section-head.text-center p {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.section-head.style-1 .sub-title {
    letter-spacing: 2px;
    position: relative;
    padding-right: 95px;
    display: inline-block;
    margin-bottom: 5px;
    color: var(--primary-color);
    font-family: "poppins-semi-bold";
}

.section-head.style-1 .sub-title:after {
    content: "";
    height: 1px;
    width: 85px;
    background-color: var(--primary-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.section-head.style-1 h2.title,
.section-head.style-1 .title.h2 {
    font-size: 45px;
    line-height: 1.1;
}

.section-head.style-2.text-center {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.section-head.style-2 .sub-title {
    font-weight: 600;
    margin-bottom: 5px;
}

.section-head.style-2 .title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
}

.section-head.style-2 p {
    font-weight: 400;
    font-size: 18px;
}

.product-part .card {
    border-radius: 20px;
    border: none;
    box-shadow: 0 2px 4px #00000026, 0 3px 6px #0000001f;
    /* padding: 25px; */
}

.product-part .card img {
    border-radius: 15px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    /* height: 220px; */
}

.product-part .card .card-body {
    padding: 15px 5px 7px 5px;
    font-family: "Line Awesome Free";
}

.product-part .card .card-body .card-title {
    color: #2A2A2A;
    font-size: 14px;
    text-align: center;
    font-family: "poppins-regular";
}

.product-part .owl-carousel {
    cursor: pointer;
}

.product-part .owl-carousel:active {
    cursor: pointer;
}

.product-part .owl-carousel .owl-stage {
    padding: 20px 0;
}

/* .product-part .nav-buttons {
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
}

.product-part .nav-button {
    width: 40px;
    height: auto;
    pointer-events: all;
    cursor: pointer;
}

.product-part .product-prev {
    left: 10px;
}

.product-part .product-next {
    right: 10px;
} */

/* .product-part .download-brochure-card {
    width: 100%;
    height: 317px;
    object-fit: cover;
}

.product-part .download-brochure-card {
    position: relative;
    overflow: hidden;
}

.product-part .download-brochure-card .overlay {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
} */

/* .download-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #008DD2;
    color: white;
    border: none;
    width: 100%;
    padding: 15px 0;
    margin: 40px 0 20px 0;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    font-family: "poppins-semi-bold";
}

.download-button img {
    height: 20px;
    width: 20px;
    margin-left: 15px;
} */

/* .download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #008DD2;
    color: white;
    border: none;
    width: 80%;
    padding: 10px 0;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    font-family: "poppins-semi-bold";
}

.download-icon {
    transition: transform 0.3s ease-in-out;
} */

/* .product-part .card .download-btn:hover .download-icon {
    animation: downloadAnimation 0.5s ease-in-out;
} */

/* @keyframes downloadAnimation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
        opacity: 0;
    }

    51% {
        transform: translateY(-10px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }

} */

.product-detail-part .card {
    box-shadow: 0 2px 4px #00000026, 0 3px 6px #0000001f;
}

.product-detail-part .card .card-body {
    padding: 15px 5px 7px 5px;
    font-family: "Line Awesome Free";
}

.product-detail-part .card .card-body .card-title {
    color: #2A2A2A;
    font-size: 14px;
    text-align: center;
    font-family: "poppins-regular";
}

.content-inner-3 {
    padding: 100px 0;
}

.content-inner-3 .our-work-progress {
    position: relative;
}

.content-inner-3 .our-work-progress .infoGraphic {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content-inner-3 .our-work-progress .steps-part {
    padding: 10px;
    display: flex;
    justify-content: center;
}

.content-inner-3 .our-work-progress .card {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding: 0px 20px 0px 20px;
    box-shadow: 0 2px 4px #00000026, 0 3px 6px #0000001f;
    display: flex;
    flex-direction: column;
    border: none;
}

.content-inner-3 .our-work-progress .card::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 30%;
    background-color: #008cd244;
    top: 0;
    left: 0;
    z-index: 1;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    transition: all 0.3s ease-in-out;
}

.content-inner-3 .our-work-progress .number-part {
    display: flex;
    justify-content: space-between;
}

.content-inner-3 .our-work-progress .card .number {
    font-size: 80px;
    margin-top: -20px;
    font-weight: bold;
    color: #008DD2;
    font-family: "maven-bold", sans-serif;
    z-index: 2;
}

.content-inner-3 .our-work-progress .card .next-step img {
    margin-top: 20px;
    height: 60px;
    z-index: 0;
}

.content-inner-3 .our-work-progress .card-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: -10px;
    flex-grow: 1;
    width: 100%;
}

.content-inner-3 .our-work-progress .card-content h2 {
    color: #2A2A2A;
    font-size: 22px;
    font-family: "poppins-bold";
}

.content-inner-3 .our-work-progress .card-content p {
    color: #252525;
    font-size: 15px;
    margin: 0;
    font-family: "poppins-regular";
    margin-bottom: 30px;
}

.content-inner-4 {
    padding-top: 0px;
    padding-bottom: 80px;
}

.content-inner-4 .ic-media {
    object-fit: cover;
}

.heades-shapes .container:nth-child(2) {
    margin: 30px auto;
    padding: 0 20px 20px 40px;
}

/* .heades-shapes .header {
    display: flex;
    justify-content: end;
    align-items: center;
} */

.heades-shapes .drive-buttons,
.heades-shapes .shapes-buttons {
    display: flex;
    justify-content: end;
    align-items: center;
}

.heades-shapes .drive-buttons .nav-buttons {
    display: flex;
    flex-direction: row;
    padding-right: 10px;
    gap: 8px;
}

.heades-shapes .shapes-buttons .nav-buttons {
    display: flex;
    flex-direction: row;
    padding-right: 10px;
    gap: 8px;
}

/* .heades-shapes .nav-buttons {
    display: flex;
    padding-right: 10px;
    gap: 8px;
} */

.heades-shapes .drive-buttons .nav-button {
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #2A2A2A;
}

.heades-shapes .shapes-buttons .nav-button {
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #2A2A2A;
}

.heades-shapes .nav-button:hover {
    background: #f0f0f0;
}

.heades-shapes .owl-carousel {
    display: flex;
}

.heades-shapes .owl-carousel .owl-item {
    width: 100%;
}

.heades-shapes .product-list {
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 10px 5px;
}

.heades-shapes .product-item {
    display: flex;
    flex-direction: column;
    box-shadow: rgba(60, 64, 67, 0.15) 0px 1px 2px 1px, rgba(60, 64, 67, 0.15) 0px 1px 2px 1px;
    border-radius: 8px;
    padding: 10px 5px;
    background: transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: calc(100% - 10px);
    box-sizing: border-box;
    margin-bottom: 15px;
}

.heades-shapes .owl-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.heades-shapes .product-image-part {
    display: flex;
    justify-content: center;
}

.heades-shapes .product-image {
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.heades-shapes .product-details {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
}

.heades-shapes .product-title {
    font-size: 14px;
    color: #2A2A2A;
    font-family: "poppins-semi-bold";
    text-align: center;
    letter-spacing: 0.35px;
}

.heades-shapes .owl-carousel {
    cursor: grab;
}

.heades-shapes .owl-carousel:active {
    cursor: grabbing;
}

.content-inner-5 {
    padding-top: 0px;
    padding-bottom: 50px;
}

.testimonial-section .title {
    font-size: 28px;
    color: #333;
    margin: 0;
}

.testimonial-section .owl-carousel {
    display: flex;
}

.testimonial-section .owl-carousel .owl-item {
    width: 100%;
}

.testimonial-section .owl-carousel .owl-item .testimonial-image {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-section .testimonial-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
}

.testimonial-section .testimonial-details .testimonial-image-part {
    display: flex;
    justify-content: center;
}

.testimonial-section .testimonial-details .review {
    padding: 0px 60px;
    text-align: center;
    font-size: 15px;
    color: #2A2A2A;
    padding-top: 30px;
    font-family: "poppins-regular";
}

.testimonial-section .testimonial-details .testimonial-title {
    font-size: 22px;
    color: #2A2A2A;
    font-family: "poppins-semi-bold";
    text-align: center;
}

.testimonial-section .testimonial-details .testimonial-subtitle {
    font-size: 16px;
    color: #2A2A2A;
    font-family: "poppins-regular";
    text-align: center;
}

.testimonial-section .testimonial-details .owl-carousel {
    cursor: grab;
}

.testimonial-section .testimonial-details .owl-carousel:active {
    cursor: grabbing;
}

.testimonial-section .testimonial-details {
    position: relative;
    padding: 40px;
}

.testimonial-section .testimonial-details .quote-left {
    top: 0;
    left: 0;
    position: absolute;
    width: 80px;
    height: 80px;
}

.testimonial-section .testimonial-details .quote-right {
    bottom: 0;
    right: 0;
    position: absolute;
    width: 80px;
    height: 80px;
}

footer {
    color: #fff;
    font-size: 16px;
    background: #252525;
}

footer .widget {
    margin-bottom: 30px;
}

footer strong {
    color: #fff;
}

footer .footer-logo {
    margin-bottom: 25px;
}

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

footer .widget-logo ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

footer .widget-logo ul li {
    display: inline-block;
    flex: 50%;
    padding: 0 15px 15px 0px;
}

footer .widget_about p {
    margin-bottom: 20px;
    line-height: 24px;
    font-family: "poppins-regular";
}

footer .footer-title {
    margin: 0;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
    line-height: 1.2;
    font-family: "poppins-regular";
}

footer .footer-title .ic-separator {
    position: absolute;
    bottom: 0;
    left: 0;
}

footer .widget:hover .footer-title span:after {
    width: 5px;
}

footer .widget:hover .footer-title span:before {
    width: 55px;
}

footer .footer-top {
    padding: 70px 0 20px;
}

footer .footer-bottom {
    background-color: #36404a;
    font-size: 15px;
    padding: 15px 0;
}

footer .footer-bottom .copyright-text {
    font-family: "poppins-regular";
}

footer .footer-bottom .copyright-text a {
    color: #fff;
    font-weight: 500;
    font-family: "poppins-regular";
}

footer .widget_services ul {
    padding: 0;
}

footer .widget_services ul li {
    list-style-type: none;
    margin-bottom: 12px;
}

footer .widget_services ul li a {
    color: #fff;
    display: block;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
    text-decoration: none;
    font-family: "poppins-regular";
}

.list-column ul {
    display: flex;
    flex-wrap: wrap;
}

.list-column ul li {
    flex: 0 0 50%;
    max-width: 50%;
}

.fb-link {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fb-link li {
    display: inline-block;
}

.fb-link li a {
    color: #fff;
    position: relative;
}

.fb-link li a:after {
    content: "";
    background: var(--primary-color);
    width: 5px;
    height: 5px;
}

.site-footer.style-1 {
    background-image: url(../images/background/bg2-1.png);
    background-size: cover;
}

.site-footer.style-1 .footer-title:after {
    content: "";
    position: absolute;
    background-color: var(--primary-color);
    left: 0;
    height: 1px;
    width: 45px;
    bottom: 0;
}

.site-footer.style-1 .footer-bottom {
    padding: 20px 0;
    background-color: #212121;
}

.site-footer.style-1 .footer-logo a {
    display: inline-block;
    width: 195px;
}

.site-footer.style-1 .footer-top {
    padding: 80px 40px 40px;
}

.site-footer.style-1 .social-list.style-1 {
    margin-top: 60px;
}

.site-footer.style-2 {
    background-image: url(../images/background/bg3.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}

.site-footer.style-2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #212529;
    opacity: 0.9;
    z-index: -1;
}

.site-footer.style-2 .footer-title {
    margin-bottom: 15px;
}

.site-footer.style-2 .footer-title:after {
    content: "";
    position: absolute;
    background-color: var(--primary-color);
    left: 0;
    height: 1px;
    width: 45px;
    bottom: 0;
}

.site-footer.style-2 ul li {
    padding-left: 0;
}

.site-footer.style-2 ul li a:before {
    display: none;
}

.site-footer.style-2 ul li svg {
    margin-right: 10px;
    width: 30px;
}

.site-footer.style-2 .footer-bottom {
    padding: 20px 0;
    background-color: #2A2A2A;
}

.site-footer.style-2 .footer-bottom .footer-link li:before {
    display: none;
}

.footer-bottom .col-12 {
    padding: 0 52px;
    display: flex;
    justify-content: space-between;
}

.footer-bottom .policy-text {
    text-decoration: none;
    font-family: "poppins-regular";
    color: white;
}

.site-footer.style-2 .footer-logo a {
    display: inline-block;
    width: 160px;
}

.site-footer.style-2 .footer-top {
    padding-top: 100px;
    padding-bottom: 60px;
}

.site-footer.style-2 .social-list.style-1 {
    margin-top: 60px;
}

.site-footer .footer-top .location-part {
    display: flex;
}

.site-footer .footer-top .contact-img {
    height: 25px;
    margin: 0px 15px 0 0;
}

.whatsappicon {
    position: fixed;
    bottom: 65px;
    right: 3px;
    background: transparent;
    cursor: pointer;
    z-index: 1000;
}

.whatsappicon img {
    width: 80px;
    height: 80px;
}

.scroltop {
    position: fixed;
    bottom: 15px;
    right: 18px;
    background: transparent;
    cursor: pointer;
    z-index: 1000;
    display: none;
    transition: opacity 0.3s ease-in-out;
}

.scroltop img {
    height: 48px;
}

.slidearea {
    padding: 0 20px;
    position: relative;
}

.ic-bnr-inr {
    background: #f7f9ef;
    height: 450px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ic-bnr-inr .container {
    display: table;
    height: 100%;
}

.ic-bnr-inr .ic-bnr-inr-entry {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.ic-bnr-inr h1 {
    font-weight: 700;
    font-size: 50px;
    margin: 0;
    text-transform: capitalize;
    color: white;
}

.application-page-content .section-head h1 {
    color: #008DD2 !important;
}

.application-page-content .card {
    overflow: hidden;
    border: none;
    transition: box-shadow 0.3s ease;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    padding: 0px 20px 5px 20px;
}

.application-page-content .card .card-body .image-part {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0 0;
}

.application-page-content .card .card-body .image-part .image-container {
    height: 170px;
    width: 170px;
    position: relative;
}

.application-page-content .card .card-body .image-part .image-container::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid #008DD2;
    border-radius: 20px;
    z-index: 0;
}

.application-page-content .card .card-body .image-part img {
    height: 170px;
    width: 170px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    display: block;
}

.application-page-content .card .card-body .image-part p {
    font-size: 65px;
    margin: -20px 20px 0 0;
    opacity: 0.3;
    font-weight: 700;
    font-family: "maven-bold", sans-serif;
}

.application-page-content .card .card-body .detail-part {
    padding-top: 50px;
}

.application-page-content .card .card-body .detail-part .card-title {
    /* padding: 0 0 15px 0; */
    color: #2A2A2A;
    font-size: 26px;
    font-family: "poppins-semi-bold";
}

.application-page-content .card .card-body .detail-part .card-text {
    color: rgb(60, 60, 60);
    font-size: 16px;
    font-family: "poppins-regular";
}

.event-page-content .event-detail-page .event-card .card .image-part img{
    border-radius: 5px;
    height:350px !important;
    width: 100%;
    background-color: rgba(210, 210, 210, 0.727);
    padding: 30px 0 35px 0;
}

.event-page-content .card {
    box-shadow: 0px 10px 40px rgba(1, 15, 28, 0.15);
}

.event-page-content .card .card-body {
    padding: 20px 30px 25px 35px;
}

.event-page-content .card .image-part {
    padding: 20px;
    position: relative;
}

.event-page-content .card .image-part img:first-child {
    border-radius: 5px;
    height: 100%;
    width: 100%;
    background-color: rgba(210, 210, 210, 0.727);
    padding: 30px 0 35px 0;
}

/* .event-page-content .card .image-part img:nth-child(2) {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 140px;
    height: auto;
    border-radius: 5px;
    padding: 5px;
} */

.event-page-content .card .image-part .date {
    background-color: #008DD2;
    color: #FFFFFF;
    width: fit-content;
    padding: 3px 10px;
    border-radius: 5px;
    position: absolute;
    bottom: -10px;
    left: 30px;
    font-family: "poppins-regular";
}

.event-page-content .card .card-body .location {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

.event-page-content .card .card-body span {
    font-size: 16px;
    color: #252525;
    font-family: "poppins-regular";
}

.event-page-content .card .card-body .card-title {
    color: #2A2A2A;
    font-size: 22px;
    padding: 10px 0 2px 0;
    font-family: "poppins-semi-bold";
}

.event-page-content .card .card-body .card-text {
    font-size: 16px;
    color: #252525;
    font-family: "poppins-regular";
}

.event-page-content .card .btn {
    color: white;
    background-color: var(--primary-color);
    font-family: "poppins-regular";
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
}

/* .event-page-content .card .card-body .view-gallery {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.event-page-content .card .card-body .view-gallery i {
    margin-left: 5px;
}

.event-page-content .card .card-body .view-gallery:hover {
    color: #008DD2;
} */

.contact-page {
    padding: 70px 0;
}

.icon-bx-wraper.style-8 {
    display: flex;
    align-items: center;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    transition: all 0.5s;
    flex-wrap: wrap;
    background: #fff;
}

.icon-bx-wraper .icon-cell img {
    height: 40px;
}

.icon-bx-wraper .icon-content {
    padding-left: 20px;
    flex: 1;
}

.icon-bx-wraper .icon-content h4 {
    font-size: 20px;
    font-family: "poppins-semi-bold";
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.icon-bx-wraper .icon-content p {
    font-size: 16px;
    font-family: "poppins-regular";
    margin-bottom: 0;
    color: #555;
    word-wrap: break-word;
}

.contact-sidebar .icon-bx-wraper .icon-md {
    padding: 0;
    margin-right: 15px;
    background: var(--primary-color);
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    text-align: center;
}

.contact-sidebar .icon-bx-wraper .icon-md i {
    font-size: 28px;
}

.form-part {
    margin-bottom: 100px;
}

.map-iframe iframe {
    height: 500px;
}

.contact-area {
    padding: 80px 40px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin-top: -200px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.contact-area .section-head .title {
    font-family: "poppins-semi-bold";
    margin-top: 15px;
}

.contact-area .icForm .btn {
    color: white;
    background-color: var(--primary-color);
    font-family: "poppins-regular";
    padding: 10px 25px;
}

.contact-area .icForm .input-group input {
    padding: 15px;
    width: 100%;
    border: 1px solid gray;
    border-radius: 6px;
}

.contact-area .icForm .input-group input:focus {
    border: none;
    border-radius: 6px;
}

.contact-area .icForm .input-group textarea {
    padding: 15px;
    width: 100%;
    border: 1px solid gray;
    border-radius: 6px;
}

.contact-area .icForm .input-group textarea:focus {
    border: none;
    border-radius: 6px;
}

.product-detail-part {
    padding: 100px 0;
}

.product-detail-part .product-detail-heading {
    font-family: "poppins-semi-bold";
    font-size: 17px;
}

.product-detail-part .product-detail-subheading {
    font-family: "poppins-regular";
    font-size: 16px;
}

.product-detail-part .product-img-part .product-box-wrapper img {
    height: 100%;
    width: 100%;
}

.aboutus-detail-part {
    padding: 20px 0;
}

.aboutus-detail-part .right-img-part {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutus-detail-part .description-text {
    font-family: "poppins-regular";
    /* margin-bottom: 30px; */
}

.aboutus-detail-part .manufacturing-list {
    list-style-type: disc;
    color: #2A2A2A;
    font-size: 16px;
    padding: 0 0 5px 0;
    font-family: "poppins-regular";
}

.aboutus-detail-part .category-name {
    font-family: "poppins-semi-bold";
    margin: 0 0 15px 30px;
}

.aboutus-detail-part .quality-heading h4 {
    font-family: "poppins-semi-bold";
}

.certificate-section .certificate {
    height: 450px;
    width: 350px;
}

.certificate-section .certificate-part {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.certificate-section .certified {
    height: 100px;
    width: 220px;
    margin-bottom: 40px;
}

.certificate-section .card {
    box-shadow: 0px 10px 40px rgba(1, 15, 28, 0.15);
}

.certificate-section .card .card-body {
    padding: 20px 30px 25px 35px;
}

.certificate-section .card .image-part {
    padding: 20px;
    position: relative;
}

.certificate-section .card .image-part img {
    border-radius: 5px;
    height: 100%;
    width: 100%;
}

.certificate-section .card .image-part .date {
    background-color: #008DD2;
    color: #FFFFFF;
    width: fit-content;
    padding: 3px 10px;
    border-radius: 5px;
    position: absolute;
    bottom: -10px;
    left: 30px;
    font-family: "poppins-regular";
}

.certificate-section .card .card-body .card-title {
    color: #2A2A2A;
    font-size: 22px;
    font-family: "poppins-semi-bold";
}

.map-section-new {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.map-section-new::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/map_bg.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: -1;
}

.map-section-new .row {
    display: flex;
    justify-content: center;
}

.map-section-new .gif-part img {
    height: 100%;
    width: 100%;
}

.map-section-new .map-details {
    margin: 50px 0 0 0;
}

.map-section-new .map-details .country-detail {
    display: flex;
    align-items: center;
    padding: 5px;
}

.map-section-new .map-details .country-detail .country-img {
    height: 50px;
    width: 50px;
}

.map-section-new .map-details .country-detail .country-name {
    color: #2A2A2A;
    font-size: 18px;
    font-family: "poppins-semi-bold";
    display: flex;
    align-items: center;
    margin: 0 0 0 20px;
}

.map-section-new .text-part {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.map-section-new .text-part .number {
    font-size: 120px;
    color: #008DD2;
    font-family: "poppins-bold";
    line-height: 0.7;
}

.map-section-new .countries-text {
    font-size: 24px;
    font-family: "poppins-regular";
    color: rgb(65, 65, 65);
}

.map-section-new .global {
    font-size: 50px;
    color: #008DD2;
    font-family: "poppins-semi-bold";
}

.map-section-new .global span {
    font-size: 70px;
    color: #008DD2;
    font-family: "poppins-light";
}

.map-section-new .fact-text {
    font-size: 20px;
    font-family: "poppins-regular";
    color: rgb(65, 65, 65);
    padding-bottom: 25px;
}

.download-section {
    margin: 80px 0 0 0;
    padding: 50px 0;
    background-color: rgb(240, 236, 235);
}

.download-section .description-text {
    color: rgb(65, 65, 65);
    font-size: 20px;
    font-family: "poppins-regular";
    text-align: center;
}

.download-section .description-text span {
    color: #008DD2;
}

.download-section .download-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #008DD2;
    color: white;
    border: none;
    width: fit-content;
    padding: 15px 30px;
    margin: 20px 0 0px 0;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    font-family: "poppins-semi-bold";
}

.download-section .btn-part {
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-section .btn-part a {
    text-decoration: none;
}

.download-section .download-button img {
    height: 20px;
    width: 20px;
    margin-left: 15px;
}

.event-page-content .button-group {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.event-page-content .filter-btn {
    padding: 10px 20px;
    border: none;
    background-color: white;
    color: #008DD2;
    border: 1px solid #008DD2;
    font-family: "poppins-regular";
    cursor: pointer;
    transition: 0.3s;
    width: fit-content;
}

.event-page-content .filter-btn.active {
    background-color: #008DD2;
    color: white;
}

.carrer-page-content {
    padding: 80px 40px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
    position: relative;
    z-index: 1;
    background: #fff;
}

.carrer-page-content .section-head .title {
    font-family: "poppins-semi-bold";
    margin-top: 15px;
}

.carrer-page-content .icForm .btn {
    color: white;
    background-color: var(--primary-color);
    font-family: "poppins-regular";
    padding: 10px 25px;
}

.carrer-page-content .icForm .input-group input {
    padding: 15px;
    width: 100%;
    border: 1px solid gray;
    border-radius: 6px;
}

.carrer-page-content .icForm .input-group input:focus {
    border: none;
    border-radius: 6px;
}

.carrer-page-content .icForm .input-group textarea {
    padding: 15px;
    width: 100%;
    border: 1px solid gray;
    border-radius: 6px;
}

.carrer-page-content .icForm .input-group textarea:focus {
    border: none;
    border-radius: 6px;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.modal-overlay .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    width: 600px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.modal-overlay .close-modal {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
}

.modal-overlay .close-modal:hover {
    color: #000;
}

.modal-overlay .view-detail-part {
    display: flex;
    justify-content: center;
}

.modal-overlay .view-detail {
    background: #008DD2;
    color: white;
    border: none;
    padding: 8px 15px;
    margin: 10px;
    cursor: pointer;
    border-radius: 5px;
    width: fit-content;
    font-family: "poppins-regular";
    text-decoration: none;
}

.aboutus-detail-part .img-part {
    padding-top: 20px;
}

.aboutus-detail-part .img-part .card {
    box-shadow: 0 2px 4px #00000026, 0 3px 6px #0000001f;
}

.aboutus-detail-part .img-part .card .card-body {
    padding: 15px 5px 7px 5px;
    font-family: "Line Awesome Free";
}

.aboutus-detail-part .img-part .card .card-body .card-title {
    color: #2A2A2A;
    font-size: 14px;
    text-align: center;
    font-family: "poppins-regular";
}

.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    padding: 25px;
    z-index: 1000;
}

.mega-menu .card {
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.mega-menu .card img {
    height: 180px;
    width: 250px;
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.mega-menu .card .card-body {
    margin: 0;
    padding: 0;
}

.mega-menu .card .card-title {
    text-align: center;
    font-size: 16px;
    font-family: "poppins-regular";
    padding: 15px 0 5px 0;
}

.download-icon {
    transition: transform 0.3s ease-in-out;
}

.download-button:hover .download-icon {
    animation: downloadAnimation 0.5s ease-in-out;
}

@keyframes downloadAnimation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
        opacity: 0;
    }

    51% {
        transform: translateY(-10px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }

}

@media only screen and (max-width: 480px) {

    .tag-line div {
        font-size: 17px !important;
    }

    .heades-shapes .product-item {
        padding: 15px;
        width: 100%;
        margin-bottom: 10px;
    }

    .contact-page {
        padding: 30px 0;
    }

    .icon-bx-wraper.style-8 {
        padding: 15px;
    }

    .icon-bx-wraper .icon-cell img {
        height: 30px;
    }

    .icon-bx-wraper .icon-content h4 {
        font-size: 14px;
    }

    .icon-bx-wraper .icon-content p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {

    .slidearea {
        padding-left: 35px;
    }

    .ic-bnr-inr {
        height: 230px;
    }

    .contact-area {
        padding: 40px 15px;
    }

    .section-head.style-1 .sub-title {
        padding-right: 30px;
    }

    .section-head.style-2 .title {
        font-size: 28px;
    }

    .section-head.style-1 .sub-title:after {
        width: 20px;
    }

    .content-inner-3 .our-work-progress .steps-part {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 576px) {

    .about-bx2 .year-exp .year {
        font-size: 80px !important;
        padding-right: 15px;
        margin-right: 15px;
    }

    .about-bx2 .year-exp .text {
        font-size: 22px !important;
        line-height: 1.25;
    }

    .about-bx2 .description-text {
        font-size: 14px;
    }

    .download-section .description-text {
        font-size: 16px !important;
    }

    .heades-shapes .product-item {
        padding: 0 50px;
    }

    .testimonial-section .testimonial-details .review {
        padding: 15px 0 0 0;
    }

    .map-section-new .global span {
        font-size: 40px;
    }

    .map-section-new .global {
        font-size: 30px;
    }

    .map-section-new .fact-text {
        font-size: 16px;
    }

    .map-section-new .text-part .number {
        font-size: 40px;
    }

    .map-section-new .countries-text {
        font-size: 16px;
    }

    footer .widget_about p {
        font-size: 16px;
    }

    .whatsappicon {
        right: 2.5px;
        bottom: 60px;
    }

    .whatsappicon img {
        width: 70px;
        height: 70px;
    }

    .scroltop {
        bottom: 15px;
        right: 18px;
    }

    .scroltop img {
        height: 38px;
    }

    .content-inner-3 .steps-part {
        flex: 1 100%;
    }

    .carrer-page-content {
        padding: 40px 15px;
    }

    .certificate-part div {
        margin-top: 10px;
    }

    .tag-line div {
        font-size: 18px;
    }

    .tag-line div span {
        color: #008DD2;
        font-family: "poppins-semi-bold";
    }

    .tag-line div .quote-left {
        width: 30px;
        height: 30px;
        left: -35px;
        top: 0%;
        transform: translateY(-50%);
    }

    .tag-line div .quote-right {
        width: 30px;
        height: 30px;
        right: -35px;
        top: 100%;
    }

    .hero-slider .carousel-cell .slide-content {
        width: 60% !important;
    }

    .hero-slider .carousel-cell .slide-content .title {
        font-size: 16px !important;
    }

    .hero-slider .carousel-cell .slide-content .caption {
        font-size: 32px !important;
        margin-bottom: 5px;
    }

    .hero-slider .carousel-cell .slide-content .caption2 {
        font-size: 18px !important;
    }

    .hero-slider .carousel-cell .slide-content .btn {
        font-size: 12px;
        padding: 8px 12px;
    }

    .top-header-part {
        display: block;
    }

    .top-header-part .logo {
        margin-bottom: 20px;
    }

    .aboutus-detail-part .description-text {
        font-size: 16px;
    }

    .aboutus-detail-part .quality-heading h4 {
        font-size: 18px;
    }

    .ic-bnr-inr h1 {
        font-size: 30px;
    }

    .application-page-content .card .card-body .detail-part .card-title {
        font-size: 22px !important;
    }

    .event-page-content .card .card-body .card-title {
        font-size: 22px;
    }

    .section-head.style-1 h2.title,
    .section-head.style-1 .title.h2 {
        font-size: 33px !important;
    }

    .modal-overlay .modal-content {
        width: 320px !important;
    }
}

@media only screen and (max-width: 767px) {

    footer .footer-top {
        padding: 50px 0 0;
    }

    .ic-bnr-inr .ic-bnr-inr-entry {
        text-align: center;
    }

    .ic-bnr-inr .ic-bnr-inr-entry .breadcrumb-row {
        display: inline-block;
    }

    .section-head.style-1 h2.title,
    .section-head.style-1 .title.h2 {
        font-size: 35px;
        line-height: 1.15;
    }

    .about-bx2 .ic-media .img1 img {
        height: 320px !important;
        width: 220px !important;
    }

    .about-bx2 .ic-media .img2 img {
        height: 300px !important;
        width: 210px !important;
    }
}

@media only screen and (max-width: 768px) {

    .modal-overlay .modal-content {
        width: 500px;
    }

    .footer-bottom .col-12 {
        display: block;
    }

    .event-page-content .card .card-body .card-title {
        font-size: 24px;
    }

    .testimonial-section .testimonial-details .review {
        padding: 15px 0;
    }

    .about-bx2 .year-exp .year {
        font-size: 100px !important;
        padding-right: 15px;
        margin-right: 15px;
    }

    .about-bx2 .year-exp .text {
        font-size: 26px !important;
        line-height: 1.25;
    }

    .about-bx2 .description-text {
        font-size: 16px;
    }

    .map-section-new .global span {
        font-size: 45px;
    }

    .map-section-new .global {
        font-size: 35px;
    }

    .map-section-new .fact-text {
        font-size: 18px;
    }

    .map-section-new .text-part .number {
        font-size: 70px;
    }

    .map-section-new .countries-text {
        font-size: 20px;
    }

    .hero-slider .flickity-prev-next-button.previous {
        left: 5 px;
    }

    .hero-slider .flickity-prev-next-button.next {
        right: 5 px;
    }

    .section-head.style-2 .title {
        font-size: 32px;
    }

    .heades-shapes .product-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .heades-shapes .owl-carousel .owl-item {
        max-width: 100%;
    }

    .heades-shapes .product-list {
        margin-left: 10px;
        margin-right: 10px;
    }

    .contact-page {
        padding: 50px 0;
    }

    .icon-bx-wraper.style-8 {
        padding: 15px;
    }

    .icon-bx-wraper .icon-content h4 {
        font-size: 15px;
    }

    .icon-bx-wraper .icon-content p {
        font-size: 13px;
    }

    .top-header-part .contact-info {
        display: block;
    }

    .tag-line div {
        font-size: 25px;
    }

    .tag-line div span {
        color: #008DD2;
        font-family: "poppins-semi-bold";
    }

    .tag-line div .quote-left {
        width: 30px;
        height: 30px;
        left: -35px;
        top: 0%;
        transform: translateY(-50%);
    }

    .tag-line div .quote-right {
        width: 30px;
        height: 30px;
        right: -35px;
        top: 100%;
    }

    .hero-slider .carousel-cell .slide-content {
        width: 65%;
    }

    .hero-slider .carousel-cell .slide-content .title {
        font-size: 18px;
    }

    .hero-slider .carousel-cell .slide-content .caption {
        font-size: 40px;
    }

    .hero-slider .carousel-cell .slide-content .caption2 {
        font-size: 30px;
    }

    .hero-slider .carousel-cell .slide-content .btn {
        font-size: 12px;
        padding: 10px 14px;
    }
}

@media only screen and (max-width: 991px) {

    footer .footer-bottom {
        text-align: center !important;
    }

    footer .footer-bottom .text-left,
    footer .footer-bottom .text-right {
        text-align: center !important;
    }

    footer .footer-bottom .text-right {
        margin-top: 10px;
    }

    .site-footer.style-1 .footer-top {
        padding: 50px 0px 20px;
    }

    .site-footer.style-2 .footer-top {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .ic-bnr-inr .ic-bnr-inr-entry {
        height: 300px;
    }

    .slidearea.bannerside {
        padding-left: 0;
    }

    .ic-bnr-inr {
        height: 300px;
    }

    .about-bx2 .ic-media {
        margin-bottom: 40px;
        max-width: 350px;
        margin-right: auto;
        margin-left: auto;
    }

    .content-inner-3 .steps-part {
        flex: 1 calc(33.33% - 20px);
    }

    .content-inner-5 {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .content-inner-4 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 992px) {

    .about-bx2 .ic-media .img1 img {
        height: 350px;
        width: 250px;
    }

    .about-bx2 .ic-media .img2 img {
        height: 330px;
        width: 240px;
    }

    .application-page-content .card .card-body .detail-part .card-title {
        font-size: 24px !important;
    }

    .about-bx2 .year-exp {
        margin-top: 40px;
    }

    .icon-bx-wraper.style-8 {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .icon-bx-wraper .icon-cell img {
        height: 35px;
    }

    .icon-bx-wraper .icon-content {
        padding-left: 0;
        padding-top: 10px;
    }

    .icon-bx-wraper .icon-content h4 {
        font-size: 16px;
    }

    .icon-bx-wraper .icon-content p {
        font-size: 14px;
    }

    .hero-slider .carousel-cell .slide-content {
        width: 75%;
    }

    .hero-slider .carousel-cell .slide-content .caption {
        font-size: 50px;
    }

    .hero-slider .carousel-cell .slide-content .caption2 {
        font-size: 35px;
    }

    .hero-slider .carousel-cell .slide-content .btn {
        font-size: 14px;
        padding: 12px 16px;
    }
}

@media only screen and (max-width: 1200px) {

    .download-section .description-text {
        font-size: 18px;
    }

    .hero-slider .carousel-cell .slide-content .caption {
        font-size: 60px;
    }

    .hero-slider .carousel-cell .slide-content .caption2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1280px) {

    .site-footer.style-1 .social-list.style-1 {
        margin-top: 30px;
    }

    .about-bx2 .year-exp .year {
        font-size: 150px;
    }

    .about-bx2 .year-exp .text {
        font-size: 30px;
        line-height: 1.4;
    }

    .section-head.style-2 .title {
        font-size: 40px;
    }

    .section-head {
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .content-inner-3 .our-work-progress .steps-part {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .content-inner-3 .our-work-progress .steps-part {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (min-width: 992px) {
    .content-inner-3 .our-work-progress .steps-part {
        flex: 0 0 20%;
        max-width: 20%;
    }
}