.st4{stroke:#ef5034;fill:#ef5034;stroke-dasharray:2000;opacity:1;-webkit-animation:animate 3s cubic-bezier(0,.23,1,.1);animation:animate 3s cubic-bezier(0,.23,1,.1)}@-webkit-keyframes animate{0%{opacity:0;fill:none;stroke-dashoffset:2000}30%{opacity:1;fill:none;stroke-dashoffset:2000}90%{fill:rgba(239,80,52,0)}to{opacity:1;fill:#ef5034;stroke-dashoffset:0}}@keyframes
animate{0%{opacity:0;fill:none;stroke-dashoffset:2000}30%{opacity:1;fill:none;stroke-dashoffset:2000}90%{fill:rgba(239,80,52,0)}to{opacity:1;fill:#ef5034;stroke-dashoffset:0}}.st2{stroke:#49575f;fill:#49575f;stroke-dasharray:2000;opacity:1;-webkit-animation:animate2
3s cubic-bezier(0,.23,1,.1);animation:animate2 3s cubic-bezier(0,.23,1,.1)}@-webkit-keyframes animate2{0%{opacity:0;fill:none;stroke-dashoffset:2000}30%{opacity:1;fill:none;stroke-dashoffset:2000}90%{fill:rgba(73,87,95,0)}to{opacity:1;fill:#49575f;stroke-dashoffset:0}}@keyframes
animate2{0%{opacity:0;fill:none;stroke-dashoffset:2000}30%{opacity:1;fill:none;stroke-dashoffset:2000}90%{fill:rgba(73,87,95,0)}to{opacity:1;fill:#49575f;stroke-dashoffset:0}}.wrapper, .wrapper2{position:absolute;width:15%;display:inline-block;left:37.2%;top:35%;transform:scale(2)}@media
(max-width:576px){.wrapper, .wrapper2{transform:scale(5.5)}}.wrapper{left:40.8%}@media (max-width:576px){.wrapper{left:46.8%}}
body {
    padding-top: 50px;
}
    @font-face {
        font-family: Gilroy;
        src: url(assets/fonts/Gilroy-Regular.otf)
    }
    #navbar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }
    .loader {
        padding-top: 15%;
        padding-bottom: 15%;
        text-align: center;
        justify-content: center
    }

    #loading {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 3px solid #ddd;
        border-top-color: #01e26a;
        animation: spin 1s ease-in-out infinite;
        -webkit-animation: spin 1s ease-in-out infinite;
        margin: auto
    }

    @keyframes spin {
        to {
            -webkit-transform: rotate(1turn)
        }
    }

    @-webkit-keyframes spin {
        to {
            -webkit-transform: rotate(1turn)
        }
    }

    @font-face {
        font-family: Gilroy;
        src: url(assets/fonts/Gilroy-Regular.otf)
    }

    @media (max-width:768px) {
        .container {
            padding-right: 0;
            padding-left: 0
        }
    }

    @media (max-width:576px) {
        .container {
            padding-right: 15px;
            padding-left: 15px
        }
    }

    .navbar-dark {
        background-color: #272940
    }

    .navbar-dark .row {
        width: 100%
    }

    @media (max-width:768px) {
        .navbar-dark .row {
            width: auto
        }
    }

    .navbar-dark .logo-container {
        text-align: start
    }

    @media (max-width:576px) {
        .navbar-dark .logo-container {
            width: 60%
        }
    }

    .navbar-dark .logo-container .navbar-brand {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        justify-content: start;
        text-align: start
    }

    .navbar-dark .logo-container .navbar-brand img {
        width: 70%
    }

    @media (max-width:768px) {
        .navbar-dark .logo-container .navbar-brand img {
            width: 90%
        }
    }

    @media (max-width:576px) {
        .navbar-dark .logo-container .navbar-brand img {
            width: 100%
        }
    }

    @media (max-width:768px) {
        .navbar-dark .nav-container {
            padding-right: 0;
            padding-left: 0
        }
    }

    @media (max-width:576px) {
        .navbar-dark .nav-container {
            margin-top: -14.5%;
            padding-right: 15px;
            padding-left: 15px
        }
    }

    @media (max-width:576px) {
        .navbar-dark .navbar-btn {
            text-align: end;
            -webkit-padding-end: 0;
            padding-inline-end: 0;
            display: inline-block;
            position: absolute;
            right: 0;
            left: 0
        }
    }

    .navbar-dark .navbar-collapse {
        line-height: 3.4rem
    }

    @media (max-width:768px) {
        .navbar-dark .navbar-collapse {
            line-height: normal
        }
    }

    @media (max-width:576px) {
        .navbar-dark .navbar-collapse {
            display: block;
            padding-top: 4rem;
            text-align: start
        }
    }

    .navbar-dark .navbar-collapse .navbar-nav {
        width: 100%;
        justify-content: space-between
    }

    @media (max-width:768px) {
        .navbar-dark .navbar-collapse .navbar-nav {
            padding-right: 0;
            padding-left: 0
        }
    }

    @media (max-width:576px) {
        .navbar-dark .navbar-collapse .navbar-nav {
            -webkit-padding-start: 1.5em;
            padding-inline-start: 1.5em;
            padding-right: 15px;
            padding-left: 15px
        }
    }

    .navbar-dark .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #fff
    }

    .navbar-dark .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
        color: #01e26a;
        transition: color .4s ease-in-out
    }

    .navbar-dark .navbar-toggler {
        background-color: #01e26a;
        border: none;
        outline: none;
        box-shadow: none;
        text-align: center;
        border-radius: 5px;
        height: 2.5rem;
        width: 3rem
    }

    .navbar-dark .navbar-toggler:active .navbar-collapse,
    .navbar-dark .navbar-toggler:focus .navbar-collapse,
    .navbar-dark .navbar-toggler:hover .navbar-collapse,
    .navbar-dark .navbar-toggler:visited .navbar-collapse {
        display: block
    }

    .navbar-dark .navbar-toggler img {
        width: 100%
    }

    .navbar-dark .fadeIn,
    .navbar-dark .fadeOut {
        opacity: 0;
        transition: opacity .4s ease-in-out
    }

    .navbar-dark .fadeIn {
        opacity: 1
    }

    .navbar-white {
        background-color: #fff
    }

    .navbar-white .row {
        width: 100%
    }

    @media (max-width:768px) {
        .navbar-white .row {
            width: auto
        }
    }

    .navbar-white .logo-container {
        text-align: start
    }

    @media (max-width:576px) {
        .navbar-white .logo-container {
            width: 60%
        }
    }

    .navbar-white .logo-container .navbar-brand {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        justify-content: start;
        text-align: start
    }

    .navbar-white .logo-container .navbar-brand img {
        width: 150px;
        max-width: 97%;
    }

    @media (max-width:768px) {
        .navbar-white .logo-container .navbar-brand img {
            width: 90%
        }
    }

    @media (max-width:576px) {
        .navbar-white .logo-container .navbar-brand img {
            width: 100%
        }
    }

    @media (max-width:768px) {
        .navbar-white .nav-container {
            padding-right: 0;
            padding-left: 0
        }
    }

    @media (max-width:576px) {
        .navbar-white .nav-container {
            margin-top: -14.5%;
            padding-right: 15px;
            padding-left: 15px
        }
    }

    @media (max-width:576px) {
        .navbar-white .navbar-btn {
            text-align: end;
            -webkit-padding-end: 0;
            padding-inline-end: 0;
            display: inline-block;
            position: absolute;
            right: 0;
            left: 0
        }
    }

    .navbar-white .navbar-collapse {
        line-height: 3.4rem
    }

    @media (max-width:768px) {
        .navbar-white .navbar-collapse {
            line-height: normal
        }
    }

    @media (max-width:576px) {
        .navbar-white .navbar-collapse {
            display: block;
            padding-top: 4rem;
            text-align: start
        }
    }

    .navbar-white .navbar-collapse .navbar-nav {
        width: 100%;
        justify-content: space-between
    }

    @media (max-width:768px) {
        .navbar-white .navbar-collapse .navbar-nav {
            padding-right: 0;
            padding-left: 0
        }
    }

    @media (max-width:576px) {
        .navbar-white .navbar-collapse .navbar-nav {
            -webkit-padding-start: 1.5em;
            padding-inline-start: 1.5em;
            padding-right: 15px;
            padding-left: 15px
        }
    }

    .navbar-white .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #272940
    }

    .navbar-white .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
        color: #01e26a;
        transition: color .4s ease-in-out
    }

    .navbar-white .navbar-toggler {
        background-color: #01e26a;
        border: none;
        outline: none;
        box-shadow: none;
        text-align: center;
        border-radius: 5px;
        height: 2.5rem;
        width: 3rem
    }

    .navbar-white .navbar-toggler:active .navbar-collapse,
    .navbar-white .navbar-toggler:focus .navbar-collapse,
    .navbar-white .navbar-toggler:hover .navbar-collapse,
    .navbar-white .navbar-toggler:visited .navbar-collapse {
        display: block
    }

    .navbar-white .navbar-toggler img {
        width: 100%
    }

    .navbar-white .dropdown-menu {
        text-align: start;
        padding-top: 0;
        padding-bottom: 0
    }

    .navbar-white .dropdown-menu li .dropdown-item {
        line-height: 2.5em;
        color: #272940;
        cursor: pointer
    }

    .navbar-white .dropdown-menu li .active {
        color: #fff !important;
        background-color: #01e26a
    }

    .navbar-white .dropdown-menu li:hover {
        transition: all .3s ease-in-out
    }

    .navbar-white .dropdown-menu li:hover .dropdown-item {
        color: #fff;
        background-color: #01e26a !important
    }

    .navbar-white .fadeIn,
    .navbar-white .fadeOut {
        opacity: 0;
        transition: opacity .4s ease-in-out
    }

    .navbar-white .fadeIn {
        opacity: 1
    }

    .navbar-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        z-index: 11;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .24)
    }

    .navbar-sticky .row {
        width: 100%
    }

    @media (max-width:768px) {
        .navbar-sticky .row {
            width: auto
        }
    }

    .navbar-sticky .logo-container {
        text-align: start
    }

    @media (max-width:576px) {
        .navbar-sticky .logo-container {
            width: 60%
        }
    }

    .navbar-sticky .logo-container .navbar-brand {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        justify-content: start;
        text-align: start
    }

    .navbar-sticky .logo-container .navbar-brand img {
        width: 70%
    }

    @media (max-width:768px) {
        .navbar-sticky .logo-container .navbar-brand img {
            width: 90%
        }
    }

    @media (max-width:576px) {
        .navbar-sticky .logo-container .navbar-brand img {
            width: 100%
        }
    }

    @media (max-width:768px) {
        .navbar-sticky .nav-container {
            padding-right: 0;
            padding-left: 0
        }
    }

    @media (max-width:576px) {
        .navbar-sticky .nav-container {
            margin-top: -14.5%;
            padding-right: 15px;
            padding-left: 15px
        }
    }

    @media (max-width:576px) {
        .navbar-sticky .navbar-btn {
            text-align: end;
            -webkit-padding-end: 0;
            padding-inline-end: 0;
            display: inline-block;
            position: absolute;
            right: 0;
            left: 0
        }
    }

    .navbar-sticky .navbar-collapse {
        line-height: 3.4rem
    }

    @media (max-width:768px) {
        .navbar-sticky .navbar-collapse {
            line-height: normal
        }
    }

    @media (max-width:576px) {
        .navbar-sticky .navbar-collapse {
            display: block;
            padding-top: 4rem;
            text-align: start
        }
    }

    .navbar-sticky .navbar-collapse .navbar-nav {
        width: 100%;
        justify-content: space-between
    }

    @media (max-width:768px) {
        .navbar-sticky .navbar-collapse .navbar-nav {
            padding-right: 0;
            padding-left: 0
        }
    }

    @media (max-width:576px) {
        .navbar-sticky .navbar-collapse .navbar-nav {
            -webkit-padding-start: 1.5em;
            padding-inline-start: 1.5em;
            padding-right: 15px;
            padding-left: 15px
        }
    }

    .navbar-sticky .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #272940
    }

    .navbar-sticky .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
        color: #01e26a;
        transition: color .4s ease-in-out
    }

    .navbar-sticky .navbar-toggler {
        background-color: #01e26a;
        border: none;
        outline: none;
        box-shadow: none;
        text-align: center;
        border-radius: 5px;
        height: 2.5rem;
        width: 3rem
    }

    .navbar-sticky .navbar-toggler:active .navbar-collapse,
    .navbar-sticky .navbar-toggler:focus .navbar-collapse,
    .navbar-sticky .navbar-toggler:hover .navbar-collapse,
    .navbar-sticky .navbar-toggler:visited .navbar-collapse {
        display: block
    }

    .navbar-sticky .navbar-toggler img {
        width: 100%
    }

    .navbar-sticky .dropdown-menu {
        text-align: start;
        padding-top: 0;
        padding-bottom: 0
    }

    .navbar-sticky .dropdown-menu li .dropdown-item {
        line-height: 2.5em;
        color: #272940;
        cursor: pointer
    }

    .navbar-sticky .dropdown-menu li .active {
        color: #fff !important;
        background-color: #01e26a
    }

    .navbar-sticky .dropdown-menu li:hover {
        transition: all .3s ease-in-out
    }

    .navbar-sticky .dropdown-menu li:hover .dropdown-item {
        color: #fff;
        background-color: #01e26a !important
    }

    .navbar-sticky .fadeIn,
    .navbar-sticky .fadeOut {
        opacity: 0;
        transition: opacity .4s ease-in-out
    }

    .navbar-sticky .fadeIn {
        opacity: 1
    }

    .nav-link {
        cursor: pointer
    }

    .active {
        color: #01e26a !important
    }

    @media (max-width:576px) {
        .navbar {
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .24)
        }
    }

    .lang-en {
        font-family: Almarai, sans-serif;
        line-height: 3em
    }

    .lang-ar {
        font-family: Roboto, sans-serif
    }

    .drop-group {
        width: 100%
    }

    .drop-group .drop-group-btn {
        padding-right: 0;
        padding-left: 0;
        text-align: start;
        justify-content: space-around;
        width: 100%
    }

    .drop-group #dropdown-split {
        position: absolute
    }

    @font-face {
        font-family: Gilroy;
        src: url(assets/fonts/Gilroy-Regular.otf)
    }

    header {
        padding: 0 !important;
        position: relative;
        padding-top: 5%
    }

    header .header-bg {
        width: 100%
    }

    header .container .header-text {
        padding-top: 12%;
        text-align: start
    }

    @media (max-width:768px) {
        header .container .header-text {
            padding-top: 13%
        }
    }

    @media (max-width:375px) {
        header .container .header-text {
            padding-top: 15%
        }
    }

    header .container .header-text h1 {
        font-weight: 600;
        color: #01e26a;
        text-transform: uppercase
    }

    @media (max-width:768px) {
        header .container .header-text h1 {
            font-size: 2em
        }
    }

    header .container .header-text p {
        color: #272940;
        line-height: 1.7em;
        margin-top: -2.5em
    }

    @media (max-width:768px) {
        header .container .header-text p {
            line-height: 1.4em;
            margin-top: -1.5em
        }
    }

    @media (max-width:375px) {
        header .container .header-text p {
            font-size: 1em;
            margin-top: -2.5em
        }
    }

    header .container .header-text .btn {
        background-color: #01e26a;
        color: #fff;
        border-radius: 20px;
        padding-right: 1.5em;
        padding-left: 1.5em;
        box-shadow: none
    }

    header .container .header-text .btn:hover {
        background-color: #00bb57;
        transition: all .5s ease-in-out
    }

    header .container .header-img {
        width: 100%;
        height: 100%;
        margin-top: 2%;
        padding: 2em
    }

    @media (max-width:768px) {
        header .container .header-img {
            margin-top: 4rem
        }
    }

    @media (max-width:576px) {
        header .container .header-img {
            margin-top: 1rem
        }
    }

    @media (max-width:375px) {
        header .container .header-img {
            margin-top: 1rem
        }
    }

    header .container .header-img img {
        width: 90%
    }

    .loader {
        padding-top: 15%;
        padding-bottom: 15%;
        text-align: center;
        justify-content: center
    }

    #loading {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 3px solid #ddd;
        border-top-color: #01e26a;
        animation: spin 1s ease-in-out infinite;
        -webkit-animation: spin 1s ease-in-out infinite;
        margin: auto
    }

    @keyframes spin {
        to {
            -webkit-transform: rotate(1turn)
        }
    }

    @-webkit-keyframes spin {
        to {
            -webkit-transform: rotate(1turn)
        }
    }
    @font-face {
        font-family: Gilroy;
        src: url(assets/fonts/Gilroy-Regular.otf)
    }

    .container-fluid {
        padding-top: 4%;
        padding-bottom: 5%;
       
    }

    @media (max-width:576px) {
        .container-fluid {
            padding-top: 12%
        }
    }

    @media (max-width:375px) {
        .container-fluid {
            padding-bottom: 18%
        }
    }

    .container .title-row {
        text-align: center
    }

    .container .title-row h2 {
        color: #272940;
        width: 100%;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 1em
    }

    .container .title-row h2 span {
        color: #01e26a
    }

    .container .title-row .text {
        color: #272940;
        width: 100%;
        text-align: center;
        font-size: 1.2em;
        text-transform: capitalize;
        margin-top: -1em
    }

    .container .items-row {
        margin-top: 2rem;
        justify-content: center;
        text-align: center
    }

    .container .items-row .svg-cont {
        padding: 1em;
        transform: scale(.9);
        cursor: pointer;
        text-align: center
    }

    .container .items-row .svg-cont a {
        text-decoration: none
    }

    @media (max-width:576px) {
        .container .items-row .svg-cont {
            margin-bottom: 2rem
        }
    }

    .container .items-row .svg-cont .img img {
        width: 100%
    }

    .container .items-row .svg-cont p {
        width: 100%;
        text-align: center;
        color: #272940;
        margin-top: .5em
    }

    .container .items-row .svg-cont:hover {
        transform: scale(1);
        transition: all .5s ease-in-out
    }

    .container .items-row .svg-cont:hover p {
        color: #01e26a;
        font-weight: 600;
        transition: all .5s ease-in-out
    }

    .container .btn-row {
        margin-top: 2rem;
        justify-content: center;
        text-align: center
    }

    .container .btn-row .btn {
        background-color: #272940;
        color: #fff;
        border-radius: 20px;
        padding-right: 1.5em;
        padding-left: 1.5em;
        box-shadow: none
    }

    .container .btn-row .btn:hover {
        background-color: #272940;
        transition: all .5s ease-in-out
    }
    @font-face {
        font-family: Gilroy;
        src: url(assets/fonts/Gilroy-Regular.otf)
    }

    .container-fluid {
        padding-top: 4%;
        padding-bottom: 5%;
    }

    @media (max-width:576px) {
        .container-fluid {
            padding-top: 17%
        }
    }

    @media (max-width:375px) {
        .container-fluid {
            padding-bottom: 18%
        }
    }

    .container .title-row {
        text-align: center
    }

    .container .title-row h2 {
        color: #272940;
        width: 100%;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 1em
    }

    .container .title-row h2 span {
        color: #01e26a
    }

    .container .title-row .text {
        color: #272940;
        width: 100%;
        text-align: center;
        font-size: 1.2em;
        text-transform: capitalize;
        margin-top: -1em
    }

    .container .projects-row {
        margin-top: 2rem
    }

    .container .projects-row .col-lg-4 {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center
    }

    .container .projects-row .cont {
        cursor: pointer;
        position: relative;
        border-radius: 10px;
        margin-bottom: 2rem;
        height: 15em;
        border: 1px solid #ddd
    }

    .container .projects-row .cont:hover .box {
        opacity: 1
    }

    .container .projects-row .cont img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 10px
    }

    .container .projects-row .cont .box {
        position: absolute;
        border-radius: 10px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .5s ease;
        background: #01e26a;
        background: linear-gradient(-180deg, #01e26a, rgba(54, 64, 73, .7455357143))
    }

    @media (max-width:576px) {
        .container .projects-row .cont .box {
            opacity: 1;
            top: unset;
            height: 25%;
            border-top-right-radius: 0;
            border-top-left-radius: 0;
            background: linear-gradient(-180deg, rgba(14, 14, 14, .09), #000)
        }
    }

    .container .projects-row .cont .box h5 {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center
    }

    .container .btn-row {
        margin-top: 1rem;
        justify-content: center;
        text-align: center
    }

    .container .btn-row .btn {
        background-color: #272940;
        color: #fff;
        border-radius: 20px;
        padding-right: 1.5em;
        padding-left: 1.5em;
        box-shadow: none
    }

    .container .btn-row .btn:hover {
        background-color: #272940;
        transition: all .5s ease-in-out
    }

    .loader {
        padding-top: 15%;
        padding-bottom: 15%;
        text-align: center;
        justify-content: center
    }

    #loading {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 3px solid #ddd;
        border-top-color: #01e26a;
        animation: spin 1s ease-in-out infinite;
        -webkit-animation: spin 1s ease-in-out infinite;
        margin: auto
    }

    @keyframes spin {
        to {
            -webkit-transform: rotate(1turn)
        }
    }

    @-webkit-keyframes spin {
        to {
            -webkit-transform: rotate(1turn)
        }
    }
    @font-face {
        font-family: Gilroy;
        src: url(assets/fonts/Gilroy-Regular.otf)
    }

    .container {
        padding-top: 4%
    }

    @media (max-width:576px) {
        .container {
            padding-top: 17%;
        }
    }

    .container .text-part {
        text-align: start;
        padding-top: 5%;
        padding-bottom: 5%
    }

    @media (max-width:375px) {
        .container .text-part {
            text-align: center;
            margin-bottom: 2em
        }
    }

    .container .text-part h2 {
        color: #01e26a
    }

    .container .text-part .text {
        color: #272940;
        line-height: 1.7em
    }

    .container .text-part .btn {
        margin-top: 1rem;
        background-color: #272940;
        color: #fff;
        border-radius: 20px;
        padding-right: 1.5em;
        padding-left: 1.5em;
        box-shadow: none
    }

    .container .text-part .btn:hover {
        background-color: #272940;
        transition: all .5s ease-in-out
    }

    @media (max-width:768px) {
        .container .vector-part {
            display: flex
        }
    }

    .container .vector-part img {
        width: 100%
    }
    @font-face {
        font-family: Gilroy;
        src: url(assets/fonts/Gilroy-Regular.otf)
    }

    .big-footer {
        background-color: #272940;
        color: #fff;
        padding-top: 3%;
        justify-content: center;
        text-align: center;
        padding-bottom: 0;
    }

    .big-footer h5 {
        color: #01e26a;
        width: 100%;
        text-align: start
    }

    @media (max-width:576px) {
        .big-footer {
            display: none
        }
    }

    .big-footer .cont-row {
        justify-content: center;
        text-align: center
    }

    @media (max-width:1024px) {
        .big-footer .cont-row .row-col {
            flex: 0 0 100% !important;
            max-width: 100% !important
        }
    }

    .big-footer .logo-container {
        text-align: start
    }

    @media (max-width:768px) {
        .big-footer .logo-container {
            justify-content: center;
            text-align: center;
            margin: auto
        }
    }

    .big-footer .logo-container img {
        width: 70%
    }

    @media (max-width:576px) {
        .big-footer .logo-container img {
            width: 40%
        }
    }

    .big-footer .logo-container ul {
        margin-top: 5%;
        padding: 0;
        list-style-type: none;
        text-align: start
    }

    @media (max-width:768px) {
        .big-footer .logo-container ul {
            text-align: center
        }
    }

    .big-footer .logo-container ul li a {
        margin-bottom: 3%;
        color: #adacac;
        text-decoration: none
    }

    .big-footer .logo-container ul li a span {
        color: #01e26a
    }

    .big-footer .list-container ul {
        margin-top: 1em;
        padding: 0;
        list-style-type: none;
        text-align: start
    }

    .big-footer .list-container ul li {
        margin-top: .7em
    }

    .big-footer .list-container ul li a {
        cursor: pointer;
        color: #adacac;
        text-decoration: none;
        font-size: .8em
    }

    .big-footer .list-container ul li a:hover {
        color: #01e26a;
        transition: color .4s ease-in-out
    }

    .big-footer .lists {
        display: flex;
        justify-content: space-around
    }
    @media (min-width:768px) {
    .mobile-footer {
  display: none;
    }
    }
    @media (max-width:768px) {
        .big-footer .lists {
            margin-top: 2em
        }
    }

    .big-footer .lists .company,
    .big-footer .lists .programs,
    .big-footer .lists .services {
        display: inline-block
    }

    .big-footer .programs {
        margin-right: .5em;
        margin-left: .5em
    }

    @media (max-width:768px) {
        .big-footer .subscribe-container {
            padding-top: 5%;
            text-align: center;
            justify-content: center;
            margin: auto
        }
    }

    @media (max-width:576px) {
        .big-footer .subscribe-container {
            margin-top: 6%
        }
    }

    @media (max-width:768px) {
        .big-footer .subscribe-container h5 {
            text-align: center
        }
    }

    .big-footer .subscribe-container .sub-text {
        margin: 5% 0 3%;
        color: #adacac;
        text-align: start
    }

    @media (max-width:768px) {
        .big-footer .subscribe-container .sub-text {
            text-align: center
        }
    }

    .big-footer .subscribe-container .input-group {
        background-color: #fff;
        border-radius: 67px;
        padding: .3em .5em;
        position: relative
    }

    @media (max-width:768px) {
        .big-footer .subscribe-container .input-group {
            text-align: center;
            margin: auto
        }
    }

    .big-footer .subscribe-container .input-group input {
        border-radius: 20px;
        box-shadow: none;
        border: none
    }

    .big-footer .subscribe-container .input-group small {
        position: absolute;
        color: red;
        right: 0;
        left: 0;
        bottom: -50%;
        text-align: start;
        padding-right: 7%;
        padding-left: 7%
    }

    .big-footer .subscribe-container .input-group button {
        border-radius: 20px;
        box-shadow: none;
        background-color: #272940;
        color: #fff;
        padding-right: 1.5em;
        padding-left: 1.5em
    }

    .big-footer .subscribe-container .input-group button:hover {
        background-color: #272940
    }

    .big-footer .subscribe-container .icons {
        padding: 0;
        margin-top: 10%;
        list-style-type: none;
        text-align: start;
        justify-content: space-between
    }

    @media (max-width:768px) {
        .big-footer .subscribe-container .icons {
            text-align: center
        }
    }

    .big-footer .subscribe-container .icons li {
        display: inline-block;
        -webkit-margin-end: 10%;
        margin-inline-end: 10%
    }

    .big-footer .subscribe-container .icons li a {
        cursor: pointer;
        color: #fff
    }

    .big-footer .subscribe-container .icons li a:hover {
        color: #01e26a;
        transition: color .4s ease-in-out
    }

    .big-footer .copy-row {
        margin-top: 3%;
        padding-top: 2%;
        padding-bottom: 1%;
        border-top: 1px solid #565656
    }

    @media (max-width:576px) {
        .big-footer .copy-row {
            margin-top: 5%;
            padding-top: 5%
        }
    }

    .big-footer .copy-row p {
        width: 100%;
        text-align: start
    }

    @media (max-width:576px) {
        .big-footer .copy-row p {
            text-align: center;
            margin-bottom: 4%
        }
    }

    .big-footer .copy-row ul {
        padding: 0;
        list-style-type: none;
        text-align: end
    }

    @media (max-width:576px) {
        .big-footer .copy-row ul {
            text-align: center
        }
    }

    .big-footer .copy-row ul li {
        display: inline-block;
        color: #adacac;
        -webkit-margin-start: 10%;
        margin-inline-start: 10%
    }

    @media (max-width:576px) {
        .big-footer .copy-row ul li {
            -webkit-margin-start: 0;
            margin-inline-start: 0;
            margin-right: 2%;
            margin-left: 2%
        }
    }

    .big-footer .copy-row ul li a {
        cursor: pointer;
        text-decoration: none;
        color: #adacac
    }

    .big-footer .copy-row ul li a:hover {
        color: #01e26a;
        transition: color .4s ease-in-out
    }

    .loader {
        padding-top: 15%;
        padding-bottom: 15%;
        text-align: center;
        justify-content: center
    }

    #loading {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 3px solid #ddd;
        border-top-color: #01e26a;
        animation: spin 1s ease-in-out infinite;
        -webkit-animation: spin 1s ease-in-out infinite;
        margin: auto
    }

    @keyframes spin {
        to {
            -webkit-transform: rotate(1turn)
        }
    }

    @-webkit-keyframes spin {
        to {
            -webkit-transform: rotate(1turn)
        }
    }
    @font-face {
        font-family: Gilroy;
        src: url(assets/fonts/Gilroy-Regular.otf)
    }

    footer {
        position: fixed;
        bottom: -1px;
        left: 0;
        right: 0;
        z-index: 11;
        display: none
    }

    @media (max-width:576px) {
        footer {
            display: block
        }
    }

    footer .btn {
        width: 50%;
        display: inline-block;
        color: #fff;
        height: 3em;
        border-radius: 0
    }

    footer .contact {
        background-color: #01e26a;
        line-height: 2em
    }

    footer .quote {
        background-color: #272940
    }

    .header {
        padding-top: 1em
    }

    .header,
    .header h4 {
        text-align: center;
        justify-content: center
    }

    .header h4 {
        color: #272940;
        width: 100%;
        display: block;
        margin-top: 1em
    }

   .modal .header .img {
        margin: auto;
        border-radius: 50%;
        background-color: #f1f0f0;
        padding: 1.5em;
        width: 115px;
        height: 115px;
        margin-top: 145px;
        margin-bottom: 15px;
    }

    .modal .header .img img {
        width: 85%;
        margin: auto
    }

    .modal-body {
        padding: 1em;
        justify-content: center;
        text-align: center
    }

    .modal-body form {
        width: 100%;
        padding: 2em;
        background-color: #fff;
        border-radius: 10px
    }

    @media (max-width:768px) {
        .modal-body form {
            padding: 1em
        }
    }

    .modal-body form .hear {
        font-size: 2em;
        color: #01e26a;
        margin-bottom: 1em;
        text-align: start
    }

    @media (max-width:768px) {
        .modal-body form .hear {
            font-size: 1.5em
        }
    }

    .modal-body form .form-group {
        border: 1px solid #ddd;
        border-radius: 54px;
        overflow: overlay
    }

    .modal-body form .form-group input,
    .modal-body form .form-group select {
        height: 2.8em;
        box-shadow: none;
        border: none
    }

    .modal-body form .form-group .input-group-text {
        background-color: #fff !important;
        border: none;
        color: #01e26a;
        height: 2.8em
    }

    .modal-body form small {
        text-align: start;
        color: red;
        margin-bottom: 1em;
        margin-top: -1em;
        padding-right: 1em;
        padding-left: 1em
    }

    .modal-body form button {
        border-radius: 20px;
        width: 100%;
        box-shadow: none;
        background-color: #01e26a;
        color: #fff;
        padding-right: 1.5em;
        padding-left: 1.5em;
        margin-top: 5%
    }

    .modal-body form button:hover {
        background-color: #01e26a
    }

    .send-loading {
        margin-top: 1em
    }

    .thanks-modal {
        padding: 1em
    }

    .thanks-modal .close-row {
        text-align: start;
        padding: 1em
    }

    .thanks-modal .close-row button {
        background-color: #fff;
        border: none
    }

    .thanks-modal .close-row button i {
        font-size: 1.4em;
        color: #272940
    }

    .thanks-modal .img {
        padding-top: 1em;
        padding-bottom: 1em
    }

    .thanks-modal h5 {
        color: #01e26a;
        margin-top: 1em
    }

    .thanks-modal p {
        color: #272940;
        margin-top: 1em
    }

    #loading {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 3px solid #ddd;
        border-top-color: #01e26a;
        animation: spin 1s ease-in-out infinite;
        -webkit-animation: spin 1s ease-in-out infinite;
        margin: auto
    }

    @keyframes spin {
        to {
            -webkit-transform: rotate(1turn)
        }
    }

    @-webkit-keyframes spin {
        to {
            -webkit-transform: rotate(1turn)
        }
    }

    .programs-container .title-row h2 {
        color: #272940;
        width: 100%;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 1em;
        text-align: center;
    }
    .programs-container .title-row h2 span {
        color: #01e26a;
    }
    .programs-container .title-row .text {
        color: #272940;
        width: 100%;
        text-align: center;
        font-size: 1.2em;
        text-transform: capitalize;
        margin-top: -1em;
    }
    .programs-container .swiper-slide .img {
        padding-top: 3em;
    }
    .programs-container .swiper-slide .img img {
        width: 100%;
        height: 10em;
        overflow: hidden;
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-filter: grayscale(.8);
        filter: grayscale(.8);
        opacity: .8;
        transform: scale(1);
    }
    .programs-container-row .program-row {
        padding: 10px;
        background-color: #fdfdfd;
        border-radius: 5px;
        border: 1px solid #ededed;
        box-shadow: 0 0 1px #00000012;
        margin: 0;
    }
    .programs-container-row .program-row .img-part {
        text-align: center;
        height: 200px;
        display: flex;
    }
    .programs-container-row .program-row .img-part img{
        max-height: 100%;
        margin: auto;
        display: flex;
        transform: scale(1);
        transition: all 0.3s;
    }
    .programs-container-row .program-row:hover .img-part img{
        transition: all 0.3s;
        transform: scale(1.1);
    }
    
    .programs-container-row .program-row .text-part .program-title {
        font-size: 19px;
        height: 46px;
        overflow: hidden;
    }
    .programs-container-row .program-row .text-part .program-desc {
        font-size: 16px;
        height: 81px;
        overflow: hidden;
    }
    .container  .projects-row-details .projects-row .cont ,
    .container  .projects-row-details .projects-row .cont img{
        margin-bottom: 0;
        border-radius: 0;
    }
    .container  .projects-row-details .projects-row .cont img {
        opacity: 0.5;
    }
    .container .projects-row-details .projects-row .cont img.active {
        opacity: 1;
    }
    .container .projects-row-details .heads-row .btns-cont .btns {
        border: 1px solid #01e26a;
        cursor: pointer;
    }
    li.nav-item.btns-cont {
        height: 49px;
    }
    .animated-digit {
        display: inline-flex;
        color: #01e26a;
        text-align: center;
        justify-content: center;
        align-items: center;
        font-size: 2.5rem;
    }
    .counter-container .row, .loader {
        justify-content: center;
    }
    .unit {
        display: block;
        color: #272940;
        font-size: 1.1rem;
    }
    .counter-container {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .counter-container .digit {
        text-align: center;
        justify-content: center;
    }
    .programs-container ,
    .app-services{
        padding-top: 4%;
        padding-bottom: 5%;
        background: #f7f7f9;
        overflow: unset;
    }
    .portfolio {
        background: linear-gradient(180deg,#f5f6f8,rgba(245,246,248,0) 67.54%);
        padding: 50px 0;
    }
    .clients-container {
        padding-top: 1%;
        padding-bottom: 1%;
        background: #f7f7f9;
        overflow: hidden;
    }
    .owl-item {
        display: inline-block;
    }
    .programs-container .swiper-slide .img {
        padding-top: 3em;
    }
    .programs-container .swiper-slide .img img {
        width: 100%;
        height: 10em;
        overflow: hidden;
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-filter: grayscale(.8);
        filter: grayscale(.8);
        opacity: .8;
        transform: scale(1);
    }
    .client-slider-container {
        margin-top: 20px;
    }
    .client-slider-container .img {
        position: relative;
        height: 120px;
    }
    .client-slider-container .img img{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50% , -50%);
        width: auto;
        max-width: 70%;
        height: auto;
    max-height: 90%;
    }
    .logos-slider {
        padding: 40px 0;
    }
    
@font-face {
    font-family: Gilroy;
    src: url(assets/fonts/Gilroy-Regular.otf)
}

.container {
    padding-top: 4%;
    padding-bottom: 4%
}

@media (max-width:576px) {
    .container {
        padding-top: 17%
    }
}

@media (max-width:375px) {
    .container {
        padding-bottom: 18%
    }
}

.container .title-row {
    text-align: center;
    justify-content: center
}

.container .title-row h2 {
    color: #272940;
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 1em
}

.container .title-row h2 span {
    color: #01e26a
}

.container .title-row .text {
    color: #272940;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    text-transform: capitalize;
    margin-top: -1em
}

.container .video-row {
    margin-top: 1%;
    background: url(../../assets/imgs/about_header_bg.png);
    background-size: cover;
    padding: 2em;
    border-radius: 10px
}

.container .video-row .text-part {
    text-align: start;
    justify-content: start;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 1.2em;
    line-height: 1.7em;
    color: #fff
}

.container .video-row .image-part {
    justify-content: center;
    text-align: center;
    padding-top: 12%;
    padding-bottom: 5%
}

@media (max-width:768px) {
    .container .video-row .image-part {
        padding-top: 12%
    }
}

.container .video-row .image-part .img {
    cursor: pointer
}

.container .video-row .image-part .img .img-cont {
    width: 6em;
    height: 6em;
    line-height: 3.5em;
    background-color: hsla(0, 0%, 100%, .2);
    padding: 1em;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
    transform: scale(1);
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite
}

.container .video-row .image-part .img img {
    width: 2em;
    height: 2em;
    position: relative;
    top: 15px;
}

.container .video-row-ar .image-part {
    padding-top: 12%
}

.container .video-row-en .image-part {
    padding-top: 17%
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .7), 0 0 0 0 hsla(0, 0%, 100%, .7)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px hsla(0, 0%, 100%, 0), 0 0 0 12px hsla(0, 0%, 100%, 0)
    }
    to {
        transform: scale(.95);
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0), 0 0 0 0 hsla(0, 0%, 100%, 0)
    }
}

@keyframes pulse {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .7), 0 0 0 0 hsla(0, 0%, 100%, .7)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px hsla(0, 0%, 100%, 0), 0 0 0 12px hsla(0, 0%, 100%, 0)
    }
    to {
        transform: scale(.95);
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0), 0 0 0 0 hsla(0, 0%, 100%, 0)
    }
}

.loader {
    padding-top: 15%;
    padding-bottom: 15%;
    text-align: center;
    justify-content: center
}

#loading {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #ddd;
    border-top-color: #01e26a;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    margin: auto
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}
@font-face {
    font-family: Gilroy;
    src: url(assets/fonts/Gilroy-Regular.otf)
}

@media (max-width:576px) {
    .container-fluid {
        padding-top: 17%
    }
}

@media (max-width:375px) {
    .container-fluid {
        padding-bottom: 18%
    }
}

.container-fluid .title-row {
    text-align: center;
    justify-content: center
}

.container-fluid .title-row h2 {
    color: #272940;
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 1em
}

.container-fluid .title-row h2 span {
    color: #01e26a
}

.container-fluid .title-row .text {
    color: #272940;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    text-transform: capitalize;
    margin-top: -1em
}

.container-fluid .cards-row {
    margin-top: 1%;
    justify-content: center
}

.container-fluid .cards-row .card-item {
    padding: 1em;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-radius: 10px
}

.container-fluid .cards-row .card-item .box {
    padding: 1em;
    height: 100%
}

.container-fluid .cards-row .card-item .img {
    border-radius: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2em;
    justify-content: center;
    text-align: center;
    margin: auto;
    overflow: hidden
}

.container-fluid .cards-row .card-item .img img {
    width: 8em;
    height: 8em;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:1024px) {
    .container-fluid .cards-row .card-item .img img {
        width: 5em;
        height: 5em
    }
}

.container-fluid .cards-row .card-item h5 {
    margin-top: 1em;
    color: #01e26a;
    font-weight: 600
}

@media (max-width:1024px) {
    .container-fluid .cards-row .card-item h5 {
        font-size: 1.1em
    }
}

.container-fluid .cards-row .card-item p {
    font-size: .9em;
    color: #272940;
    line-height: 1.7em;
    overflow: hidden;
    text-overflow: ellipsis
}

.container-fluid .cards-row .card-item:hover .img {
    background-color: rgba(251, 77, 48, .1);
    transition: all .5s ease-in-out
}

.container-fluid .cards-row .card-item:hover .box {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 10px;
    transition: all .5s ease-in-out
}

.loader {
    padding-top: 15%;
    padding-bottom: 15%;
    text-align: center;
    justify-content: center
}

#loading {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #ddd;
    border-top-color: #01e26a;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    margin: auto
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}
.navbar-white {
    background-color: #fff;
}
.container-fluid .slider-row .swiper-slide {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 1em;
    text-align: center;
}
.container-fluid .slider-row .swiper-slide  .img img{
    border-radius: 50%;
    width: 70%;
    position: relative;
    box-shadow: 0 0 0 5px #e6e6e6, 0 0 0 10px #f2f2f2;
    margin: auto;
}
.container-fluid .slider-row .swiper-slide .name {
    color: #01e26a;
    margin-top: 2em;
    font-weight: 600;
    height: 37px;
    font-size: 16px;
}

.container-fluid .slider-row .swiper-slide p.position {
    margin-top: 0.5em;
    font-size: .9em;
    color: #272940;
    height: 37px;
}
.app-clients{
    background-color: #f7f7f8;
}
.app-clients .logo-container {
    position: relative;
    height: 120px;
    margin: 10px 0;
}
.app-clients .logo-container img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    width: auto;
    max-width: 70%;
    height: auto;
    max-height: 90%;
}
.container .text-part .title {
    color: #01e26a;
    font-weight: 600;
}
.container-fluid .cards-row .form-container form {
    width: 100%;
    padding: 2em;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    border-radius: 10px;
}
.container-fluid .cards-row .form-container form .hear {
    font-size: 2em;
    color: #01e26a;
    margin-bottom: 1em;
    text-align: start;
}
.container-fluid .cards-row .form-container form .form-group {
    position: relative;
    margin-bottom: 2em;
}
.container-fluid .cards-row .form-container form .form-group input {
    height: 2.8em;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 54px;
    text-indent: 0.5em;
    width: 100%;
}
.container-fluid .cards-row .form-container form .select-group select {
    height: 2.8em;
    box-shadow: none;
    border: none;
    border-radius: 54px;
    text-indent: 0.5em;
    width: 100%;
    border: 1px solid #ddd;
}
.container-fluid .cards-row .form-container form .form-group textarea {
    width: 100%;
    height: 8em;
    border-radius: 15px;
    box-shadow: none;
    resize: none;
    padding: 1em;
    border: 1px solid #ddd;
}
.container-fluid .cards-row .form-container form button {
    border-radius: 20px;
    width: 100%;
    box-shadow: none;
    background-color: #272940;
    color: #fff;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-top: 20px;
}
.container-fluid .cards-row .info-container {
    padding: 1em;
}
.container-fluid .cards-row .info-container .card-item {
    margin-bottom: 0.8em;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    text-align: start;
    cursor: pointer;
    height: 7em;
    transform: scale(.9);
    padding: 0;
}
.container-fluid .cards-row .info-container .card-item .icon {
    display: inline-block;
    padding-right: 1em;
    padding-left: 1em;
    text-align: center;
    vertical-align: top;
    width: 20%;
    height: 7em;
    background-color: #272940;
}
.container-fluid .cards-row .info-container .card-item .data {
    display: inline-block;
    padding: 0 5px;
    width: 77%;
}
.container-fluid .cards-row .info-container .card-item .icon i {
    color: #fff;
    font-size: 1.5em;
    line-height: 4.5em;
}
.container-fluid .cards-row .info-container .card-item .data .title {
    color: #01e26a;
    text-align: start;
}
.container-fluid .cards-row .info-container .card-item .data p {
    color: #272940;
    margin-bottom: 0;
    text-align: start;
}
.container-fluid .cards-row .info-container .card-item .data p {
    color: #272940;
    margin-bottom: 0;
    text-align: start;
}
.container-fluid .cards-row .info-container .card-item .data a {
    color: #272940;
}
.container-fluid .cards-row .info-container .card-item:hover {
    background-color: #272940;
    transform: scale(1);
    transition: all .5s ease-in-out;
}
.container-fluid .cards-row .info-container .card-item:hover  .data a,
.container-fluid .cards-row .info-container .card-item:hover  .data p ,
.container-fluid .cards-row .info-container .card-item:hover  .data .title{
   color: #fff;
}
.btn-group-hover:hover ul{
  display: block;
}
    @font-face {
        font-family: Gilroy;
        src: url(../../assets/fonts/Gilroy-Regular.otf)
    }

    .design-head {
        padding: 0 !important;
        background-image: url(../../assets/imgs/graphic_page_bg.svg);
        background-size: cover;
        background-repeat: no-repeat
    }

    @media (max-width:576px) {
        .design-head {
            background: none
        }
    }

    .design-head .container {
        padding-top: 5%;
        padding-bottom: 5%;
        text-align: center
    }

    @media (max-width:576px) {
        .design-head .container {
            padding-top: 10%;
            padding-bottom: 10%
        }
    }

    .design-head .container h1 {
        color: #01e26a;
        margin-bottom: .5em
    }

    @media (max-width:576px) {
        .design-head .container h1 {
            font-size: 2em
        }
    }

    .design-head .container p {
        width: 85%;
        text-align: center;
        margin: auto;
        color: #272940;
        line-height: 1.7em
    }

    .design-head .container .btn {
        margin-top: 1.5em;
        background-color: #01e26a;
        color: #fff;
        border-radius: 20px;
        padding-right: 2.5em;
        padding-left: 2.5em;
        box-shadow: none
    }

    .design-head .container .btn:hover {
        background-color: #00bb57;
        transition: all .5s ease-in-out
    }

    .banner {
        margin-top: 2%;
        padding: 5% 0;
        background-image: url(../../assets/imgs/graphic_banner_bg.svg);
        height: 25em;
        background-size: cover
    }

    @media (max-width:576px) {
        .banner {
            padding-top: 16%;
            height: 44em
        }
    }

    .banner .c-row,
    .banner .cf-row {
        position: relative
    }

    .banner .container {
        position: absolute;
        top: 30%;
        right: 0;
        left: 0;
        text-align: center
    }

    .banner .container h2 {
        color: #fff;
        margin-bottom: .7em
    }

    @media (max-width:576px) {
        .banner .container h2 {
            font-size: 1.8em
        }
    }

    .banner .container p {
        color: #fff;
        line-height: 1.7em;
        width: 85%;
        text-align: center;
        margin: auto;
        font-size: 1.1em
    }

    .container-fluid.services {
        background-image: url(../../assets/imgs/graphic_services_bg.svg);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 5% 0
    }

    @media (max-width:1024px) {
        .container-fluid.services {
            background: none
        }
    }

    .services img {
        width: 100%
    }

    .services .text-part {
        padding-top: 20%;
        text-align: start
    }

    @media (max-width:768px) {
        .services .text-part {
            padding-top: 0
        }
    }

    @media (max-width:576px) {
        .services .text-part {
            padding-top: 5%
        }
    }

    .services .text-part h1 {
        color: #272940
    }

    @media (max-width:576px) {
        .services .text-part h1 {
            font-size: 1.8em
        }
    }

    .services .text-part h1 span {
        color: #01e26a;
        display: block
    }

    .services .text-part .text {
        line-height: 1.7em;
        text-align: start;
        font-size: 1.1em;
        color: #272940;
        margin-top: 1em
    }

    .services .cards-part .section-card {
        padding: 1em;
        cursor: pointer
    }

    .services .cards-part .section-card .content {
        text-align: center;
        background-color: #fff;
        padding: 1em;
        border: 1px solid #01e26a;
        border-radius: 5px
    }

    .services .cards-part .section-card .content .img {
        width: 5em;
        height: 5em;
        margin: auto
    }

    .services .cards-part .section-card .content .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .services .cards-part .section-card .content .dark {
        display: block
    }

    .services .cards-part .section-card .content .white {
        display: none
    }

    .services .cards-part .section-card .content:hover {
        background-color: #272940;
        border: none;
        transition: all .5s ease-in-out
    }

    .services .cards-part .section-card .content:hover .dark {
        display: none
    }

    .services .cards-part .section-card .content:hover .white {
        display: block
    }

    .services .cards-part .section-card .content:hover .text h5,
    .services .cards-part .section-card .content:hover .text p {
        color: #fff
    }

    .services .cards-part .section-card .content .text {
        margin-top: 1em
    }

    .services .cards-part .section-card .content .text h5 {
        color: #01e26a
    }

    .services .cards-part .section-card .content .text p {
        color: #272940;
        height: 6em;
        overflow: hidden
    }

    .container-fluid {
        width: 100%;
        overflow: hidden
    }
    .graphic {
        background-color: #f7f7f8;
    }
    .container .icons-row .icon-container {
        height: 8em;
        margin-bottom: 4em;
        cursor: pointer;
    }
    .container .icons-row .icon-container img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .navbar  {
        overflow: visible;
    }

    .container .title-row {
        text-align: center
    }

    .container .title-row h2 {
        color: #272940;
        width: 100%;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 1em
    }

    .container .title-row h2 span {
        color: #01e26a
    }

    .container .title-row .text {
        color: #272940;
        width: 100%;
        text-align: center;
        font-size: 1.2em;
        text-transform: capitalize;
        margin-top: -1em
    }

    .container.about-page .cards-row {
        justify-content: center;
        text-align: center;
        margin-top: 3%
    }

    @media (max-width:576px) {
        .container.about-page .cards-row {
            padding: 1em
        }
    }

    .container.about-page .cards-row .card-item {
        text-align: center;
        justify-content: center;
        cursor: pointer;
        padding: 1em;
        margin-bottom: 1em;
        border-radius: 5px
    }

    .container.about-page .cards-row .card-item .img {
        width: 5em;
        height: 5em;
        margin: auto
    }

    .container.about-page .cards-row .card-item .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .container.about-page .cards-row .card-item h5 {
        margin-top: 1em;
        color: #01e26a;
        font-weight: 600
    }

    @media (max-width:1024px) {
        .container.about-page .cards-row .card-item h5 {
            font-size: 1.1em
        }
    }

    .container.about-page .cards-row .card-item p {
        font-size: .9em;
        color: #272940;
        line-height: 1.7em;
        overflow: hidden
    }

    .container.about-page .cards-row .card-item:hover {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
        background-color: #fff;
        transition: all .5s ease-in-out
    }

    .cards-container-row {
        justify-content: center
    }
    

    .web-head {
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0 !important
    }

    @media (max-width:1024px) {
        .web-head {
            background: none
        }
    }

    .web-head .container {
        padding-top: 5%;
        text-align: start
    }

    @media (max-width:576px) {
        .web-head .container {
            padding-top: 10%;
            padding-bottom: 10%
        }
    }

    .web-head .container h1 {
        color: #01e26a;
        margin-bottom: .5em
    }

    @media (max-width:576px) {
        .web-head .container h1 {
            font-size: 2em
        }
    }

    .web-head .container p {
        width: 85%;
        text-align: start;
        color: #272940;
        line-height: 1.7em
    }

    .web-head .container .btn {
        margin-top: 1em;
        background-color: #01e26a;
        color: #fff;
        border-radius: 20px;
        padding-right: 2.5em;
        padding-left: 2.5em;
        box-shadow: none
    }

    .web-head .container .btn:hover {
        background-color: #00bb57;
        transition: all .5s ease-in-out
    }

    .web-head .container .lap-part {
        justify-content: center;
        text-align: center;
        background-image: url(/assets/imgs/web_bg.svg);
        background-repeat: no-repeat;
        background-size: cover
    }

    @media (max-width:1024px) {
        .web-head .container .lap-part {
            background-size: contain;
            background-origin: content-box;
            display: flex
        }
    }

    @media (max-width:768px) {
        .web-head .container .lap-part {
            display: flex;
            background-position: 50%
        }
    }

    @media (max-width:576px) {
        .web-head .container .lap-part {
            margin-top: 16%
        }
    }

    .web-head .container .lap-part img {
        width: 100%;
        margin: auto
    }

    .banner-web {
        background-image: url(../../assets/imgs/web_dev_banner_bg.jpeg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        height: 27em;
        margin-top: -1em;
        padding: 5% 0;
        text-align: center
    }

    @media (max-width:1024px) {
        .banner-web {
            height: 26em
        }
    }

    @media (max-width:768px) {
        .banner-web {
            height: 26em
        }
    }

    @media (max-width:576px) {
        .banner-web {
            height: 52em;
            padding-top: 15%
        }
    }

    .banner-web h2 {
        color: #fff;
        font-weight: 600;
        margin-bottom: 1em
    }

    @media (max-width:576px) {
        .banner-web h2 {
            font-style: 1.7em
        }
    }

    .banner-web p {
        color: #fff;
        line-height: 1.7em;
        width: 90%;
        text-align: center;
        margin: auto
    }

    @media (max-width:576px) {
        .banner-web p {
            margin-top: 1em
        }
    }
    
.container .icons-row {
    justify-content: center;
    margin-top: 3%
}

@media (max-width:768px) {
    .container .icons-row {
        margin-top: 5%
    }
}

.container .icons-row .icon-container {
    height: 8em;
    margin-bottom: 4em;
    cursor: pointer
}

.container .icons-row .icon-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.container .icons-row .icon-container:hover img {
    transform: scale(1.1);
    transition: all .5s ease-in-out
}

.graphic {
    background-color: #f7f7f8
}
.container .dash-row {
    justify-content: center;
    text-align: center;
}
.container .dash-row img {
    width: 50%;
}
@font-face {
    font-family: Gilroy;
    src: url(/assets/fonts/Gilroy-Regular.otf)
}

.mob-head {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 !important
}

@media (max-width:1024px) {
    .mob-head {
        background: none
    }
}

.mob-head .container {
    padding-top: 5%;
    text-align: start
}

@media (max-width:576px) {
    .mob-head .container {
        padding-top: 10%;
        padding-bottom: 10%
    }
}

.mob-head .container .text-part {
    margin-top: 5%
}

.mob-head .container h1 {
    color: #01e26a;
    margin-bottom: .5em
}

@media (max-width:576px) {
    .mob-head .container h1 {
        font-size: 2em
    }
}

.mob-head .container p {
    width: 85%;
    text-align: start;
    color: #272940;
    line-height: 1.7em
}

.mob-head .container .btn {
    margin-top: 1em;
    background-color: #01e26a;
    color: #fff;
    border-radius: 20px;
    padding-right: 2.5em;
    padding-left: 2.5em;
    box-shadow: none
}

.mob-head .container .btn:hover {
    background-color: #00bb57;
    transition: all .5s ease-in-out
}

.mob-head .container .lap-part {
    justify-content: center;
    text-align: center;
    background-image: url(/assets/imgs/mob_bg.svg);
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width:1024px) {
    .mob-head .container .lap-part {
        background-size: contain;
        background-origin: content-box;
        display: flex
    }
}

@media (max-width:768px) {
    .mob-head .container .lap-part {
        display: flex;
        background-position: 50%
    }
}

@media (max-width:576px) {
    .mob-head .container .lap-part {
        margin-top: 16%
    }
}

.mob-head .container .lap-part img {
    width: 60%;
    margin: auto
}

.cards-container {
    padding-top: 3%;
    padding-bottom: 3%
}

@media (max-width:1024px) {
    .cards-container {
        padding-top: 7%;
        padding-bottom: 4%
    }
}

@media (max-width:576px) {
    .cards-container {
        padding-top: 10%;
        padding-bottom: 8%
    }
}

.cards-container .row {
    text-align: center;
    justify-content: center
}

.cards-container .row h2 {
    text-align: center;
    color: #272940
}

@media (max-width:576px) {
    .cards-container .row h2 {
        width: 90%;
        margin: auto;
        font-family: 1.7em;
        font-size: 1.8em
    }
}

.cards-container .row h2 span {
    color: #01e26a
}

.cards-container .cards {
    margin-top: 3%
}

.cards-container .cards .card-sec {
    padding: 1em
}

.cards-container .cards .card-sec .card-item {
    padding: 2em;
    background-color: #f4f5f5;
    border-radius: 10px;
    cursor: pointer
}

.cards-container .cards .card-sec .card-item:hover {
    background-color: #ffedea;
    transition: all .5s ease-in-out
}

.cards-container .cards .card-sec .img {
    width: 4em;
    height: 4em;
    margin: auto
}

.cards-container .cards .card-sec .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.cards-container .cards .card-sec .content {
    margin-top: 5%
}

.cards-container .cards .card-sec .content h5 {
    color: #01e26a
}

.cards-container .cards .card-sec .content p {
    color: #272940;
    line-height: 1.7em
}

.mob-banner {
    padding: 3% 0 0;
    background-image: url(../../assets/imgs/mob_banner_bg.svg);
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:1024px) {
    .mob-banner {
        padding-top: 6%
    }
}

.mob-banner .text-part {
    padding-bottom: 3%;
    text-align: start
}

.mob-banner .text-part h2 {
    margin-bottom: 1em;
    text-align: start
}

.mob-banner .text-part h2,
.mob-banner .text-part p,
.mob-banner .text-part ul li {
    color: #fff;
    text-align: start
}

@media (max-width:1024px) {
    .mob-banner .vector-part {
        display: flex;
        align-items: flex-end
    }
    .mob-banner .vector-part img {
        width: 100%
    }
}
.container .section-row .image-part {
    text-align: center;
    justify-content: center;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.container .section-row .image-part img {
    width: 60%;
    margin: auto;
}


.program-row {
    margin-top: 30px;
    margin-bottom: 30px
}

.program-row .text-part {
    text-align: start;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    justify-content: center
}

@media (max-width:576px) {
    .program-row .text-part {
        margin-bottom: 10%;
        order: 2
    }
}

.program-row .text-part .program-title {
    color: #01e26a;
    margin-bottom: 2%
}

.program-row .text-part .program-desc {
    color: #272940;
    line-height: 1.7em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.program-row .text-part .btn {
    margin-top: 1em;
    background-color: #01e26a;
    color: #fff;
    border-radius: 20px;
    padding-right: 1.5em;
    padding-left: 1.5em;
    box-shadow: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.program-row .text-part .btn:hover {
    background-color: #01e26a
}

.program-row .img-part {
    text-align: end;
    cursor: pointer
}

@media (max-width:576px) {
    .program-row .img-part {
        margin-bottom: 5%
    }
}

.program-row .img-part img {
    width: 80%
}

.program-row-rev {
    margin-top: 5%;
    margin-bottom: 10%
}

@media (max-width:576px) {
    .program-row-rev {
        margin-top: 10%;
        margin-bottom: 15%
    }
}

.program-row-rev .text-part {
    text-align: start;
    order: 2;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    justify-content: center
}

.program-row-rev .text-part .program-title {
    color: #01e26a;
    margin-bottom: 2%
}

.program-row-rev .text-part .program-desc {
    color: #272940;
    line-height: 1.7em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.program-row-rev .text-part .btn {
    margin-top: 1em;
    background-color: #01e26a;
    color: #fff;
    border-radius: 20px;
    padding-right: 1.5em;
    padding-left: 1.5em;
    box-shadow: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.program-row-rev .text-part .btn:hover {
    background-color: #01e26a
}

.program-row-rev .img-part {
    text-align: start;
    order: 1;
    cursor: pointer
}

@media (max-width:576px) {
    .program-row-rev .img-part {
        margin-bottom: 5%
    }
}

.program-row-rev .img-part img {
    width: 80%
}
.bg-white {
    background-color: #fff !important;
}
@font-face {
    font-family: Gilroy;
    src: url(/assets/fonts/Gilroy-Regular.otf)
}

.program-head-container {
    margin-top: 5%;
    margin-bottom: 5%
}

@media (max-width:576px) {
    .program-head-container {
        margin-bottom: 10%
    }
}

.program-head-container .text-part {
    text-align: start
}

@media (max-width:1024px) {
    .program-head-container .text-part {
        margin-top: 2%
    }
}

@media (max-width:576px) {
    .program-head-container .text-part {
        margin-top: 10%;
        margin-bottom: 10%
    }
}

.program-head-container .text-part .program-title {
    color: #01e26a;
    font-size: 2.5em
}

@media (max-width:768px) {
    .program-head-container .text-part .program-title {
        font-size: 2em
    }
}

.program-head-container .text-part .program-desc {
    color: #272940;
    margin-top: 2%;
    line-height: 1.7em
}

.program-head-container .questions-row {
    margin-top: 3%
}

.program-head-container .questions-row input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.program-head-container .questions-row .tabs {
    overflow: hidden;
    padding: 1em .5em
}

.program-head-container .questions-row .tab {
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    width: 100%;
    overflow: hidden;
    margin-bottom: .5em
}

.program-head-container .questions-row .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #fff;
    color: #272940;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0 !important
}

.program-head-container .questions-row .tab-label:hover {
    color: #fff;
    background: #01e26a
}

.program-head-container .questions-row .tab-label:after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all .35s
}

.program-head-container .questions-row .tab-content {
    max-height: 0;
    padding: 0 1em;
    background: #f7f7f8;
    color: #272940;
    transition: all .35s
}

.program-head-container .questions-row .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: .75em;
    background: #272940;
    color: #fff;
    cursor: pointer
}

.program-head-container .questions-row .tab-close:hover,
.program-head-container .questions-row input:checked+.tab-label {
    color: #fff;
    background: #01e26a
}

.program-head-container .questions-row input:checked+.tab-label:after {
    transform: rotate(90deg)
}

.program-head-container .questions-row input:checked~.tab-content {
    max-height: 100vh;
    padding: 1em;
    white-space: pre-line
}

.program-head-container .img-part {
    padding: 1em;
    text-align: top
}

@media (max-width:768px) {
    .program-head-container .img-part {
        align-self: top
    }
}

.program-head-container .img-part img {
    width: 100%;
    margin: auto
}

.btns {
    margin-top: 5%
}

.btns .btn {
    background-color: #01e26a;
    color: #fff;
    border-radius: 20px;
    padding-right: 1.5em;
    padding-left: 1.5em;
    -webkit-margin-end: .5em;
    margin-inline-end: .5em;
    box-shadow: none;
    width: 80%;
    margin: 0 10%
}

@media (max-width:768px) {
    .btns .btn {
        padding-right: 1em;
        padding-left: 1em
    }
}

.btns .btn:hover {
    background-color: #00bb57;
    transition: all .5s ease-in-out
}

.btns .request {
    background-color: #272940
}

.btns .request:hover {
    background-color: #15191d;
    transition: all .5s ease-in-out
}

.header {
    padding-top: 1em
}

.header,
.header h4 {
    text-align: center;
    justify-content: center
}

.header h4 {
    color: #272940;
    width: 100%;
    display: block;
    margin-top: 1em
}

.header .img {
    margin: auto;
    border-radius: 50%;
    background-color: #f1f0f0;
    padding: 1.5em;
    width: 150px;
    height: 150px
}

.header .img img {
    width: 85%;
    margin: auto
}

.modal-body {
    padding: 1em;
    justify-content: center;
    text-align: center
}

.modal-body form {
    width: 100%;
    padding: 2em;
    background-color: #fff;
    border-radius: 10px
}

@media (max-width:768px) {
    .modal-body form {
        padding: 1em
    }
}

.modal-body form .hear {
    font-size: 2em;
    color: #01e26a;
    margin-bottom: 1em;
    text-align: start
}

@media (max-width:768px) {
    .modal-body form .hear {
        font-size: 1.5em
    }
}

.modal-body form .form-group {
    border: 1px solid #ddd;
    border-radius: 54px;
    overflow: overlay
}

.modal-body form .form-group input,
.modal-body form .form-group select {
    height: 2.8em;
    box-shadow: none;
    border: none
}

.modal-body form .form-group .input-group-text {
    background-color: #fff !important;
    border: none;
    color: #01e26a;
    height: 2.8em
}

.modal-body form small {
    text-align: start;
    color: red !important;
    margin-bottom: 1em;
    margin-top: -1em;
    padding-right: 1em;
    padding-left: 1em
}

.modal-body form button {
    border-radius: 20px;
    width: 100%;
    box-shadow: none;
    background-color: #01e26a;
    color: #fff;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-top: 5%
}

.modal-body form button:hover {
    background-color: #fb3717
}

.send-loading {
    margin-top: 1em
}

.thanks-modal {
    padding: 1em
}

.thanks-modal .close-row {
    text-align: start;
    padding: 1em
}

.thanks-modal .close-row button {
    background-color: #fff;
    border: none
}

.thanks-modal .close-row button i {
    font-size: 1.4em;
    color: #272940
}

.thanks-modal .img {
    padding-top: 1em;
    padding-bottom: 1em
}

.thanks-modal h5 {
    color: #01e26a;
    margin-top: 1em
}

.thanks-modal p {
    color: #272940;
    margin-top: 1em
}

#loading {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #ddd;
    border-top-color: #01e26a;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    margin: auto
}
.fade.in {
    opacity: 1;
}
.modal-backdrop.fade.in {
    opacity: 0.3;
}
@keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}
.container .heads-row .btns-cont .btns  {
    margin-right: 0.5em;
    margin-left: 0.5em;
    padding: 0.7em 1.5em;
    color: #364049;
    box-shadow: none;
    border: none;
    background: transparent;
}
.container .heads-row .btns-cont.active .btns {
    color: #fff !important;
    background-color: #01e26a;
}
.nav-pills.heads-row{
    justify-content: center;
}

.head-row .text-col {
    text-align: start;
    justify-content: start
}

.head-row .text-col h3 {
    color: #01e26a;
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: .8em
}

.head-row .text-col .date-part,
.head-row .text-col .name-part {
    display: block;
    width: 100%;
    margin-bottom: .5em
}

.head-row .text-col .date-part p,
.head-row .text-col .name-part p {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0
}

.head-row .text-col .date-part .head,
.head-row .text-col .name-part .head {
    color: #01e26a
}

.head-row .text-col .date-part .data,
.head-row .text-col .name-part .data {
    color: #364049;
    -webkit-margin-start: .5em;
    margin-inline-start: .5em
}

.head-row .links-col {
    justify-content: end;
    text-align: end
}

@media (max-width:576px) {
    .head-row .links-col {
        justify-content: center;
        text-align: center
    }
}

.head-row .links-col .col {
    width: 30%;
    display: inline-block;
    height: 8em;
    cursor: pointer;
    position: relative
}

@media (max-width:1024px) {
    .head-row .links-col .col {
        width: 40%
    }
}

@media (max-width:768px) {
    .head-row .links-col .col {
        width: 50%
    }
}

@media (max-width:576px) {
    .head-row .links-col .col {
        margin-top: 3%;
        margin-bottom: 3%
    }
}

.head-row .links-col .col .main {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 5px
}

.project-desc {
    margin-top: 2%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .09);
    background-color: #fff;
    padding: 1em;
    border-radius: 5px;
    white-space: pre-line
}

.project-desc h5 {
    color: #01e26a
}

.project-desc .desc {
    color: #364049;
    line-height: 1.7em;
    display: block;
    width: 100%;
    text-align: start;
    white-space: pre-line
}


.content {
    position: relative
}

.content .bg-img {
    width: 100%;
    height: 60em;
    border-radius: 5px
}

@media (max-width:1024px) {
    .content .bg-img {
        height: 50em
    }
}

@media (max-width:768px) {
    .content .bg-img {
        height: 19em
    }
}

@media (max-width:576px) {
    .content .bg-img {
        height: 14em
    }
}

.content .bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

swiper.swiper-product-details {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden
}

.swiper-wrapper {
    box-sizing: border-box
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: .5em;
    width: 100% !important
}

.swiper-slide img {
    width: 60% !important;
    margin: auto
}

@media (max-width:576px) {
    .swiper-slide img {
        width: 90%
    }
}
.slider-row-details {
    margin-top: 30px;
    padding: 60px 0;
    background-image: url(../../assets/imgs/bgslider.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
.app-overview-cards {
    padding: 30px 0;
    background-color: #f7f7f8;
}


.blogs-page .card-item {
    background-color: #fff
}

.blogs-page .card-item,
.blogs-page .card-item .img {
    width: 100%;
    border-radius: 5px
}

.blogs-page .card-item .img {
    height: 15em;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 3px #d3d3d3
}

.blogs-page .card-item .img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-filter: blur(0);
    filter: blur(0)
}

.blogs-page .card-item .img:hover {
    transition: all .5s ease-in-out
}

.blogs-page .card-item .img:hover img {
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
}

.blogs-page .card-item .img:hover i {
    display: block
}

.blogs-page .card-item .img i {
    position: absolute;
    top: 45%;
    right: 48%;
    left: 45%;
    z-index: 1;
    font-size: 2em;
    color: #fff;
    display: none;
    outline: none
}

.blogs-page .card-item .content {
    text-align: start;
    justify-content: start;
    padding-top: 1em
}

.blogs-page .card-item .content .date {
    font-size: .8em;
    color: #272940;
    margin-bottom: .3em
}

.blogs-page .card-item .content h4 {
    color: #01e26a;
    height: 44px;
    overflow: hidden;
    line-height: 1.3;
    font-size: 1.1em;
    font-weight: 700
}

.blogs-page .card-item .content .desc {
    color: #364049;
    line-height: 1.7em;
    height: 111px;
    overflow: hidden
}

.blogs-page .card-item .content .btn {
    background-color: #01e26a;
    color: #fff;
    border-radius: 20px;
    padding-right: 1.5em;
    padding-left: 1.5em;
    box-shadow: none;
    font-size: .9em
}

.blogs-page .card-item .content .btn:hover {
    color: #01e26a;
    background-color: #fff;
    border: 1px solid #01e26a;
    transition: all .5s ease-in-out
}

.blogs-page a:hover {
    text-decoration: none
}

.container.blogs-header .cards-row .card-container {
    outline: none
}

.container.blogs-header .cards-row .card-container .card-item {
    cursor: pointer;
    position: relative;
    height: 15em;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

@media (max-width:375px) {
    .container.blogs-header .cards-row .card-container .card-item {
        margin-bottom: 1em
    }
}

.container.blogs-header .cards-row .card-container .card-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

.container.blogs-header .cards-row .card-container .card-item .content-box {
    border-radius: 10px;
    position: absolute;
    padding: 1em;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #01e26a;
    background: linear-gradient(0deg, #01e26a, hsla(0, 0%, 100%, .1573004202))
}

.container.blogs-header .cards-row .card-container .card-item .content-box h5 {
    color: #fff;
    font-weight: 600;
    bottom: 20%;
    position: absolute;
    text-align: start
}

.container.blogs-header .cards-row .card-container .card-item .content-box p {
    color: #fff;
    bottom: 5%;
    position: absolute
}


.container.blog-details .img-row {
    height: 25em
}

.container.blog-details .img-row img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover
}

.container.blog-details .text-row {
    margin-top: 2%;
    margin-bottom: 1%;
    text-align: start
}

@media (max-width:576px) {
    .container.blog-details .text-row {
        padding: 15px 15px 0 !important
    }
}

.container.blog-details .text-row .date {
    width: 100%;
    font-size: .9em;
    color: #272940
}

.container.blog-details .text-row h1 {
    width: 100%;
    color: #01e26a
}

.container.blog-details .desc-row {
    text-align: start;
    line-height: 1.7em;
    color: #364049
}

.container.blog-details .desc-row img {
    width: 100%
}

.container.blog-details .desc-row .dec-col {
    padding: 0 !important
}

@media (max-width:576px) {
    .container.blog-details .desc-row .dec-col {
        padding: 15px !important
    }
}

.container.blog-details .fig-row {
    margin-top: 2%;
    margin-bottom: 2%;
    justify-content: center;
    text-align: center
}

.container.blog-details .fig-row img {
    width: 50%;
    border-radius: 5px
}

@media (max-width:576px) {
    .container.blog-details .fig-row img {
        width: 80%
    }
}

.container.blog-details .tags-row {
    margin-top: 2%
}

.container.blog-details .tags-row a {
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #f4f5f5;
    color: #01e26a;
    border-radius: 6px;
    padding: 1em 1.5em;
    font-size: .9em;
    font-weight: 400;
    margin: .5em
}

.container.blog-details .tags-row a:hover {
    background-color: #01e26a;
    color: #fff;
    transition: all .5s ease-in-out
}

.title-row {
    text-align: start;
    justify-content: start
}

@media (max-width:576px) {
    .title-row {
        margin-top: 3%;
        padding: 15px 15px 0 !important
    }
}

.title-row h2 {
    color: #364049;
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 1em
}

.title-row h2 span {
    color: #01e26a
}

.cards-row {
    margin-top: 2%
}

@media (max-width:375px) {
    .cards-row {
        margin-top: 4%
    }
}

.cards-row .card-container {
    outline: none
}

.cards-row .card-container .card-item {
    cursor: pointer;
    position: relative;
    height: 15em;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

@media (max-width:375px) {
    .cards-row .card-container .card-item {
        margin-bottom: 1em
    }
}

.cards-row .card-container .card-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
}

.cards-row .card-container .card-item .content-box {
    border-radius: 10px;
    position: absolute;
    padding: 1em;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #01e26a;
    background: linear-gradient(0deg, #01e26a, hsla(0, 0%, 100%, .1573004202))
}

.cards-row .card-container .card-item .content-box h5 {
    color: #fff;
    font-weight: 600;
    bottom: 20%;
    position: absolute
}

.cards-row .card-container .card-item .content-box p {
    color: #fff;
    bottom: 5%;
    position: absolute
}

.loader {
    padding-top: 15%;
    padding-bottom: 15%;
    text-align: center;
    justify-content: center
}

.loading {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #ddd;
    border-top-color: #01e26a;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    margin: auto
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}
@media (max-width:768px) {
    img {
        max-width: 100%;
    }
    #navbarSupportedContent{
      display: none;
    }
    .navbar-white .logo-container .navbar-brand {
        position: relative;
        z-index: 9;
    }
    .navbar-white .row {
        width: 100%;
    }
    .navbar-white .logo-container .navbar-brand img {
        width: 130px;
    }
}