/*! CSS Used from: https://cdn.cmarix.com/css/industries.min.css */
*, :after, :before {
    box-sizing: border-box;
}

section {
    display: block;
}

h3 {
    margin-bottom: .5rem;
    margin-top: 0;
}

p {
    margin-top: 0;
}

p, ul {
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
}

a {
    background-color: transparent;
    color: #007bff;
}

    a:hover {   
        color: #0056b3;
        text-decoration: underline;
    }

h3 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
}

h3 {
    font-size: 1.75rem;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

@media (min-width:768px) {
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.align-items-center {
    align-items: center !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

@media print {
    *, :after, :before {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    h3, p {
        orphans: 3;
        widows: 3;
    }

    h3 {
        page-break-after: avoid;
    }

    .container {
        min-width: 992px !important;
    }
}

.px-40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
}

@media (max-width:991px) {
    .px-40 {
        padding-bottom: 35px !important;
        padding-top: 35px !important;
    }
}

@media (max-width:576px) {
    .px-40 {
        padding-bottom: 25px !important;
        padding-top: 25px !important;
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1440px;
    }
}

.container {
    margin: 0 auto;
    max-width: 1242px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #1d1e31;
    transition: all .1s ease 0s;
}

    a, a:hover {
        text-decoration: none;
    }

        a:hover {
            color: #f16122;
        }

.industires-new-sec {
    position: relative;
}

    .industires-new-sec:after, .industires-new-sec:before {
        content: inherit;
    }

    .industires-new-sec .industires-infocus-boxes {
        margin-top: 30px;
    }

        .industires-new-sec .industires-infocus-boxes ul {
            display: flex;
            flex-wrap: wrap;
            gap: 23px;
            row-gap: 40px;
        }

@media screen and (max-width:850px) {
    .industires-new-sec .industires-infocus-boxes ul {
        row-gap: 20px;
    }
}

@media screen and (max-width:567px) {
    .industires-new-sec .industires-infocus-boxes ul {
        gap: 15px;
    }
}

.industires-new-sec .industires-infocus-boxes ul li {
    align-items: center;
    background: #f4f4f6;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: calc(16% - 10px);
}

@media screen and (max-width:1200px) {
    .industires-new-sec .industires-infocus-boxes ul li {
        width: calc(15% - 1px);
    }
}

@media screen and (max-width:991px) {
    .industires-new-sec .industires-infocus-boxes ul li {
        width: calc(25% - 15px);
    }
}

@media screen and (max-width:567px) {
    .industires-new-sec .industires-infocus-boxes ul li {
        width: calc(50% - 10px);
    }
}

.industires-new-sec .industires-infocus-boxes ul li:hover a, .industires-new-sec .industires-infocus-boxes ul li:hover i {
    color: #fff;
    transition: all .2s ease-in-out;
}

.industires-new-sec .industires-infocus-boxes ul li:hover:after {
    height: 100%;
}

.industires-new-sec .industires-infocus-boxes ul li:hover p {
    color: #fff;
    transition: all .2s ease-in-out;
}

.industires-new-sec .industires-infocus-boxes ul li:after {
    background: #439bc2;
    bottom: 0;
    content: "";
    height: 4px;
    position: absolute;
    transition: all .4s ease;
    width: 100%;
}

.industires-new-sec .industires-infocus-boxes ul li a {
    height: 100%;
    padding: 20px;
    position: relative;
    transition: all .2s ease-in-out;
    width: 100%;
    z-index: 2;
}

    .industires-new-sec .industires-infocus-boxes ul li a i {
        font-size: 32px;
    }

.industires-new-sec .industires-infocus-boxes ul li p {
    color: #000;
    font-family: GilroySemibold,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 5px 0 0;
    transition: all .2s ease-in-out;
}

i {
    font-style: inherit;
}

[class*=c-icon-], [class^=c-icon-] {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: website-icons !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}

.c-icon-ecommerce:before {
    content: "\e918";
}

.c-icon-food-delivery-app:before {
    content: "\e922";
}

.c-icon-logistic-shipping:before {
    content: "\e934";
}

.c-icon-healthcare-industry:before {
    content: "\e927";
}

.c-icon-media:before {
    content: "\e938";
}

.c-icon-finance:before {
    content: "\e920";
}

.c-icon-insurance:before {
    content: "\e92b";
}

.c-icon-security:before {
    content: "\e954";
}

.c-icon-education:before {
    content: "\e91a";
}

.c-icon-real-estate:before {
    content: "\e952";
}

.c-icon-sports:before {
    content: "\e959";
}

.c-icon-agritech:before {
    content: "\e909";
}

* {
    outline: none;
}

h3 {
    line-height: 1.5;
}

.sec-title {
    position: relative;
    z-index: 1;
}

    .sec-title p {
        color: #001033;
        font-family: GilroySemiBold,sans-serif;
        font-size: 17px;
        font-style: italic;
        font-weight: 400;
        margin-top: 0;
        padding-left: 51px;
    }

        .sec-title p, .sec-title p span {
            position: relative;
        }

            .sec-title p span:before {
                background-color: #001033;
                content: "";
                height: 2px;
                left: -50px;
                position: absolute;
                top: 9px;
                width: 40px;
            }

    .sec-title h3 {
        color: #001033;
        font-family: GilroyBold,sans-serif;
        font-weight: 400;
        line-height: 1.3;
        line-height: 1.35;
        margin-bottom: 0;
    }

@media (min-width:992px) {
    .sec-title h3 {
        font-size: 32px;
    }
}

@media (min-width:1280px) {
    .sec-title h3 {
        font-size: 38px;
    }
}

@media (min-width:1450px) {
    .sec-title h3 {
        font-size: 40px;
    }
}

@media (max-width:992px) {
    .sec-title h3 {
        font-size: 28px;
    }
}

@media (max-width:767px) {
    .sec-title h3 {
        font-size: 26px;
    }
}

.sec-title h3 span {
    position: relative;
}
/*! CSS Used fontfaces */
@font-face {
    font-display: block;
    font-family: website-icons;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/icomoon.eot);
    src: url()/fonts/icomoon.eot) format("embedded-opentype"),url(/fonts/icomoon.ttf) format("truetype"),url(/fonts/icomoon.woff) format("woff"),url(https://cdn.cmarix.com/fonts/website-icons/icomoon.svg?s1csuf##$icomoon-font-family) format("svg");
}

@font-face {
    font-display: swap;
    font-family: GilroySemiBold;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn.cmarix.com/fonts/semibold.woff2) format("woff2"),url(https://cdn.cmarix.com/fonts/semibold.woff) format("woff");
}

@font-face {
    font-display: swap;
    font-family: GilroyBold;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn.cmarix.com/fonts/bold.woff2) format("woff2"),url(https://cdn.cmarix.com/fonts/bold.woff) format("woff");
}


