@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    /* font-size: 62.5%; */
    /* font-size:15px; */
}


/* buttons  */
.btn_primary {
    background: #01B3FD;
    color: black;
    fill: black;
    border: none;
    outline: none;
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
    transition: 0.25s;
    user-select: none;
}

.btn_primary:hover {
    background: #06a5e9;
}

.btn_dark {
    background: #121212;
    color: #fafafa;
    fill: #fafafa;
    border: none;
    outline: none;
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
    transition: 0.25s;
    user-select: none;
}

.btn_dark:hover {
    background: #000000;
    color: #ffffff;
    fill: #ffffff;
}

/* fonts  */
.fs_6 {
    font-size: 0.95rem;
}

.fs_7 {
    font-size: 0.9rem;
}

.fw-semibold {
    font-weight: 600 !important;
}

/* text  */
.text_light_em {
    color: #fafafaec;
}

/* -----------------navbar--------- */
/* Navbar section */
nav {
    background-color: rgb(242, 243, 248);
    box-shadow: 0 3px 10px rgba(204, 204, 204, 0.5);
    position: sticky;
    top: 0;
    line-height: 30px;
    transition: background-color 250ms linear;
    width: 100%;
    z-index: 999;
    text-align: center;
    box-shadow: inset 0px 0px 50px 27px rgb(255, 255, 255);
    width: 100%;
    /* height: 75px; */
    position: fixed;
}

nav ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    /* line-height: 50px; */
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .main_list {
    /* height: 65px; */
    float: right;
}

nav .main_list ul {
    width: 100%;
    /* height: 65px; */
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav div.main_list ul li {
    width: auto;
    /* height: 65px; */
    padding: 0;
    /* padding-right: 3rem; */
}

nav div.main_list ul li a {
    text-decoration: none;
    color: rgb(6, 1, 1);
    /* line-height: 65px; */
    font-size: 0.95rem;
}

.nav div.main_list ul li a:hover {
    color: #0b0000;
}

.navTrigger {
    display: none;
    /* background-color: #000; */
}

.affix.main_list ul li a {
    color: #ebebeb;

}

.affix {
    padding: 0;
    background-color: rgb(255, 255, 255) !important;
    /* box-shadow:inset 0px 2px 50px 10px rgb(4, 5, 15); */


}

.nav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 9;
}






/* ----------------------------index-page------------------------ */


#video_header {
    height: 700px;
    width: auto;
}

#video_header video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#video_header .content {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    background: linear-gradient(to top, #00000059, #00000015);
}

.videos1:hover {
    transition: 3s;
    box-shadow: 0px 10px 30px 5px rgb(71, 71, 71);
}

#chart {
    height: 440px;
    width: 90%;
    margin: 50px auto;
}

.banner1 {
    width: 100%;
    min-height: 60vh;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.253), rgba(0, 0, 0, 0.329)),
        url('../img/ai-powered-system.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bannerr {
    width: 100%;
    min-height: 70vh;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.387), rgba(0, 0, 0, 0.398)),
        url('../img/inventory-safety.png');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.banner4>h1 {
    font-size: 4.6em;
    font-weight: 800;
    color: #fff;
    text-shadow: 4px 4px 30px rgba(0, 0, 0, 0.8);
}

div.banner4>h2 {
    color: #fff;
    letter-spacing: 2px;
}


.banner {
    display: grid;
    grid-template-columns: 1fr 0.25fr 1.25fr;
    position: relative;
    box-shadow: 0 0.5vw #25719c, 0 1vw #bce9e5;
}

.banner-shape,
.banner-text {
    grid-column: 1/3;
    grid-row: 1/-1;
}

.banner-shape {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.63), black),
        url(../img/blue-abstract-bg-for-banner.jpg) no-repeat center;
    background-size: cover;
    color: white;
    clip-path: polygon(0 0, 100% 0%, 80% 84%, 86% 100%, 0 100%);
    transition: 0.1s ease;
}

.banner-shape.white {
    background: rgb(255 240 255 / .65);
    transform: translate(2.2%, 0px);
}

.banner-shape.green {
    background: green;
    opacity: 0.3;
    transform: translate(2.6%, 0px);
}

.banner-text {
    color: #fff;
    z-index: 2;
    font-size: 125%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 15%;
}

/* .banner-text h2 {
  line-height: 0.95;
  font-weight: 600;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  -webkit-text-stroke-width: 1px;
  text-shadow: 0px 0px 10px rgba(245, 252, 255, 0.688);
  text-transform: uppercase;
  color: transparent;
} */

.banner-text h1 span {
    display: block;
}

.videoWrapper {
    grid-column: 2/4;
    grid-row: 1/-1;
    background: url();
    background-size: cover;
    background-position: 35% 50%;
}

.videoWrapper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 35% 90%;
}

.banner-btn {
    display: inline-block;
    background: #00853e;
    background: linear-gradient(#0ea23f, #00853e);
    text-shadow: -1px -1px rgba(4, 33, 34, 0.65);
    color: white;
    font-size: 1em;
    padding: 0.4em 0.75em;
    border-radius: 2em;
    text-decoration: none;
    line-height: 1.15;
    position: absolute;
    bottom: -9%;
    z-index: 2;
    box-shadow: 0 2px #155030, inset 0 8px 8px rgba(255, 252, 183, 0.2);
    transition: 0.1s cubic-bezier(.23, 1, .32, 1);
}

.banner-btn:hover {
    transform: translateY(-1px) scale(1.01);
    filter: brightness(1.05) saturate(1.1);
    box-shadow: 0 6px 0 -2px #155030, inset 0 8px 8px rgba(255, 252, 183, 0.3);
}

@media(max-width:540px) {
    .banner {
        grid-template-rows: 0.78fr 0.12fr 1fr;
        grid-template-columns: 1fr;
    }

    .banner-shape,
    .banner-text {
        grid-row: 2/4;
    }

    .banner-shape {
        clip-path: polygon(0% 0%, 14% 10%, 100% 0, 100% 100%, 0 100%);
    }

    .banner-shape.white {
        transform: translate(0px, -8px);
    }

    .banner-shape.green {
        transform: translate(0px, -10px);
    }

    .banner-text {
        color: #fff;
        z-index: 2;
        font-size: 125%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-right: 15%;
    }

    .videoWrapper {
        grid-column: 1/-1;
        grid-row: 1/3;
    }
}

/* IE Fallback */
@media all and (-ms-high-contrast:none) {
    .banner {
        display: flex;
    }

    .banner-text {
        background: linear-gradient(#01527b, #01233a);
        order: -1;
        flex: 2.5 1 40%;
    }

    .videoWrapper {
        flex: 3 2 auto;
    }
}

.shad {
    color: rgb(0, 195, 255);
    -webkit-text-stroke-color: rgb(3, 171, 255);
    -webkit-text-stroke-width: 1px;
    text-shadow: 0px 0px 10px rgba(15, 16, 16, 0.977);
}

.shad-h2 {
    color: white;
    -webkit-text-stroke-color: rgb(0, 0, 0);
    -webkit-text-stroke-width: 1px;
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
}

.blog_image {
    height: 200px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    .blog_image {
        height: 250px !important;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 992px) {
    .blog_image {
        height: 250px !important;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1200px) {
    .blog-posts-row {
        display: block;
    }

    .blog-items {
        width: 100% !important;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 350px) {
    .blog_image {
        height: 150px !important;
    }
}

/* BLog-image------ */

.blog-image1 {
    transition: all 1s ease-in;
}

.blog_image1:hover {
    transition: transform 1s ease-in;
    transform: scale(1.1);
}

/* ----start--- */

.sec_img {
    height: 100%;
    position: relative;
    transition: transform 2s ease-in;
    overflow: hidden;
    border: 4px solid rgb(255, 255, 255);
}

.sec-img-1 {
    transition: transform 0.7s ease-in;
}

.sec-img-1:hover {
    transform: scale(1.15);
}

/* .sec_img:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
  content: "";
  transform:translateY(-100%);
  font-size: 35px;
  color:#fff;
  font-weight: 600;
 display: block;
  background-color: rgba(0, 0, 0, 0.21);
  z-index: 1;
  display:flex;
  justify-content: center;
  align-items: center;
 font-family: sans-serif;
  transition: transform .4s ease-in;
  border:4px solid white;
  justify-content: center;
  box-sizing: border-box;
}

.sec_img:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
  content: "";
  transform:translateY(100%);
  font-size: 25px;
  color:#fff;
 display: block;
  background-color:  rgba(0, 0, 0, 0.21);
  z-index: 1;
  display:flex;
  justify-content: center;
  align-items: center;
 font-family: sans-serif;
  transition: transform .4s ease-in;
  border:4px solid white;
  justify-content: center;
  box-sizing: border-box;
}
.sec_img:hover::before{
transform: translateY(0%);

}
.sec_img:hover::after{
  transform: translateY(0%);

 } */

/* ------------------------------end=---------------- */



/* ----------------technology-page----------------- */
/* ----------services-card------------ */
.fa-spin-fast {
    -webkit-animation: fa-spin-fast .8s infinite linear;
    animation: fa-spin-fast .8s infinite linear;
}

@-webkit-keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.material-card {
    position: relative;
    height: 0;
    padding-bottom: calc(100% - 16px);
    margin-bottom: 6.6em;
    transition: 0.3s;
}

.material-card:hover {
    scale: 1.03;
}

.material-card h2 {
    position: absolute;
    top: calc(100% - 16px);
    left: 0;
    width: 100%;
    padding: 10px 16px;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 0;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card h2 span {
    display: block;
}

.material-card h2 strong {
    font-weight: 400;
    display: block;
    font-size: 0.8em;
}

.material-card h2:before,
.material-card h2:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: -16px;
    width: 0;
    border: 8px solid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card h2:after {
    top: auto;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .material-card.mc-active {
        padding-bottom: 0;
        height: auto;
    }
}

.material-card.mc-active h2 {
    top: 0;
    padding: 10px 16px 10px 90px;
}

.material-card.mc-active h2:before {
    top: 0;
}

.material-card.mc-active h2:after {
    bottom: -16px;
}

.material-card .mc-content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 16px;
    left: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card .mc-btn-action {
    position: absolute;
    right: 16px;
    top: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid;
    width: 54px;
    height: 54px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card.mc-active .mc-btn-action {
    top: 62px;
}

.material-card .mc-description {
    position: absolute;
    top: 100%;
    right: 30px;
    left: 30px;
    bottom: 54px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

.material-card .mc-footer {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card .mc-footer h4 {
    position: absolute;
    top: 200px;
    left: 30px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    transition: all 1.4s;
}

.material-card .mc-footer a {
    display: block;
    float: left;
    position: relative;
    width: 52px;
    height: 52px;
    margin-left: 5px;
    margin-bottom: 15px;
    font-size: 28px;
    color: #fff;
    line-height: 52px;
    text-decoration: none;
    top: 200px;
}

.material-card .img-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card.mc-active .img-container {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 12px;
    width: 60px;
    height: 60px;
    z-index: 3;
}

.material-card.mc-active .mc-content {
    padding-top: 5.6em;
}

@media screen and (max-width: 767px) {
    .material-card.mc-active .mc-content {
        position: relative;
        margin-right: 16px;
    }
}

.material-card.mc-active .mc-description {
    top: 50px;
    padding-top: 5.6em;
    opacity: 1;
    filter: alpha(opacity=100);
}

@media screen and (max-width: 767px) {
    .material-card.mc-active .mc-description {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        padding: 50px 30px 70px 30px;
        bottom: 0;
    }
}

.material-card.mc-active .mc-footer {
    overflow: visible;
    position: absolute;
    top: calc(100% - 16px);
    left: 16px;
    right: 0;
    height: 82px;
    padding-top: 15px;
    padding-left: 25px;
}

.material-card.mc-active .mc-footer a {
    top: 0;
}

.material-card.mc-active .mc-footer h4 {
    top: -32px;
}

.material-card.Red h2 {
    background-color: #009fd9;
}

.material-card.Red h2:after {
    border-top-color: #009fd9;
    border-right-color: #009fd9;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Red h2:before {
    border-top-color: transparent;
    border-right-color: #004e76;
    border-bottom-color: #004e76;
    border-left-color: transparent;
}

.material-card.Red.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #009fd9;
    border-bottom-color: #009fd9;
    border-left-color: transparent;
}

.material-card.Red.mc-active h2:after {
    border-top-color: #004e76;
    border-right-color: #004e76;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Red .mc-btn-action {
    background-color: #009fd9;
}

.material-card.Red .mc-btn-action:hover {
    background-color: #0093dc;
}

.material-card.Red .mc-footer h4 {
    color: #003550;
}

.material-card.Red .mc-footer a {
    background-color: #003550;
}

.material-card.Red.mc-active .mc-content {
    background-color: #d9d9d9;
}

.material-card.Red.mc-active .mc-footer {
    background-color: #009fd9;
}

.material-card.Red.mc-active .mc-btn-action {
    border-color: #d9d9d9;
}

#read-more-btn {
    background: #009fd9;
    border: 2px solid #ffffff78;
    color: #ffffff;
    border-radius: 5px;
    transition: 0.3s;
}

#read-more-btn:hover {
    scale: 1.05;
    background: #009fd9;
    box-shadow: 0px 0px 3px 1px rgba(255, 255, 255, 0.38);
}

#service-cards-section {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.808), rgba(0, 0, 0, 0)),
        url('../videos/tech-bg.gif') no-repeat center fixed;
    background-size: cover;
}

#about-heading {
    font-size: 340%;
    color: transparent;
    -webkit-text-stroke: #00d9ff;
    -webkit-text-stroke-width: 1.2px;
    text-shadow: 0px 0px 20px #00d0f5de;
}

#more-cards-btn {
    background-color: #00ddff;
    color: #000;
    font-weight: 600;
}

#less-cards-btn {
    background-color: #00ddff;
    color: #000;
    font-weight: 600;
}

.show-less-btn {
    display: none;
}

.more-cards {
    display: none;
}


.image-compare {
    height: auto;
}

.image-compare h2 {
    font-size: 340%;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.985);
}

/* IMAGE-CSS  */

.compare {
    max-width: 100%;
}

.cd-image-container {
    position: relative;
    width: 100%;
    max-width: 768px;
}

.cd-image-container img {
    display: block;
}

.cd-image-label {
    position: absolute;
    font-weight: 500;
    letter-spacing: 1px;
    top: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}

.cd-image-label.is-hidden {
    visibility: hidden;
}

.is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
}

.cd-resize-img .cd-image-label {
    right: auto;
    left: 0;
}

.is-visible .cd-resize-img {
    width: 50%;
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

@-moz-keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

@keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

.cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    background: #000000 url("https://images.clickfunnels.com/09/a714400d3211e7a0bd7d7140585054/cd-arrows.svg") no-repeat center center;
    cursor: move;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
}

.cd-handle.draggable {
    background-color: #445b7c;
}

.is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

.image-compare-para p {
    font-size: 105%;
}

/* -------end------ */
/* ---------end--------- */

/* ----------------------about-us --------------------- */

div.banner {
    width: 100%;
    min-height: 80vh;
    background-image: url(https://s.yimg.com/ny/api/res/1.2/mBwKRmkpabScZfY5jh8SlQ--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD01MjY-/https://media.zenfs.com/en/globenewswire.com/c4330b56d16e0007abee1325a5fb53e9);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.banner>h1 {
    font-size: 4.6em;
    font-weight: 800;
    color: #fff;
    text-shadow: 4px 4px 30px rgba(0, 0, 0, 0.8);
}

div.banner>h2 {
    color: #fff;
    font-size: 1.8em;
    letter-spacing: 2px;
}

div.content-area {
    width: 100%;
    min-height: 20vh;
}

.video-sec {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 15;
    overflow: hidden;
}


/* -----------------------about-us-end---------------- */

/* -------------------career-carosal-slider--------------- */
.testimonial-slider {
    background: url(../videos/testimontal-bg.gif) no-repeat center fixed;
    background-size: cover;
    padding: 3em 2em;
}

.testimonial-title {
    color: rgb(255, 255, 255);
}

.testimonial-title h2 {
    padding-left: 0.2em;
}

.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    height: 100%;
    border-radius: 140px 47px 20px 20px;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #ffffff63;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 50%;
        display: block;
    }

    .carousel-inner {
        display: flex;
    }
}

@media (min-width: 768px) {
    .carousel-inner {
        padding: 1em;
    }

    .carousel-control-prev,
    .carousel-control-next {
        opacity: 1;
        position: absolute;
        left: 1em;
        top: 90%;
        transform: translateY(-50%);
    }

    .carousel-control-next {
        left: 5em;
    }
}

.card-img {

    border-radius: 20px 47px 20px 28px;

}

/* -----------------end------------- */

/* ----------------index-main-slider=-------------- */
.slide {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 150vmax;
    transform: translate(-50%, -50%);
    transition: -webkit-clip-path 0s 0.91s;
    transition: clip-path 0s 0.91s;
    transition: clip-path 0s 0.91s, -webkit-clip-path 0s 0.91s;
    -webkit-clip-path: circle(30px at 120vw 50%);
    clip-path: circle(30px at 120vw 50%);
}


.slider {
    position: relative;
    height: 100vh;
}

.slider__slides {
    z-index: 1;
    position: relative;
    height: 100%;
}

.slider__control {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 21px 100px rgba(255, 255, 255, 0.519);
    transition: background-color 0.3s;
    cursor: pointer;
}

.slider__control--right {
    left: 95%;
}

.slider__control:hover {
    background-color: #fbfbfb;
}

.slider__control-line {
    position: absolute;
    left: 23px;
    top: 50%;
    width: 3px;
    height: 14px;
    transform-origin: 50% 0;
    transform: rotate(-45deg);
}

.slider__control-line:nth-child(2) {
    transform: translateY(1px) rotate(-135deg);
}

.slider__control--right .slider__control-line {
    left: 37px;
    transform-origin: 1px 0;
    transform: rotate(45deg);
}

.slider__control--right .slider__control-line:nth-child(2) {
    transform: translateY(1px) rotate(135deg);
}

.slider__control-line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #061fff;
    transition: background-color 0.3s;
}

.slider__control:hover .slider__control-line:after {
    background-color: #060101;
}

.slider__control.a--rotation .slider__control-line:after {
    -webkit-animation: arrowLineRotation 0.49s;
    animation: arrowLineRotation 0.49s;
}

.slider__control.a--rotation .slider__control-line:nth-child(1):after {
    -webkit-animation: arrowLineRotationRev 0.49s;
    animation: arrowLineRotationRev 0.49s;
}

/* -----------end--------------- */
/* -----------------index-carosal-slider------------ */

.slide.s--prev {
    -webkit-clip-path: circle(30px at 30vw 50%);
    clip-path: circle(30px at 30vw 50%);
}

.slide.s--active {
    z-index: 1;
    transition: -webkit-clip-path 1.3s;
    transition: clip-path 1.3s;
    transition: clip-path 1.3s, -webkit-clip-path 1.3s;
    -webkit-clip-path: circle(120vmax at 120vw 50%);
    clip-path: circle(100% at 120vw 50%);
}

.slide.s--active.s--active-prev {
    -webkit-clip-path: circle(120vmax at 30vw 50%);
    clip-path: circle(120vmax at 30vw 50%);
}

.slide:nth-child(1) .slide__inner {
    background-image: url("/img/index-slider.jpg");
}

.slide:nth-child(2) .slide__inner {
    background-image: url("/img/index-slider1.webp");
}

.slide:nth-child(3) .slide__inner {
    background-image: url("/img/index-slider2.avif");
}

.slide:nth-child(4) .slide__inner {
    background-image: url("/img/index-slider3.png");
}

.slide:nth-child(5) .slide__inner {
    background-image: url("/img/index-slider4.jpg");
}

.slide__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    margin-left: -50vw;
    margin-top: -50vh;
    background-size: cover;
    background-position: center center;
}

.slide__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.slide__content {
    position: absolute;
    left: 5%;
    top: 50%;
    margin-left: -30px;
    margin-top: 48px;
    max-width: 480px;
    color: #fff;
}

.slide__heading {
    margin-bottom: 20px;
    font-size: 60px;
}

.slide__text {
    font-size: 25px;
}

.slide__text a {
    color: inherit;
}

.pra-text {
    padding-left: 10%;
    padding-top: 5%;
    font-size: 33px;
    font-weight: bold;
}

.pra-text1 {
    padding-left: 10%;
    /* padding-top: 5%; */
}

.pra-text2 {
    margin-left: 10%;
    /* margin-top: 2%; */
}

/* ----------------------end--------------- */

/* -----------foter-------------- */

:root {
    --white: #FFF;
    --black: #000;
    --dark: #1E1E1E;
    --gray: rgba(1, 1, 1, 0.6);
    --lite: rgba(255, 255, 255, 0.6);
    --primary: #00172d;
    --secondary: #fdc632;
}


/***************************
          DEFAULT
****************************/




a,
button {
    transition: 0.5s;
}

a {
    font-size: 14px;
}


a,
button,
input,
textarea,
select {
    outline: none !important;
}

fieldset {
    border: 0;
}

.title {
    color: var(--primary);
}

.flex,
.fixed_flex {
    display: flex;
}

.flex-content {
    width: 100%;
    position: relative;
}

.padding_1x {
    padding: 1rem;
}

.padding_2x {
    padding: 2rem;
}

.padding_3x {
    padding: 3rem;
}

.padding_4x {
    padding: 4rem;
}

.btn {
    padding: 0.8rem 2rem;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.btn_1 {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: var(--secondary);
}

.btn_1:hover {
    background-color: transparent;
    color: var(--primary);
}

.btn_2 {
    border: 1px solid var(--secondary);
    background-color: #047bf2;
    color: var(--primary);
}

.btn_2:hover {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    /* color:var(--secondary); */
}

@media (max-width:920px) {
    .flex {
        flex-wrap: wrap;
    }

    .padding_1x,
    .padding_2x,
    .padding_3x,
    .padding_4x {
        padding: 1rem;
    }

    .btn {
        padding: 0.5rem 1rem;
    }

    a,
    p {
        font-size: 12px;
    }
}

/***************************
             FOOTER
****************************/
footer {
    background-color: var(--primary);
    color: var(--lite);
}

footer h3 {
    color: var(--white);
    margin-bottom: 1.5rem;
}

footer a {
    color: var(--lite);
    display: block;
    margin: 15px 0;
}

footer a:hover {
    color: var(--white);
}

footer fieldset {
    padding: 0;
}

footer fieldset input {
    background-color: #334f6c;
    border: 0;
    color: var(--lite);
    padding: 1rem;
}

footer fieldset .btn {
    border-radius: 0;
    border: 0;
}

footer fieldset .btn_2:hover {
    background-color: var(--secondary);
    border: 0;
    color: var(--primary);
}

footer .flex:last-child {
    align-items: center;
}

footer .flex:last-child .flex-content:last-child {
    text-align: right;
}

footer .flex:last-child p {
    color: var(--white);
}

footer .flex:last-child a {
    display: inline-flex;
    color: var(--white);
    padding: 0.5rem;
    margin-right: 3px;
    text-align: center;
}

@media (max-width:1100px) {
    footer .flex:first-child {
        flex-wrap: wrap;
    }

    footer .flex:first-child .flex-content {
        flex: 1 1 40%;
    }
}

@media (max-width:920px) {
    footer .flex:last-child .flex-content:last-child {
        text-align: left;
    }
}

@media (max-width:320px) {
    footer .flex:first-child .flex-content {
        flex: 1 1 100%;
    }
}

/* -----------end------------- */

/* ------------------index-wrpper------------ */

.wrapper1 {
    display: flex;
    align-items: center;
    width: 100%;
}

.quote-row {
    margin: auto;
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    z-index: 1;
}

.quote-column {
    position: absolute;
    padding: 0 !important;
    overflow: hidden;
    transition-property: top, left, right, bottom;
    background: transparent;
    box-shadow: none;
}

.col-active {
    width: 33.33% !important;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
    left: 50% !important;
    bottom: unset !important;
    background: rgb(224, 224, 224);
    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.37);
    overflow: hidden;
    z-index: 1;
}

.col-inner {
    position: relative;
    width: 100%;
    max-width: 130px;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
}

.col-active .col-inner {
    max-width: 100%;
}

.author-meta {
    width: 100%;
    position: relative;
    border: none;
}

.col-active .author-meta {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.432);
}

.image-cover {
    position: absolute;
    width: 100%;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 100%;
    z-index: 1;
    cursor: pointer;
}

.col-active .image-cover {
    position: relative;
    width: 30%;
    max-width: 140px;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 1.3rem 0rem 1.3rem 0rem;
    z-index: 1;
}

.author-info {
    width: 70%;
    float: left;
    padding: 10px;
    overflow: hidden;
    visibility: hidden;
}

.col-active .author-info {
    visibility: visible;
}

.author-info .author-name,
.author-info .person-title {
    transform: translate(-100%, 0%);
    transition: .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.show .author-info .author-name {
    transform: translate(0%, 0%);
}

.show .author-info .person-title {
    transform: translate(0%, 0%);
    transition-delay: .2s;
}

.person-name {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 21.7px;
    color: #000;
    margin: 0;
    margin-bottom: 5px;
}

.person-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.quote-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
    color: #494949;
    padding: 20px 15px;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    z-index: 0;
}

.col-active .quote-wrapper {
    visibility: visible;
}



.box-text-inner {
    width: 400px;
    margin: auto;
    color: #000;
}

.quote-wrapper .quote-symbol {
    font-size: 14vw;
    line-height: 1em;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    transition: 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.quote-wrapper .quote-symbol:first-child {
    left: 0%;
    text-align: right;
}

.quote-wrapper .quote-symbol:last-child {
    right: 0%;
    text-align: left;
}

.show .quote-wrapper .quote-symbol:first-child {
    left: -50%;
}

.show .quote-wrapper .quote-symbol:last-child {
    right: -50%;
}

/*--Arrow--*/
.arrows-wrap {
    position: unset;
}

.arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 80%;
    background-color: #494949;
    cursor: pointer;

}

.left-arrow {
    float: left;
    left: 30px;
    clip-path: polygon(40% 0%, 40% 20%, 100% 33%, 100% 67%, 40% 80%, 40% 100%, 0% 50%);
}

.right-arrow {
    float: right;
    right: 30px;
    clip-path: polygon(0 33%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0 67%);

}

@media (min-width:640px) {
    .col-active {
        width: 75% !important;
        height: unset !important;
        transform: translate(-50%, -50%) !important;
        top: 50% !important;
        left: 50% !important;
    }
}

@media (min-width:840px) {
    .col-active {
        width: 50% !important;
    }
}

@media (min-width:1080px) {
    .col-active {
        width: 33.33% !important;
    }
}

@media (max-width:640px) {

    .quote-column {
        width: 90% !important;
        top: 50%;
        position: absolute;
        opacity: 0;
        transform: translate(-50%, -50%) !important;
        left: 50%;
        height: auto !important;
        z-index: 0;
        transition: .5s all;
    }

    .col-active {
        opacity: 1;
        z-index: 1;
    }

    .col-inner {
        max-width: 100%;
    }

    .author-meta {
        width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.432);
    }

    .image-cover {
        position: relative;
        width: 30%;
        max-width: 140px;
        float: left;
        aspect-ratio: 1/1;
        overflow: hidden;
        border-radius: 1.3rem 0rem 1.3rem 0rem;
        z-index: 1;
    }

    .quote-wrapper {
        visibility: visible;
    }

    .quote-wrapper .quote-symbol {
        font-size: 34vh;
    }

}

/* ------------------end--------------- */

.ptext {
    position: absolute;
    top: 55%;
    text-align: center;
    color: #000;
    font-size: 46px;
    text-transform: uppercase;
}

.stext {
    position: absolute;
    top: 70%;
    text-align: center;
    color: #000;
    font-size: 46px;
    text-transform: uppercase;
    margin-left: 50px;
}

.atext {
    position: absolute;
    top: 50%;
    text-align: center;
    /* color: #000; */
    font-size: 56px;
    text-transform: uppercase;
    margin-left: 130vh;
    color: transparent;
    -webkit-text-stroke: rgb(6, 218, 255);
    -webkit-text-stroke-width: 0.1px;
    text-shadow: 0px -1px 40px rgba(0, 255, 255, 0.995);
}

.news-text {
    position: absolute;
    top: 50%;
    text-align: center;
    /* color: #000; */
    font-size: 46px;
    text-transform: uppercase;
    margin-left: 50px;
    color: transparent;
    -webkit-text-stroke: rgb(6, 218, 255);
    -webkit-text-stroke-width: 0.1px;
    text-shadow: 0px -1px 40px rgba(0, 255, 255, 0.995);
}

.career-text {
    position: absolute;
    top: 27%;

    text-align: center;
    color: rgb(252, 247, 247);
    font-size: 46px;
    text-transform: uppercase;
    margin-left: 50px;
    -webkit-text-stroke-width: 0.1px;
    text-shadow: 0px 5px 0px rgb(53, 127, 224);
}

.index-text {
    color: rgb(252, 247, 247);
    font-size: 56px;
    text-transform: uppercase;
    -webkit-text-stroke-width: 0.1px;
    text-shadow: 0px 5px 0px rgb(4, 16, 237);
}

.tech-text {
    position: absolute;
    top: 50%;
    text-align: center;
    color: rgb(252, 247, 247);
    font-size: 46px;
    text-transform: uppercase;
    margin-left: 50px;
    -webkit-text-stroke-width: 0.1px;
    text-shadow: 0px 5px 0px rgb(53, 127, 224);
}

.atext1 {
    position: absolute;
    top: 40%;
    text-align: center;
    color: #000;
    font-size: 46px;
    text-transform: uppercase;
    margin-left: 12px;
}

.ptext .border.trans {
    background-color: transparent;
    margin-left: 100px;
}


@media(max-width:1200px) {
    .atext1 {
        top: 30% !important;
    }

    .atext {
        top: 45% !important;
    }
}

/* @media(max-width:568px) {

  .pimg1,
  .pimg2,
  .pimg3 {
      background-attachment: scroll;
  }
} */


.wrap a {
    color: #fff;
}

.hover-fx i.h2 {
    margin-bottom: 0 !important;
}

.hover-fx {
    font-size: 36px;
    display: inline-block;
    cursor: pointer;
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    position: relative;
    color: #fff;
    transition: 300ms;
}

.hover-fx:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
    box-shadow: 0 0 0 3px #fff;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 300ms;
}

.hover-fx.hover1:hover {
    background-color: #fff;
    color: #0e6de1;
}

.hover-fx.hover2:hover {
    background-color: #fff;
    color: #df1c53;
}

.hover-fx.hover3:hover {
    background-color: #fff;
    color: #2ed2e1;
}

.hover-fx.hover4:hover {
    background-color: #fff;
    color: #ea0808;
}

.hover-fx:hover:after {
    opacity: 1;
    transform: scale(1.15);
}



/* Home section */

.home {
    width: 100%;
    /* height: 100vh; */
    background-image: url(https://media.istockphoto.com/id/1361855796/photo/abstract-composition-with-connecting-dots-and-lines-and-triangles-blue-background-plexus.jpg?b=1&s=170667a&w=0&k=20&c=39mbMZrzQ1v4yR_ATVGr0lYJTrVRkxKr6fFu4E55KYE=);
    background-position: center top;
    background-size: cover;
}

.information-back {
    /* width: 100%; */
    /* height: 100vh; */
    background-image: url(https://assets.kpmg/is/image/kpmg/blog-blue-net-yellow-dots:cq5dam.web.1200.630);
    background-position: center top;
    background-size: cover;
}

.news-solution {
    width: 100%;
    /* height: 40vh; */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.372), rgba(0, 0, 0, 0.201)),
        url(/img/news-sec.png);
    background-position: center;
    background-size: cover;
}

.pimg {
    width: 100%;
    height: 100vh;
    background-image: url(/img/index-card-slide.jpeg);
    background-position: center top;
    background-size: cover;
}

.info {
    /* width: 100%; */
    /* height: 100vh; */
    background-image: url(https://broadcom.com/media/blt4ac44e0e6c6d8341/blt476a993c2707b028/62e16f3bd3b8a5700456394e/wwwBlog_dc_Networking_1170x600.jpg);
    background-position: center top;
    background-size: cover;
}

/* .info{
    width: auto;
    height: auto;
  opacity: 0.9;
} */
.news {
    /* width: 100%; */
    height: 100vh;
    background-image: url(/img/news-header.jpg);
    background-position: center top;
    background-size: cover;
}

.cities {
    /* width: 100%; */
    /* height: 20vh; */
    background-image: url(https://youmatter.world/app/uploads/sites/2/2019/11/tech-planet.jpg);
    background-position: center top;
    background-size: cover;
}

.contact-us {
    width: 100%;
    height: 80vh;
    background-image: url(https://cdn.majorel.com/wp-content/uploads/2019/02/01135532/AdobeStock_242252312_cropped.jpg);
    background-position: top;
    background-size: cover;
}

.about-us {
    /* width: 100%; */
    height: 100vh;
    background-image: url(https://www.simplilearn.com/ice9/free_resources_article_thumb/Artificial-Intelligence-and-Machine-Learning-Technologies.jpg);
    background-position: center top;
    background-size: cover;
}

.career-img {
    /* width: 100%; */
    height: 100vh;
    background-image: url(https://www.sheknows.com/wp-content/uploads/2019/07/facial-recognition-software-kids-schools-camps.jpg);
    background-position: center top;
    background-size: cover;
    background-color: #000;
    opacity: 0.9;
}

.tech-img {
    /* width: 100%; */
    height: 100vh;
    background-image: url(https://www.alastyr.com/blog/wp-content/uploads/2020/09/teknoloji-nedir-teknolojik-gelismeler-nelerdir.jpg);
    background-position: center top;
    background-size: cover;
    background-color: #000;
    opacity: 0.9;
}

.hero-image {
    /* width: 100%; */
    height: 100vh;
    background-image: url(https://img.freepik.com/premium-photo/cloud-computing-technology-online-data-storage-business-network-concept_31965-6440.jpg?size=626&ext=jpg&uid=R90564985&ga=GA1.1.1992822818.1674804213&semt=sph);
    background-position: center top;
    background-size: cover;
}

.one-file {
    /* width: 100%; */
    height: 100vh;
    background-image: url(https://i0.wp.com/calmatters.org/wp-content/uploads/2020/08/surveillance-camera.jpg?fit=2204%2C1300&ssl=1);
    background-position: center top;
    background-size: cover;
}

.home3 {
    background-image: url(https://www.nsogroup.com/wp-content/uploads/2019/07/bg-1.jpg);
    background-position: bottom;
    background-size: cover;
}

.home2 {
    background-image: url(/img/bg-2.jpg);
    background-position: center top;
    margin-top: 0px;
    background-size: cover;
}

.sect1 {
    background-image: url(/img/about-us-back.jpeg);
    background-position: center top;
    margin-top: 0px;
    background-size: cover;
}

.sect3 {
    background-image: url(https://cdn.wallpapersafari.com/35/76/VUfMgi.jpg);
    background-position: center top;
    margin-top: 0px;
    background-size: cover;
}

.sect2 {

    background-position: center top;
    margin-top: 0px;
    background-size: cover;
}


.nav {
    padding-top: 0px !important;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.parallel {
    width: 100%;
    background-image: url(../img/about-us-ready.jpg);
    background-position: center top;
    margin-top: 0px;
    background-size: cover;
    position: relative;
}

@media screen and (max-width:1300px) {
    .navTrigger {
        display: block;

    }

    nav div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }

    nav div.show_list {
        height: auto;
        display: none;
    }

    nav div.main_list ul {
        flex-direction: column;
        width: 100%;
        height: 100%;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .nav div.main_list ul li {
        width: 100%;
        text-align: right;
    }

    .nav div.main_list ul li a {
        text-align: center;
        width: 100%;
        font-size: 3rem;
        padding: 20px;
    }

    .nav div.media_button {
        display: block;
    }
}


/* Animation */
/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */


.navTrigger {
    cursor: pointer;
    width: 40px;
    height: 30px;
}

.navTrigger i {
    background-color: #0a0303;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}


/* .head-text{
  margin-left: 15px;
} */
/* .News-text{
  margin-left: 15px;
} */
.News-text1 {
    margin-left: 15px;
}

.head-line {
    margin-left: 15px;
}

/* .line::after{
  border-bottom: 3px solid #12DFFA;
  width: 150px;
} */
/* .head-text {
      position:relative;
      padding:5px 0;
    } */
.head-text:before,
.head-text:after {
    content: "";
    display: block;
    height: 4px;
    width: 20%;
    position: absolute;
    bottom: 0;
    left: 40px;
    background: rgb(234, 9, 182);
    transition: none;

}

.head-text:before {
    background: #eee;
}

.head-text:hover {
    color: var(--btn-color-hover);
}

.head-text:hover:after {
    animation: head-text-slides 1s infinite;
}



/* .News-text:before, .News-text:after {
  content:"";
  display:block;
  height:4px;
  width:60%;
  position:absolute;
  bottom:0;
   left:40px;
   background: aqua;
  transition:none;

}
.News-text:before {background:#eee;}
.News-text:hover {color:var(--btn-color-hover);}
.News-text:hover:after {animation:News-text-slides 1s infinite;} */

.News-text1:before,
.News-text1:after {
    content: "";
    display: block;
    height: 4px;
    width: 20%;
    position: absolute;
    bottom: 0;
    left: 40px;
    background: rgb(255, 0, 149);
    transition: none;

}

.News-text1:before {
    background: #eee;
}

.News-text1:hover {
    color: var(--btn-color-hover);
}

.News-text1:hover:after {
    animation: News-text1-slides 1s infinite;
}

.sect1 {
    position: relative;
    padding: 5px 0;
}

.sect1:before,
.sect1:after {
    content: "";
    display: block;
    height: 4px;
    width: 89%;
    position: absolute;
    bottom: 0;
    left: 0px;
    background: aqua;
    transition: none;

}

.sect1:before {
    background: #eee;
}

.sect1:hover {
    color: var(--btn-color-hover);
}

.sect1:hover:after {
    animation: sect1-slides 1s infinite;
}

.second-sec {
    position: relative;
    padding: 5px 0;
}

.second-sec:before,
.second-sec:after {
    content: "";
    display: block;
    height: 4px;
    width: 95%;
    position: absolute;
    bottom: 0;
    left: 0px;
    background: aqua;
    transition: none;

}

.second-sec:before {
    background: #eee;
}

.second-sec:hover {
    color: var(--btn-color-hover);
}

.second-sec:hover:after {
    animation: second-sec-slides 1s infinite;
}

.news-line {
    position: relative;
    padding: 5px 0;
}

.news-line:before,
.news-line:after {
    content: "";
    display: block;
    height: 4px;
    width: 86%;
    position: absolute;
    bottom: 0;
    left: 40px;
    background: aqua;
    transition: none;

}

.news-line:before {
    background: #eee;
}

.news-line:hover {
    color: var(--btn-color-hover);
}

.news-line:hover:after {
    animation: news-line-slides 1s infinite;
}

.news {
    position: relative;
    padding: 5px 0;
}

.news:before,
.news:after {
    content: "";
    display: block;
    height: 4px;
    width: 95%;
    position: absolute;
    bottom: 0;
    /* left:40px; */
    background: aqua;
    transition: none;

}

.news:before {
    background: #eee;
}

.news:hover {
    color: var(--btn-color-hover);
}

.news:hover:after {
    animation: news-slides 1s infinite;
}


.sect2 {
    position: relative;
    padding: 5px 0;
}

.sect2:before,
.sect2:after {
    content: "";
    display: block;
    height: 4px;
    width: 89%;
    position: absolute;
    bottom: 0;
    left: 0px;
    background: aqua;
    transition: none;

}

.sect2:before {
    background: #eee;
}

.sect2:hover {
    color: var(--btn-color-hover);
}

.sect2:hover:after {
    animation: sect2-slides 1s infinite;
}

.sect4 {
    position: relative;
    /* padding:5px 0; */
}

/* .sect4:before, .sect4:after {
  content:"";
  display:block;
  height:4px;
  width:89%;
  position:absolute;
  bottom:0;
  left:0px;
  background: aqua;
  transition:none;

} */
.sect3 {
    position: relative;
    /* padding:5px 0; */
}

.sect3:before,
.sect3:after {
    content: "";
    display: block;
    height: 4px;
    width: 89%;
    position: absolute;
    bottom: 0;
    left: 0px;
    background: aqua;
    transition: none;

}

.sect3:before {
    background: #eee;
}

.sect3:hover {
    color: var(--btn-color-hover);
}

.sect3:hover:after {
    animation: sect3-slides 1s infinite;
}

.parallel {
    position: relative;
    padding: 5px 0;
}

.parallel:before,
.parallel:after {
    content: "";
    display: block;
    height: 4px;
    width: 86%;
    position: absolute;
    bottom: 0;
    left: 0px;
    background: aqua;
    transition: none;

}

.parallel:before {
    background: #eee;
}

.parallel:hover {
    color: var(--btn-color-hover);
}

.parallel:hover:after {
    animation: parallel-slides 1s infinite;
}

.news-solution {
    position: relative;
    padding: 5px 0;
}

.news-solution:before,
.news-solution:after {
    content: "";
    display: block;
    height: 4px;
    width: 86%;
    position: absolute;
    bottom: 0;
    left: 40px;
    background: aqua;
    transition: none;

}

.news-solution:before {
    background: #eee;
}

.news-solution:hover {
    color: var(--btn-color-hover);
}

.news-solution:hover:after {
    animation: news-solution-slides 1s infinite;
}

/* @keyframes sect1-slides {
0% {width:0%; right:0; left:auto;}
50% {width:0; right:10; left:auto;}
50.1% {width:0; left:10; right:auto;}
100% {width:20%; left:10; right:auto;}
} */
/* .pimg1:before, .pimg1:after {
  content:"";
  display:block;
  height:5px;
  width:100%;
  position:absolute;
  bottom:0;
   left:0px;
   background: aqua;
  transition:none;

}
.pimg1:before {background:#eee;}
.pimg1:hover {color:var(--btn-color-hover);}
.pimg1:hover:after {animation:pimg1-slides 1s infinite;}

@keyframes pimg1-slides {
0% {width:37%; right:10; left:auto;}
50% {width:0; right:10; left:auto;}
50.1% {width:0; left:10; right:auto;}
100% {width:37%; left:10; right:auto;}
}
.pimg:before, .pimg:after {
  content:"";
  display:block;
  height:5px;
  width:89%;
  position:absolute;
  bottom:0;
   left:0px;
   background: aqua;
  transition:none;

}
.pimg:before {background:#eee;}
.pimg:hover {color:var(--btn-color-hover);}
.pimg:hover:after {animation:pimg-slides 1s infinite;} */

/* @keyframes pimg-slides {
0% {width:37%; right:10; left:auto;}
50% {width:0; right:10; left:auto;}
50.1% {width:0; left:10; right:auto;}
100% {width:37%; left:10; right:auto;}
} */

/*
.head-line {
  position:relative;
  padding:5px 0;
}
.head-line:before, .head-line:after {
  content:"";
  display:block;
  height:2px;
  width:100%;
  position:absolute;
  bottom:0;
   left:0;
   background: rgb(255, 0, 212);
  transition:none;
}
.head-line:before {background:#eee;}
.head-line:hover {color:var(--btn-color-hover);}
.head-line:hover:after {animation:head-line-slides 1s infinite;}

@keyframes head-line-slides {
0% {width:100%; right:0; left:auto;}
50% {width:0; right:0; left:auto;}
50.1% {width:0; left:0; right:auto;}
100% {width:100%; left:0; right:auto;}
} */

/* .sec1 {
  position:relative;
  padding:5px 0;
}
.sec1:before, .sec1:after {
  content:"";
  display:block;
  height:3px;
  width:100%;
  position:absolute;
  bottom:0;
   left:0;
   background: rgb(20, 216, 246);
  transition:none;
}
.sec1:before {background:#eee;}
.sec1:hover {color:var(--btn-color-hover);}
.sec1:hover:after {animation:sec1-slides 1s infinite;} */
/*
@keyframes sec1-slides {
0% {width:100%; right:0; left:auto;}
50% {width:0; right:0; left:auto;}
50.1% {width:0; left:0; right:auto;}
100% {width:100%; left:0; right:auto;}
} */
/* .section1 {
  position:relative;
  padding:5px 0;
} */
/* .section1:before, .section1:after {
  content:"";
  display:block;
  height:5px;
  width:100%;
  bottom:0;
   left:0;
   background: rgb(33, 189, 236);
  transition:none;
}
.section1:before {background:#eee;}
.section1:hover {color:var(--btn-color-hover);}
.section1:hover:after {animation:section1-slides 1s infinite;}

@keyframes section1-slides {
0% {width:100%; right:0; left:auto;}
50% {width:0; right:0; left:auto;}
50.1% {width:0; left:0; right:auto;}
100% {width:100%; left:0; right:auto;}
} */
.nav-link {
    position: relative;
}

.nav-link:hover {
    opacity: 1;
    color: #07a1c8;
}

.nav-link::before {
    /* transition: 1000ms; */
    height: 5px;
    content: "";
    position: absolute;
    /* background-color: #30b7f0;foo */
}

.nav-link-ltr::before {
    width: 0%;
    bottom: 20px;
}

.nav-link-ltr:hover::before {
    width: 80%;
}

/* .Nos{
  font-size: xx-large;
  font-weight: 500;
}
.Nos {
  position:relative;
  padding:20px 0;
}
.Nos:before, .Nos:after {
  content:"";
  display:block;
  height:5px;
  width:28%;
  position:absolute;
  bottom:0;
   left:0;
   background: rgb(255, 0, 212);
  transition:none;
}
.Nos:before {background:#eee;}
.Nos:hover {color:var(--btn-color-hover);}
.Nos:hover:after {animation:Nos-slides 1s infinite;}

@keyframes Nos-slides {
0% {width:28%; right:10; left:auto;}
50% {width:0; right:10; left:auto;}
50.1% {width:0; left:10; right:auto;}
100% {width:28%; left:10; right:auto;}
} */
/* .first-row {
  position:relative;
}
.first-row:before, .first-row:after {
  content:"";
  display:block;
  height:5px;
  width:89%;
  position:absolute;
  bottom:0;
   left:0px;
   background: rgb(0, 229, 255);
  transition:none;
}
.first-row:before {background:#eee;}
.first-row:hover {color:var(--btn-color-hover);}
.first-row:hover:after {animation:first-row-slides 1s infinite;} */
/*
@keyframes first-row-slides {
0% {width:28%; right:10; left:auto;}
50% {width:0; right:10; left:auto;}
50.1% {width:0; left:10; right:auto;}
100% {width:28%; left:10; right:auto;}
} */
/* .GLOBAL {
  position:relative;
  padding:10px 0;

}
.GLOBAL:before, .GLOBAL:after {
  content:"";
  display:block;
  height:5px;
  width:15%;
  position:absolute;
  bottom:0;
   left: 0%;;
   background: rgb(243, 21, 191);
  transition:none;
}
.GLOBAL1 {
  position:relative;
  padding:10px 0;

}
.GLOBAL1:before, .GLOBAL1:after {
  content:"";
  display:block;
  height:5px;
  width:35%;
  position:absolute;
  bottom:0;
   left:33%;
   background: rgb(243, 21, 191);
  transition:none;
} */
/* .GLOBAL:before {background:#eee;}
.GLOBAL:hover {color:var(--btn-color-hover);}
.GLOBAL:hover:after {animation:GLOBAL-slides 1s infinite;} */

/* @keyframes GLOBAL-slides {
0% {width:35%; right:10; left:auto;}
50% {width:0; right:10; left:auto;}
50.1% {width:0; left:10; right:auto;}
100% {width:35%; left:10; right:auto;}
} */
.cols {
    margin-top: 204px;
}

/* .footer-link :hover {
  color: #07a1c8;
} */


/* ----------------index slider--------------- */
/* :root {
  --rate: 19.9%;
  --function: ease-in-out;
  --slide-distortion-delay: 0s;
  --slide-distortion-time: 0.5s;
  --slide-reset-delay: 0.4s;
  --slide-reset-time: 1.9s;
  --slider-offset: 2%;
  --slider-time: 1.9s;
}


img {
  max-width: 100%;
}

.wrapper {
  padding: 0;
}

.slider {
  overflow: hidden;
}

.slider__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  transform: translateX(var(--slider-offset));
  transition-property: transform;
  transition-duration: var(--slider-time);
  transition-timing-function: ease;
  will-change: transform;
}

.slider__item {
  flex: 1 0 100%;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
}


.slider__image {
  width: 100%;
  height: auto;
  transform: translateX(0);
  animation-delay: var(--slide-distortion-delay), var(--slide-reset-delay);
  animation-duration: var(--slide-distortion-time), var(--slide-reset-time);
  animation-fill-mode: forwards, forwards;
  animation-direction: normal, reverse;
}

.slider__image:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.slider__image:nth-child(1) {
  clip-path: inset(0 0 calc(var(--rate) * 4) 0);
}

.slider__image:nth-child(2) {
  clip-path: inset(calc(var(--rate) * 1) 0 calc(var(--rate) * 3) 0);
}

.slider__image:nth-child(3) {
  clip-path: inset(calc(var(--rate) * 2) 0 calc(var(--rate) * 2) 0);
}

.slider__image:nth-child(4) {
  clip-path: inset(calc(var(--rate) * 3) 0 calc(var(--rate) * 1) 0);
}

.slider__image:nth-child(5) {
  clip-path: inset(calc(var(--rate) * 4) 0 0 0);
}


.slider__item--animating .slider__image:nth-child(1) {
  animation-name: animation-1, animation-1;
}

.slider__item--animating .slider__image:nth-child(2) {
  animation-name: animation-2, animation-2;
}

.slider__item--animating .slider__image:nth-child(3) {
  animation-name: animation-3, animation-3;
}

.slider__item--animating .slider__image:nth-child(4) {
  animation-name: animation-4, animation-4;
}

.slider__item--animating .slider__image:nth-child(5) {
  animation-name: animation-5, animation-5;
}


@keyframes animation-1 {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50px);
    transform: translateX(-5vw);
  }
}

@keyframes animation-2 {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-3vw);
  }
}

@keyframes animation-3 {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(1vw);
  }
}

@keyframes animation-4 {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(3vw);
  }
}

@keyframes animation-5 {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-1vw);
  }
}

@keyframes slide {
  to {
    transform: translateX(-100%);
  }
}

.index-img {
  border-radius: 0px 100px 100px 0px;
}

.index-img1 {
  border-radius: 100px 0px 0px 100px;
} */

/* -------------------end slider---------- */



/* ------------------one-file-page----------- */
.index-img {
    border-radius: 0px 100px 100px 0px;
}

.index-img1 {
    border-radius: 100px 0px 0px 100px;
}


main {
    padding: 0 10vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    /* background: #2117b3; */
    /* background: linear-gradient(114deg, #2117b3 0%, #fd1d1d 74%, #fcb045 100%); */
}


.galleryContainer {
    max-width: 100%;
}

.galleryContainer .galleryContent {
    display: inline-flex;
    position: relative;
    column-gap: 24px;
    transition: 0.3s ease-in-out;
    transform: translateX(0);
}

.galleryContainer .galleryContent:hover {
    cursor: grab;
}

.galleryContainer .galleryContent.isGrabbing:hover {
    cursor: grabbing;
}

.galleryContainer.noTransition .galleryContent {
    transition: 0s ease-in-out;
}

.galleryContainer .controlsContainer {
    display: flex;
    justify-content: center;
}

.galleryContainer .controlsContainer a {
    margin: 32px 16px 0;
    position: relative;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: solid #fff 1px;
    transition: 0.3s ease-in-out;
    display: inline-block;
    background: none;
}

.galleryContainer .controlsContainer a:hover {
    cursor: pointer;
    background-color: #fff;
    border-color: #0d0319db;
}

.galleryContainer .controlsContainer a:hover:before {
    border-color: #0d0319db;
}

.galleryContainer .controlsContainer a:before {
    content: "";
    display: block;
    border-color: #fff;
    border-width: 1px;
    border-style: none none solid solid;
    width: 16px;
    height: 16px;
}

.galleryContainer .controlsContainer a.prev:before {
    transform: translate(16px, 12px) rotate(45deg);
}

.galleryContainer .controlsContainer a.next:before {
    transform: translate(10px, 12px) rotate(225deg);
}

.cardContainer {
    width: 285px;
    border-radius: 25px;
    overflow: hidden;
    background: #ffffff1a;
    box-shadow: 0px 14px 20px #0000004d;
}

.cardContainer .cardContent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    height: 100%;
}

.cardContainer .cardContent .cover img {
    max-width: 100%;
}

.cardContainer .description {
    padding: 8px 16px;
    font-size: 1.4rem;
}

.cardContainer .cta {
    text-align: center;
    background: #0d0319db;
    padding: 16px 32px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-size: 1.8rem;
}

.cardContainer .cta:hover {
    color: #0d0319db;
    background: #fff;
}

/* ---------------------end-------------- */

/* ----------------wave one file page header---------------- */

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,400i,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fugaz+One&display=swap');


.banner-wrap {
    height: auto;
    /* position: relative; */
    overflow: hidden;
}

.shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.shape svg {
    width: 100%;
}

.banner-slider {
    height: 100%;
}

.banner-slider>.banner-slide {
    display: none;
}

.banner-slider>.banner-slide:first-child {
    display: block;
}

.slick-initialized .banner-slide {
    position: relative;
    height: 900px;
    padding-bottom: 300px;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
}

.banner-slider .slick-arrow {
    position: absolute;
    right: 25px;
    bottom: 50px;
    font-size: 0;
    background: #ffffff;
    border: 0;
    width: 50px;
    height: 50px;
    z-index: 12;
    cursor: pointer;
    border-radius: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

.banner-slider .slick-arrow:before {
    font-family: "boxicons";
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    color: rgba(0, 33, 71, 1);
}

.hero-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.banner-wrap .container {
    position: relative;
    z-index: 1;
}

.hero-overlay {
    background: #081c2d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
}

.hero-content {
    color: #ffffff;
    padding-top: 180px;
    /* margin-left: 612px; */
}

.main-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}

.hero-content p {
    font-size: 20px;
    line-height: 32px;
    max-width: 600px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.010em;
}

.hero-content h3 {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 6px;
}

.hero-content h1 {
    font-size: 63px;
    line-height: 1.333;
    margin-bottom: 18px;
    color: #e6e8f6;
    font-weight: 400;
    max-width: 760px;
    font-family: 'Fugaz One', cursive;
}

.img-border {
    border-radius: 138px 0px 0px 130px;
}

.img-border1 {
    border-radius: 0px 138px 130px 0px;
}

.login-img {
    border-radius: 340px 0px 0px 0px;
    box-shadow: 0px 0px 12px 20px rgb(158, 157, 157);
}

/* ------------slider------------ */

.js-angle-slider__body {
    height: 10%;
    overflow: hidden;
    position: relative;
}

.js-angle-slider__list {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 3% !important;
}

.js-angle-slider__list.is-initialized .js-angle-slider__item {
    position: absolute;
    top: 0;
    left: 0;
}

.js-angle-slider__item {
    flex-shrink: 0;
    width: calc(195 / 375 * 100%);
    /* padding: 0 calc(20 / 375 * 100%); */
    box-sizing: border-box;
    transform-origin: center bottom;
}

@media screen and (min-width: 640px) {
    .js-angle-slider__item {
        width: calc(240 / 1440 * 100%);
        padding: 0 calc(20 / 1440 * 100%);
    }
}

.js-angle-slider__item img {
    height: auto;
    width: 100%;
    vertical-align: top;
}

.js-angle-slider__pager {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.slider-main {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}



.js-angle-slider__item {
    position: relative;
    width: 25%;
}


/* .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(4, 52, 76);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  } */

.js-angle-slider__item:hover .overlay {
    height: 100%;
}

.slide-text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.slide-text1 {
    font-size: 20px;
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.tech_banner_2 {
    width: 100%;
    min-height: 60vh;
    background-image: url(../img/technology-banner.jpeg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    opacity: 0.8;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
