                        @import url('https://fonts.googleapis.com/css?family=Abel');
                         :root {
                            --white-color: #F3F6F4;
                            --yellow-color: #DFA74F;
                            --red-color: #BB252A;
                            --grey-color: #ACA09C;
                            --blue-color: #2C374C;
                        }
                        
                        body {
                            font-family: "Open Sans", sans-serif;
                        }
                        
                        h2,
                        h3,
                        h4,
                        h5,
                        p {
                            margin: 0
                        }
                        
                        p {
                            font-size: 15px
                        }
                        
                        ul {
                            list-style-type: none;
                            margin: 0;
                            padding: 0
                        }
                        
                        .our_prod {
                            padding: 70px 0 135px;
                            background-color: #fff
                        }
                        
                        .our_prod .services__description {
                            margin-bottom: 50px;
                            margin-top: 15px
                        }
                        
                        .our_prod__list {
                            -webkit-box-orient: horizontal;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: row;
                            flex-direction: row;
                            -ms-flex-wrap: nowrap;
                            flex-wrap: nowrap;
                            -webkit-box-pack: justify;
                            -ms-flex-pack: justify;
                            justify-content: space-between;
                            -webkit-box-align: start;
                            -ms-flex-align: start;
                            align-items: flex-start;
                            -ms-flex-line-pack: stretch;
                            align-content: stretch
                        }
                        
                        .our_prod__list,
                        .our_prod__list--content {
                            -js-display: flex;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex
                        }
                        
                        .our_prod__list--content {
                            height: 100%;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center
                        }
                        
                        #Service-content {
                            font-size: 13px;
                        }
                        
                        @media screen and (max-width:991px) {
                            .our_prod__list {
                                -webkit-box-pack: center;
                                -ms-flex-pack: center;
                                justify-content: center;
                                -ms-flex-wrap: wrap;
                                flex-wrap: wrap
                            }
                        }
                        
                        .our_prod__list li {
                            -webkit-box-flex: 0;
                            -ms-flex: 0 0 19%;
                            flex: 0 0 19%
                        }
                        
                        @media screen and (max-width:991px) {
                            .our_prod__list li {
                                -webkit-box-flex: 0;
                                -ms-flex: 0 0 33%;
                                flex: 0 0 33%;
                                margin-bottom: 2px;
                                margin-right: 2px;
                                margin-left: 0
                            }
                        }
                        
                        @media screen and (max-width:767px) {
                            .our_prod__list li {
                                -webkit-box-flex: 0;
                                -ms-flex: 0 0 100%;
                                flex: 0 0 100%
                            }
                        }
                        
                        .our_prod__list li img {
                            margin: 0 auto 27px
                        }
                        
                        .our_prod__list li .title,
                        .our_prod__list li img {
                            -webkit-transition: all .25s ease;
                            transition: all .25s ease;
                            position: relative
                        }
                        
                        .our_prod__list li .title {
                            color: #323232;
                            font-family: Montserrat;
                            font-size: 18px;
                            font-weight: 600;
                            letter-spacing: -.56px;
                            line-height: 24px;
                            text-align: center;
                            text-transform: capitalize
                        }
                        
                        .our_prod__list li p {
                            opacity: .8;
                            color: #323232;
                            font-family: Montserrat;
                            font-size: 12px;
                            line-height: 19px;
                            padding: 0 10px
                        }
                        
                        @media screen and (max-width:575px) {
                            .our_prod__list li p {
                                padding: 0 15px
                            }
                        }
                        
                        .panel {
                            margin: 0 auto;
                            height: 182px;
                            position: relative;
                            -webkit-perspective: 600px;
                            perspective: 600px;
                            -moz-perspective: 600px;
                            background-color: transparent;
                            text-align: center;
                        }
                        
                        .flip-card {
                            margin: 0 auto;
                            height: 182px;
                            perspective: 600px;
                            position: relative;
                            background-color: #BB252A;
                            background-size: 400% 400%;
                            animation: gradient 5s ease infinite;
                        }
                        
                        @keyframes gradient {
                            0% {
                                background-position: 0% 50%;
                            }
                            50% {
                                background-position: 100% 50%;
                            }
                            100% {
                                background-position: 0% 50%;
                            }
                        }
                        
                        .flip-card-inner {
                            position: relative;
                            width: 100%;
                            height: 100%;
                            text-align: center;
                            transition: transform 0.6s;
                            transform-style: preserve-3d;
                            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
                            background-color: white;
                        }
                        
                        .flip-card:hover .flip-card-inner {
                            transform: rotateY(180deg);
                        }
                        
                        .flip-card-front,
                        .flip-card-back {
                            position: absolute;
                            width: 100%;
                            height: 100%;
                            -webkit-backface-visibility: hidden;
                            backface-visibility: hidden;
                            background-color: #fcfcfc;
                            padding: 35px 0;
                            background-size: 400% 400%;
                            animation: gradient 5s ease infinite;
                        }
                        
                        @keyframes gradient {
                            0% {
                                background-position: 0% 50%;
                            }
                            50% {
                                background-position: 100% 50%;
                            }
                            100% {
                                background-position: 0% 50%;
                            }
                        }
                        
                        .flip-card-front {
                            background-color: white;
                            color: black;
                        }
                        
                        .flip-card-back {
                            background-color: white;
                            color: white;
                            transform: rotateY(180deg);
                        }
                        
                        section.servie_area {
                            padding: 110px 0 120px;
                        }
                        
                        .service_section_title h3 {
                            padding-bottom: 25px;
                            text-transform: uppercase;
                            font-weight: 600;
                            font-size: 30px;
                        }
                        
                        .service_section_title p {
                            max-width: 450px;
                            font-size: 16px;
                            line-height: 30px;
                        }
                        
                        .service_icon_info,
                        .service_icon_info_top {
                            border: 2px solid rgb(255, 255, 255);
                            height: 216px;
                            text-align: center;
                            border-top: none;
                        }
                        
                        .service_icon_info_top:nth-child(2) {
                            /* border-right: none; */
                            margin-left: -1px;
                            margin-bottom: -1px;
                        }
                        
                        .service_icon_info_top {
                            margin: 12px 0 -2px 0px;
                            position: relative;
                        }
                        
                        .service_icon_info {
                            position: relative;
                        }
                        
                        .service-overlay {
                            width: 100% !important;
                        }
                        
                        .service_icon_info .service-overlay,
                        .service_icon_info_top .service-overlay {
                            width: 295px;
                            height: 295px;
                            position: absolute;
                            overflow: hidden;
                            margin: -55px -2px;
                            top: 0px;
                            left: 0;
                            opacity: 0;
                            background-color: var(--red-color);
                            /* Chrome 10-25, Safari 5.1-6 */
                            -webkit-transform: translateY(20px);
                            transform: translateY(20px);
                            text-align: center;
                            padding-top: 45px;
                            box-shadow: rgba(0, 0, 0, 0.10) 0px 15px 45px 0px;
                            z-index: 1;
                            -webkit-transition: .4s;
                            transition: .4s;
                            border-radius: 5px;
                        }
                        
                        .service_icon_info:hover .service-overlay,
                        .service_icon_info_top:hover .service-overlay {
                            opacity: 1;
                            -webkit-transform: translateY(10px);
                            transform: translateY(10px);
                        }
                        
                        .service_icon {
                            padding-top: 55px;
                        }
                        
                        .service_icon span {
                            color: #333333;
                            font-size: 48px;
                        }
                        
                        .service_icon h5 {
                            color: #333333;
                            font-size: 16px;
                            margin-top: 30px;
                        }
                        
                        .service-overlay h5 {
                            color: var(--white-color);
                            font-size: 16px;
                            margin-top: 30px;
                        }
                        
                        .service-overlay h5 a,
                        .service-overlay h5 a:hover,
                        .service-overlay h5 a:active,
                        .service-overlay h5 a:focus {
                            color: var(--white-color);
                        }
                        
                        .service-overlay p {
                            max-width: 230px;
                            margin: 25px auto 0 auto;
                            color: #eee;
                        }
                        
                        .service-overlay span {
                            font-size: 48px;
                        }
                        
                        .service_icon_info:hover .service-overlay:hover,
                        .service-overlay span,
                        .service_icon_info_top:hover .service-overlay span {
                            color: #fff;
                        }
                        /*Responsive*/
                        
                        @media only screen and (min-width: 992px) and (max-width: 1200px) {
                            .service_icon_info .service-overlay,
                            .service_icon_info_top .service-overlay {
                                width: 244px;
                            }
                        }
                        
                        @media only screen and (min-width: 768px) and (max-width: 991px) {
                            .service_section_title {
                                text-align: center;
                                margin: 0 auto;
                                padding-bottom: 50px;
                            }
                            .service_section_title p {
                                max-width: 545px;
                                margin: 0 auto;
                            }
                            .service_icon_info .service-overlay,
                            .service_icon_info_top .service-overlay {
                                width: 100%;
                                left: 2px;
                            }
                            .service_icon_info_top {
                                border: 2px solid rgb(255, 255, 255);
                            }
                            .service_icon_info:nth-child(2),
                            .service_icon_info:nth-child(4) {
                                border-right: 2px solid rgb(255, 255, 255);
                                border-left: 2px solid rgb(255, 255, 255);
                            }
                            .service_icon_info {
                                border-bottom: 2px solid rgb(255, 255, 255);
                                /* border-top: none; */
                                /* border-right: none; */
                                height: 216px;
                                text-align: center;
                            }
                            .service_icon_info:nth-child(1),
                            .service_icon_info:nth-child(3) {
                                border-left: 2px solid rgb(255, 255, 255);
                            }
                        }
                        
                        @media (max-width: 768px) {
                            .service_section_title {
                                padding-bottom: 30px;
                            }
                        }
                        
                        @media (max-width: 767px) {
                            .service_icon_info .service-overlay,
                            .service_icon_info_top .service-overlay {
                                width: 100%;
                                left: 2px;
                            }
                            .service_icon_info_top {
                                border: 2px solid rgb(255, 255, 255);
                            }
                            .service_icon_info:nth-child(2),
                            .service_icon_info:nth-child(4) {
                                border-right: 2px solid rgb(255, 255, 255);
                                border-left: 2px solid rgb(255, 255, 255);
                            }
                            .service_icon_info {
                                border-bottom: 2px solid #ddd;
                                /* border-top: none; */
                                /* border-right: none; */
                                height: 216px;
                                text-align: center;
                            }
                            .service_icon_info:nth-child(1),
                            .service_icon_info:nth-child(3) {
                                border-left: 2px solid rgb(255, 255, 255);
                            }
                            .service_section_title p {
                                max-width: 100%;
                            }
                        }
                        
                        @media (max-width: 500px) {
                            .service_icon_info_top:nth-child(2) {
                                margin-left: 0;
                                margin-bottom: -12px;
                                border-bottom: none;
                                border-right: 2px solid rgb(255, 255, 255);
                            }
                            .service_icon_info:nth-child(1),
                            .service_icon_info:nth-child(3) {
                                /* border-right: 1px solid #ddd; */
                                border-right: 2px solid rgb(255, 255, 255);
                            }
                        }
                        
                        @media (max-width: 400px) {
                            .Page_header .container {
                                top: 16%!important;
                            }
                            .header-conent h1 {
                                font-size: 1.2rem !important;
                                font-weight: 600 !important;
                            }
                            .header-conent {
                                width: 80% !important;
                            }
                        }
                        /* .services {
                                    padding: 90px 0;
                                    background-color: #fafafa
                                } */
                        /* .services #particles {
                                    position: absolute;
                                    width: 100%;
                                    height: 100%;
                                    background-repeat: no-repeat;
                                    background-size: cover;
                                    background-position: 50% 50%;
                                    z-index: -999
                                } */
                        
                        @media screen and (max-width:2000px) {
                            .Page_header .container {
                                top: 30%;
                            }
                            .col-md-3 div img {
                                width: 40% !important;
                            }
                        }
                        
                        @media screen and (max-width:1200px) {
                            #Service-content {
                                font-size: 10px;
                            }
                            .Page_header .container {
                                top: 25%;
                            }
                        }
                        
                        @media screen and (max-width:767px) {
                            .services .container {
                                padding: 0 10px
                            }
                        }
                        
                        @media screen and (max-width:767px) {
                            .services {
                                padding: 61px 0 30px
                            }
                        }
                        /* .services__title {
                                    margin: 0 auto;
                                    max-width: 849px;
                                    font-size: 32px;
                                    font-weight: 600;
                                    line-height: 1.25;
                                    text-align: center;
                                    color: #323232
                                } */
                        
                        @media screen and (max-width:767px) {
                            /* .services__title {
                                        font-size: 30px;
                                        line-height: 1.3
                                    } */
                        }
                        
                        @media screen and (max-width:575px) {
                            /* .services__title {
                                        font-size: 24px!important
                                    } */
                            .Page_header .container {
                                top: 20%;
                            }
                            .header-conent h1 {
                                font-size: 1.4rem !important;
                                font-weight: 600 !important;
                            }
                            .header-conent {
                                width: 80% !important;
                            }
                            .col-md-3 div img {
                                width: 40% !important;
                            }
                        }
                        /* .services__description {
                                    margin: 30px auto;
                                    max-width: 790px;
                                    font-size: 18px;
                                    line-height: 1.67;
                                    text-align: center;
                                    color: #555
                                }
                                
                                .services .nowrap {
                                    white-space: nowrap
                                } */
                        
                        #ind-title {
                            color: black;
                        }
                        
                        .latest-tech {
                            padding: 50px;
                        }
                        
                        .latest__heading {
                            font-weight: bold;
                            font-size: 18px;
                        }
                        
                        .latest__description {
                            text-align: justify;
                            padding-bottom: 50px;
                        }
                        
                        .Hotels-img {
                            animation: fadeInAnimation ease 3s
                        }
                        
                        @keyframes fadeInAnimation {
                            0% {
                                opacity: 0;
                            }
                            100% {
                                opacity: 1;
                            }
                        }
                        
                        .Industries {
                            position: relative;
                        }
                        
                        html,
                        body {
                            font-family: "Open Sans", sans-serif;
                        }
                        
                        .center .row .col {
                            display: flex;
                            justify-content: center;
                        }
                        
                        .card {
                            width: 500px;
                            height: 150px;
                            background-color: #fff;
                            background: linear-gradient(#f8f8f8, #fff);
                            box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.4);
                            border-radius: 6px;
                            overflow: hidden;
                            position: relative;
                            margin: 1.5rem;
                            float: left;
                        }
                        
                        .card h1 {
                            /* text-align: center; */
                            font-size: 12px;
                            padding-top: 10px;
                            padding-bottom: 5px;
                            font-weight: 600;
                            margin-bottom: 0px;
                        }
                        
                        .card .additional {
                            position: absolute;
                            width: 150px;
                            height: 100%;
                            background: var(--red-color);
                            transition: width 0.4s;
                            overflow: hidden;
                            z-index: 2;
                        }
                        /* .card:hover .additional {
                            width: 100%;
                            border-radius: 0 5px 5px 0;
                        } */
                        
                        .card .additional .user-card {
                            width: 150px;
                            height: 100%;
                            position: relative;
                            float: left;
                        }
                        
                        .card .additional .user-card::after {
                            content: "";
                            display: block;
                            position: absolute;
                            top: 10%;
                            right: -2px;
                            height: 80%;
                            border-left: 2px solid rgba(0, 0, 0, 0.025);
                        }
                        
                        .card .additional .user-card .points {
                            top: 85%;
                        }
                        
                        .card .additional .user-card svg {
                            top: 50%;
                        }
                        
                        .card .additional .more-info {
                            width: 300px;
                            float: left;
                            position: absolute;
                            left: 150px;
                            height: 100%;
                        }
                        
                        .card .additional .more-info h1 {
                            color: var( --white-color);
                            margin-bottom: 0;
                        }
                        
                        .card .additional .coords {
                            margin: 0 1rem;
                            color: #fff;
                            font-size: 1rem;
                        }
                        
                        .card .additional .coords span+span {
                            float: right;
                        }
                        
                        .card .additional .stats {
                            font-size: 2rem;
                            display: flex;
                            position: absolute;
                            bottom: 1rem;
                            left: 1rem;
                            right: 1rem;
                            top: auto;
                            color: #fff;
                        }
                        
                        .card.green .additional .stats {
                            color: #325C46;
                        }
                        
                        .card .additional .stats div {
                            flex: 1;
                            text-align: center;
                        }
                        
                        .card .additional .stats i {
                            display: block;
                        }
                        
                        .card .additional .stats div.title {
                            font-size: 0.75rem;
                            font-weight: bold;
                            text-transform: uppercase;
                        }
                        
                        .card .additional .stats div.value {
                            font-size: 1.5rem;
                            font-weight: bold;
                            line-height: 1.5rem;
                        }
                        
                        .card .additional .stats div.value.infinity {
                            font-size: 2.5rem;
                        }
                        
                        .card .general {
                            width: 350px;
                            height: 100%;
                            position: absolute;
                            top: 0;
                            right: 0;
                            z-index: 1;
                            box-sizing: border-box;
                            padding: 1rem;
                            padding-top: 0;
                        }
                        
                        .card .general .more {
                            position: absolute;
                            bottom: 1rem;
                            right: 1rem;
                            font-size: 0.9em;
                        }
                        
                        .indus-cont {
                            width: 100%;
                            height: 100%;
                            position: absolute;
                        }
                        
                        .indus-icon {
                            /* top: 30%; */
                            width: 150px;
                            height: 100%;
                            position: absolute;
                            display: flex;
                            justify-content: center;
                            color: var( --white-color);
                            font-size: 4rem;
                        }
                        
                        .Industries {
                            padding-bottom: 50px;
                        }
                        
                        .ind-usage {
                            position: absolute;
                            top: 50%;
                            text-align: center;
                            left: 30%;
                            color: var(--white-color)
                        }
                        
                        .card .general p {
                            text-align: justify;
                            font-size: 11px;
                            color: rgb(139, 139, 139);
                        }
                        
                        @import url('https://fonts.googleapis.com/css?family=Exo:700');
                        @import url('https://fonts.googleapis.com/css?family=Abel');
                        .cent {
                            margin-top: 15%;
                        }
                        
                        .cad {
                            text-align: center;
                            position: relative;
                            width: 250px;
                            height: 350px;
                            margin-top: 10px;
                            margin-bottom: 10px;
                            background: var(--red-color);
                            transition: .6s;
                            transform: rotatex(75deg) translatey(-200px) translatez(-100px);
                            box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.5);
                            margin-right: 20px;
                            margin-top: -200px;
                        }
                        
                        .cad:hover {
                            transform: rotatex(0deg);
                            transform: rotatez(0deg);
                            transition: .6s;
                            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
                        }
                        
                        .cad img {
                            transform: translateY(15px);
                            width: 200px;
                            height: 120px;
                        }
                        
                        .cad h3 {
                            font-size: 25px;
                            font-family: 'Abel', sans-serif;
                            color: rgb(255, 255, 255);
                            padding-bottom: 10px;
                            margin-top: 10px;
                            /* text-shadow: 0 0 2px rgb(255, 255, 255); */
                            transform: translatey(10px);
                        }
                        
                        .cad p {
                            font-family: 'Abel', sans-serif;
                            color: white;
                            text-align: center;
                            width: 220px;
                            transform: translatex(12px);
                        }
                        
                        .cent .row {
                            margin-left: 0px;
                        }
                        /* product logos */
                        
                        .flip-image-style {
                            width: 150px;
                            height: 60px;
                        }
                        /* usecase */
                        
                        .Use-case {
                            height: 100vh;
                            width: 100%;
                        }
                        /*------------------------------------------------------------------ Team -------------------------------------------------------------------*/
                        
                        .team-box {
                            padding: 70px 0px;
                        }
                        
                        .team_member_img img {
                            border: solid #ece9e2 20px;
                            border-radius: 100%;
                            width: 300px;
                            height: 300px;
                        }
                        
                        #team_slider h3 {
                            margin-bottom: 10px;
                            color: #000;
                            font-size: 22px;
                            font-weight: 600;
                            padding: 0;
                            margin-top: 25px;
                        }
                        
                        #team_slider p {
                            padding: 0 43px;
                        }
                        
                        .team_member_img {
                            position: relative;
                        }
                        
                        .team_member_img .social_icon_team {
                            position: absolute;
                            top: 19px;
                            left: 42px;
                            width: 76%;
                            height: 87%;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            border-radius: 100%;
                            background: rgba(15, 15, 15, 0.7);
                            opacity: 0;
                            transition: ease all 0.2s;
                        }
                        
                        .team_member_img:hover .social_icon_team,
                        .team_member_img:focus .social_icon_team {
                            opacity: 1;
                        }
                        
                        .our-team {
                            text-align: center;
                            overflow: hidden;
                            position: relative;
                            z-index: 1;
                        }
                        
                        .our-team:before,
                        .our-team:after {
                            content: "";
                            width: 130px;
                            height: 150px;
                            background: #57cef8;
                            position: absolute;
                            z-index: -1;
                        }
                        
                        .our-team:before {
                            bottom: -20px;
                            left: 0;
                        }
                        
                        .our-team:after {
                            top: -20px;
                            right: 0;
                        }
                        
                        .our-team .pic {
                            margin: 8px;
                            position: relative;
                            border: 3px solid #57cef8;
                            transition: all 0.5s ease 0s;
                        }
                        
                        .our-team:hover .pic {
                            border-color: #3a4149;
                        }
                        
                        .our-team .pic:after {
                            content: "";
                            width: 100%;
                            height: 0;
                            background: #57cef8;
                            position: absolute;
                            top: 0;
                            left: 0;
                            opacity: 0;
                            transform-origin: 0 0 0;
                            transition: all 0.5s ease 0s;
                        }
                        
                        .our-team:hover .pic:after {
                            height: 100%;
                            opacity: 0.85;
                        }
                        
                        .our-team img {
                            width: 100%;
                            height: auto;
                        }
                        
                        .our-team .team-content {
                            width: 100%;
                            position: absolute;
                            top: -50%;
                            left: 0;
                            transition: all 0.5s ease 0.2s;
                        }
                        
                        .our-team:hover .team-content {
                            top: 38%;
                        }
                        
                        .our-team .title {
                            font-size: 18px;
                            font-weight: 600;
                            color: #fff;
                            text-transform: capitalize;
                            margin: 0px;
                        }
                        
                        .our-team .post {
                            font-size: 14px;
                            color: #fff;
                            line-height: 26px;
                            text-transform: capitalize;
                        }
                        
                        .our-team .social {
                            padding: 0;
                            margin: 40px 0 0 0;
                            list-style: none;
                        }
                        
                        .our-team .social li {
                            display: inline-block;
                        }
                        
                        .our-team .social li a {
                            display: inline-block;
                            width: 35px;
                            height: 35px;
                            line-height: 35px;
                            border-radius: 50%;
                            border: 1px solid #fff;
                            font-size: 18px;
                            color: #fff;
                            margin: 0 7px;
                            transition: all 0.5s ease 0s;
                        }
                        
                        .our-team .social li a:hover {
                            background: #fff;
                            color: #00bed3;
                        }
                        
                        @media only screen and (max-width: 990px) {
                            .our-team {
                                margin-bottom: 30px;
                            }
                        }
                        
                        .text_align_center {
                            text-align: center;
                        }
                        
                        .margin-top_20 {
                            margin-top: 20px;
                        }
                        
                        .margin-top_30 {
                            margin-top: 30px;
                        }
                        
                        .margin-bottom_30 {
                            margin-bottom: 30px;
                        }
                        
                        #demo {
                            margin-bottom: 20px;
                        }
                        
                        ul.social_icon li a {
                            width: 35px;
                            height: 35px;
                            background: rgba(16, 75, 236, 0.801);
                            float: left;
                            border-radius: 100%;
                            text-align: center;
                            font-size: 16px;
                        }
                        
                        ul.social_icon li i {
                            color: rgb(255, 255, 255) !important;
                            line-height: 35px;
                        }
                        
                        ul.social_icon li {
                            float: left;
                            margin: 0 5px;
                        }
                        
                        @media (min-width: 992px) and (max-width: 1190px) {
                            .social_icon {
                                margin-bottom: 30px;
                            }
                            .top-header .navbar .navbar-collapse ul li a {
                                padding: 7px 15px;
                            }
                            .team_member_img .social_icon_team {
                                top: 0;
                                left: 0;
                                width: 300px;
                                height: 100%;
                            }
                        }
                        /* only small tablets */
                        
                        @media (min-width: 768px) and (max-width: 991px) {
                            .carousel a.carousel-control-prev {
                                left: 20px;
                            }
                            .carousel a.carousel-control-next {
                                right: 20px;
                            }
                            .team_member_img img {
                                border: solid #ece9e2 10px;
                                border-radius: 100%;
                                width: 210px;
                                height: 210px;
                            }
                            .team_member_img .social_icon_team {
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                            }
                            #team_slider p {
                                padding: 0;
                            }
                            .social_icon {
                                margin-bottom: 30px;
                            }
                        }
                        /* mobile or only mobile */
                        
                        @media (max-width: 767px) {
                            .team_member_img img {
                                border: solid #ece9e2 20px;
                                border-radius: 100%;
                                width: 280px;
                                height: 280px;
                            }
                            .team_member_img.text_align_center {
                                width: 280px;
                                margin: 0 auto;
                                display: flex;
                                justify-content: center;
                                float: none;
                            }
                            .bottom_menu {
                                float: right;
                                width: 100%;
                                justify-content: center;
                                display: flex;
                            }
                            .carousel a.carousel-control-prev {
                                left: 20px;
                            }
                            .carousel a.carousel-control-next {
                                right: 20px;
                            }
                            .footer_blog {
                                margin-top: 25px;
                            }
                            .team_member_img .social_icon_team {
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 280px;
                                height: 280px;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                border-radius: 100%;
                                background: rgba(0, 0, 0, 0.7);
                                opacity: 0;
                                transition: ease all 0.2s;
                            }
                            .com-container .row {
                                display: inline;
                            }
                        }
                        /* Our Journey */
                        
                        .about-content {
                            background-color: white;
                            background-repeat: no-repeat;
                            background-size: cover;
                            height: auto;
                            width: 100%;
                        }
                        
                        .Our-Journy {
                            height: auto;
                            width: 100%;
                            background-color: transparent;
                        }
                        
                        .round-yr {
                            border-radius: 50%;
                            background-color: #BB252A;
                            width: 100px;
                            height: 100px;
                            position: absolute;
                            display: flex;
                            /* margin-top: 10px; */
                        }
                        
                        .round-yr h1 {
                            font-size: 25px;
                            font-weight: bold;
                            position: absolute;
                            top: 50%;
                            left: 0;
                            right: 0;
                            display: flex;
                            justify-content: space-around;
                            width: 100%;
                            line-height: 0;
                            color: rgb(255, 255, 255);
                        }
                        
                        .progress-line {
                            position: absolute;
                            width: 20px;
                            height: 191%;
                            background-color: #BB252A;
                            margin-left: 14.5%;
                            margin-top: 70px;
                        }
                        
                        .testing p {
                            text-align: justify;
                        }
                        /* ===Page Header== */
                        
                        .Page_header {
                            height: 100vh;
                            position: relative;
                            width: 100%;
                            display: flex;
                            justify-content: center;
                            background-size: cover;
                        }
                        
                        .Page_header .container {
                            position: absolute;
                            /* top: 25%; */
                            text-align: center;
                            width: 100%;
                        }
                        
                        .Page_header .container h1 {
                            text-align: center;
                            color: white;
                            font-size: 2.2rem;
                            font-weight: 600;
                            text-transform: uppercase;
                            line-height: inherit;
                            margin-bottom: 30px;
                            font-family: "Open Sans", sans-serif;
                        }
                        
                        .Page_header .container h1 span {
                            font-size: 1rem;
                            font-weight: 100;
                            background-color: #BB252A;
                            padding: 5px 20px;
                            border-radius: 25px;
                            line-height: 5;
                            font-family: "Open Sans", sans-serif;
                        }
                        
                        .Page_header .container p {
                            font-size: 1rem;
                            color: white;
                            font-family: "Open Sans", sans-serif;
                        }
                        
                        @media (max-width: 767px) {
                            .Page_header .container h1 {
                                text-align: center;
                                color: white;
                                font-size: 1.8rem;
                                font-weight: 600;
                                text-transform: uppercase;
                            }
                        }
                        
                        .header-conent {
                            width: 60%;
                        }
                        
                        .Page_header .container {
                            display: flex;
                            justify-content: center;
                        }
                        /* ===Page Header== */
                        /* ========Tools and Tech======== */
                        
                        .tools-tech {
                            margin-bottom: 5%;
                        }
                        
                        .tools-tech .container .tool-row-a .tool-col-a {
                            padding: 10px;
                            background-color: #ebebeb;
                            max-width: 40%;
                        }
                        
                        .tools-tech .container .tool-row-a .tool-col-b {
                            padding: 10px;
                            margin-left: 2px;
                            background-color: #ebebeb;
                            max-width: 60%;
                        }
                        
                        .tools-tech .container .tool-row-b .tool-col-a {
                            padding: 10px;
                            background-color: #ebebeb;
                            max-width: 40%;
                            margin-left: 2px;
                        }
                        
                        .tools-tech .container .tool-row-b .tool-col-b {
                            padding: 10px;
                            background-color: #ebebeb;
                            max-width: 60%;
                        }
                        
                        .tools-tech .container .row .col ul li {
                            float: left;
                            padding: 3px 8px;
                            border: 0.5px solid var(--grey-color);
                            margin: 5px 3px;
                            border-radius: 15px;
                            font-size: .8rem;
                        }
                        
                        .tools-tech .container .row .col h3 {
                            font-weight: 600;
                            font-size: 15px;
                            padding-bottom: 2%;
                            color: black;
                        }
                        
                        .list li {
                            font-family: "Open Sans", sans-serif;
                            color: var(--red-color);
                            font-weight: 600;
                        }
                        /* ========Tools and Tech======== */
                        /* ========Our Service======== */
                        
                        .Our-services {
                            padding-bottom: 3%;
                        }
                        
                        .service-overlay p {
                            width: 100% !important;
                            max-width: 100% !important;
                        }
                        
                        #Service-content {
                            width: 100% !important;
                            max-width: 100% !important;
                        }
                        /* ========Our Service======== */
                        /* ==============industries============== */
                        
                        .com-container {
                            width: 100%;
                            position: relative;
                            /* display: flex;
                                justify-content: space-between; */
                        }
                        
                        .container .com-card {
                            position: relative;
                            border-radius: 10px;
                        }
                        
                        .container .com-card .com-icon {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            background: #f00;
                            transition: 0.7s;
                            z-index: 1;
                        }
                        
                        .container .com-card .com-icon {
                            background: #BB252A;
                        }
                        
                        .container .com-card .com-icon .fa {
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            font-size: 80px;
                            transition: 0.7s;
                            color: #fff;
                        }
                        
                        .com-icon i {
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            font-size: 80px;
                            transition: 0.7s;
                            color: #fff;
                        }
                        
                        .container .com-card .com-face {
                            width: 300px;
                            height: 200px;
                            transition: 0.5s;
                        }
                        
                        .container .com-card .com-face.com-face1 {
                            position: relative;
                            background: #333;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            z-index: 1;
                            transform: translateY(100px);
                        }
                        
                        .container .com-card:hover .com-face.com-face1 {
                            background: #ff0057;
                            transform: translateY(0px);
                        }
                        
                        .container .com-card .com-face.com-face1 .com-content {
                            opacity: 1;
                            transition: 0.5s;
                        }
                        
                        .container .com-card:hover .com-face.com-face1 .com-content {
                            opacity: 1;
                        }
                        
                        .container .com-card .com-face.com-face1 .com-content i {
                            max-width: 100px;
                        }
                        
                        .container .com-card .com-face.com-face2 {
                            position: relative;
                            background: #fff;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            padding: 20px;
                            box-sizing: border-box;
                            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
                            transform: translateY(-100px);
                        }
                        
                        .container .com-card:hover .com-face.com-face2 {
                            transform: translateY(0);
                        }
                        
                        .container .com-card .com-face.com-face2 .com-content p {
                            margin: 0;
                            padding: 0;
                            text-align: center;
                            color: #414141;
                        }
                        
                        .container .com-card .com-face.com-face2 .com-content h3 {
                            margin: 0 0 10px 0;
                            padding: 0;
                            color: #fff;
                            font-size: 24px;
                            text-align: center;
                            color: #414141;
                        }
                        
                        .container .com-content a {
                            text-decoration: none;
                            color: #414141;
                        }
                        
                        .com-icon {
                            text-align: center;
                            padding: 50px;
                        }
                        
                        .com-icon img {
                            margin-top: -20%;
                            width: 70%;
                            padding-bottom: 10px;
                        }
                        
                        .com-container .row {
                            justify-content: space-evenly;
                        }
                        
                        .com-container .row .col-sm-6 {
                            max-width: 100%;
                        }
                        
                        .com-face h5 {
                            z-index: 1;
                            position: absolute;
                            bottom: 10%;
                            color: white;
                            font-weight: 400;
                        }
                        /* #model-ind {
                            transform: 1s;
                            animation: com-fadeIn ease 1s;
                            -webkit-animation: fadeIn ease 1s;
                        }
                        
                        @keyframes com-fadeIn {
                            0% {
                                opacity: 0;
                            }
                            100% {
                                opacity: 1;
                            }
                        } */
                        /* ==============industries============== */
                        /* Use case */
                        /* Use case */
                        /* Industry-Details */
                        
                        .industry-content {
                            width: 100%;
                            height: 390px;
                            position: relative;
                        }
                        
                        .industry-content .container {
                            position: absolute;
                            width: 100%;
                            height: 100%;
                            padding: 5% 10%;
                            max-width: 1400px;
                        }
                        
                        .industry-content .container .row .col {
                            display: flex;
                            justify-content: center;
                        }
                        
                        .industry-content .container .row .col p {
                            text-align: justify;
                            font-size: 15px;
                            margin-top: 2%;
                        }
                        
                        .industry-content .container .row .col h3 {
                            font-weight: 700;
                            font-size: 25px;
                            color: var(--red-color);
                        }
                        
                        .industry-content .container .row .col-content {
                            /* padding-left: 5rem !important; */
                            /* background-color: #f7f7f7; */
                            position: relative;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            display: inline-block;
                            vertical-align: top;
                            /* height: 100vh; */
                            /* max-width: 30%; */
                        }
                        
                        .industry-content .container .row .col-content div {
                            position: absolute;
                            left: 15%;
                            /* -webkit-transform: translateY(-50%); */
                            /* transform: translateY(-50%); */
                            width: 80%;
                            /* padding: 120px 20px 120px 0; */
                            /* opacity: 0; */
                            pointer-events: none;
                            /* transition: all ease 0.3s; */
                        }
                        
                        .industry-content .container .row .col h1 {
                            color: rgb(80, 80, 80);
                        }
                        /* Industry-Details */
                        /* Image-model for zoom */
                        
                        .industry-content .container .row .col img {
                            cursor: zoom-in;
                        }
                        
                        .Zimage-model {
                            width: 100%;
                            height: 100vh;
                            position: fixed;
                            /* top: 20%; */
                            z-index: 10000;
                            display: none;
                            justify-content: space-around;
                            background-color: rgba(0, 0, 0, 0.8);
                        }
                        
                        .img-container {
                            padding: 2%;
                            width: 80%;
                            height: 85%;
                            background-color: white;
                            position: absolute;
                            top: 10%;
                            overflow-y: scroll;
                            /* padding-bottom: 20px; */
                            /* border-radius: 15px; */
                        }
                        
                        .img-container.active {
                            opacity: 1;
                            transform: scale(1);
                            animation: fadein 0.6s
                        }
                        
                        @keyframes fadein {
                            0% {
                                opacity: 0.2;
                                transform: scale(0.5);
                            }
                            100% {
                                opacity: 1;
                                transform: scale(1);
                            }
                        }
                        
                        .img-container img {
                            /* border: 1px solid; */
                        }
                        
                        .para_3,
                        .para_2,
                        .para_1 {
                            cursor: zoom-in;
                        }
                        /* Image-model for zoom */