    /* ---------------------------------------------------------------------------------------
    * 
    * Template:		
    * Author:		
    * URL:					
    *

    --------------------------------------------------------------------------------------- */


    @charset "utf-8";

    html,
    body,
    div,
    span,
    applet,
    object,
    object,
    iframe,
    a,
    navbar-right abbr,
    acronym,
    address,
    big,
    navbar-right cite,
    code,
    del,
    dfn,
    em,
    font,
    img,
    ins,
    kbd,
    samp,
    f small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    fieldset,
    form,
    label,
    legend,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    ul,
    li {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        scroll-behavior: smooth;
    }

    :focus {
        outline: 0;
    }

    b,
    strong {
        /*    font-weight: 400;*/
    }

    /* HTML5 display-role reset for older browsers */

    .selector-for-some-widget {
        box-sizing: content-box;
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;

    }

    .about-us {
        position: relative;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    html,
    body {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }

    h1,
    h2,
    h3,
    h4,
    h6,
    strong,
    p,
    a,
    table tr th,
    table tr td {
        font-family: 'Open Sans', sans-serif;
    }

    a {
        font-size: 16px;
    }

    ul {
        list-style: none;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    fieldset,
    img {
        border: 0;
    }

    input {
        padding: 3px 5px 4px;
        color: #979797;
    }

    address,
    caption,
    cite,
    code,
    dfn,
    th,
    var {
        font-style: normal;
        font-weight: normal;
    }

    caption,
    th {
        text-align: left;
    }

    q:before,
    q:after {
        content: '';
    }

    abbr,
    acronym {
        border: 0;
    }

    body {
        font-family: '';
        font-weight: 400;
        color: #000000;
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        overflow-x: hidden;
    }

    .bold {
        font-weight: bold !important;
    }

    .font-light {
        font-weight: 100 !important;
    }

    .font-norm {
        font-weight: normal !important;
    }

    ::-moz-selection {
        background-color: #333;
        color: #fff;
    }

    ::selection {
        background-color: #333;
        color: #fff;
    }

    ::-moz-selection {
        background-color: #333;
        color: #fff;
    }

    .relative {
        position: relative;
    }

    .absolute {
        position: absolute;
    }



    /*
    ----------------------------------------------------
    common 
    ------------------------------------------------------
    */
    .shapes-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -10;
    }

    .pattern-dots {
        width: 220px !important;
        height: 220px !important;
        background-color: transparent;
        /*    background-image: radial-gradient(#ececec 3px, #c51d1d00 3px);*/
        background-size: 15px 15px;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    /* dot bg */


    .bg-box-rectangle {
        transform: translate3d(-55%, 43%, 0) rotate(150deg);
        background-image: linear-gradient(35deg, rgb(242 242 242 / 60%) 0, rgb(241 246 255 / 48%) 100%);
        width: 741px;
        height: 552px;
        border-radius: 50px;
        opacity: 0.8;
    }

    .bg-box-rectangle-transfram-right {
        transform: translate3d(190%, 34%, 0) rotate(20deg) !important;
        /*    width: 765px !important;*/
    }

    /*left box bg*/

    .circle {
        position: absolute;
        border-radius: 50%;
        height: 680px;
        width: 450px;
        border: 2px solid #77b6d2;
        -webkit-animation-duration: 45s;
        animation-duration: 45s;
        border-style: dashed;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-animation: rotating 15s linear infinite normal;
        animation: rotating 15s linear infinite normal;
        z-index: 0;
        left: 40px;
        top: 43px;
        height: 450px;
        background: rgb(11 147 209 / 41%);
    }

    .circle.circle-green {
        border: 2px solid #e4ebf7;
        background: #F1F6FF;
        border-style: dashed;
    }



    @keyframes rotating {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }

        100% {
            -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg)
        }
    }

    /*circle*/
    .howotworks-bg-shape {
        position: absolute;
        height: 211%;
        width: 100%;
        display: block;
        border-radius: 64px 0px 0px 77px;
        background: linear-gradient(359deg, #0d8ac3 0%, #0b96d6 100%);
        bottom: 0;
        right: 0;
        -webkit-transform: translate(35%, -28%) rotate(-35deg);
        transform: translate(-1%, -24%) rotate(-44deg);
        z-index: -1;
        left: 0%;
        top: -100%;
    }

    /*howotworks-bg-shape*/

    .header-apps-bg-shape {
        /*
        position: absolute;
        height: 233%;
        width: 102%;
        display: block;
        border-radius: 0px 120px;
           background: rgb(55 126 249 / 7%);
        bottom: 0;
        right: 0;
        -webkit-transform: translate(7%, -14%) rotate(-54deg);
        transform: translate(10%, -14%) rotate(-54deg);
        z-index: -1
    */

        /*
        position: absolute;
        height: 211%;
        width: 149%;
        display: block;
        border-radius: 0px 0px 0px 0px;
        background: rgb(55 126 249 / 7%);
        bottom: 0;
        right: 0px;
        -webkit-transform: translate(18%, -14%) rotate(-18deg);
        transform: translate(18%, -14%) rotate(-18deg);
        z-index: -1;
    */

        position: absolute;
        height: 211%;
        width: 90%;
        display: block;
        border-radius: 0px 0px 0px 85px;
            background: rgb(242 242 242 / 60%);
        bottom: 0;
        right: 0px;
        -webkit-transform: translate(-4%, -6%) rotate(-21deg);
        transform: translate(-4%, -6%) rotate(-21deg);
        z-index: -1;
        margin: 0 auto;
        text-align: center;


    }

    /*header-apps-bg-shape*/

    .hero-home-bg {
        position: absolute;
        height: 211%;
        width: 149%;
        display: block;
        border-radius: 0px 0px 0px 0px;
        background: linear-gradient(319deg, #0d8ac3 0%, #0b96d6 100%);
        bottom: 0;
        right: 0px;
        -webkit-transform: translate(-1%, -14%) rotate(-18deg);
        transform: translate(-1%, -14%) rotate(-18deg);
        z-index: -1;
    }

    .home-about-us {
        padding: 123px 0 100px;
    }

    /*hero-home-bg*/




    .breadcrumbs {
        text-align: center;
    }

    .breadcrumbs ul li {
        display: inline-block;
    }

    .terms ul li::before {
        content: "\eaa0";
        font-family: IcoFont;
    }

    .list-style-one li {
        position: relative;
        padding-left: 38px;
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 1.4em;
        font-weight: 400;
        display: flex;
    }

    .list-style-one li:before {
        position: relative;
        content: "\ef9a";
        font-family: "Icofont" !important;
        left: -6px;
        top: 0px;
        font-size: 16px;
    }

    /*----------------------------------------------------
    Header
    ------------------------------------------------------*/
    header {
        width: 100%;
        text-align: center;
        color: #fff;
        transition: all 0.4s ease;
        z-index: 999;

    }

    header.sticky {
        text-align: center;
        font-size: 24px;
        height: 72px;
        background: #ffffff;
        width: 100%;
        position: fixed;
        box-shadow: 7px 7px 40px 6px hsl(0deg 0% 6% / 5%);
    }

    header img.logo {
        transition: 500ms ease all;
        float: left;
    }

    header.sticky img.logo {
        margin-top: 15px;
        width: 180px;
    }

    header.sticky .main-menu ul li a {
        font-size: 13px;
    }

    .header-top {
        background-color: #EAEFF5;
    }

    .header-top .address,
    .header-top .call {
        line-height: 27px;
        color: #333;
    }

    .header-bottom {
        height: auto;
        /* background-color: #eff0fb; */
    }

    .header-bottom img {
        margin-top: 9px;
    }

    .header-bottom .main-menu ul {
        float: right;
    }

    .header-bottom .main-menu ul li {
        float: left;
        line-height: 72px;
        margin-left: 40px;
        position: relative;
    }

    .header-bottom .main-menu ul li:last-child {
        float: right;
    }

    .header-bottom .main-menu ul li a {
        font-size: 14px;
        font-weight: 600;
    }

    .header-bottom .main-menu ul li a:hover {
        color: #A2C413;
    }

    .header-bottom .main-menu .dropdown-menu1 {
        overflow: hidden;
        opacity: 0;
        position: absolute;
        background-color: #fff;
        width: 262px;
        z-index: 9999;
        left: -103px;
        transform: translateY(32px);
        transition: 0.5s ease all;
        height: 0px;
    }

    .header-bottom .main-menu li:hover .dropdown-menu1 {
        transform: translateY(0px);
        height: auto;
        opacity: 1;
    }

    .header-bottom .main-menu .dropdown-menu1 li {
        float: left;
        width: 100%;
        line-height: 45px;
        text-align: center;
        margin: 0;
        border-bottom: 1px solid rgba(199, 213, 234, 0.5);
    }

    .header-bottom .main-menu .dropdown-menu1 li:last-child {
        border: none;
    }

    .header-bottom .main-menu .dropdown-menu1 li a {
        float: left;
        width: 100%;
        color: #000 !important;
        text-align: center;
    }

    .header-bottom .main-menu .dropdown-menu1 li:hover {
        /*       background: rgba(250, 251, 255, 0.95);*/
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        background: rgba(199, 213, 234, 0.5);
    }

    .header-bottom .main-menu .dropdown-menu1 li a:hover {
        color: #fff !important;
    }

    /*----------------------------------------------------
    vediopop
    ------------------------------------------------------*/
    .vediopop .bg-image-vedio-popup {
        margin: 0 auto;
        position: relative;
        text-align: center;
    }

    .vediopop .vediopopup-circle {
        position: absolute;
        top: 0;
    }

    .vediopop .display-table {
        display: table;
        height: 100%;
        width: 100%;
    }

    .vediopop .display-table-cell {
        display: table-cell;
        vertical-align: middle;
    }

    .vediopop .circle-ripple {
        background-color: #fff;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        box-shadow: 0px 0px 71px 5px rgba(0, 0, 0, 0.52);
        margin: 0 auto;
        text-align: center;
        line-height: 100px;
    }

    .vediopop .circle-ripple--animation {
        -webkit-animation: ripple 0.7s linear infinite;
        animation: ripple 0.7s linear infinite;
    }

    @-webkit-keyframes ripple {
        0% {
            box-shadow: 0 0 0 0 rgb(255, 255, 255), 0 0 0 1em rgb(255, 255, 255), 0 0 0 3em rgb(255, 255, 255),
                0 0 0 5em rgb(255, 255, 255);
        }

        100% {
            box-shadow: 0 0 0 1em rgb(255, 255, 255), 0 0 0 3em rgb(255, 255, 255), 0 0 0 5em rgb(255, 255, 255), 0 0 0 8em rgb(255, 255, 255);
        }
    }

    @keyframes ripple {
        0% {
            box-shadow: 0 0 0 0 rgba(20, 129, 179, 0.3), 0 0 0 1em rgba(20, 129, 179, 0.3), 0 0 0 2em rgba(20, 129, 179, 0.3),
                0 0 0 3em rgba(20, 129, 179, 0.3);
        }

        100% {
            box-shadow: 0 0 0 1em rgba(20, 129, 179, 0.3), 0 0 0 2em rgba(20, 129, 179, 0.3), 0 0 0 3em rgba(20, 129, 179, 0.3),
                0 0 0 4em rgba(20, 129, 179, 0);
        }
    }

    /*----------------------------------------------------
    About Us
    ------------------------------------------------------*/

    .about-us .about h1::before,
    .what-we-do .wedo h1::before {
        /*
        content: " \ef9a";
        font-family: "Icofont" !important;
    */
    }

    .about-us .about h1 {
        margin-bottom: 18px;
        font-size: 50px;
    }

    .about-us .about p {
    /*    width: 90%;*/
        margin-bottom: 15px;
    }

    .service-details img,
    .about-us-p img {
        width: 500px;
        height: 400px;
        float: left;
        margin: 0px 50px 50px 0px;
    }

    .about-us-p .a-contents {
        margin-bottom: 30px;
    }

    .about-us-p img {
        width: 500px;
        height: 400px;
        float: left;
        margin: 0px 50px 50px 0px;
    }

    .about-us-p .mission.content {
        background: #fff;
        padding: 20px;

        border-radius: 4px;
        position: relative;
        z-index: 10;
    }

    .about-us-p .mission.content.right {
        margin: 43px 0px 25px -62px;
    }

    .about-us-p .mission.content.left {

        margin: 43px -62px 0px 0px;
    }

    .howitworks-service {
        text-align: center;
        padding: 40px;
    }

    .howitworks-service .howitworks-service-image img {
        width: 50%;
    }

    .howitworks-service .content {
        margin-top: 30px;
        text-align: center;
    }

    .howitworks-service .content h2 {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .howitworks-service .content p {
        width: 64%;
        text-align: center;
        margin: 0 auto;
    }



    /*----------------------------------------------------
    Services
    ------------------------------------------------------*/
    .services {
        left: 0px;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .services::before {
        background-repeat: no-repeat;
        position: absolute;
        left: -16px;
        top: -6px;
        height: 20px;
        width: 16px;
    }

    .services .service {
        background: #FFFFFF;
        box-shadow: 0px 1px 66px 3px rgba(218, 218, 218, 0.44);
        border-radius: 8px;
        text-align: center;
        padding: 60px 12px;
        margin-bottom: 30px;
        transition: all ease 500ms;
        background-repeat: no-repeat;
        background-position: top;
    }

    .services .service::before {
        content: "";
        position: absolute;
        content: '';
        width: 100%;
        height: 0%;
        left: 0px;
        bottom: 0px;
        right: 0px;
        border-radius: 5px;
        transition: all 500ms ease;
        z-index: -10;
    }

    .services .service:hover:before {
        height: 100%;
        top: 0px;
    }

    .services .service:hover {
        transform: translateY(-20px);
    }

    .services .service .icon {
        margin-bottom: 30px;
    }


    .services .service h3 {
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 18px;
    }

    .services .service p {
        font-style: normal;
        line-height: 24px;
    }

    .service-details img,
    .about-us-p img {
        width: 500px;
        height: 300px;
        float: left;
        margin: 0px 50px 50px 0px;
    }

    .service-details .content ul li::before {
        content: "\f00e";
        right: 9px;
        position: relative;
        font-family: 'IcoFont' !important;
    }

    .app-service {
        text-align: center;

    }

    .app-service .app-service-image {
    /*    width: 100px;*/
    /*    height: 100px;*/
        margin: 0 auto;
        line-height: 100px;
        border-radius: 8px;
    }

    .app-service .app-service-image img {
    /*    width: 60px;*/
    }

    .app-service .content {
        margin-top: 30px;
    }

    .app-service .content h2 {
        margin-bottom: 10px;
        color: #445781;
        font-size: 22px;
    }

    .bg-blue-op-20 {
        background-color: rgba(0, 98, 255, 0.20);
    }

    .bg-red-op-20 {
        background-color: rgb(245, 0, 87, 0.20);
    }

    .bg-orange-op-20 {
        background-color: rgb(255, 106, 48, 0.20);
    }

    .bg-green-op-20 {
        background-color: rgb(76, 175, 80, 0.20);
    }

    /*----------------------------------------------------
    What we do
    ------------------------------------------------------*/

    .what-we-do .wedo h1 {
        margin-bottom: 8px;
    }

    .what-we-do .wedo h2 {
        margin-bottom: 18px;
    }

    .what-we-do .wedo p {
        margin-bottom: 18px;
    }

    .what-we-do .wedo span {
        position: absolute;
        margin-left: 30px;
        color: #000;
        font-weight: 500;
        margin-top: 0px;
        line-height: 42px;
    }

    .what-we-do .wedo span i {
        color: #fff;
        font-size: 15px;
        width: 40px;
        height: 40px;
        display: block;
        line-height: 40px;
        border-radius: 50px;
        float: left;
        margin-right: 15px;
        text-align: center;
        transition: 1s ease all;
        background: -webkit-linear-gradient(-45deg, #fb5155, #f92a75 100%);
    }

    .what-we-do .wedo span:hover i {
        transform: scale(1.5, 1.5);
    }


    /*----------------------------------------------------
    features
    ------------------------------------------------------*/
    .features .image-box img.features-image {}

    .features .services-block-four {
        box-shadow: 0px 0px 29px 6px rgba(154, 161, 171, 0.18);
        -webkit-box-shadow: 0px 0px 29px 6px rgba(154, 161, 171, 0.18);
        padding: 30px 20px 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .features .services-block-four .inner-box {}

    .features .services-block-four .inner-box .icon-img-box {
        float: left;
        margin-right: 20px;
    }

    .features .services-block-four .inner-box .icon-img-box img.img-bg {}

    .what-we-do img,
    .animation-image-infinite,
    .features .image-box img.features-image {
        animation: floating2 7s infinite;
        -webkit-animation: floating2 7s infinite;
    }


    .hero-home-bg {
        animation: bg-animation 7s infinite;

    }

    @keyframes bg-animation {
        0% {
            transform: translate(-1%, -14%) rotate(-15deg);
        }

        50% {
            transform: translate(0%, -14%) rotate(-18deg);
        }

        100% {
            transform: translate(-1%, -14%) rotate(-15deg);
        }
    }



    .features.image-box {
        position: relative;
    }

    @keyframes floating2 {
        0% {
            -webkit-transform: rotateX(0deg) translateY(0px);
            -moz-transform: rotateX(0deg) translateY(0px);
            -ms-transform: rotateX(0deg) translateY(0px);
            -o-transform: rotateX(0deg) translateY(0px);
            transform: rotateX(0deg) translateY(0px);
        }

        50% {
            -webkit-transform: rotateX(0deg) translateY(15px);
            -moz-transform: rotateX(0deg) translateY(15px);
            -ms-transform: rotateX(0deg) translateY(15px);
            -o-transform: rotateX(0deg) translateY(15px);
            transform: rotateX(0deg) translateY(15px);
        }

        100% {
            -webkit-transform: rotateX(0deg) translateY(0px);
            -moz-transform: rotateX(0deg) translateY(0px);
            -ms-transform: rotateX(0deg) translateY(0px);
            -o-transform: rotateX(0deg) translateY(0px);
            transform: rotateX(0deg) translateY(0px);
        }
    }

    @-webkit-keyframes floating2 {
        0% {
            -webkit-transform: rotateX(0deg) translateY(0px);
            -moz-transform: rotateX(0deg) translateY(0px);
            -ms-transform: rotateX(0deg) translateY(0px);
            -o-transform: rotateX(0deg) translateY(0px);
            transform: rotateX(0deg) translateY(0px);
        }

        50% {
            -webkit-transform: rotateX(0deg) translateY(15px);
            -moz-transform: rotateX(0deg) translateY(15px);
            -ms-transform: rotateX(0deg) translateY(15px);
            -o-transform: rotateX(0deg) translateY(15px);
            transform: rotateX(0deg) translateY(15px);
        }

        100% {
            -webkit-transform: rotateX(0deg) translateY(0px);
            -moz-transform: rotateX(0deg) translateY(0px);
            -ms-transform: rotateX(0deg) translateY(0px);
            -o-transform: rotateX(0deg) translateY(0px);
            transform: rotateX(0deg) translateY(0px);
        }
    }
     .app-service,
        .app-service .app-service-image{
            transition: 1s ease all;
            max-height: 270px;
        }
        .app-service:hover,
        .app-service:hover .app-service-image{
            transform: translateY(-15px);
        }
        .app-service .content h2{
            color: #fff;
        }

    /*----------------------------------------------------
    contact us
    ------------------------------------------------------*/
    .contact-us .address {
        margin-bottom: 40px;

    }

    .contact-us .address .icon {
        height: 70px;
        width: 70px;
        line-height: 70px;
        color: #fff;
        border-radius: 50%;
        transition: .5s;
        text-align: center;
        font-size: 18px;
        float: left;
        margin-right: 34px;
        background-color: ;
    }

    .contact-us .address .content {
        padding-top: 16px;
    }

    /*team*/

    .team-member {
        position: relative;
    }

    .team-social {
        position: absolute;
        width: 95%;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-1px);
        transition: 500ms ease all;
    }

    .team-social ul li {
        display: inline-block;
    }

    .team-social ul li i {
        margin-right: 15px;
        display: block;
        background: #fff;
        border-radius: 50px;
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 30px;
    }

    .team-member:hover .team-social {
        visibility: visible;
        opacity: 1;
        transform: translateY(-40px);
    }

    .team-social ul li i:hover {
        color: #fff;
    }

    .team-social ul li:hover .fb {
        background-color: #3b5998;
    }

    .team-social ul li:hover .tw {
        background-color: #1da1f2
    }

    .team-social ul li:hover .yt {
        background-color: #ff0000;
    }

    .team-social ul li:hover .ir {
        background-color: #c32aa3;
    }

    .team-social ul li:hover .pt {
        background-color: #bd081c;
    }

    .team-social ul li:hover .lk {
        background-color: #0a66c2;
    }



      .width-app {
            margin: 0 auto;
        }

        .feat {
            margin-top: 280px;
        }

        .features-list {
            position: relative;
        }

        .features-list .list {
            width: 200px;
            height: 200px;
            margin: 0 auto;
            line-height: 200px;
            border-radius: 8px;
            text-align: center;
        }

        .features-list.arrow-list::before {
            position: absolute;
            width: 100%;
            top: 93px;
            content: '\ea94';
            font-family: 'IcoFont' !important;
            font-size: 39px;
            color: #c8d7f1;
            left: 228px;
        }

        .features-list img {
            /*        width: 70px;*/
        }

        .features-list .content {
            margin-top: 30px;
        }

        .features-list .content h2 {
            margin-bottom: 10px;
        }

    /*----------------------------------------------------
    apps
    ------------------------------------------------------*/
    .apps-list {
        transition: 1s ease all;
    }

    .apps-list:hover {
        transform: scale(1.1, 1.1);
    }

    .apps-list .about {
        /*    position: relative;*/
        /*    display: flex;*/
        padding: 50px;
        border-radius: 16px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        position: relative;
        top: 90px;
    }

    .apps-list .about::before {
        content: "";
        background: linear-gradient(to right, #FEB692, #EA5455) !important;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 10px;
    }

    .apps-list .about .content {
        z-index: 99;
    }

    .apps-list .about .content h2,
    .apps-list .about .content p {
        color: #fff;
    }

    .apps-list .about .content h2 {
        margin-bottom: 5px;
    }

    .apps-list .about .content p {}

    .apps-list .about .btn1 {
        float: right;
        padding: 8px 50px;
    }

    /*----------------------------------------------------
    faq
    ------------------------------------------------------*/
    .accordion-custom .accordion-item .button {
        display: inline-flex !important;
        border-bottom: 1px solid #ddd !important;
        padding: 20px 15px;
    }

    .accordion-button {
        box-shadow: none;
    }

    .accordion-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "\eac8";
        font-family: IcoFont;
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out;
        background-image: inherit;
        font-weight: 600;
    }

    .accordion-button:not(.collapsed)::after {
        transform: rotate(180deg);
        background-image: inherit;
    }

    .accordion-button:not(.collapsed) {
        color: #ffffff;
        background: linear-gradient(to right, #8bc34a, #A2C413) !important;
    }

    .accordion-button:not(.collapsed) span {
        color: rgb(255, 255, 255);
    }

    .accordion-button:focus {
        border-color: inherit;
        box-shadow: none;
    }

    .accordion-custom .accordion-button span {
        font-size: 18px;
        font-weight: 500;
    }

    .accordion-custom .accordion-button span::before {
        content: "\eed8";
        font-family: IcoFont;
    }

    .accordion-custom .accordion-body {
        border-bottom: 1px solid #ddd;
        padding: 50px 20px;
    }

    .accordion-custom .accordion-body p {
        text-align: left;
    }

    .accordion-custom .accordion-body:last-child {
        /* border-bottom: none !important; */
    }

    /*----------------------------------------------------
    Footer
    ------------------------------------------------------*/
    footer {

        background-color: #212240;
    }



    footer .primary-footer .footer-menu ul li,
    footer .primary-footer .footer-menu ul li a {
        transition: 500ms ease all;
        color: #64748b;
    }

    footer .primary-footer .footer-menu ul li:hover,
    footer .primary-footer .footer-menu ul li:hover a {
        margin-left: 10px;
    }

    footer .primary-footer .footer-menu ul li {
        color: #64748b;
    }

    footer .primary-footer .footer-menu ul li:before {
        position: relative;
        content: "\eed6";
        font-family: "Icofont" !important;
        left: -7px;
        top: 0px;
        font-size: 15px;
    }

    .primary-footer .project-logo.footer-menu ul li:before {
        display: none
    }

    footer .primary-footer {
        width: 90%;
        margin: 0 auto;
        position: relative;
        bottom: 10px;
        left: 0;
        right: 0;
        top: 0;
        /*    box-shadow: 0px 0px 16px 1px rgb(154 161 171 / 18%);*/
        border-radius: 4px;
    }

    footer .primary-footer .f-about-us p {
        width: 85%;
        color: #64748b;
    }

    footer .primary-footer .f-about-us img {
        margin-bottom: 10px;
    }

<<<<<<< HEAD
/*----------------------------------------------------
apps
------------------------------------------------------*/
.apps-list {
    transition: 1s ease all;
}

.apps-list:hover {
    transform: scale(1.1, 1.1);
}

.apps-list .about {
    /*    position: relative;*/
    /*    display: flex;*/
    padding: 50px;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative;
    top: 90px;
}

.apps-list .about::before {
    content: "";
    background: linear-gradient(to right, #FEB692, #EA5455) !important;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}

.apps-list .about .content {
    z-index: 99;
}

.apps-list .about .content h2,
.apps-list .about .content p {
    color: #fff;
}

.apps-list .about .content h2 {
    margin-bottom: 5px;
}

.apps-list .about .content p {}

.apps-list .about .btn1 {
    float: right;
    padding: 8px 50px;
}

/*----------------------------------------------------
faq
------------------------------------------------------*/
.accordion-custom .accordion-item .button {
    display: inline-flex !important;
    border-bottom: 1px solid #ddd !important;
    padding: 20px 15px;
}

.accordion-button {
    box-shadow: none;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "\eac8";
    font-family: IcoFont;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    background-image: inherit;
    font-weight: 600;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    background-image: inherit;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background: linear-gradient(to right, #8bc34a, #A2C413) !important;
}

.accordion-button:not(.collapsed) span {
    color: rgb(255, 255, 255);
}

.accordion-button:focus {
    border-color: inherit;
    box-shadow: none;
}

.accordion-custom .accordion-button span {
    font-size: 18px;
    font-weight: 500;
}

.accordion-custom .accordion-button span::before {
    content: "\eed8";
    font-family: IcoFont;
}

.accordion-custom .accordion-body {
    border-bottom: 1px solid #ddd;
    padding: 50px 20px;
}

.accordion-custom .accordion-body p {
    text-align: left;
}

.accordion-custom .accordion-body:last-child {
    /* border-bottom: none !important; */
}

/*----------------------------------------------------
Footer
------------------------------------------------------*/
footer {
    
    background-color: #212240;
}



footer .primary-footer .footer-menu ul li,
footer .primary-footer .footer-menu ul li a {
    transition: 500ms ease all;
    color: #64748b;
}

footer .primary-footer .footer-menu ul li:hover,
footer .primary-footer .footer-menu ul li:hover a {
    margin-left: 10px;
}

footer .primary-footer .footer-menu ul li {
    color: #64748b;
}

footer .primary-footer .footer-menu ul li:before {
    position: relative;
    content: "\eed6";
    font-family: "Icofont" !important;
    left: -7px;
    top: 0px;
    font-size: 15px;
}

.primary-footer .project-logo.footer-menu ul li:before {
    display: none
}

footer .primary-footer {
    width: 90%;
    margin: 0 auto;
    position: relative;
    bottom: 10px;
    left: 0;
    right: 0;
    top: 0;
    /*    box-shadow: 0px 0px 16px 1px rgb(154 161 171 / 18%);*/
    border-radius: 4px;
}

footer .primary-footer .f-about-us p {
    width: 85%;
    color: #64748b;
}

footer .primary-footer .f-about-us img {
    margin-bottom: 10px;
}

footer .primary-footer .f-social ul li {
    float: left;
    margin-right: 15px;
    border: 1px solid #91a7c9;
    display: inline-block;
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
}

footer .primary-footer .f-social ul li i {
    color: #91a7c9;
    transition: 500ms ease all;
}

footer .primary-footer .f-social ul li:hover i {
    font-size: 20px;
}

.footer-secondary {
    color: #91a7c9;
}

.footer-secondary a {
    color: #E7515A;
}

.footer-menu h4 {
    font-weight: 500;
    color: #E7515A
}

/*----------------------------------------------------
Back To Top Button
------------------------------------------------------*/
#back-top {
    z-index: 9999;
    position: fixed;
    right: 2px;
    bottom: 10px;
    width: 54px;
    height: 54px;
}

#back-top:before {
    animation-delay: 0.5s;
}

#back-top:after {
    animation-delay: 0.3s;
}

#back-top i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    background-color: #199af0;
    color: #fff;
    text-align: center;
    z-index: 2;
}

#back-top a {
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#back-top a:hover {
    opacity: 1 !important;
}


/*----------------------------------------------------
common form
------------------------------------------------------*/

.form .form-group {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.form .form-group input:focus ~ label,
.form .form-group input:valid ~ label,
.form .form-group input[type="email"]:focus ~ label,
.form .form-group input[type="email"]:valid ~ label,
.form .form-group textarea:focus ~ label,
.form .form-group textarea:valid ~ label {
    transform: translateY(-20px) !important;
    font-size: 16px;
    /*    color: #4158d0;*/
}

.form .form-group input:focus ~ label,
textarea:focus ~ label,
.form .form-group input:valid ~ label,
textarea:valid ~ label {
    /*    transform: translateY(-20px);*/
    font-size: 16px;
    /*  color: #3498db;*/
}

.form .form-group label {
    position: absolute;
    bottom: 8px;
    left: 0;
    color: grey;
    pointer-events: none;
    transition: all 0.3s ease;
}

.form .form-group .underline {
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
}

.form .form-group .underline:before {
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #A2C413;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.form .form-group input:focus ~ .underline:before,
.form .form-group input:valid ~ .underline:before,
.form .form-group textarea:focus ~ .underline:before,
.form .form-group textarea:valid ~ .underline:before {
    transform: scale(1);
}

.form .form-group.textarea label {
    width: 100%;
    bottom: 40px;
    background: #fff;
}

.form .form-group.textarea {
    height: 70px;
    margin-top: 23px;
    overflow: inherit;
}

.form .form-group.textarea textarea {
    resize: none;
    padding-top: 10px;
}

.form .form-group textarea {
    display: block;
    width: 100%;
    height: 100%;
}



.contact-us {
    background: linear-gradient(to right, #3f51b5, #673ab7) !important;
    padding: 18px 0px;
    margin: -58px auto;
    position: relative;
    border-radius: 4px;
    z-index: 10;
}

.contact-us p {
    width: 80%;
    margin: 0 auto;
}






.body-wrapper {
    min-height: 100%;
    overflow: hidden;
}

/* nav area */
.nav {
    display: inherit;
    flex-wrap: initial;
}
.nav-wrapper {
    width: 300px;
    float: left;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    box-shadow: 0px 1px 66px 3px rgb(218 218 218 / 44%);
}
.logo-wrapper {
    text-align: center;
    padding: 36px 0px;
}
.logo-title {
  background: rgba(0, 0, 0, 0) url("../image/logo.png") no-repeat scroll center center;
  color: #ffffff;
  font-size: 45px;
  font-weight: bold;
  margin: 0 auto;
  text-indent: -999em;
  width: 200px;
}
.logo-caption {
    font-size: 13px;
    color: #afbbd0;
}
.need-support a {
    margin-right: 15px;
}
.need-support a i {
    margin-right: 3px;
}
.main-nav-item {
    display: block;
    color: #65758c;
    padding: 14px 28px 12px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #ebebeb;
    font-weight: bold;
    font-size: 13px;
}
.main-nav-item:after {
    font-family: IcoFont;
    content: "\eacb";
    font-size: 14px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}
.main-nav-item:last-child {
    border-bottom: none;
}
.nav-item.active .main-nav-item:after {
    content: "\eac8";
    margin-top: -9px;
}
.nav-item.active .main-nav-item, .main-nav-item:hover {
    background: rgb(183 183 183 / 16%);
}
.nav-item .sub-nav {
    display: none;
}
.nav-item.active .sub-nav {
    display: block;
}
.sub-nav-item {
    display: block;
    padding: 12px 28px 10px 49px;
    color: #7e93a0;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    border-bottom: 1px solid #ebebeb;
}
.sub-nav-item.active, .sub-nav-item:hover {
    color: #dc3545;
    font-weight: bold;
}
.sub-nav-item:first-child {
    border-top: none;
}


/* content area */
.content-wrapper{
    position: relative;
}
.top-bar-btn{
    align-items: center;
    background: #f3f3f3 none repeat scroll 0 0;
    height: 65px;
    width: 99%;
    position: absolute;
    left: 0;
    right: 0px;
}

.content-wrapper {
    padding: 25px 20px 70px;
    overflow: hidden;
    margin-left: 300px;
}
.need-support {
    border-bottom: 1px solid #e5e5e5;
    text-align: right;
    padding-bottom: 11px;
    margin-bottom: 40px;
}
.message-box {
    padding: 26px 30px;
    background: #f7d8bc;
    margin-bottom: 30px;
    color: #6a6a6a;
}
.message-box i {
    color: #555;
    font-size: 20px;
    float: left;
    margin-right: 20px;
    margin-top: 3px;
}
.message-box span {
    display: block;
    overflow: hidden;
}
.gdlr-table {
    overflow: hidden;
}
.gdlr-table .head {
    font-weight: bold;
    margin-bottom: 9px;
}
.gdlr-3-row {
    float: left;
    width: 29%;
    padding: 15px 2% 12px;
    border: 1px solid #e5e5e5;
    border-left-width: 0px;
}
.gdlr-3-row:first-child {
    border-left-width: 1px;
}

.divider {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    margin-top: 30px;
}
/* .content-section {
    display: none;
} */
.doc-hero-wrap {
  align-items: center;
  background: #ffffff none repeat scroll 0 0;
  display: flex;
  height: 20vh;
  justify-content: left;
  text-align: left;
}
.doc-hero-wrap * {
  color: #444444;
}
.video-link {
  background: #ff0000 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
}




@media only screen and (min-width: 320px) and (max-width:767px) {
    .nav-wrapper {
    display: none;
}
  .content-wrapper {
    margin-left: 10px;
}  
}
=======
    footer .primary-footer .f-social ul li {
        float: left;
        margin-right: 15px;
        border: 1px solid #91a7c9;
        display: inline-block;
        width: 40px;
        text-align: center;
        height: 40px;
        border-radius: 50px;
        line-height: 40px;
    }

    footer .primary-footer .f-social ul li i {
        color: #91a7c9;
        transition: 500ms ease all;
    }

    footer .primary-footer .f-social ul li:hover i {
        font-size: 20px;
    }

    .footer-secondary {
        color: #91a7c9;
    }

    .footer-secondary a {
        color: #E7515A;
    }

    .footer-menu h4 {
        font-weight: 500;
        color: #E7515A
    }

    /*----------------------------------------------------
    Back To Top Button
    ------------------------------------------------------*/
    #back-top {
        z-index: 9999;
        position: fixed;
        right: 2px;
        bottom: 10px;
        width: 54px;
        height: 54px;
    }

    #back-top:before {
        animation-delay: 0.5s;
    }

    #back-top:after {
        animation-delay: 0.3s;
    }

    #back-top i {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 20px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        line-height: 40px;
        background-color: #199af0;
        color: #fff;
        text-align: center;
        z-index: 2;
    }

    #back-top a {
        opacity: 0.5;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    #back-top a:hover {
        opacity: 1 !important;
    }


    /*----------------------------------------------------
    common form
    ------------------------------------------------------*/

    .form .form-group {
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .form .form-group input:focus ~ label,
    .form .form-group input:valid ~ label,
    .form .form-group input[type="email"]:focus ~ label,
    .form .form-group input[type="email"]:valid ~ label,
    .form .form-group textarea:focus ~ label,
    .form .form-group textarea:valid ~ label {
        transform: translateY(-20px) !important;
        font-size: 16px;
        /*    color: #4158d0;*/
    }

    .form .form-group input:focus ~ label,
    textarea:focus ~ label,
    .form .form-group input:valid ~ label,
    textarea:valid ~ label {
        /*    transform: translateY(-20px);*/
        font-size: 16px;
        /*  color: #3498db;*/
    }

    .form .form-group label {
        position: absolute;
        bottom: 8px;
        left: 0;
        color: grey;
        pointer-events: none;
        transition: all 0.3s ease;
    }

    .form .form-group .underline {
        position: absolute;
        height: 2px;
        width: 100%;
        bottom: 0;
    }

    .form .form-group .underline:before {
        position: absolute;
        left: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: #A2C413;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.3s ease;
    }

    .form .form-group input:focus ~ .underline:before,
    .form .form-group input:valid ~ .underline:before,
    .form .form-group textarea:focus ~ .underline:before,
    .form .form-group textarea:valid ~ .underline:before {
        transform: scale(1);
    }

    .form .form-group.textarea label {
        width: 100%;
        bottom: 40px;
        background: #fff;
    }

    .form .form-group.textarea {
        height: 70px;
        margin-top: 23px;
        overflow: inherit;
    }

    .form .form-group.textarea textarea {
        resize: none;
        padding-top: 10px;
    }

    .form .form-group textarea {
        display: block;
        width: 100%;
        height: 100%;
    }



    .contact-us {
        background: linear-gradient(to right, #3f51b5, #673ab7) !important;
        padding: 18px 0px;
        margin: -58px auto;
        position: relative;
        border-radius: 4px;
        z-index: 10;
    }

    .contact-us p {
        width: 80%;
        margin: 0 auto;
    }


            .technology ul li:nth-of-type(even){
            margin-top: 15px;
        }
        .technology img{
    /*
            background-color: rgb(158, 158, 158, 0.13) !important;
            padding: 10px;
            margin: 10px;
    */
        }
        .technology ul li img{
           transition: 1s ease all;
        }
        .technology ul li img:hover{
            transform: translateY(-15px);
        }
>>>>>>> dc07a0bd044760f22649b595dced5f8ec70f275f
