* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    background-color: #aeeafe;
}

html {
    scroll-padding-top: 75px;
    scroll-behavior: smooth;
}

@font-face {
    font-family: Poppins-Thin;
    font-style: normal;
    src: local('Poppins-Thin'), local('Poppins-Thin'), url('../fonts/Poppins-Thin.ttf') format("truetype")
}


@font-face {
    font-family: Poppins-Light;
    font-style: normal;
    src: local('Poppins-Light'), local('Poppins-Light'), url('../fonts/Poppins-Light.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-ExtraLight;
    font-style: normal;
    src: local('Poppins-ExtraLight'), local('Poppins-ExtraLight'), url('../fonts/Poppins-ExtraLight.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-Regular;
    font-style: normal;
    src: local('Poppins-Regular'), local('Poppins-Regular'), url('../fonts/Poppins-Regular.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-Medium;
    font-style: normal;
    src: local('Poppins-Medium'), local('Poppins-Medium'), url('../fonts/Poppins-Medium.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-SemiBold;
    font-style: normal;
    src: local('Poppins-SemiBold'), local('Poppins-SemiBold'), url('../fonts/Poppins-SemiBold.ttf') format("truetype")
}

@font-face {
    font-family: Poppins-Bold;
    font-style: normal;
    src: local('Poppins-Bold'), local('Poppins-Bold'), url('../fonts/Poppins-Bold.ttf') format("truetype")
}



@media (max-width: 5120px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media (max-width: 2000px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media (max-width: 1800px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media (max-width: 1600px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media (max-width: 1400px) {
    .container-new-big {
        max-width: 100%;
        padding: 0px 80px;
    }
}

@media only screen and (max-width: 1300px) {
    .container-new-big {
        padding: 0 60px;
    }
}

@media only screen and (max-width: 1200px) {
    .container-new-big {
        padding: 0 40px;
    }

    .navbar_baner_section .aries_logo {
        bottom: -280px;
    }

}

@media only screen and (max-width: 560px) {
    .container-new-big {
        padding: 0 20px;
    }
}

body {
    margin: 0 auto;
    max-width: 1680px;
}

header {
    position: fixed;
    top: 0px;
    z-index: 9999999999;
    margin: 0 auto;
    max-width: 1680px;
    width: 100%;
}

header {
    transition: 1s;
}

.navbar-scroll {
    background-color: #02538b;
    position: fixed;
    top: 0px;
}

.navbar-scroll .container-fluid {
    padding: 10px 83px 0px 83px;
}

.navbar-scroll .navbar-nav {
    gap: 34px;
    border-bottom: none;
    padding-bottom: 0px;
}

header .navbar {
    background-color: transparent;
}

header .nav-link {
    font-size: 17px;
    font-family: 'Poppins-semibold';
    color: #fefefe !important;
    padding: 0px 0px 5px 0px !important;
}

header .navbar-nav {
    gap: 34px;
    border-bottom: solid 1px #b3dfd9;
    padding-bottom: 15px;
}

header .nav-link:hover {
    color: #fefefe;
}

header .nav-link.active {
    color: #fefefe !important;
}

header .nav-item .active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

header .navbar-collapse {
    justify-content: end;
}

header .container-fluid {
    padding: 30px 83px 0px 83px;
}

header .hvrnav {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

header .hvrnav:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f4652e;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin-left: 2px;
    margin-right: 2px;
}

header .hvrnav:hover:before,
.hvrnav:focus:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#banner {
    position: relative;
}


#banner .owl-banner .banner-cnt,
#banner .carousel-caption {
    text-align: left;
    position: absolute;
    right: 15%;
    top: 35%;
    left: 83px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    animation: infinite linear 5s bannermotion;
}

#banner .owl-banner .banner-cnt h5,
#banner .carousel-caption h5 {
    font-size: 55px;
    font-family: 'Poppins-bold';
    color: #ffffff;
    line-height: 50px;
}

#banner .owl-banner .banner-cnt p,
#banner .carousel-caption p {
    font-size: 20px;
    font-family: 'Poppins-Medium';
    color: #fefefe;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
}

#banner .carousel-control-next {
    display: none;
}

#banner .carousel-control-prev {
    display: none;
}

#banner .owl-banner .banner-cnt a,
#banner .carousel-caption a {
    font-size: 17px;
    font-family: 'Poppins-semibold';
    background-color: #ea5524;
    display: flex;
    width: 165px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fefefe;
    text-decoration: none;
    text-transform: uppercase;
    /* hide  */
    display: none !important;
}

#banner .owl-banner .banner-cnt .owl-dots,
#banner .carousel-indicators {
    flex-direction: column;
    align-items: end;
    margin-right: 70px;
    gap: 5px;
    justify-content: end;
    bottom: 23%;
}

#banner .owl-banner .banner-cnt .owl-dots .owl-dot.active span,
#banner .carousel-indicators .active {
    background-color: #ea5524;
}

#banner .owl-banner .banner-cnt a,
#banner .carousel-caption a {
    font-size: 17px;
    font-family: 'Poppins-semibold';
    background-color: #ea5524;
    display: flex;
    width: 165px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fefefe;
    text-decoration: none;
    text-transform: uppercase;
    /* hide  */
    display: none !important;
}

#banner .owl-banner .banner-cnt .owl-dots,
#banner .carousel-indicators {
    flex-direction: column;
    align-items: end;
    margin-right: 70px;
    gap: 5px;
    justify-content: end;
    bottom: 23%;
}

#banner .owl-banner .banner-cnt .owl-dots .owl-dot.active span,
#banner .carousel-indicators .active {
    background-color: #ea5524;
}

#banner .carousel-caption {
    text-align: left;
    position: absolute;
    right: 15%;
    top: 42%;
    left: 83px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    animation: infinite linear 5s bannermotion;
}

#banner .carousel-caption h5 {
    font-size: 55px;
    font-family: 'Poppins-bold';
    color: #ffffff;
    line-height: 50px;
}

#banner .carousel-caption p {
    font-size: 20px;
    font-family: 'Poppins-Medium';
    color: #fefefe;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
}

#banner .carousel-control-next {
    display: none;
}

#banner .carousel-control-prev {
    display: none;
}

#banner .carousel-caption a {
    font-size: 17px;
    font-family: 'Poppins-semibold';
    background-color: #ea5524;
    display: flex;
    width: 165px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fefefe;
    text-decoration: none;
    text-transform: uppercase;
    /* hide  */
    display: none !important;
}

#banner .carousel-indicators {
    flex-direction: column;
    align-items: end;
    margin-right: 70px;
    gap: 5px;
    justify-content: end;
    bottom: 23%;
}

#banner .carousel-indicators .active {
    background-color: #ea5524;
}

#banner .carousel-indicators button {
    height: 90px;
    width: 5px;
    border-radius: 200px !important;
    border: none;
}

/* #banner .owl-banner{
    position: relative;
} */
#banner .owl-banner .owl-dots {
    rotate: 90deg;
    position: absolute;
    right: -65px;
    top: 50%;
}

#banner .owl-banner .owl-dots .owl-dot span {
    height: 5px;
    width: 90px;
    border-radius: 200px !important;
    border: none;
}

#banner .owl-banner .owl-dots .owl-dot:hover span,
#banner .owl-banner .owl-dots .owl-dot.active span {
    background-color: #ea5524;
}

#banner .scroll-down a {
    position: absolute;
    bottom: 70px;
    right: 58px;
    background-color: #ea5524;
    width: 37px;
    height: 37px;
    z-index: 99999;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#banner .scroll-down i {
    color: #ffffff;
    rotate: 90deg;
    font-size: 15px;

}

#banner-bottom {
    position: relative;
    background-color: #b4ecff;
    padding-bottom: 60px;
}

#banner-bottom .row {
    padding-left: 83px;
    /* align-items: center; */
}

#banner-bottom .row .banner-bottom-left {
    padding: 50px 0px;
}

#banner-bottom .row h2 {
    font-size: 50px;
    font-family: 'Poppins-semibold';
    margin-bottom: 0px;
    padding-bottom: 2px;
    color: #1e1e1e;
    animation: head 5s infinite linear;
}

#banner-bottom .row h3 {
    font-size: 22px;
    font-family: 'Poppins-medium';
    padding-bottom: 15px;
    color: #1e1e1e;
}

#banner-bottom .row p {
    font-size: 17px;
    font-family: 'Poppins-regular';
    line-height: 27px;
    color: #1e1e1e;
}

#banner-bottom a {
    font-size: 17px;
    font-family: 'Poppins-semibold';
    background-color: #ea5524;
    display: flex;
    width: 165px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fefefe;
    text-decoration: none;
    margin-top: 25px;
    text-transform: uppercase;
    /* hide  */
    display: none !important;
}

#banner-bottom .banner-bottom-right {
    position: relative;
}

#banner-bottom .banner-bottom-right .banner-right-img {
    position: absolute;
    width: 95%;
    height: 100%;
    top: 0px;
    right: 0px;
}

#banner-bottom .banner-bottom-right .banner-right-img img {
    width: 100%;
    height: 100%;
}

#aihospitality {
    position: relative;
    padding: 120px 83px 110px 83px;
    background-color: #d9f5ff;
}

#aihospitality .mob {
    display: none;
}

#aihospitality .desk {
    display: block;
}

#aihospitality .row {
    --bs-gutter-x: 0px;
}

#aihospitality .aihospitality-top .aihospitality-left h2 {
    font-size: 45px;
    font-family: 'Poppins-semibold';
    color: #1e1e1e;
    border-bottom: solid 2px #ea5524;
    width: max-content;
    padding-bottom: 14px;
    animation: fade 3s infinite linear;
}

#aihospitality .aihospitality-top .aihospitality-left h3 {
    font-size: 26px;
    font-family: 'Poppins-Medium';
    color: #1e1e1e;
    animation: fade 3s infinite linear;
}

#aihospitality .aihospitality-top .aihospitality-right {
    padding: 0px;
}

#aihospitality .aihospitality-top .aihospitality-right .nav-tabs {
    border: none;
    gap: 1px;
    justify-content: start;
}

#aihospitality .aihospitality-top .aihospitality-right .nav-link {
    font-size: 17px;
    font-family: 'Poppins-semibold';
    text-align: left;
    line-height: 20px;
    border-radius: 0px;
    padding: 0px;
    background-color: #ffffff;
    color: #1e1e1e;
    width: 155px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#aihospitality .aihospitality-top .aihospitality-right .nav-link:hover {
    background-color: #ea5524;
    color: #ffffff;
}

#aihospitality .aihospitality-top .aihospitality-right .nav-link.active {
    background-color: #ea5524;
    color: #ffffff;
}

#aihospitality .aihospitality-top .aihospitality-right .bor-start {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

#aihospitality .aihospitality-top .aihospitality-right .bor-end {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

#aihospitality .aihospitality-bottom {
    margin-top: 70px;
}

#aihospitality .aihospitality-bottom .tab-pane {
    animation: myAnim 2s ease-out;
}

#aihospitality .mob .tab-content2 {
    animation: myAnimb 2s ease-out;
}

#aihospitality .aihospitality-bottom .aihospitality-right {
    padding: 0px;
}

#aihospitality .aihospitality-bottom .aihospitality-right h2 {
    font-size: 28px;
    font-family: 'Poppins-semibold';
    color: #ea5524;
    padding-bottom: 20px;
}

#aihospitality .aihospitality-bottom .aihospitality-right p {
    font-size: 16px;
    font-family: 'Poppins-regular';
    color: #1e1e1e;
}

#aihospitality .aihospitality-bottom .aihospitality-right a {
    font-size: 17px;
    font-family: 'Poppins-semibold';
    background-color: transparent;
    display: flex;
    width: 165px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #ea5524;
    text-decoration: none;
    margin-top: 25px;
    border: solid 1px #ea5524;
    text-transform: uppercase;
    /* hide  */
    display: none !important;
}

#aihospitality .owl-hospitality .owl-dots .owl-dot span {
    width: 90px;
    height: 5px;
    margin: 5px 2px;
    background: #ddd2cf;
}

#aihospitality .owl-hospitality .owl-dots .owl-dot.active span {
    background: #ea5524;
}

#aihospitality .owl-hospitality .owl-nav.disabled+.owl-dots {
    top: -0px;
    right: 20px;
    justify-content: end;
    display: flex;
    z-index: 9999;
    position: relative;
    display: none;
}

#iot {
    position: relative;
    background: url(../images/iot-back.webp);
    padding: 120px 83px 90px 83px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#iot .row {
    --bs-gutter-x: 0px;
}

#iot .row .iot-left h2 {
    font-size: 45px;
    font-family: 'Poppins-semibold';
    color: #ffffff;
    line-height: 45px;
    width: max-content;
    padding-right: 40px;
    border-right: solid 2px #ea5524;
    animation: fadetwo 3s infinite linear;
}

#iot .row .iot-right p {
    font-size: 16px;
    font-family: 'Poppins-regular';
    color: #ffffff;
}

#iot .owl-carousel .owl-item img {
    display: block;
    width: auto;
}

#iot .owl-iot {
    margin-top: 50px;
}

#iot .owl-iot .owl-top {
    display: flex;
    align-items: center;
    gap: 20px;
}

#iot .owl-iot h4 {
    font-size: 24px;
    font-family: 'Poppins-semibold';
    color: #ffffff;
    padding-top: 30px;
}

#iot .owl-iot p {
    font-size: 16px;
    font-family: 'Poppins-regular';
    color: #ffffff;
    margin-top: 25px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 0px;
}

#iot .owl-iot .owl-dots .owl-dot span {
    width: 90px;
    height: 5px;
    margin: 5px 2px;
    background: #97abb8;
}

#iot .owl-iot .owl-dots .owl-dot.active span {
    background: #ea5524;
}

#iot .owl-iot .owl-nav.disabled+.owl-dots {
    margin-top: 65px;
    justify-content: end;
    display: flex;
}

#healthcare {
    background-color: #b4ecff;
    padding: 75px 83px 120px;
}

#healthcare h2 {
    font-size: 45px;
    font-family: 'poppins-semibold';
    color: #1e1e1e;
    border-bottom: solid 2px #ea5524;
    width: max-content;
    animation: fade 3s infinite linear;
}

#healthcare .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

#healthcare .owl-healthcare {
    margin-top: 50px;
}

#healthcare .owl-healthcare h3 {
    font-size: 28px;
    font-family: 'poppins-semibold';
    color: #1e1e1e;
    padding-top: 25px;
}

#healthcare .owl-healthcare h3 {
    font-size: 28px;
    font-family: 'poppins-semibold';
    color: #1e1e1e;
    padding-top: 25px;
}

#healthcare .owl-healthcare p {
    font-size: 16px;
    font-family: 'poppins-regular';
    color: #1e1e1e;
    padding: 15px 0px;
}

#healthcare .owl-healthcare .atwo {
    font-size: 17px;
    font-family: 'Poppins-semibold';
    background-color: #ea5524;
    display: flex;
    width: 165px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    border: solid 1px #ea5524;
    text-transform: uppercase;
    margin-top: 62px;
    /* hide  */
    display: none !important;
}

#healthcare .owl-healthcare .aone {
    font-size: 17px;
    font-family: 'Poppins-semibold';
    background-color: #ea5524;
    display: flex;
    width: 165px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    border: solid 1px #ea5524;
    text-transform: uppercase;
    /* hide  */
    display: none !important;
}

#healthcare .owl-healthcare .owl-dots .owl-dot span {
    width: 90px;
    height: 5px;
    margin: 5px 2px;
    background: #c0cbcf;
}

#healthcare .owl-healthcare .owl-dots .owl-dot.active span {
    background: #ea5524;
}

#healthcare .owl-healthcare .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
    justify-content: end;
    display: flex;
}

#security {
    padding: 115px 83px 85px 83px;
    background: url(../images/space-tech.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

#security h2 {
    font-size: 45px;
    font-family: 'Poppins-semibold';
    color: #ffffff;
    border-bottom: solid 2px #ea5524;
    padding-bottom: 12px;
    width: max-content;
    animation: fadetwo 3s infinite linear;
}

#security h3 {
    font-size: 30px;
    font-family: 'Poppins-Medium';
    color: #ffffff;
    padding: 30px 0px 20px 0px;
}

#security p {
    font-size: 18px;
    font-family: 'Poppins-Medium';
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 0px;
}

#security a {
    font-size: 17px;
    font-family: 'Poppins-semibold';
    background-color: #ea5524;
    display: flex;
    width: 165px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    border: solid 1px #ea5524;
    margin-top: 30px;
    text-transform: uppercase;
    /* hide  */
    display: none !important;
}

#secure {
    background-color: #d9f5ff;
    padding: 110px 83px 125px 83px;
    position: relative;
}

#secure h2 {
    font-size: 40px;
    font-family: 'Poppins-medium';
    color: #1e1e1e;
    padding-bottom: 20px;
    animation: fade 3s infinite linear;
}

#secure p {
    font-size: 18px;
    font-family: 'Poppins-regular';
    color: #1e1e1e;
    margin-bottom: 0px;
}

#secure .secure-boxes {
    display: flex;
    gap: 50px;
    margin-top: 70px;
}

#secure .secure-boxes .secure-box {
    width: 100%;
    border: solid 1px #ea5524;
    border-radius: 10px;
    padding: 25px 25px 25px 30px;
}

#secure .secure-boxes .secure-box .secure-two {
    display: flex;
    gap: 20px;
    align-items: center;
}

#secure .secure-boxes .secure-box .secure-two h3 {
    font-size: 28px;
    font-family: 'Poppins-semibold';
    color: #1e1e1e;
}

#secure .secure-boxes .secure-box p {
    font-size: 18px;
    font-family: 'Poppins-regular';
    color: #1e1e1e;
    margin-bottom: 0px;
    padding-top: 10px;
}

#secure .secure-boxes-two {
    margin-top: 50px;
}

#teams {
    position: relative;
    background-color: #02538b;
    padding: 120px 83px 110px 83px;
}

#teams h2 {
    font-size: 45px;
    font-family: 'Poppins-medium';
    color: #ffffff;
    line-height: 45px;
    animation: fadetwo 3s infinite linear;
}

#teams .owl-teams {
    margin-top: 50px;
}

#teams .owl-teams .owl-item .teams-img {
    width: 100%;
}

#teams .owl-teams .owl-item img {
    display: block;
    width: 100%;
}

#teams h3 {
    /* font-size: 22px; */
    font-size: 20px;
    font-family: 'Poppins-medium';
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}

#teams p {
    font-size: 17px;
    font-family: 'Poppins-regular';
    color: #ffffff;
    text-align: center;
}

#teams .owl-teams .owl-dots .owl-dot span {
    width: 90px;
    height: 5px;
    margin: 5px 2px;
    background: #c0cbcf;
}

#teams .owl-teams .owl-dots .owl-dot.active span {
    background: #ea5524;
}

#teams .owl-teams .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
    justify-content: center;
    display: flex;
}

#teams .owl-teams .item {
    position: relative;
    overflow: hidden;

}

#teams .owl-teams .item:hover {
    .hvr-icons {
        display: flex;
    }
}

#teams .slider-nav .item:hover {
    .hvr-icons {
        display: flex;
    }
}

#teams .slider-nav .item,
#teams .owl-teams .item {
    position: relative;
    overflow: hidden;

}

#teams .slider-nav {
    margin-top: 50px;
}

#teams .slider-nav .teams-img {
    width: 100%;
}

#teams .slider-nav img {
    display: block;
    width: 100%;
}

#teams .hvr-icons {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    display: none;
    animation: imghvr ease-out 1s;
}

#teams .hvr-icons a {
    background-color: #02538b;
    color: #aeeafe;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
}

#teams .slider-for8 .slick-dots {
    display: none !important;
}

#teams .slick-slide {
    margin: 10px !important;
}

#teams .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

#teams .slick-dots li {
    width: 90px;
    height: 5px;
    margin: 5px 2px;
    background: #c0cbcf;
    cursor: pointer;
    border-radius: 5px;
}

#teams .slick-dots li:hover,
#teams .slick-dots li.slick-active {
    background: #ea5524;
}

#teams .slick-dots li::marker {
    display: none;
    content: none;
}

#teams .slick-dots li button {
    display: none;
}

#teams .slick-arrow {
    display: none !important;
}

#asked {
    padding: 120px 83px 135px 83px;
    position: relative;
    background-color: #aeeafe;
}

#asked .tit {
    font-size: 28px;
    font-family: 'Poppins-Semibold';
    color: #1e1e1e;
    border-bottom: solid 3px #ea5524;
    padding-bottom: 11px;
    width: max-content;
    margin-bottom: 40px;
    animation: fade 3s infinite linear;
}

#asked .accordion-button {
    background-color: transparent;
    box-shadow: none;
    border-bottom: solid 1px #69858e;
    outline: none;
    border-radius: 0px;
    font-family: 'poppins-medium';
    font-size: 18px;
    color: #ea5524;
    padding: 20px 0px 20px 0px;
}

#asked .collapsed {
    color: #1e1e1e;
}

#asked .accordion {
    --bs-accordion-border-color: #aeeafe;
    width: 58%;
}

#asked #accordionExample .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.webp);
    background-size: 80%;
    position: relative;
    top: -10px;
}

#asked #accordionExample .accordion-button::after {
    background-image: url(../images/plus.webp);
    background-size: 80%;
    position: relative;
    top: 0px;
}

#asked #accordionExample .accordion-collapse {
    background-color: #b1ecff;
}

#asked #accordionExample .accordion-body {
    padding: 20px 0px;
    font-family: 'poppins-medium';
    font-size: 18px;
}

#asked #accordionExamplet .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.webp);
    background-size: 80%;
    position: relative;
    top: -10px;
}

#asked #accordionExamplet .accordion-button::after {
    background-image: url(../images/plus.webp);
    background-size: 80%;
    position: relative;
    top: 0px;
}

#asked #accordionExamplet .accordion-collapse {
    background-color: #b1ecff;
}

#asked #accordionExamplet .accordion-body {
    padding: 20px 0px;
    font-family: 'poppins-medium';
    font-size: 18px;
}

#asked #accordionExampleth .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.webp);
    background-size: 80%;
    position: relative;
    top: -10px;
}

#asked #accordionExampleth .accordion-button::after {
    background-image: url(../images/plus.webp);
    background-size: 80%;
    position: relative;
    top: 0px;
}

#asked #accordionExampleth .accordion-collapse {
    background-color: #b1ecff;
}

#asked #accordionExampleth .accordion-body {
    padding: 20px 0px;
    font-family: 'poppins-medium';
    font-size: 18px;
}

#asked #accordionExamplef .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.webp);
    background-size: 80%;
    position: relative;
    top: -10px;
}

#asked #accordionExamplef .accordion-button::after {
    background-image: url(../images/plus.webp);
    background-size: 80%;
    position: relative;
    top: 0px;
}

#asked #accordionExamplef .accordion-collapse {
    background-color: #b1ecff;
}

#asked #accordionExamplef .accordion-body {
    padding: 20px 0px;
    font-family: 'poppins-medium';
    font-size: 18px;
}

#asked #accordionExamplefi .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.webp);
    background-size: 80%;
    position: relative;
    top: -10px;
}

#asked #accordionExamplefi .accordion-button::after {
    background-image: url(../images/plus.webp);
    background-size: 80%;
    position: relative;
    top: 0px;
}

#asked #accordionExamplefi .accordion-collapse {
    background-color: #b1ecff;
}

#asked #accordionExamplefi .accordion-body {
    padding: 20px 0px;
    font-family: 'poppins-medium';
    font-size: 18px;
}

#asked #accordionExamplet .accordion-button {
    padding: 25px 0px;
}

#asked #accordionExampleth .accordion-button {
    padding: 25px 0px;
}

#asked #accordionExamplef .accordion-button {
    padding: 25px 0px;
}

#asked #accordionExamplefi .accordion-button {
    padding: 25px 0px;
}

#asked .ask-leftimg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 100%;
}

#asked .ask-leftimg img {
    height: 100%;
}

#asked .accordion-item {
    background-color: transparent;

}

footer {
    padding: 110px 83px 90px 83px;
    background-color: #d9f5ff;
}

footer .footer-logo {
    display: flex;
    justify-content: center;
}

footer .list-one {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin-top: 55px;
    padding-left: 0px;
}

footer .list-one li {
    list-style-type: none;
    font-family: 'Poppins-medium';
    font-size: 17px;
}

footer .list-one li a {
    color: #1e1e1e;
    text-decoration: none;
}

footer .list-one li a:hover {
    color: #e65125;
}

footer .list-two {
    display: flex;
    justify-content: center;
    gap: 35px;
    padding-left: 0px;
    padding-bottom: 10px;
}

footer .list-two li {
    list-style-type: none;
    font-family: 'Poppins-regular';
    font-size: 17px;
}

footer .list-two li a {
    color: #1e1e1e;
    text-decoration: none;
}

footer .list-two li a:hover {
    color: #e65125;
}

footer h3 {
    font-family: 'Poppins-medium';
    font-size: 17px;
    color: #e65125;
    text-align: center;
    margin-top: 30px;
}

footer p {
    font-family: 'Poppins-regular';
    font-size: 17px;
    text-align: center;
    color: #1e1e1e;
}

footer a {
    text-decoration: none;
    color: #1e1e1e;
}

footer .list-three {
    padding-left: 0px;
    display: flex;
    justify-content: center;
    gap: 11px;
    margin-top: 40px;
}

footer .list-three a {
    width: 32px;
    height: 32px;
    background-color: #02538b;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d9f5ff;
    font-size: 20px;
}

footer .parabo {
    font-size: 16px;
    font-family: 'Poppins-regular';
    color: #1e1e1e;
    margin-top: 35px;
    margin-bottom: 5px;
}

footer .parato {
    font-size: 16px;
    font-family: 'Poppins-regular';
    color: #1e1e1e;
    margin-bottom: 0px;
}

/* back-to-top  */
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 100000000000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #e65125;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.lightScrollIcon::after {
    color: #ecedf3 !important;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    opacity: 0;
    background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #e65125;
    stroke-width: 5;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media (max-width:1500px) {}

@media (max-width:1400px) {}

@media (max-width:1350px) {
    #secure .secure-boxes .secure-box p br {
        display: none;
    }

    #banner-bottom .row p br {
        display: none;
    }

    #aihospitality .aihospitality-top .aihospitality-right .nav-link {
        font-size: 17px;
        font-family: 'Poppins-semibold';
        text-align: left;
        line-height: 20px;
        border-radius: 0px;
        padding: 0px;
        background-color: #ffffff;
        color: #1e1e1e;
        width: 150px;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #iot .owl-iot h4 br {
        display: none;
    }
}

@media (max-width:1300px) {
    #aihospitality .aihospitality-top .aihospitality-right .nav-link {
        font-size: 16px;
        font-family: 'Poppins-semibold';
        text-align: left;
        line-height: 20px;
        border-radius: 0px;
        padding: 0px;
        background-color: #ffffff;
        color: #1e1e1e;
        width: 140px;
        height: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #teams .hvr-icons {
        position: absolute;
        top: 20px;
        left: 20px;
        display: flex;
        flex-direction: column;
        gap: 9px;
        display: none;
        animation: imghvr ease-out 1s;
    }

    #teams .hvr-icons a {
        background-color: #02538b;
        color: #aeeafe;
        width: 33px;
        height: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 200px;
    }

    #teams .hvr-icons {
        position: absolute;
        top: 20px;
        left: 20px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        display: none;
        animation: imghvr ease-out 1s;
    }
}

@media (max-width:1266px) {
    #teams h3 {
        /* font-size: 22px; */
        font-size: 18px;
        font-family: 'Poppins-medium';
        color: #ffffff;
        text-align: center;
        padding-top: 20px;
    }

    #aihospitality .aihospitality-top .aihospitality-right .nav-link {
        font-size: 16px;
        font-family: 'Poppins-semibold';
        text-align: left;
        line-height: 20px;
        border-radius: 0px;
        padding: 15px;
        background-color: #ffffff;
        color: #1e1e1e;
        width: max-content;
        height: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #asked .accordion {
        --bs-accordion-border-color: #aeeafe;
        width: 65%;
    }

    #secure .secure-boxes .secure-box {
        width: 100%;
        border: solid 1px #ea5524;
        border-radius: 10px;
        padding: 25px 25px 25px 30px;
    }

    #iot .row .iot-left h2 {

        border-right: none;
    }

    #healthcare .owl-healthcare .atwo {
        font-size: 17px;
        font-family: 'Poppins-semibold';
        background-color: #ea5524;
        display: flex;
        width: 165px;
        height: 48px;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        color: #ffffff;
        text-decoration: none;
        border: solid 1px #ea5524;
        text-transform: uppercase;
        margin-top: 38px;
    }
}

@media (max-width:1200px) {

    #iot .row .iot-left h2 {
        font-size: 45px;
        font-family: 'Poppins-semibold';
        color: #ffffff;
        line-height: 45px;
        width: max-content;
        padding-right: 0px;
        border-right: none;
    }

    #aihospitality .row .aihospitality-img {
        width: 100%;
    }

    #aihospitality .row .aihospitality-img img {
        width: 100%;
    }

    #aihospitality .aihospitality-bottom .aihospitality-left {
        padding-right: 40px !important;
    }

    #aihospitality .aihospitality-top .aihospitality-left {
        padding-right: 0px;
    }

    #security {
        padding: 115px 83px 85px 83px;
        background: url(../images/space-tech.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }

    #iot {
        position: relative;
        background: url(../images/iot-back.webp);
        padding: 120px 83px 90px 83px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #banner-bottom .banner-bottom-right .banner-right-img {
        width: 95%;
        /* margin-top: 10%; */
    }

    #iot .row {
        --bs-gutter-x: 0px;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    #iot .row .iot-right p {
        font-size: 16px;
        font-family: 'Poppins-regular';
        color: #ffffff;
        padding-left: 0px;
        text-align: center;
    }

    #iot .row .iot-right {
        width: 100%;
    }

    #iot .row .iot-left {
        width: 100%;
        text-align: center;
    }

    #iot .row .iot-left h2 {
        font-size: 45px;
        font-family: 'Poppins-semibold';
        color: #ffffff;
        line-height: 45px;
        width: max-content;
        padding-right: 0px;
        border-right: none;
        margin: 0px auto;
    }

    #healthcare .owl-healthcare .atwo {
        font-size: 17px;
        font-family: 'Poppins-semibold';
        background-color: #ea5524;
        display: flex;
        width: 165px;
        height: 48px;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        color: #ffffff;
        text-decoration: none;
        border: solid 1px #ea5524;
        text-transform: uppercase;
        margin-top: 65px;
    }
}

@media (max-width:1150px) {
    #banner .carousel-caption {
        text-align: left;
        position: absolute;
        right: 15%;
        top: 40%;
        left: 83px;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
    }

    #asked .accordion {
        --bs-accordion-border-color: #aeeafe;
        width: 75%;
    }

    #iot .row .iot-right p {
        font-size: 16px;
        font-family: 'Poppins-regular';
        color: #ffffff;
        padding-left: 25px;
    }

    #aihospitality .aihospitality-top .row {
        --bs-gutter-x: 0px;
        flex-direction: column;
        gap: 20px;
    }

    #aihospitality .aihospitality-top .aihospitality-left {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #aihospitality .aihospitality-top .aihospitality-right {
        width: 100%;
    }

    #aihospitality .aihospitality-top .aihospitality-right .nav-tabs {
        border: none;
        gap: 1px;
        justify-content: center;
    }

    #aihospitality .aihospitality-top .aihospitality-right .nav-link {
        font-size: 16px;
        font-family: 'Poppins-semibold';
        text-align: left;
        line-height: 20px;
        border-radius: 0px;
        padding: 25px;
        background-color: #ffffff;
        color: #1e1e1e;
        width: max-content;
        height: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media (max-width:1100px) {
    header .container-fluid {
        padding: 30px 70px 0px 70px;
    }

    #banner .carousel-caption {
        text-align: left;
        position: absolute;
        right: 15%;
        top: 33%;
        left: 70px;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
    }

    .navbar-scroll .container-fluid {
        padding: 10px 70px 0px 70px;
    }

    #banner-bottom .row {
        padding-left: 70px;
        /* align-items: center; */
    }

    #aihospitality {
        position: relative;
        padding: 120px 70px 110px 70px;
        background-color: #d9f5ff;
    }

    #iot {
        position: relative;
        background: url(../images/iot-back.webp);
        padding: 120px 70px 90px 70px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #healthcare {
        background-color: #b4ecff;
        padding: 120px 70px;
    }

    #security {
        padding: 115px 70px 85px 70px;
        background: url(../images/space-tech.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }

    #teams {
        position: relative;
        background-color: #02538b;
        padding: 120px 70px 110px 70px;
    }

    #asked {
        padding: 120px 70px 135px 70px;
        position: relative;
        background-color: #aeeafe;
    }

    footer {
        padding: 110px 70px 90px 70px;
        background-color: #d9f5ff;
    }
}

@media (max-width:1050px) {
    header .navbar-nav {
        gap: 25px;
        border-bottom: solid 1px #b3dfd9;
        padding-bottom: 15px;
    }

    .navbar-scroll .navbar-nav {
        gap: 25px;
        border-bottom: none;
        padding-bottom: 0px;
    }

    header .nav-link {
        font-size: 16px;
        font-family: 'Poppins-semibold';
        color: #fefefe !important;
        padding: 0px 0px 5px 0px !important;
    }

    #iot .row .iot-right p {
        font-size: 16px;
        font-family: 'Poppins-regular';
        color: #ffffff;
        padding-left: 0px;
    }

    #iot .row {
        --bs-gutter-x: 0px;
        align-items: center;
    }

}

@media (max-width:1024px) {
    #banner .carousel-caption h5 {
        font-size: 50px;
        font-family: 'Poppins-bold';
        color: #ffffff;
        line-height: 45px;
    }

    #banner-bottom .banner-bottom-right .banner-right-img {
        width: 95%;
        /* margin-top: 33%; */
    }

    #aihospitality .owl-hospitality .owl-nav.disabled+.owl-dots {
        top: -25px;
        right: 20px;
        justify-content: end;
        display: flex;
        z-index: 9999;
        position: relative;
    }

    #healthcare .owl-healthcare .atwo {
        font-size: 17px;
        font-family: 'Poppins-semibold';
        background-color: #ea5524;
        display: flex;
        width: 165px;
        height: 48px;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        color: #ffffff;
        text-decoration: none;
        border: solid 1px #ea5524;
        text-transform: uppercase;
        margin-top: 86px;
    }
}

@media (max-width:1000px) {
    #banner .carousel-indicators button {
        height: 75px;
        width: 5px;
        border-radius: 200px !important;
        border: none;
    }

    .owl-next {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #e65125 !important;
        border: solid 2px #e65125 !important;
        color: #d9f5ff !important;
        border-radius: 200px !important;
        margin-top: 20px !important;
    }

    .owl-next i {
        position: relative;
        left: 1px;
    }

    .owl-prev {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #e65125 !important;
        border: solid 2px #e65125 !important;
        color: #d9f5ff !important;
        border-radius: 200px !important;
        margin-top: 20px !important;
    }

    .owl-prev:hover {
        background-color: transparent !important;
        color: #e65125 !important;
        border-radius: 200px !important;
    }

    .owl-next:hover {
        background-color: transparent !important;
        color: #e65125 !important;
        border-radius: 200px !important;
    }

    #healthcare .owl-healthcare .atwo {
        font-size: 17px;
        font-family: 'Poppins-semibold';
        background-color: #ea5524;
        display: flex;
        width: 165px;
        height: 48px;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        color: #ffffff;
        text-decoration: none;
        border: solid 1px #ea5524;
        text-transform: uppercase;
        margin-top: 86px;
    }

    #aihospitality .owl-hospitality .owl-dots {
        display: none;
    }
}

@media (max-width:991px) {
    #banner .owl-banner .banner-cnt {
        right: 15%;
        top: 17%;
        left: 50px;
    }

    #asked .accordion {
        --bs-accordion-border-color: #aeeafe;
        width: 100%;
    }

    #security {
        padding: 115px 70px 85px 70px;
        background: url(../images/space-tech.webp);
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
    }

    #security h2 {
        font-size: 45px;
        font-family: 'Poppins-semibold';
        color: #ffffff;
        border-bottom: solid 2px #ea5524;
        padding-bottom: 12px;
        width: max-content;
        margin: 0px auto;
    }

    #security a {
        font-size: 17px;
        font-family: 'Poppins-semibold';
        background-color: #ea5524;
        display: flex;
        width: 165px;
        height: 48px;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        color: #ffffff;
        text-decoration: none;
        border: solid 1px #ea5524;
        margin: 30px auto 0px auto;
        text-transform: uppercase;
    }

    #asked .tit {
        font-size: 28px;
        font-family: 'Poppins-Semibold';
        color: #1e1e1e;
        border-bottom: solid 3px #ea5524;
        padding-bottom: 11px;
        width: max-content;
        margin: 0px auto 40px auto;
    }

    #teams h2 {
        font-size: 45px;
        font-family: 'Poppins-medium';
        color: #ffffff;
        line-height: 45px;
        text-align: center;
    }

    #secure p {
        font-size: 18px;
        font-family: 'Poppins-regular';
        color: #1e1e1e;
        margin-bottom: 0px;
        text-align: center;
    }

    #secure p br {
        display: none;
    }

    #secure h2 {
        font-size: 40px;
        font-family: 'Poppins-medium';
        color: #1e1e1e;
        padding-bottom: 20px;
        text-align: center;
    }

    #secure .secure-boxes .secure-box p {
        font-size: 18px;
        font-family: 'Poppins-regular';
        color: #1e1e1e;
        margin-bottom: 0px;
        padding-top: 10px;
        text-align: left;
    }

    #healthcare h2 {
        font-size: 45px;
        font-family: 'poppins-semibold';
        color: #1e1e1e;
        border-bottom: solid 2px #ea5524;
        width: max-content;
        margin: 0px auto;
    }

    #iot .row .iot-left h2 {
        font-size: 45px;
        font-family: 'Poppins-semibold';
        color: #ffffff;
        line-height: 45px;
        width: max-content;
        padding-right: 0px;
        border-right: none;
        margin: 0px auto;
    }

    #aihospitality .aihospitality-top .aihospitality-right .nav-link {
        font-size: 16px;
        font-family: 'Poppins-semibold';
        text-align: left;
        line-height: 20px;
        border-radius: 0px;
        padding: 25px;
        background-color: #ffffff;
        color: #1e1e1e;
        width: max-content;
        height: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #banner-bottom .banner-bottom-left {
        width: 100%;
        text-align: center;
    }

    #banner-bottom .banner-bottom-right {
        display: none;
    }

    #banner-bottom .row {
        padding: 70px;
        align-items: center;
    }

    #banner-bottom a {
        font-size: 17px;
        font-family: 'Poppins-semibold';
        background-color: #ea5524;
        display: flex;
        width: 165px;
        height: 48px;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        color: #fefefe;
        text-decoration: none;
        margin: 25px auto 0px auto;
        text-transform: uppercase;
    }

    header .navbar-toggler-icon {
        background-image: none;
    }

    header .navbar-toggler-icon i {
        color: #aeeafe;
        font-size: 30px;
        font-weight: 600;
    }

    header .navbar-toggler {
        box-shadow: none !important;
        border: none !important;
    }

    header .navbar-toggler-icon {
        box-shadow: none !important;
        border: none !important;
    }

    header .navbar-nav {
        gap: 25px;
        border-bottom: none;
        padding-bottom: 20px;
        margin-top: 20px;
        padding-left: 10px;
    }

    .navbar-scroll .navbar-nav {
        gap: 25px;
        border-bottom: none;
        padding-bottom: 20px;
        margin-top: 20px;
        padding-left: 10px;
    }

    header {
        position: sticky;
        top: 0px;
        z-index: 9999999999;
        margin: 0 auto;
        max-width: 1680px;
        width: 100%;
        background-color: #02538b;
    }

    header .container-fluid {
        padding: 10px 70px 10px 70px;
    }

    header .navbar-nav {
        gap: 25px;
        border-bottom: none;
        padding-bottom: 15px;
    }

    #banner .carousel-caption {
        text-align: left;
        position: absolute;
        right: 15%;
        top: 22%;
        left: 70px;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
    }

    #banner .carousel-indicators {
        flex-direction: row;
        align-items: start;
        margin-right: 70px;
        gap: 5px;
        justify-content: start;
        bottom: 10%;
        margin-left: 70px;
    }

    #banner .carousel-indicators button {
        height: 5px;
        width: 90px;
        border-radius: 200px !important;
        border: none;
    }

    #security p br {
        display: none;
    }

    #aihospitality select {
        width: 100%;
        height: 45px;
        padding: 0px 10px;
        font-size: 20px;
        color: #1e1e1e;
        font-family: 'Poppins-medium';
        outline: none;
    }

    #teams .hvr-icons a {
        background-color: #02538b;
        color: #aeeafe;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 200px;
        font-size: 25px;
    }

    .owl-teams .owl-nav button {
        margin: 18px 15px !important;
    }

    #teams .slick-arrow {
        display: inline-block !important;
        position: absolute;
    }

    #teams .slick-arrow.slick-prev {
        bottom: -30px;
        left: 43%;
        width: 40px;
        height: 40px;
        background-color: #e65125 !important;
        border: solid 2px #e65125 !important;
        color: #d9f5ff !important;
        border-radius: 50% !important;
    }

    #teams .slick-arrow.slick-next {
        bottom: -30px;
        left: 50%;
        width: 40px;
        height: 40px;
        background-color: #e65125 !important;
        border: solid 2px #e65125 !important;
        color: #d9f5ff !important;
        border-radius: 50% !important;
    }
}

@media (max-width:900px) {
    #aihospitality .mob h2 {
        font-size: 28px;
        font-family: 'Poppins-semibold';
        color: #ea5524;
        padding-bottom: 20px;
        text-align: center;
    }

    #aihospitality .mob p {
        font-size: 16px;
        font-family: 'Poppins-regular';
        color: #1e1e1e;
        text-align: center;
    }

    #aihospitality .mob a {
        font-size: 17px;
        font-family: 'Poppins-semibold';
        background-color: transparent;
        display: flex;
        width: 165px;
        height: 48px;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        color: #ea5524;
        text-decoration: none;
        margin: 25px auto 0px auto;
        border: solid 1px #ea5524;
        text-transform: uppercase;
        /* hide  */
        display: none !important;
    }

    #aihospitality .mob .aihospitality-img {
        width: 100%;
    }

    #aihospitality .mob .aihospitality-img img {
        width: 100%;
    }

    #aihospitality .mob .row {
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
    }

    #aihospitality .mob .row .aihospitality-left {
        width: 100%;
    }

    #aihospitality .mob .row .aihospitality-right {
        width: 100%;
    }

    #aihospitality .mob {
        display: block;
    }

    #aihospitality .desk {
        display: none;
    }

    footer .list-one {
        display: flex;
        justify-content: center;
        gap: 25px;
        margin-top: 55px;
        padding-left: 0px;
    }

    header .container-fluid {
        padding: 10px 51px 10px 50px;
    }

    .navbar-scroll .container-fluid {
        padding: 10px 50px 0px 50px;
    }

    #banner .carousel-caption {
        text-align: left;
        position: absolute;
        right: 15%;
        top: 22%;
        left: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
    }

    #banner .carousel-indicators {
        flex-direction: row;
        align-items: start;
        margin-right: 70px;
        gap: 5px;
        justify-content: start;
        bottom: 4%;
        margin-left: 50px;
    }

    #iot .owl-iot .owl-top {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }

    #healthcare .owl-healthcare p {
        font-size: 16px;
        font-family: 'poppins-regular';
        color: #1e1e1e;
        padding: 15px 0px 0px 0px;
        text-align: center;
    }

    #healthcare .owl-healthcare h3 {
        font-size: 28px;
        font-family: 'poppins-semibold';
        color: #1e1e1e;
        padding-top: 25px;
        text-align: center;
    }

    #healthcare .owl-healthcare .atwo {
        font-size: 17px;
        font-family: 'Poppins-semibold';
        background-color: #ea5524;
        display: flex;
        width: 165px;
        height: 48px;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        color: #ffffff;
        text-decoration: none;
        border: solid 1px #ea5524;
        text-transform: uppercase;
        margin: 50px auto 20px auto;
    }

    #healthcare .owl-healthcare .aone {
        font-size: 17px;
        font-family: 'Poppins-semibold';
        background-color: #ea5524;
        display: flex;
        width: 165px;
        height: 48px;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        color: #ffffff;
        text-decoration: none;
        border: solid 1px #ea5524;
        text-transform: uppercase;
        margin: 20px auto;
    }

    #aihospitality .mob .aihospitality-leftt h2 {
        font-size: 45px;
        font-family: 'Poppins-semibold';
        color: #1e1e1e;
        border-bottom: solid 2px #ea5524;
        width: max-content;
        padding-bottom: 14px;
        text-align: center;
        margin: 0px auto;
    }

    #aihospitality .mob .aihospitality-leftt h3 {
        font-size: 26px;
        font-family: 'Poppins-Medium';
        color: #1e1e1e;
        text-align: center;
    }

    #teams .hvr-icons a {
        background-color: #02538b;
        color: #aeeafe;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 200px;
        font-size: 20px;
    }


}

@media (max-width:820px) {
    #banner .carousel-caption h5 {
        font-size: 45px;
        font-family: 'Poppins-bold';
        color: #ffffff;
        line-height: 40px;
    }

    #banner-bottom .row {
        padding: 70px 50px;
        align-items: center;
    }

    #aihospitality {
        position: relative;
        padding: 120px 50px 110px 50px;
        background-color: #d9f5ff;
    }

    #iot {
        position: relative;
        background: url(../images/iot-back.webp);
        padding: 120px 50px 90px 50px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #healthcare {
        background-color: #b4ecff;
        padding: 120px 50px;
    }

    #security {
        padding: 115px 50px 85px 50px;
        background: url(../images/space-tech.webp);
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
    }

    #secure {
        background-color: #d9f5ff;
        padding: 110px 50px 125px 50px;
        position: relative;
    }

    #teams {
        position: relative;
        background-color: #02538b;
        padding: 120px 50px 140px 50px;
    }

    #asked {
        padding: 120px 50px 135px 50px;
        position: relative;
        background-color: #aeeafe;
    }

    footer {
        padding: 110px 50px 90px 50px;
        background-color: #d9f5ff;
    }


}

@media(max-width:700px) {
    #banner .carousel-caption {
        text-align: left;
        position: absolute;
        right: 15%;
        top: 16%;
        left: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
    }

    footer .list-one {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-top: 55px;
        padding-left: 0px;
    }

    #asked .ask-leftimg {
        position: absolute;
        bottom: 0px;
        right: 0px;
        height: 100%;
        display: none;
    }

    #secure .secure-boxes {
        display: flex;
        gap: 50px;
        margin-top: 50px;
        flex-direction: column;
    }

    #teams .hvr-icons a {
        background-color: #02538b;
        color: #aeeafe;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 200px;
        font-size: 20px;
    }

    #teams .hvr-icons a {
        background-color: #02538b;
        color: #aeeafe;
        width: 33px;
        height: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 200px;
        font-size: 18px;
    }
}

@media(max-width:600px) {
    #banner .carousel-caption a {
        display: none;
    }

    #banner .carousel-caption p {
        display: none;
    }

    #banner .carousel-caption {
        text-align: left;
        position: absolute;
        right: 15%;
        top: 33%;
        left: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
    }

    #banner .carousel-caption h5 {
        font-size: 40px;
        font-family: 'Poppins-bold';
        color: #ffffff;
        line-height: 40px;
    }

    #banner .carousel-indicators button {
        height: 5px;
        width: 56px;
        border-radius: 200px !important;
        border: none;
    }

    #aihospitality {
        position: relative;
        padding: 70px 50px 70px 50px;
        background-color: #d9f5ff;
    }

    #iot {
        position: relative;
        background: url(../images/iot-back.webp);
        padding: 70px 50px 70px 50px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #healthcare {
        background-color: #b4ecff;
        padding: 70px 50px;
    }

    #security {
        padding: 70px 50px 70px 50px;
        background: url(../images/space-tech.webp);
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
    }

    #secure {
        background-color: #d9f5ff;
        padding: 70px 50px 70px 50px;
        position: relative;
    }

    #teams {
        position: relative;
        background-color: #02538b;
        padding: 70px 50px 70px 50px;
    }

    #asked {
        padding: 70px 50px 70px 50px;
        position: relative;
        background-color: #aeeafe;
    }

    footer {
        padding: 70px 50px 70px 50px;
        background-color: #d9f5ff;
    }

    footer .list-one {
        align-items: center;
        display: flex;
        justify-content: center;
        /* flex-direction: column; */
        gap: 15px;
        margin-top: 55px;
        padding-left: 0px;
    }

    footer .list-one li {
        list-style-type: none;
        font-family: 'Poppins-medium';
        font-size: 17px;
    }

    footer .list-two {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        padding-left: 0px;
        padding-bottom: 10px;
        align-items: center;
    }

    #security h3 br {
        display: none;
    }

    #teams h3 {
        font-size: 22px;
        /* font-size: 18px; */
        font-family: 'Poppins-medium';
        color: #ffffff;
        text-align: center;
        padding-top: 20px;
    }

    #healthcare .owl-healthcare .atwo {
        font-size: 17px;
        font-family: 'Poppins-semibold';
        background-color: #ea5524;
        display: flex;
        width: 165px;
        height: 48px;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        color: #ffffff;
        text-decoration: none;
        border: solid 1px #ea5524;
        text-transform: uppercase;
        margin-top: 40px;
    }

    #banner-bottom {
        padding-bottom: 0px;
    }



}

@media (max-width:599px) {
    #teams .hvr-icons a {
        background-color: #02538b;
        color: #aeeafe;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 200px;
        font-size: 22px;
    }
}

@media (max-width:500px) {
    #teams .slick-arrow.slick-prev {
        left: 38%;
    }

    #banner .carousel-caption h5 {
        font-size: 35px;
        font-family: 'Poppins-bold';
        color: #ffffff;
        line-height: 35px;
    }

    .navbar-scroll .container-fluid {
        padding: 10px 15px 0px 15px;
    }

    #banner .carousel-caption {
        text-align: left;
        position: absolute;
        right: 15%;
        top: 33%;
        left: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
    }

    #banner .carousel-indicators {
        flex-direction: row;
        align-items: start;
        margin-right: 70px;
        gap: 5px;
        justify-content: start;
        bottom: 4%;
        margin-left: 15px;
    }

    #banner-bottom .row {
        padding: 70px 15px;
        align-items: center;
    }

    header .container-fluid {
        padding: 10px 15px 10px 15px;
    }

    #aihospitality {
        position: relative;
        padding: 70px 15px 70px 15px;
        background-color: #d9f5ff;
    }

    #iot {
        position: relative;
        background: url(../images/iot-back.webp);
        padding: 70px 15px 70px 15px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #healthcare {
        background-color: #b4ecff;
        padding: 70px 15px;
    }

    #security {
        padding: 70px 15px 70px 15px;
        background: url(../images/space-tech.webp);
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
    }

    #secure {
        background-color: #d9f5ff;
        padding: 70px 15px 70px 15px;
        position: relative;
    }

    #teams {
        position: relative;
        background-color: #02538b;
        padding: 70px 15px 70px 15px;
    }

    #asked {
        padding: 70px 15px 70px 15px;
        position: relative;
        background-color: #aeeafe;
    }

    footer {
        padding: 70px 15px 70px 15px;
        background-color: #d9f5ff;
    }

    #banner .scroll-down a {
        display: none;
    }

    #banner .carousel-caption {
        text-align: left;
        position: absolute;
        right: 15%;
        top: 27%;
        left: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
    }

    #iot .row .iot-left h2 {
        font-size: 40px;
        font-family: 'Poppins-semibold';
        color: #ffffff;
        line-height: 45px;
        width: max-content;
        padding-right: 0px;
        border-right: none;
        margin: 0px auto;
    }

    #iot .owl-iot .owl-top {
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: center;
        flex-direction: column;
    }

    header .container-fluid .navbar-brand img {
        width: 135px;
    }

    header .navbar-toggler-icon i {
        color: #aeeafe;
        font-size: 20px;
        font-weight: 600;
    }

    #security h2 {
        font-size: 40px;
        font-family: 'Poppins-semibold';
        color: #ffffff;
        border-bottom: solid 2px #ea5524;
        padding-bottom: 12px;
        width: max-content;
        margin: 0px auto;
    }

    #security h3 {
        font-size: 26px;
        font-family: 'Poppins-Medium';
        color: #ffffff;
        padding: 30px 0px 25px 0px;
    }

    #security p {
        font-size: 18px;
        font-family: 'Poppins-Medium';
        color: #ffffff;
        line-height: 25px;
        margin-bottom: 0px;
    }

    #iot .owl-iot p {
        font-size: 18px;
        font-family: 'Poppins-regular';
        color: #ffffff;
        margin-top: 25px;
        line-height: 27px;
        text-align: center;
        margin-bottom: 0px;
    }

    #iot .row .iot-right p {
        font-size: 18px;
        font-family: 'Poppins-regular';
        color: #ffffff;
        padding-left: 0px;
        text-align: center;
    }

    #aihospitality .mob p {
        font-size: 18px;
        font-family: 'Poppins-regular';
        color: #1e1e1e;
    }

    #banner-bottom .row p {
        font-size: 18px;
        font-family: 'Poppins-regular';
        line-height: 27px;
        color: #1e1e1e;
    }

    #banner-bottom .row h3 {
        font-size: 24px;
        font-family: 'Poppins-medium';
        padding-bottom: 15px;
        color: #1e1e1e;
    }

    #teams h2 {
        font-size: 40px;
        font-family: 'Poppins-medium';
        color: #ffffff;
        line-height: 45px;
        text-align: center;
    }

    #healthcare h2 {
        font-size: 40px;
        font-family: 'poppins-semibold';
        color: #1e1e1e;
        border-bottom: solid 2px #ea5524;
        width: max-content;
        margin: 0px auto;
    }

    #banner .carousel-indicators {
        display: none;
    }

    #banner-bottom .row h2 {
        font-size: 40px;
        font-family: 'Poppins-semibold';
        margin-bottom: 0px;
        padding-bottom: 2px;
        color: #1e1e1e;
    }

    #banner-bottom .row .banner-bottom-left {
        padding: 0px 0px 0px;
    }

    .tab-navigation {
        text-align: center;
        margin: 0px 0px 30px 0px;
    }

    #asked .tit {
        font-size: 28px;
        font-family: 'Poppins-Semibold';
        color: #1e1e1e;
        border-bottom: none;
        padding-bottom: 11px;
        width: auto;
        margin: 0px auto 40px auto;
        text-align: center;
    }

    footer .footer-logo img {
        width: 50%;
    }

    #aihospitality .mob .aihospitality-leftt h2 {
        font-size: 40px;
        font-family: 'Poppins-semibold';
        color: #1e1e1e;
        border-bottom: solid 2px #ea5524;
        width: max-content;
        padding-bottom: 5px;
        text-align: center;
        margin: 0px auto;
    }

    #healthcare .owl-healthcare .atwo {
        font-size: 17px;
        font-family: 'Poppins-semibold';
        background-color: #ea5524;
        display: flex;
        width: 165px;
        height: 48px;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        color: #ffffff;
        text-decoration: none;
        border: solid 1px #ea5524;
        text-transform: uppercase;
        margin-top: 100px;
    }

    #healthcare .owl-healthcare h3 {
        font-size: 32px;
        font-family: 'poppins-semibold';
        color: #1e1e1e;
        padding-top: 40px;
        text-align: center;
    }

    #security a {
        font-size: 17px;
        font-family: 'Poppins-semibold';
        background-color: #ea5524;
        display: flex;
        width: 165px;
        height: 48px;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        color: #ffffff;
        text-decoration: none;
        border: solid 1px #ea5524;
        margin: 45px auto 0px auto;
        text-transform: uppercase;
    }

    #iot .owl-iot {
        margin-top: 80px;
    }

    #iot .owl-iot h4 {
        text-align: center;
    }

    #iot .owl-iot h4 br {
        display: block;
    }

    #teams .hvr-icons a {
        background-color: #02538b;
        color: #aeeafe;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 200px;
        font-size: 25px;
    }


}

@media(max-width:600px) {
    #aihospitality .owl-hospitality .owl-nav.disabled+.owl-dots {
        display: none;
    }
}

@media(max-width:431px) {
    #teams .hvr-icons a {
        background-color: #02538b;
        color: #aeeafe;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 200px;
        font-size: 20px;
    }


}

@media(max-width:400px) {
    #banner .carousel-caption h5 {
        font-size: 33px;
        font-family: 'Poppins-bold';
        color: #ffffff;
        line-height: 35px;
    }

    #banner .carousel-caption h5 br {
        display: none;
    }
}

@media(max-width:375px) {
    #banner .carousel-caption h5 {
        font-size: 30px;
        font-family: 'Poppins-bold';
        color: #ffffff;
        line-height: 30px;
    }

    #banner .carousel-indicators {
        flex-direction: row;
        align-items: start;
        margin-right: 70px;
        gap: 0px;
        justify-content: start;
        bottom: 4%;
        margin-left: 15px;
    }

    #banner .carousel-indicators button {
        height: 3px;
        width: 50px;
        border-radius: 200px !important;
        border: none;
    }

    #teams .hvr-icons a {
        background-color: #02538b;
        color: #aeeafe;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 200px;
        font-size: 20px;
    }




}

@media(max-width:345px) {
    #security h2 {
        font-size: 35px;
        font-family: 'Poppins-semibold';
        color: #ffffff;
        border-bottom: solid 2px #ea5524;
        padding-bottom: 12px;
        width: max-content;
        margin: 0px auto;
    }

    #aihospitality select {
        width: 100%;
        height: 45px;
        padding: 0px 10px;
        font-size: 18px;
        color: #1e1e1e;
        font-family: 'Poppins-medium';
        outline: none;
    }

}

.select {
    position: relative;
    display: flex;
    height: 100%;
    line-height: 3;
    overflow: hidden;
    border-radius: 0;
}

.tab-navigation {
    text-align: center;
    margin: 50px 0px 30px 0px;
}

select {
    word-wrap: normal;
    border: 1px solid #454545;
    color: #454545;
    font-size: 22px;
    font-family: 'Poppins-Medium';
    padding: 10px 32px;
    background-color: transparent;
}

.select::after {
    color: #fff;
}

.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #02538b;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
}

/* button-hover  */
.btnbabo {
    cursor: pointer;
    transform: translate(0%, 0%);
    z-index: 0;
    border: solid 2px #e65125;

    span {
        color: #fff;
        transition: color 0.3s ease;
        z-index: 1;
    }

    &:before {
        content: '';
        background: #aeeafe;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }

    &:after {
        content: '';
        background: #aeeafe;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    &:before {
        top: 0;
        left: 0;
        right: auto;
    }

    &:after {
        bottom: 0;
        right: 0;
        left: auto;
    }

    &:hover {
        &:before {
            width: 100%;
            right: 0;
            left: auto;
        }

        &:after {
            width: 100%;
            left: 0;
            right: auto;
        }

        span {
            color: #000;
        }
    }
}

.btn {
    cursor: pointer;
    transform: translate(0%, 0%);
    z-index: 0;

    span {
        transition: color 0.3s ease;
        z-index: 1;
    }

    &:before {
        content: '';
        background: #e65125;
        color: #ffffff;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }

    &:after {
        content: '';
        background: #e65125;
        color: #ffffff;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    &:before {
        top: 0;
        left: 0;
        right: auto;
    }

    &:after {
        bottom: 0;
        right: 0;
        left: auto;
    }

    &:hover {
        &:before {
            width: 100%;
            right: 0;
            left: auto;
        }

        &:after {
            width: 100%;
            left: 0;
            right: auto;
        }

        span {
            color: #ffffff;
        }
    }
}

.btntra {
    cursor: pointer;
    transform: translate(0%, 0%);
    z-index: 0;

    span {
        transition: color 0.3s ease;
        z-index: 1;
    }

    &:before {
        content: '';
        background: #02538b;
        color: #ffffff;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }

    &:after {
        content: '';
        background: #02538b;
        color: #ffffff;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    &:before {
        top: 0;
        left: 0;
        right: auto;
    }

    &:after {
        bottom: 0;
        right: 0;
        left: auto;
    }

    &:hover {
        &:before {
            width: 100%;
            right: 0;
            left: auto;
        }

        &:after {
            width: 100%;
            left: 0;
            right: auto;
        }

        span {
            color: #ffffff;
        }
    }
}

.btntran {
    cursor: pointer;
    transform: translate(0%, 0%);
    z-index: 0;
    border: solid 2px #e65125;

    span {
        transition: color 0.3s ease;
        z-index: 1;
    }

    &:before {
        content: '';
        background: #02538b;
        color: #ffffff;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }

    &:after {
        content: '';
        background: #02538b;
        color: #ffffff;
        height: 50%;
        width: 0;
        position: absolute;
        transition: .3s cubic-bezier(.785, .135, .15, .86);
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    &:before {
        top: 0;
        left: 0;
        right: auto;
    }

    &:after {
        bottom: 0;
        right: 0;
        left: auto;
    }

    &:hover {
        &:before {
            width: 100%;
            right: 0;
            left: auto;
        }

        &:after {
            width: 100%;
            left: 0;
            right: auto;
        }

        span {
            color: #ffffff;
        }
    }
}

@keyframes bannermotion {

    0% {

        transform: translateX(0px);
        opacity: 1;

    }

    100% {

        transform: translateX(60px);
        opacity: .4;

    }
}

@keyframes head {

    0% {

        transform: translateX(20px);

    }

    50% {

        transform: translateX(0px);
        opacity: .5;

    }

    100% {

        transform: translateX(20px);

    }
}

@keyframes fade {

    0% {

        color: #1e1e1e;
    }

    50% {
        color: #02538b;
    }

    100% {
        color: #1e1e1e;

    }
}

@keyframes fadetwo {

    0% {

        color: #ffffff;
    }

    50% {
        color: #aeeafe;
    }

    100% {
        color: #ffffff;

    }
}

.figure {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.figureone img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: 2s ease-in-out;
}

.figureone:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@keyframes myAnim {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes myAnimb {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes imghvr {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}