﻿/*
    1. responsive css
    2. main css


*/

:root {
    --e-global-color-f34b02e: #1825A6;
    --e-global-color-cfa1f76: #F6FBFF;
    --e-global-color-secondary: #072D7E;
    --e-global-typography-84ca66e-font-family: "Roboto Slab";
    --e-global-typography-84ca66e-font-size: 16px;
    --e-global-typography-84ca66e-font-weight: 400;
    --e-global-typography-84ca66e-text-transform: uppercase;
    --e-global-typography-84ca66e-letter-spacing: 1px;
    --e-global-typography-112b6c4-font-family: "Inter";
    --e-global-typography-112b6c4-font-size: 13px;
    --e-global-typography-112b6c4-font-weight: 400;
    --e-global-typography-a435f28-font-family: "Inter";
    --e-global-typography-a435f28-font-size: 69px;
    --e-global-typography-a435f28-font-weight: 700;
    --e-global-typography-a435f28-line-height: 1em;
    /*body */

    --e-global-typography-583e54c-font-family: "Inter";
    --e-global-typography-583e54c-font-family: "Inter";
    --e-global-typography-583e54c-font-size: 48px;
    --e-global-typography-583e54c-font-weight: 700;
    --e-global-typography-583e54c-line-height: 1.2em;
    --e-global-typography-583e54c-letter-spacing: -1.5px;
    --e-global-typography-5d167aa-font-family: "Inter";
    --e-global-typography-5d167aa-font-size: 39px;
    --e-global-typography-5d167aa-font-weight: 600;
}



/*  #region  1. responsive css  */
@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}

@media screen and (min-width: 992px) {
    .header .menu-area.menu-sticky {
        transition: all 0.3s ease 0s;
    }
}


@media (max-width: 950px) {
    .zSupplier-background-overlay,
    .eletement-into {
        background-color: #fff !important;
        background-image: unset !important;
        background-size: unset !important;
    }

    .zSupplier-section.zSupplier-top-section.zSupplier-element {
        padding: 0 10px;
    }
}




/*  #endregion   */

/*  #region  1. main css  */


/* header */


.header-section .header .menu-area {
    background: #ffffff;
}

.header-section .header .menu-area {
    transition: all 0.3s ease;
    background-color: #ffffff;
}

.menu-sticky {
    background: #fff;
    margin: 0;
    z-index: 999;
    width: 100%;
    top: 0;
    position: relative;
}

.header-section .header .menu-area .logo-wrap {
    display: flex;
    align-items: center;
    line-height: 70px;
}

.header-section .header .logo-part {
    position: relative;
    z-index: 9;
}


.header-section .header .menu-area .logo-wrap .logo-part .dark-logo {
    display: inherit;
}


.header-section .header .logo-part img {
    max-height: 70px;
}


.header-section .header .menu-area .nav-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/*
                .main-menu {
                    position: relative;
                }
        */
.main-menu nav ul li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

    .main-menu nav ul li a {
        font-size: 16px;
        color: #000000;
        text-transform: uppercase;
        display: inline-block;
        line-height: 87px;
        padding-right: 8px;
        font-weight: 500;
        z-index: 1;
        position: relative;
    }

    .main-menu nav ul li ul.submenu {
        background: #fff none repeat scroll 0 0;
        -webkit-box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
        display: block;
        left: 0;
        padding: 20px 0px 22px;
        position: absolute;
        top: 100%;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: center top 0;
        transform-origin: center top 0;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        visibility: hidden;
        width: 190px;
        z-index: 999;
    }

        .main-menu nav ul li ul.submenu li {
            display: block;
            padding: 0 20px;
            margin-left: 0px;
        }

            .main-menu nav ul li ul.submenu li a {
                color: #333;
                display: block;
                font-size: 14px;
                font-weight: 400;
                line-height: 32px;
                text-align: left;
                text-transform: capitalize;
                padding-top: 0px;
            }

    .main-menu nav ul li:hover a {
        color: #21a7d0;
    }

    .main-menu nav ul li:hover > ul.submenu {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        visibility: visible;
    }


    .main-menu nav ul li.mega-menu-position {
        position: static;
    }


        .main-menu nav ul li.mega-menu-position ul.mega-menu {
            background-color: #fff;
            display: block;
            left: 0;
            padding: 33px 30px 30px 0;
            position: absolute;
            text-align: left;
            top: 100%;
            -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
            -webkit-transform-origin: center top 0;
            transform-origin: center top 0;
            -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            visibility: hidden;
            width: 100%;
            z-index: 999;
            -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
        }


            .main-menu nav ul li.mega-menu-position ul.mega-menu > li {
                display: inline-block;
                float: left;
                padding-left: 60px;
                margin-left: 0;
                width: 25%;
            }

                .main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li.mega-menu-title {
                    float: inherit;
                    width: 100%;
                }

                .main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li {
                    display: block;
                    float: inherit;
                    padding: 0px;
                }

        .main-menu nav ul li.mega-menu-position:hover > ul.mega-menu {
            -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
            visibility: visible;
        }

        .main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li {
            display: block;
            float: inherit;
            padding: 0px;
        }

            .main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li.mega-menu-title a {
                color: #242424;
                margin: 0 0 10px;
                text-transform: uppercase;
            }

            .main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li a {
                color: #333;
                display: block;
                font-size: 14px;
                font-weight: 400;
                line-height: 32px;
                text-align: left;
                text-transform: capitalize;
                padding-top: 0px;
            }


/* header */

/* body */




.eletement-into {
    background-color: #3985c2;
    background-image: url(../img/bg-img.png);
    background-size: 350px auto;
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 6em 0em 3em 0em;
}

.zSupplier-background-overlay {
    background-color: transparent;
    background-image: linear-gradient(90deg, var(--e-global-color-cfa1f76) 65%, #3985c200 65%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.eletement-into .zSupplier-background-overlay,
.eletement-into .zSupplier-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


.zSupplier-widget-wrap.zSupplier-element-populated {
    align-content: center;
    align-items: center;
}

.zSupplier-widget:not(:last-child) {
    margin-bottom: 20px;
}

.zSupplier-element .zSupplier-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.eletement-into h6 {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-84ca66e-font-family), Sans-serif;
    font-size: var(--e-global-typography-84ca66e-font-size);
    font-weight: var(--e-global-typography-84ca66e-font-weight);
    text-transform: var(--e-global-typography-84ca66e-text-transform);
    line-height: var(--e-global-typography-84ca66e-line-height);
    letter-spacing: var(--e-global-typography-84ca66e-letter-spacing);
    word-spacing: var(--e-global-typography-84ca66e-word-spacing);
}

.zSupplier-widget:not(:last-child) {
    margin-bottom: 20px;
}

.zSupplier-element .zSupplier-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.eletement-into h1 {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-583e54c-font-family), Sans-serif;
    font-size: 35px;
    font-weight: var(--e-global-typography-583e54c-font-weight);
    line-height: var(--e-global-typography-583e54c-line-height);
    letter-spacing: var(--e-global-typography-583e54c-letter-spacing);
    word-spacing: var(--e-global-typography-583e54c-word-spacing);
}


.zSupplier-column-gap-default > .zSupplier-column > .zSupplier-element-populated {
    padding: 10px;
}

.zSupplier:not(.zSupplier-bc-flex-widget) .zSupplier-widget-wrap {
    display: flex;
}

.zSupplier-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

    .zSupplier-widget-wrap > .zSupplier-element {
        width: 100%;
    }

.zSupplier-widget-image {
    text-align: center;
}

.zSupplier-element {
    --widgets-spacing: 20px;
}

.zSupplier-element,
.zSupplier-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
}

.zSupplier-widget-image img {
    vertical-align: middle;
    display: inline-block;
}

.zSupplier img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}


/* heading tag   */

.zSupplier-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.zSupplier-widget-heading .zSupplier-heading-title[class*=zSupplier-size-] > a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.zSupplier-widget-heading .zSupplier-heading-title.zSupplier-size-small {
    font-size: 15px
}

.zSupplier-widget-heading .zSupplier-heading-title.zSupplier-size-medium {
    font-size: 19px
}

.zSupplier-widget-heading .zSupplier-heading-title.zSupplier-size-large {
    font-size: 29px
}

.zSupplier-widget-heading .zSupplier-heading-title.zSupplier-size-xl {
    font-size: 39px
}

.zSupplier-widget-heading .zSupplier-heading-title.zSupplier-size-xxl {
    font-size: 59px
}

.zSupplier-widget-text-editor.zSupplier-drop-cap-view-stacked .zSupplier-drop-cap {
    background-color: #69727d;
    color: #fff
}

.zSupplier-widget-text-editor.zSupplier-drop-cap-view-framed .zSupplier-drop-cap {
    color: #69727d;
    border: 3px solid;
    background-color: transparent
}

.zSupplier-widget-text-editor:not(.zSupplier-drop-cap-view-default) .zSupplier-drop-cap {
    margin-top: 8px
}

.zSupplier-widget-text-editor:not(.zSupplier-drop-cap-view-default) .zSupplier-drop-cap-letter {
    width: 1em;
    height: 1em
}

.zSupplier-widget-text-editor .zSupplier-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}

.zSupplier-widget-text-editor .zSupplier-drop-cap-letter {
    display: inline-block
}




/* real time image section  */

.zSupplier-959 .zSupplier-element.zSupplier-element-956d217 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 7em 0em 7em 0em;
}

.zSupplier-element {
    --widgets-spacing: 20px;
}

.zSupplier-element,
.zSupplier-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
}

.zSupplier-section {
    position: relative;
}

.zSupplier-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self);
}

.zSupplier-section.zSupplier-section-boxed > .zSupplier-container {
    max-width: 1280px;
}

.zSupplier-section.zSupplier-section-boxed > .zSupplier-container {
    max-width: 1140px;
}

.zSupplier-section .zSupplier-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.zSupplier-column-gap-default > .zSupplier-column > .zSupplier-element-populated {
    padding: 10px;
}

.zSupplier:not(.zSupplier-bc-flex-widget) .zSupplier-widget-wrap {
    display: flex;
}

.zSupplier-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

    .zSupplier-widget-wrap > .zSupplier-element {
        width: 100%;
    }

.zSupplier-959 .zSupplier-element.zSupplier-element-3323227 > .zSupplier-widget-container {
    padding: 0em 4em 0em 0em;
}

.zSupplier-element .zSupplier-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.zSupplier-959 .zSupplier-element.zSupplier-element-3323227 img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center center;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-332724a);
    box-shadow: 7px 7px 0px 0px #009AF0;
}
/*
.zSupplier-widget-image img {
    vertical-align: middle;
    display: inline-block;
}*/

body:not(.rtl) .zSupplier-959 .zSupplier-element.zSupplier-element-6585504 {
    right: 0px;
}

.zSupplier-959 .zSupplier-element.zSupplier-element-6585504 {
    width: var(--container-widget-width, 300px);
    max-width: 300px;
    --container-widget-width: 300px;
    --container-widget-flex-grow: 0;
    bottom: 0px;
}

.e-con-inner > .zSupplier-element.zSupplier-absolute,
.e-con > .zSupplier-element.zSupplier-absolute,
.zSupplier-widget-wrap > .zSupplier-element.zSupplier-absolute {
    position: absolute;
}

.zSupplier-element .zSupplier-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}


.zSupplier-959 .zSupplier-element.zSupplier-element-6585504 img {
    width: 100%;
    height: 265px;
    object-fit: cover;
    object-position: center center;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-332724a);
    box-shadow: 7px 7px 0px 0px #009AF0;
}

/*.zSupplier-widget-image img {
    vertical-align: middle;
    display: inline-block;
}
*/
.zSupplier img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}






/* real time middle section */

.zSupplier-959 .zSupplier-element.zSupplier-element-56e4cd8 > .zSupplier-element-populated {
    padding: 3em 1em 3em 5em;
}

.zSupplier-column-gap-default > .zSupplier-column > .zSupplier-element-populated {
    padding: 10px;
}

.zSupplier:not(.zSupplier-bc-flex-widget) .zSupplier-widget-wrap {
    display: flex;
}

.zSupplier-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}


.zSupplier-959 h6 {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-84ca66e-font-family), Sans-serif;
    font-size: var(--e-global-typography-84ca66e-font-size);
    font-weight: var(--e-global-typography-84ca66e-font-weight);
    text-transform: var(--e-global-typography-84ca66e-text-transform);
    line-height: var(--e-global-typography-84ca66e-line-height);
    letter-spacing: var(--e-global-typography-84ca66e-letter-spacing);
    word-spacing: var(--e-global-typography-84ca66e-word-spacing);
}

.zSupplier-959 h2 {
    --e-global-typography-5d167aa-font-size: 39px;
    --e-global-typography-5d167aa-font-size: 39px;
    --e-global-typography-5d167aa-font-weight: 600;
    --e-global-typography-5d167aa-line-height: 1.2em;
    --e-global-typography-5d167aa-letter-spacing: -1.2px;
    --e-global-typography-d3dae9a-font-family: "Roboto Slab";
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-5d167aa-font-family), Sans-serif;
    font-size: var(--e-global-typography-5d167aa-font-size);
    font-weight: var(--e-global-typography-5d167aa-font-weight);
    line-height: var(--e-global-typography-5d167aa-line-height);
    letter-spacing: var(--e-global-typography-5d167aa-letter-spacing);
    word-spacing: var(--e-global-typography-5d167aa-word-spacing);
}

.zSupplier-widget-container p {
    color: #878787;
}

.zSupplier-959 .zSupplier-element.zSupplier-element-7daf5d8 {
    --icon-box-icon-margin: 16px;
}

.zSupplier-widget-icon-box.zSupplier-position-left .zSupplier-icon-box-wrapper {
    text-align: left;
    flex-direction: row;
}

.zSupplier-widget-icon-box.zSupplier-position-left .zSupplier-icon-box-wrapper,
.zSupplier-widget-icon-box.zSupplier-position-right .zSupplier-icon-box-wrapper {
    display: flex;
}

.zSupplier-widget-icon-box.zSupplier-position-left .zSupplier-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset;
    margin-top: auto;
    margin-bottom: auto;
}

.zSupplier-widget-icon-box .zSupplier-icon-box-content {
    flex-grow: 1;
}

.zSupplier-959 .zSupplier-element.zSupplier-element-7daf5d8 .zSupplier-icon-box-title,
.zSupplier-959 .zSupplier-element.zSupplier-element-7daf5d8 .zSupplier-icon-box-title a {
    --e-global-typography-83682a1-font-family: "Roboto Slab";
    --e-global-typography-83682a1-font-size: 25px;
    --e-global-typography-83682a1-font-weight: 300;
    --e-global-typography-83682a1-text-transform: none;
    --e-global-typography-83682a1-font-style: normal;
    --e-global-typography-83682a1-line-height: 1.3em;
    --e-global-typography-83682a1-letter-spacing: -0.5px;
    font-weight: 400;
    font-size: 29px;
    font-family: sans-serif;
    text-transform: var(--e-global-typography-83682a1-text-transform);
    font-style: var(--e-global-typography-83682a1-font-style);
    line-height: var(--e-global-typography-83682a1-line-height);
    letter-spacing: var(--e-global-typography-83682a1-letter-spacing);
    word-spacing: var(--e-global-typography-83682a1-word-spacing);
}

.zSupplier-959 .zSupplier-element.zSupplier-element-7daf5d8 .zSupplier-icon-box-title {
    margin-bottom: 7px;
    color: var(--e-global-color-secondary);
}


.zSupplier-959 .zSupplier-element.zSupplier-element-7daf5d8.zSupplier-view-stacked .zSupplier-icon {
    color: #03A9F4;
    margin-top: auto;
    margin-bottom: auto;
}

.zSupplier-959 .zSupplier-element.zSupplier-element-7daf5d8 .zSupplier-icon {
    font-size: 35px;
}

.zSupplier-icon i,
.zSupplier-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}





/*feature program  */

.zSupplier-959 .zSupplier-element.zSupplier-element-e65e4bf:not(.zSupplier-motion-effects-element-type-background),
.zSupplier-959 .zSupplier-element.zSupplier-element-e65e4bf > .zSupplier-motion-effects-container > .zSupplier-motion-effects-layer {
    background-color: #3985c2;
}

.zSupplier-959 .zSupplier-element.zSupplier-element-e65e4bf {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 7em;
    margin-bottom: 0em;
    padding: 0em 0em 7em 0em;
}

.zSupplier-section .zSupplier-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.zSupplier-959 .zSupplier-element.zSupplier-element-5d5ab62:not(.zSupplier-motion-effects-element-type-background) > .zSupplier-widget-wrap,
.zSupplier-959 .zSupplier-element.zSupplier-element-5d5ab62 > .zSupplier-widget-wrap > .zSupplier-motion-effects-container > .zSupplier-motion-effects-layer {
    background-color: var(--e-global-color-text);
}

.zSupplier-959 .zSupplier-element.zSupplier-element-5d5ab62 > .zSupplier-element-populated {
    --e-global-color-text: #FFFFFF;
    --e-global-color-332724a: #009AF0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-332724a);
    box-shadow: 7px 7px 0px 0px #009AF0;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: -7em 0em 0em 0em;
    --e-column-margin-right: 0em;
    --e-column-margin-left: 0em;
    padding: 2em 2em 2em 2em;
}

.zSupplier-section.zSupplier-section-boxed > .zSupplier-container {
    max-width: 1280px;
}

.zSupplier-959 .zSupplier-element.zSupplier-element-6cadd64 > .zSupplier-element-populated {
    padding: 2em 2em 2em 2em;
}

.zSupplier-959 .zSupplier-element.zSupplier-element-55cd251 {
    --icon-box-icon-margin: 16px;
}

.zSupplier-widget-icon-box.zSupplier-position-left .zSupplier-icon-box-wrapper {
    text-align: left;
    flex-direction: row;
}

.zSupplier-widget-icon-box.zSupplier-position-left .zSupplier-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset;
}

.zSupplier-widget-icon-box .zSupplier-icon-box-content {
    flex-grow: 1;
}

.zSupplier-959 .zSupplier-element.zSupplier-element-55cd251 .zSupplier-icon-box-title,
.zSupplier-959 .zSupplier-element.zSupplier-element-55cd251 .zSupplier-icon-box-title a {
    --e-global-typography-83682a1-font-family: "Roboto Slab";
    --e-global-typography-83682a1-font-size: 25px;
    --e-global-typography-83682a1-font-weight: 300;
    --e-global-typography-83682a1-text-transform: none;
    --e-global-typography-83682a1-font-style: normal;
    --e-global-typography-83682a1-line-height: 1.3em;
    --e-global-typography-83682a1-letter-spacing: -0.5px;
    font-family: var(--e-global-typography-83682a1-font-family), Sans-serif;
    font-size: var(--e-global-typography-83682a1-font-size);
    font-weight: var(--e-global-typography-83682a1-font-weight);
    text-transform: var(--e-global-typography-83682a1-text-transform);
    font-style: var(--e-global-typography-83682a1-font-style);
    line-height: var(--e-global-typography-83682a1-line-height);
    letter-spacing: var(--e-global-typography-83682a1-letter-spacing);
    word-spacing: var(--e-global-typography-83682a1-word-spacing);
}

.zSupplier-959 .zSupplier-element.zSupplier-element-55cd251 .zSupplier-icon-box-title {
    margin-bottom: 7px;
    color: var(--e-global-color-secondary);
}




/* mis app*/
section#feature-area {
    background-color: #fafafa;
    padding: 90px 0 30px;
}

    section#feature-area .section-heading {
        margin: 0 0 60px;
    }

        section#feature-area .section-heading h2 {
            font-weight: 800;
            color: #000;
            line-height: 1.3;
        }

.mis-app .mis-box.shdw {
    visibility: visible;
    animation-name: fadeIn;
}

.mis-app .mis-box {
    padding: 1.5rem;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    z-index: 1;
    position: relative;
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
}

    .mis-app .mis-box img {
        max-height: 5rem;
        width: auto;
    }

.mobile-img {
    top: 0;
    left: 0;
    width: 50%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
    border-radius: 8px;
    cursor: pointer;
}




/* footer copy right  */


section.copyright {
    background-color: #10151e;
    padding: 15px 0;
    color: #fff;
    font-size: 12px;
}

    section.copyright p {
        color: #fff;
    }

    section.copyright ul {
        float: right;
    }

        section.copyright ul li {
            display: inline-block;
        }

            .copyright ul li a {
                color: #fff;
                padding-right: 10px;
            }


/*  #endregion   */
