@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    /* Colors: */
    --color-0071bc: #0071bc;
    --color-gredient: linear-gradient(90deg, #f59900 0%, #fdc100 100%);
    --color-585959: #585959;
    --color-282728: #282728;
    --color-fdf3db: #fdf3db;
    --color-f6f6f6: #f6f6f6;
    --color-f5f5f5: #f5f5f5;
    --color-484848: #484848;
    --color-c2c4c6: #c2c4c6;
    --color-000000: #000000;
    --color-ffffff: #ffffff;
    --font-montserrat: "Montserrat", sans-serif;
    --font-style-normal: normal;
    --font-size-15: 15px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-19: 19px;
    --font-size-22: 22px;
    --font-size-25: 25px;
    --font-size-26: 26px;
    --font-size-27: 27px;
    --font-size-33: 30px;
    --font-size-38: 38px;
    --font-size-41: 41px;
    --font-size-45: 45px;
    --font-size-48: 48px;
    --font-size-50: 50px;
    --font-size-56: 54px;
    --font-size-55: 55px;
    --character-spacing-0: 0px;
    --line-height-22: normal;
    --line-height-25: 25px;
    --line-height-27: 27px;
    --line-height-30: 30px;
    --line-height-32: 32px;
    --line-height-35: 35px;
    --line-height-36: 36px;
    --line-height-43: 43px;
    --line-height-51: 51px;
    --line-height-60: normal;
    --line-height-66: 66px;
    --line-height-78: 78px;
    --line-height-inherit: inherit;
    --font-weight-Thin: 100;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --font-weight-normal: normal;
}

/* Custom  Font */

@font-face {
    font-family: 'Nexa Light';
    font-style: normal;
    font-weight: normal;
    src: local('Nexa Bold'), url('/font/NexaLight.otf') format('otf');
}


@font-face {
    font-family: 'Nexa Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Nexa Bold'), url('/font/NexaBold.otf') format('otf');
}

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}



.montserrat {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}

* {
    outline: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-montserrat);
    font-style: var(--font-style-normal);
    color: var(--color-000000);
    font-weight: var(--font-weight-Regular);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    min-height: auto !important;
}

.img {
    width: 100%;
}

a,
.btn,
button {
    color: var(--color-000000);
    outline: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}



.btn:hover,
a:hover,
button:hover {
    color: var(--color-gredient);
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

h4,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-000000);
    text-transform: normal;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.light-bg {
    background: #f9f7f7;
}

header,
footer,
section {
    width: 100%;
    float: left;
}


section.section-space.video-section,
.about-section {
    overflow: visible !important;
}

hr {
    border-bottom: 1px solid var(--color-c2c4c6);
    border-top: 0 none;
    margin: 40px 0;
    padding: 0;
    opacity: 1;
}

p {
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-Regular);
    font-family: var(--font-montserrat);
    color: var(--color-000000);
    line-height: 22px;
    margin-bottom: 15px;
}

.p-content {
    font-size: var(--font-size-19);
    font-weight: var(--font-weight-Regular);
    color: var(--color-gredient);
    margin-bottom: 15px;
}

.small-text {
    font-size: var(--font-size-15);
    line-height: var(--line-height-27);
    color: var(--color-000000);
    margin-bottom: 15px;
}

.main-title {
    font-size: var(--font-size-41);
    font-weight: var(--font-weight-SemiBold);
    font-family: var(--font-montserrat);
    margin-bottom: 15px;
    text-transform: capitalize;
}

.title {
    font-size: var(--font-size-50);
    line-height: 55px;
    color: var(--color-ea7819);
    font-weight: var(--font-weight-Bold);
    font-family: var(--font-montserrat);
    margin-bottom: 15px;
}

.gradient-text {
    background: var(--color-gredient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.div-title {
    font-size: var(--font-size-25);
    text-transform: uppercase;
    font-weight: var(--font-weight-SemiBold);
    margin-bottom: 15px;
}

.div-text {
    font-size: var(--font-size-33);
    line-height: var(--line-height-36);
    font-family: var(--font-binerka_demoregular);
    color: var(--color-000000);
    font-weight: var(--font-weight-Medium);
    margin-bottom: 15px;
}

.div-text1 {
    font-size: var(--font-size-33);
    font-family: var(--font-quicksand);
    color: var(--color-000000);
    font-weight: var(--font-weight-Medium);
    margin-bottom: 15px;
}

.box-text {
    font-size: var(--font-size-22);
    line-height: var(--line-height-32);
    color: var(--color-ffffff);
    text-transform: uppercase;
    font-weight: var(--font-weight-Medium);
    margin-bottom: 15px;
    text-align: center;
}

.font-binerka_demoregular {
    font-family: var(--font-binerka_demoregular);
}

.weight-Light {
    font-weight: var(--font-weight-Light);
}

.weight-Regular {
    font-weight: var(--font-weight-Regular);
}

.weight-Medium {
    font-weight: var(--font-weight-Medium);
}

.weight-SemiBold {
    font-weight: var(--font-weight-SemiBold);
}

.weight-Bold {
    font-weight: var(--font-weight-Bold);
}

.weight-ExtraBold {
    font-weight: var(--font-weight-ExtraBold);
}

.weight-Black {
    font-weight: var(--font-weight-Black);
}

.height-100 {
    height: 100vh;
}

.pr-100 {
    padding-right: 100px;
}

.pl-100 {
    padding-left: 100px;
}

.color-0071bc {
    color: var(--color-0071bc) !important;
}

.color-gredient {
    color: var(--color-gredient) !important;
}

.btn-style {
    padding: 12px 30px;
    background: var(--color-000000);
    color: var(--color-d2a800);
    text-transform: uppercase;
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-Bold);
}

.register_demo {
    width: fit-content;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    font-weight: var(--font-weight-SemiBold);
    font-size: var(--font-size-16);
    color: var(--color-585959);

    /* Gradient border */
    border: 2px solid transparent;
    background-image:
        linear-gradient(#fff, #fff),
        linear-gradient(90deg, #f59900, #fdc100, #f59900);
    background-origin: border-box;
    background-clip: padding-box, border-box;

    /* Animation settings */
    background-size: 200% 200%;
    animation: borderMove 3s linear infinite;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 50px;
    letter-spacing: 0;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%, 0% 50%;
    }

    100% {
        background-position: 200% 50%, 200% 50%;
    }
}

.register_demo::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--color-0071bc);
    /* Hover fill color */
    transition: left 0.4s ease;
    z-index: 0;
}

.position-btn {
    position: fixed;
    bottom: 0;
    right: 5%;
    z-index: 99;
    border: 1px solid #fff;
    border-radius: 26px 26px 0 0 !important;
    padding-bottom: 6px !important;
}

.register_demo:hover::before {
    left: 0;
}

.register_demo span,
.register_demo i {
    position: relative;
    z-index: 1;
}

.register_demo i {
    display: flex;
    width: 20px;
    height: 20px;
    margin-left: 20px;
    /* line-height: 35; */
    background: var(--color-0071bc);
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    padding: 7px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    align-items: center;
    justify-content: center;
}

.register_demo:hover i {
    rotate: 180deg;
    color: #005201;
    background: #fff;


}

.register_demo:hover {
    color: var(--color-ffffff);
}

.img-zoom {
    overflow: hidden;
}

.img-zoom .zoom {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.5s ease-out 0s;
    -moz-transition: all 2.5s ease-out 0s;
    -ms-transition: all 2.5s ease-out 0s;
    -o-transition: all 2.5s ease-out 0s;
    transition: all 2.5s ease-out 0s;
}

.img-zoom:hover .zoom {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* @import url(../css/root.css); */




/* loader css*/


/* loader css */

.main-nav {
    background: transparent;
    padding: 30px 0px;
    width: 100%;
    float: left;
}

.main-nav .navbar {
    padding: 0;
    width: 100%;
    float: left;
}

.main-nav .navbar-expand-lg .navbar-brand {
    position: absolute;
    top: -20px;
    margin-right: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-expand-lg .navbar-brand img,
.main-nav .navbar-expand-lg .navbar-brand .svg {
    width: 160px;
    object-fit: contain;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-nav .nav-item .nav-link {
    position: relative;
    display: block;
    font-size: var(--font-size-19);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-SemiBold);
    line-height: var(--line-height-inherit);
    padding: 8px 10px;
    text-transform: uppercase;
}

.main-nav .navbar-nav .nav-item {
    padding-left: 40px;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
    color: var(--color-0e1f45);
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
    color: var(--color-f68e1f);
}


/* dropdown-menu */

.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
    background-color: transparent;
}

.main-nav .navbar-nav .dropdown .dropdown-menu {
    min-width: 200px;
    width: 200px;
    margin: 0;
    top: 100%;
    padding: 0px;
    background-color: var(--color-ffffff);
    border: none;
    box-shadow: 0px 0px 10px -4px #0000009d;
    z-index: 9;
}

.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    float: left;
    font-size: var(--font-size-16);
    color: var(--color-000000);
    background-color: var(--color-ffffff);
    padding: 10px 10px;
    text-transform: uppercase !important;
}




a.btn-link {
    width: fit-content;
    display: flex;
    border-radius: 50px;
    color: var(--color-ffffff);
    text-decoration: none;
    font-size: 18px;
    transition: 0.4s;
    font-weight: var(--font-weight-SemiBold);
}

.arrow-circul {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    transition: 0.5s;
    position: relative;
    right: -10px;
    transform: rotate(56deg);
}


.arrow-circul i {
    color: var(--color-ffffff);
    font-size: 25px;
    position: relative;
    bottom: 2px;
    right: 6px;

}

a.btn-link:hover {
    transition: 0.4s;
    color: var(--color-000000);
}



a.btn-link:hover .arrow-circul i {
    color: var(--color-000000);
}

a.btn-link:hover .arrow-circul {
    transform: rotate(0deg);
}

.section-space {
    padding: 80px 0px;
}


/* button style2 */

.btn-style2 {
    width: fit-content;
    margin-top: 30px;
}

a.btn-link2 {
    display: flex;
    border-radius: 50px;
    color: var(--color-gredient);
    text-decoration: none;
    font-weight: var(--font-weight-Bold);
    font-size: 18px;
    transition: 0.4s;
}

.arrow-circul2 {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    transition: 0.5s;
    position: relative;
    right: -10px;
    transform: rotate(56deg);
}


.arrow-circul2 i {
    color: var(--color-gredient);
    font-size: 25px;
    position: relative;
    bottom: 2px;
    right: 2px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;

}

a.btn-link2:hover {
    transition: 0.4s;
    color: var(--color-0071bc);
}



a.btn-link2:hover .arrow-circul2 i {
    color: var(--color-0071bc);
}

a.btn-link2:hover .arrow-circul2 {
    transform: rotate(0deg);
}



/* main-banner */
.banner .swiper-wrapper {
    align-items: center;
}

.banner .swiper-slide {
    height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner img {
    width: 50%;
}

.banner-img {
    transition: transform 6s ease;
    /* smooth zoom */
    transform: scale(1);
    /* default scale */
}

.swiper-slide-active .banner-img {
    transform: scale(1.1);
    /* zoom when active */
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    background-color: var(--color-ffffff);
    color: white;
    /* make buttons visible */
    width: 55px;
    height: 55px;
    box-shadow: rgba(255, 255, 255, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 50%;
}

.swiper-slide-active .slide-down {
    animation: bounceInUp 2.5s;
}

.swiper-slide-active .fade-right {
    animation: fadeInUp 1.5s;
}

.swiper-slide-active .fade-up {
    animation: fadeInDown 1.5s;
}

.banner p {
    width: 70%;
    margin-bottom: 30px;
    line-height: 22px;
    font-weight: bold;
}

img.banner-img {
    object-fit: cover;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -9;
}

.inner-text {
    width: 50%;
    padding-left: 15%;
}

/* Position pagination at bottom-right like your screenshot */
/* .custom-pagination-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    left: 83%;
    position: absolute;
    bottom: 10%;
}

.custom-pagination-line {
    display: none;
    width: 100px;
    margin-right: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    position: relative;
    z-index: 9;
    left: -150px;
}

.custom-pagination-line-fill {
    height: 100%;
    background: white;
    width: 0%;
}

.custom-pagination-number {
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 16px;
    right: 110px;
    z-index: 9;
}

.swiper-pagination-bullets {
    display: flex;
    gap: 15px;
}

.swiper-pagination-bullet:nth-child(3) {
    opacity: 0.7;
}

.swiper-pagination-bullet {
    margin-left: -5px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ccc;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet-active {
    background: #ffc107;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active::before {
    content: '\203A';
    font-size: 22px;
    line-height: 0  ;
    color: black;
    font-weight: bold;
} */

.read-more a {
    font-size: 15px;
    background: var(--color-gredient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: var(--font-weight-SemiBold);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.read-more:hover a {
    background: var(--color-000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.read-more:hover i {
    rotate: 180deg;
}

.read-more i {
    display: flex;
    height: 20px;
    width: 20px;
    background: var(--color-gredient);
    border-radius: 50%;
    line-height: 20px;
    color: #000;
    font-size: 12px;
    margin-left: 10px;
    rotate: 0deg;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    align-items: center;
    justify-content: center;
}

.read-more {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* who we are */
.who-we-are {
    background: var(--color-0071bc);
    position: relative;
}

.who-we-are p {
    color: var(--color-ffffff);
    text-align: center;
    padding: 0 20%;
}

.usp-container {
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 80px;
    margin-bottom: 30px;
    z-index: 99;
}

.cloud-center {
    display: flex;
    position: relative;
    width: 65%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* animation: float 2s ease-in-out infinite; */
    animation-fill-mode: both; /* keeps the initial state */
    justify-content: center;
}

.cloud-center img {
    position: relative;
    width: 100%!important;
    transform: translate(-50%, -50%);
 top: 50%;
    left: 50%;
    animation: float 2s ease-in-out infinite;
}

.usp-text {
    position: absolute;
    top: 30%;
    left: 48%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
    animation: float 2s ease-in-out infinite;

    
}

.point {
    /* width: 16%; */
    gap: 20px;
    display: flex;
    text-align: right;
    position: absolute;
    font-size: var(--font-size-19);
    line-height: normal;
    background: var(--color-ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: var(--font-weight-SemiBold);
    opacity: 0;
    animation: fadeIn 2s forwards;
    flex-direction: row-reverse;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    justify-content: center;
    align-items: center;
}
.point h6{
    font-size: var(--font-size-19);
    margin: 0;
}

.point:hover {
    background: var(--color-gredient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    flex-direction: row-reverse;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.point.active {
    background: var(--color-gredient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    flex-direction: row-reverse;
}

.dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    margin-right: 8px;
    box-shadow: 0 0 10px #fff;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.point:hover .dot {
    background: var(--color-gredient);

}

.point.active .dot {
    background: var(--color-gredient);
}

/* Positions */
.p1 {
    top: 10%;
    left: 10%;
    animation-delay: 0.3s;
}

.p2 {
    top: 35%;
    left: 6%;
    animation-delay: 0.6s;
}

.p3 {
    top: 60%;
    left: 6%;
    animation-delay: 0.9s;
}

.p4 {
    top: 10%;
    right: 8%;
    text-align: left;
    animation-delay: 1.2s;
}

.p5 {
    top: 50%;
    right: 0%;
    text-align: left;
    animation-delay: 1.5s;
}

.p6 {
    top: 60%;
    right: 4%;
    text-align: left;
    animation-delay: 1.8s;
}

/* Animations */
@keyframes float {

    0%,
    100% {
        transform: translate(-50%, -50%) translateY(0px);
    }

    50% {
        transform: translate(-50%, -50%) translateY(-8px);
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

img.pattern-usp {
    width: 50%;
    left: 25%;
    top: 10%;
    position: absolute;
    text-align: center;
    z-index: 9;
    animation: rotate 10s linear infinite;

}

.who-text {
    position: relative;
    z-index: 99;
}

@keyframes rotate {
    0% {
        rotate: 0;
    }

    100% {
        rotate: 360deg;

    }
}

/* who we are */

/* solutions */
.solutions {
    position: relative;
}

.solutions img.spin {
    position: absolute;
    left: -15%;
    bottom: -40%;
    z-index: -9;
    animation: rotate 10s linear infinite;
}

.card {
    width: 100%;
    border: none;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.card-main:hover {
    box-shadow: none;
}

.card::before {
    content: "";
    width: 100%;
    height: 70px;
    position: absolute;
    background: linear-gradient(to right, #0071bc, #0071bc);
    z-index: 9;
    bottom: 0;
    opacity: 1;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.card::after {
    content: "";
    width: 100%;
    height: 70px;
    position: absolute;
    background: linear-gradient(to right, #f8b500, #ffeb3b);
    z-index: 9;
    bottom: 0;
    opacity: 0;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.card:hover::before {
    opacity: 0;
}

.card:hover::after {
    opacity: 1;
}

.card:hover .card-icon {
    background: var(--color-gredient);
    border-color: transparent;
}

.card:hover img.img-1 {
    width: 0%;
    opacity: 0;
}

.card:hover img.img-fluid.img-2 {
    width: 100%;
    opacity: 1;
}

img.img-1 {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

img.img-2 {
    width: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.card-content h3 {
    font-size: var(--font-size-22);
    color: #282728;
    font-weight: var(--font-weight-SemiBold);
    opacity: 0.8;
}

.card-image {
    position: relative;
}

.card-image img {
    width: 100%;
}

.card-icon {
    width: 90px;
    height: 90px;
    padding: 20px;
    background: #fff;
    border: 2px solid var(--color-0071bc);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 42%;
    left: 20px;
    z-index: 100;
}

.card-content {
    padding: 60px 20px 20px;
    margin-bottom: 10px;
    border-radius: 0 0 26px 26px;
    text-align: left;
    background: #f5f6f7;
    /* box-shadow: 0px 10px #0071bc; */
    position: relative;
    z-index: 99;
}

.card-content:hover {
    box-shadow: 0px 10px linear-gradient(90deg, #f59900 0%, #fdc100 100%);
}


.card-content p {
    font-size: 14px;
    color: #777;
    margin: 10px 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.card .read-more {
    justify-content: flex-start;
}

.card .read-more i {
    background: var(--color-0071bc);
    color: var(--color-ffffff);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.card:hover .read-more i {
    background: var(--color-gredient);
    rotate: 180deg;
}

.card .read-more a {
    background: var(--color-0071bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card:hover .read-more a {
    background: var(--color-gredient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* solutions */

/* advantages */
.advantages {
    position: relative;
    background: var(--color-0071bc);
    overflow: hidden;
}

.advantages img.spin {
    position: absolute;
    right: -15%;
    top: -40%;
    z-index: 9;
    animation: rotate 10s linear infinite;
}

.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.tab-buttons button {
    font-size: var(--font-size-22);
    padding: 15px 0px;
    padding-right: 30px;
    border: none;
    background: transparent;
    color: #ffffffac;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: var(--font-weight-SemiBold);
    position: relative;
}

.tab-buttons button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    /* Thickness of the border */
    background: linear-gradient(to right, #fff, #fff);
}

.tab-buttons button.active {
    background: var(--color-gredient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tab-buttons button.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    height: 1px;
    /* Thickness of the border */
    background: var(--color-gredient);
}

.tab-buttons button:hover {
    background: var(--color-gredient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tab-contents {
    margin-top: 50px;
    position: relative;
}

.tab-content {
    display: none;
    transition: opacity 0.5s ease;
}

.tab-content.active {
    display: flex;
    opacity: 1;
    gap: 100px;
}

.tab-content img {
    width: 70%;
    border-radius: 0;
    margin-bottom: 0;
    animation: fadeInUp 1.5s;
}

.tab-content p {
    width: 30%;
    color: var(--color-ffffff);
    animation: fadeInLeft 1.5s;
}
.advantages-list {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.advantage-item {
  width: 31%;
  display: flex;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px;
  gap: 20px;
    box-shadow: 0 8px 20px rgba(255, 0, 0, 0);


  justify-content: center;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.advantage-item img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.advantage-item h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.advantage-item p {
  color: #f1f1f1;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.advantage-item:hover {
      -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}


/* advantages */
/* clintel */
.slider {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0;
}

.slider-track {
    display: inline-flex;
    animation: scroll 60s linear infinite;
}

.slide {
    flex: 0 0 auto;
    margin: 0 15px;
    padding: 3px;
    border-radius: 10px;
    background: linear-gradient(0deg, rgb(214 214 214 / 45%) 0%, rgb(247 246 246 / 78%) 100%);
}

.slide img {
    padding: 15px;
    width: 180px;
    height: 100px;
    border-radius: 10px;
    object-fit: contain;
    background: #fff;
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.1); */
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.clients-text {
    padding-left: 250px;
    padding-right: 50px;
    margin-right: 50px;
    border-right: 2px solid #cccccc;
}

/* clintel */

/* product */

.project-section {
    background: var(--color-gredient);
    position: relative;
    background-repeat: no-repeat;
    z-index: 9;
}

.project-section button {
    margin-top: 30px;
}

.project-right {
    width: 100%;
}

.project-left {
    width: 100%;
}

.project-left p {
    font-size: 14px;
    font-weight: var(--font-weight-Medium);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-title-card {
    margin-bottom: 30px;
}

h2.product-title {
    font-size: 22px;
    font-weight: 600;
}

.product-img img {
    width: 100%;
    height: 400px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.product-img1 img {
    width: 100%;
    height: 625px;
    object-fit: cover;
    border-radius: 16px;
}

h2.product-title {
    font-size: var(--font-size-19);
    font-weight: var(--font-weight-SemiBold);
    background: #0071bce0;
    text-align: center;
    padding: 12px 5px
}

.product-inner {
    z-index: 999;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    margin-bottom: 25px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.product-inner-text {
    background: linear-gradient(0deg, #ffffff, #ffffff00);
    padding: 5%;
    padding-top: 100px;
    padding-bottom: 20px;
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    justify-content: space-between;
    align-items: center;
}

.product-inner-text a h4:hover {
    color: var(--color-0071bc);
}

.project-right h4 {
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    margin-bottom: 0;
}

.project-right h4:hover {
    color: var(--color-0071bc);
}

.project-left .read-more i {
    background: var(--color-0071bc);
    color: var(--color-ffffff);
}

.project-left a:hover .read-more i {
    rotate: 180deg;
}


.list-pointing li {
    list-style-type: disc;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

.product-img {
    background: #000;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;

}

.product-card {
    overflow: hidden;
    border-radius: 8px;

}

.product-card:hover .product-inner-text {
    bottom: -10px;

}

.project-section img.spin {
    position: absolute;
    left: -20%;
    bottom: 20%;
    z-index: -9;
    animation: rotate 10s linear infinite;
}
/* projects */
/* partners */
        .partners-section {
      display: flex;
      gap: 30px;
      align-items: flex-start;
    }
    /* Left menu */
    .partners-filter-menu {
      display: flex;
      flex-direction: column;
      gap: 15px;
      font-weight: bold;
    }
    .partners-filter-btn {
      cursor: pointer;
      color: #999;
      transition: 0.3s;
    }
    .partners-filter-btn.partners-active {
       background: var(--color-gredient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }

    .partners-filter-btn:hover {
    background: var(--color-gredient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

    /* Logos grid */
    .partners-section {
    display: flex;
    gap: 30px;
    align-items: center;
}
    /* Left menu */
    .partners-filter-menu {
        width: 40%;
      display: flex;
      flex-direction: column;
      gap: 15px;
      font-weight: bold;
      margin-top: 30px;
    }
    .partners-filter-btn {
        font-size: var(--font-size-22);
      cursor: pointer;
      color: #999;
      transition: 0.3s;
    }
    .partners-filter-btn.partners-active {
      color: #d35400; /* Orange highlight */
    }

    /* Logos grid */
    .partners-logos {
    width: 80%;
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.partners-logo img {
  max-width: 100%;
  max-height: 70px; /* force all logos into same height */
  object-fit: contain;
}
.partners-logo {
    width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px;
  background: #fff;
  transition: all 0.4s ease;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  opacity: 1;
  transform: scale(1);
  visibility: visible;
  position: relative; /* normal state */
}

.partners-hide {
  opacity: 0;
  transform: scale(0.8);
  visibility: hidden;
  pointer-events: none;

  position: absolute; /* take it out of grid flow */
}
.partners-hide img{
    width: 0;
    height: 0;
}
/* partners */
/* testimonials */
.testimonial {
    background: var(--color-0071bc);
    overflow: hidden;
    position: relative;
}

.testimonial img.spin {
    width: 29%;
    position: absolute;
    right: -16%;
    bottom: 2%;
    z-index: 9;
    animation: rotate 10s linear infinite;
}

.testimonial .swiper-button-next,
.testimonial .swiper-button-prev {
    top: 60%;
}

.testimonial .swiper-button-prev,
.testimonial .swiper-container-rtl .swiper-button-next {
    left: 50px;
    right: auto;
}

.testimonial .swiper-button-next,
.testimonial .swiper-container-rtl .swiper-button-prev {
    right: 50px;
    left: auto;
}

.testimonial-slider {
    position: relative;
    width: 90%;
    margin: auto;
    padding-top: 30px;
    overflow: hidden;
    z-index: 99;
}

.testimonial-card {
    transform: scale(0.9);
    background: #ffffff;
    border-radius: 12px;
    padding: 80px 50px;
    padding-bottom: 50px;
    text-align: left;
    transition: all 0.3s ease;
    opacity: 0.5;
    border: 2px solid transparent;
}


.testimonial-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  margin-bottom: 10px;

  display: -webkit-box;
  -webkit-line-clamp: 5; /* 5 line show karega */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.testimonial-card p.expanded {
  -webkit-line-clamp: unset; /* pura text show */
  overflow: visible;
}

.read-more-btn {
  background: none;
  border: none;
  color: #fff;
  font-weight: var(--font-weight-SemiBold);
  font-size: 14px;
  cursor: pointer;
  padding: 0;
}

.author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
    display: none;
}

.author h4 {
    color: var(--color-000000);
    margin-bottom: 0;
    font-weight: bold;
}

.author span {
    font-size: 14px;
    color: #000;
}

.testimonial .swiper-button-next,
.testimonial .swiper-button-prev {
    width: 30px;
    height: 30px;
    color: white;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Highlight center slide */
.swiper-slide-active .testimonial-card {
    opacity: 1;
    border: 2px solid #f5a623;
    border-radius: 12px;
    background: transparent;
    transform: scale(1);
}

.swiper-slide-active .testimonial-card p,
.swiper-slide-active .author span,
.swiper-slide-active .author h4 {
    color: var(--color-ffffff);
}

/* Navigation arrows */
.swiper-button-next,
.swiper-button-prev {
    color: white;
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 50%;
}

/* Remove default Swiper arrow */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
}

/* Next button icon (Font Awesome right arrow) */
.swiper-button-next::after {
    content: "\f054";
    /* fa-arrow-right */
}

/* Prev button icon (Font Awesome left arrow) */
.swiper-button-prev::after {
    content: "\f104";
    /* fa-arrow-left */
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.4);
}

/* testimonials */

/* insignts */
.insignts {
    background: var(--color-gredient);
    position: relative;
}

.insignts img.spin {
    position: absolute;
    left: -20%;
    bottom: 0%;
    z-index: 9;
    animation: rotate 10s linear infinite;
}

.tabs-container {
    position: relative;
    z-index: 99;
}

.insight-slider {
    width: 100%;
    overflow: hidden;

}

.insight-slider .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    animation: zoomIn 0.5s;
}

.insight-slider .slide-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.insight-slider .slide-content {
    background: var(--color-ffffff);
    padding: 25px;
    border-radius: 0 0 10px 10px;
}

.insight-slider .slide-title {
    opacity: 0.8;
    font-size: var(--font-size-25);
    color: #282728;
    font-weight: var(--font-weight-SemiBold);
    margin-bottom: 10px;
}

.insight-slider .slide-desc {
    font-size: 14px;
    line-height: normal;
    color: #888;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;  /* sirf 3 line dikhayega */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.insight-slider .read-more {
    color: #0078d4;
    text-decoration: none;
    font-size: 14px;
    justify-content: flex-start;
}

.insight-slider .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -5%;
    left: auto;
}

.insight-slider .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -5%;
    right: auto;
}

.insight-slider .swiper-button-next,
.insight-slider .swiper-button-prev {
    width: 30px;
    height: 30px;
    color: white;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.insight-tab-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.insight-tab-buttons button {
    font-size: var(--font-size-22);
    padding: 15px 80px 15px 0;
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: var(--font-weight-SemiBold);
    position: relative;
}

.insight-tab-buttons button::before {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200vh;
    height: 1px;
    background: linear-gradient(to right, #fff, #fff);
}

.insight-tab-buttons button.active {
    color: var(--color-000000);

}

.insight-tab-buttons button.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    height: 1px;
    background: var(--color-000000);
}

.insight-tab-buttons button:hover {
    color: var(--color-000000);
}

.tab-contents {
    margin-top: 50px;
    position: relative;
}

.insight-tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.insight-tab-content.active {
    display: block;
    /* Change to block so swiper works */
    opacity: 1;
}

.insight-tab-content img {
    width: 70%;
    border-radius: 0;
    margin-bottom: 0;

}

.insight-tab-content p {
    width: 30%;
    color: var(--color-ffffff);
    animation: fadeInLeft 1.5s;
}

.insignts .read-more a {
    background: var(--color-0071bc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.insignts .read-more a:hover {
    background: var(--color-000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.insignts .read-more i {
    background: var(--color-0071bc);
    color: var(--color-ffffff);
}

#videos iframe {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    margin: 0;
}

/* insignts */

/* footer */
 .custom-linkedin-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #eef2f6;
    text-decoration: none;
    color: #0b1220;
    font: 600 15px/1.1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    transition: .25s ease;
    margin-top: 25px;
  }

  .custom-ln-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #0a66c2;
    color: #fff;
    font-size: 18px;
    transition: .25s ease;
  }
  .custom-linkedin-cta:hover .custom-ln-circle {
    transform: scale(1.06);
  }
.custom-ln-text {
    font-size: 14px;
  }
  span.custom-ln-text strong {
    display: block;
}

.footer {
    width: 100%;
    background-color: var(--color-0071bc);
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 50px;
}


.footer img.spin {
    position: absolute;
    right: -15%;
    bottom: -40%;
    z-index: 9;
    animation: rotate 10s linear infinite;
}

/* copy-right  */

.copy-right {
    margin-top: 50px;
    padding-bottom: 0;
}

.copy-right p,
.copy-right p a {
    font-size: var(--font-size-16);
    color: #fff;
    margin-bottom: 0;
}

.copy-right p span {
    float: right;
}

.copy-right p a {
    color: var(--color-gredient);
}

ul.footer-contact {
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    gap: 30px;
}
ul.footer-contact li{
    width: 50%;
}
ul.footer-contact li i {
    display: none;
}

ul.footer-contact li .details p {
    font-size: var(--font-size-16);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-SemiBold);
    text-transform: uppercase;
    margin-bottom: 5px;
}

ul.footer-contact li .details a {
    font-size: var(--font-size-16);
    line-height: 16px;
    color: var(--color-ffffff);
    font-weight: var(--font-weight-Regular);
    margin: 0;
}

ul.footer-contact li .details a:hover {
    color: #f7a600;
}

ul.footer-contact li .details a p:hover {
    color: #f7a600;

}

ul.footer-contact li .details a p {
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--color-ffffff);
    font-weight: var(--font-weight-Regular);
    text-transform: none;
    margin: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
img.linkdin {
    width: 150px;
    background: #fff;
    border-radius: 5px;
    padding: 2px 10px;
    margin-top: 30px;
    transform: translateY(0);
            -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
img.linkdin:hover{
        transform: translateY(-5px);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}


ul.footer-social {
    display: flex;
    gap: 25px;
    margin-top: 50px;
}

ul.footer-social li i {
    background: var(--color-gredient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.footer-social li i:hover {
    background: var(--color-ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-menu ul {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #fff;
}

.footer-menu ul li a {
    color: #fff;
    font-size: 15px;

}

.footer-menu ul li a:hover {
    color: #f7a600;

}

.footer-padding {
    padding-right: 0px;
}

.contact-form {
    position: relative;
    z-index: 99;
    float: right;
    width: 85%;
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
    font-size: var(--font-size-33);
    color: #282728;
}

.contact-form label {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: #555;
    text-align: left;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px 10px;
    margin-bottom: 15px;
    border: none;
    background: #e9ebec;
    border-radius: 8px;
    font-size: 14px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #0071bc;
    outline: 0;
    box-shadow: 0 0 0 1px #0071bc;
}

.contact-form textarea {
    height: 80px;
    resize: none;
}

form .register_demo i {
    margin-left: 80px;
}
.modal-content .register_demo i {
    margin-left: 20px;
}
ul.inner-details li {
    font-weight: var(--font-weight-SemiBold);
    font-size: 16px;
    width: 100%;
    margin-bottom: 5px;
    color: var(--color-ffffff);

}
ul.inner-details li span{
    font-weight: var(--font-weight-Regular);
}
.contact-footer-menu {
    width: 75%;
    position: relative;
    z-index: 99;
}

.form-div span {
    position: absolute;
    bottom: -6px;
    left: 0;
    font-size: 14px;
}

.form-div {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

/* social-share */


.sticky_share_btn {
    position: fixed;
    right: 15px;
    bottom: 96px;
    z-index: 9999;
}

.share-toggle,
.fixed_share ul.listing>li {
    font-size: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    background: #fff;
    box-shadow: 1px 1px 6px 0px #44434361;
}

.share-toggle i {
    color: var(--color-gredient);
}

ul.listing {
    list-style: none;
    display: none;
}

.fixed_share ul.listing>li {
    margin-bottom: 10px;
}

.fixed_share ul.listing>li>a {
    display: block;
    width: 70%;
    height: auto;
    text-align: center;
}

.share-toggle:hover,
.fixed_share ul.listing>li:hover {
    transform: scale(1.1) rotate(360deg);
    background: var(--color-gredient);
}

.share-toggle:hover i,
.fixed_share ul.listing>li:hover a {
    color: var(--color-ffffff);
}

.share-toggle a {
    color: var(--color-gredient);
}

.fixed_share .facebook,
.fixed_share .facebook>a {
    color: #4267B2;
    background-color: var(--color-ffffff);
}

.fixed_share .youtube,
.fixed_share .youtube>a {
    color: #FF0000;
    background-color: var(--color-ffffff);
}

.fixed_share .instagram,
.fixed_share .instagram>a {
    color: #8a3ab9;
    background-color: var(--color-ffffff);
}

.fixed_share .linkedin,
.fixed_share .linkedin>a {
    color: #0e76a8;
    background-color: var(--color-ffffff);
}


.social-btn {
    display: flex;
    width: 239px;
    height: 55px;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px;
    border-radius: 30px 0px 0px 30px;
    margin-bottom: 5px;
    position: relative;
    right: -188px;
    transition: right 1s;
}

.social-btn i {
    font-size: 29px;
    line-height: 20px;
    padding-right: 6px;
}

.social {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 999;
}

.social a {
    text-decoration: none;
}

.color-download-brochure {
    background-color: #2b8b2e;
}

.google-font {
    font-size: 18px;
}

.social-btn img {
    width: 40px;
}

.social-btn p {
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav-tabs {
    border-bottom: none;
}

.sidenav,
.mobile-toggle {
    display: none;
}

.mobile-banner {
    display: none !important;
}

.mobile-img {
    display: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1380px;
}


/* back to top */

#button {
    display: inline-block;
    background: var(--color-gredient);
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 23px;
    right: 15px;
    border-radius: 50%;
    transition: background-color .3s, opacity .5s, visibility .5s;
    visibility: hidden;
    z-index: 1000;
    border: 2px solid var(--color-ffffff);
    text-decoration: none;
    opacity: 0;
}

#button::after {
    content: "\2191";
    font-family: 'bootstrap-icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    line-height:35px;
    color: var(--color-ffffff);
    text-decoration: none;
    border: 0;
}

#button:hover {
    cursor: pointer;
    border: 2px solid var(--color-gredient);
    background-color: var(--color-ffffff);
}

#button:hover:after {
    color: var(--color-f26b28);
}

#button:active {
    border: 2px solid var(--color-f26b28);
    background-color: var(--color-ffffff);
}

#button.show {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

#whatsapp.show {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}

.whatsapp-btn {
    position: fixed;
    bottom: 12%;
    opacity: 0;
    right: 35px;
    z-index: 999;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #25D366;
    border: 1px solid #fff;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
}


/*Estilos solo al icono whatsapp*/

.whatsapp-btn i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
    line-height: 0px;
}


/*Estilos con animation contorno respirando*/

@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


/*Estilos de animacion del icono latiendo*/

@keyframes beat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* popup-form */
.modal-body{
    text-align: center;
}

/* breadcrumb */
.breadcrumb {
    padding: 200px 0;
    padding-bottom: 250px;
    background-position: right !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin: 0;
}

/* breadcrumb */
.our-why {
    background: linear-gradient(90deg, rgba(228, 231, 240, 1) 0%, rgba(191, 199, 211, 1) 100%);
    position: relative;
    padding: 50px 0;

}

.inner-why {
    background: var(--color-0071bc);
    padding: 50px;
    margin-top: -200px;
}

.why-pointer img {
    width: 70px;
}

.why-pointer ul li {
    width: 48%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 10px;
}

img.why-door {
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 0%;
    z-index: 99;
}

.our-why img.spin {
    position: absolute;
    width: 35%;
    right: 1%;
    right: -3%;
    top: 0%;
    z-index: 9;
    animation: rotate 10s linear infinite;
}

.why-pointer ul li h4 {
    font-size: 26px;
    font-weight: var(--font-weight-SemiBold);
    color: #282728;
    margin-bottom: 5px;
}

.why-pointer {
    padding: 50px 0;
}

.why-pointer ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5%;
    justify-content: space-between;
}

.our-why {
    background: li;
}

/* what-we-do */
.what-we-do {
    background: var(--color-gredient);
}

ul.what-inner img {
    width: 100px;
    margin: 10px 0;
}

ul.what-inner li {
    width: 33%;
    text-align: center;
    padding: 0 30px;
}

.what-inner-middle {
    position: relative;
}

.what-inner-middle::before {
    content: "";
    position: absolute;
    height: 80%;
    width: 2px;
    top: 10%;
    left: 0;
    border-radius: 100%;
    background: linear-gradient(353deg, rgb(247 166 0) 0%, rgb(5 5 5 / 36%) 51%, rgb(247 162 0) 100%);
}

.what-inner-middle::after {
    content: "";
    position: absolute;
    height: 80%;
    width: 2px;
    top: 10%;
    right: 0;
    border-radius: 100%;
    background: linear-gradient(353deg, rgb(247 166 0) 0%, rgb(5 5 5 / 36%) 51%, rgb(247 162 0) 100%);
}
.what-inner p{
    margin-bottom: 0;
}

ul.what-inner {
    display: flex;
    padding-top: 30px;
}

/* what-we-do */
/* our-story */
.our-story{
    position: relative;
}
ul.story-inner img {
    width: 70px;
    margin: 10px 0;
}

ul.story-inner li {
    width: 33%;
    text-align: left;
    padding-right: 50px;
}

ul.story-inner li h3 {
    font-size: var(--font-size-22);
    color: #282728;
    font-weight: var(--font-weight-SemiBold);
}

ul.story-inner {
    display: flex;
    padding-bottom: 30px;
    justify-content: space-between;
}

.story-padding p {
    width: 90%;
}

img.story-map {
position: absolute;
    width: 21%;
    right: 12%;
    opacity: 0;
}

/* our-story */
/* why-team */
.why-team {
    background: var(--color-0071bc);
    position: relative;
    padding: 120px 0;
}

.why-team h4 {
    font-size: var(--font-size-22);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-ffffff);
}

.why-team-inner p {
    font-size: var(--font-size-15);
    opacity: 0.8;
    color: var(--color-ffffff);
    margin: 0;
}

ul.why-team-inner li {
    padding: 25px 0;
    display: flex;
    align-items: center;
    gap: 25px;
}

ul.why-team-inner img {
    width: 30px;
}

.why-team-inner-middle {
    position: relative;
}

.why-team-inner-middle::after {
    content: "";
    position: absolute;
    width: 95%;
    height: 1px;
    background: #fff;
    top: 0;
    opacity: 0.3;
}

.why-team-inner-middle::before {
    content: "";
    position: absolute;
    width: 95%;
    height: 1px;
    background: #fff;
    bottom: 0;
    opacity: 0.3;
}

img.why-team-img {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

/* why-team */
/* looking */
section.looking.section-space {
    position: relative;
    padding: 140px 0;
}

.looking h2 {
    color: var(--color-282728);
}

.looking p {
    opacity: 0.5;
}

img.looking-img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.looking img.spin {
    position: absolute;
    width: 40%;
    right: 1%;
    right: -25%;
    top: -60%;
    z-index: 9;
    animation: rotate 10s linear infinite;
}

/* looking */
/* want */
.want {
    padding: 150px 0;
    background: url(../images/want-bg.jpg)center no-repeat;
    background-size: cover;
}

/* want */
/* About-us */
/* Solution */
/* IOT */
section.breadcrumb.iot {
    padding: 200px 0;
    position: relative;
}

section.breadcrumb.iot:before {
    content: "";
    position: absolute;
    width: 55%;
    height: 100%;
    background: #00000073;
    top: 0;
}

.solution-overview {
    background: var(--color-gredient);
}

.solution-overview h2 {
    color: var(--color-282728);
}

.what-we-deliver-inner h3 {
    font-size: var(--font-size-22);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-ffffff);
    text-transform: capitalize;
}

.what-we-deliver-inner p {
    font-size: var(--font-size-19);
    opacity: 0.8;
    color: var(--color-ffffff);
    margin: 0;
}

ul.what-we-deliver-inner li {
    text-align: center;
    /* padding: 0 50px; */
    width: 30%;
    padding: 20px 50px;
    ;
    display: flex;
    align-items: center;
    flex-direction: column;
}

ul.what-we-deliver-inner img {
    width: 80px;
    margin-bottom: 15px;
}

.what-we-deliver {
    background: var(--color-0071bc);
    padding: 60px 0;
    border-radius: 36px;
    margin-bottom: -350px;
    position: relative;
    margin-top: 50px;
}

.what-we-middle::before {
    content: "";
    position: absolute;
    height: 80%;
    width: 2px;
    top: 10%;
    left: 0;
    border-radius: 100%;
    background: linear-gradient(353deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 36%) 51%, rgb(255 255 255 / 0%) 100%)
}

.what-we-middle::after {
    content: "";
    position: absolute;
    height: 80%;
    width: 2px;
    top: 10%;
    right: 0;
    border-radius: 100%;
    background: linear-gradient(353deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 36%) 51%, rgb(255 255 255 / 0%) 100%)
}

.after-none::after {
    display: none;
}


ul.what-we-deliver-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.benefits {
    background: #e9ebec;
    padding-top: 350px;
    padding-bottom: 100px;
    position: relative;
    z-index: -9;
}

.benefits img.spin {
    position: absolute;
    left: -20%;
    bottom: 30%;
    z-index: 9;
    animation: rotate 10s linear infinite;
}

.benefits h2 {
    color: var(--color-282728);
}

.features {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: auto;
    gap: 30px;
    position: relative;
    padding-top: 150px;
    width: 87%;
}

.feature-box {
    width: 18%;
    text-align: center;
    position: relative;
}

.feature-box.top {
    margin-top: -120px;
    /* alternate top placement */
}

.feature-box h3 {
    font-size: var(--font-size-19);
    font-weight: bold;
    color: var(--color-282728);
    margin: 15px 0 10px;
}

.feature-box p {
    font-size: var(--font-size-15);
    margin-bottom: 0;
}

/* Circle styles */
.circle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-inner img {
    width: 278px;
}

.feature-box.blue {
    margin-top: -110px;
}

.ready {
    background: url(../images/ready-for-work.jpg) right no-repeat;
    background-size: cover;
    padding: 180px 0;
}

section.benefits ul {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 50px;
    justify-content: center;
    padding: 0 17%;
}

section.benefits ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

section.benefits ul li i {
    color: var(--color-0071bc);
    margin-right: 10px;
}

section.benefits ul li p {
    font-size: 14px;
    line-height: normal;
    font-weight: var(--font-weight-SemiBold);
    margin: 0;
}

/* IOT */
.client-story {
    position: relative;
    padding: 100px 0;
}

.client-story h2 {
    color: var(--color-282728);
}

.client-story p {
    opacity: 0.5;
}

img.client-story-img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.client-story img.spin {
    position: absolute;
    width: 40%;
    right: 1%;
    right: -25%;
    top: -60%;
    z-index: 9;
    animation: rotate 10s linear infinite;
}
/* Solution */
/* projects */
section.breadcrumb.projects-page {
    position: relative;
    padding: 200px 0;
}

section.breadcrumb.projects-page:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: var(--color-0071bc);
    top: 0;
}

.project-inner,.project-hidden.show  {
    position: relative;
    border-radius: 16px 16px 100px 16px;
    overflow: hidden;
    margin-bottom: 50px;
    height: 380px;
}


.projects-text {
    background: linear-gradient(90deg, #f59700 0%, #fdc200 100%);
    color: #fff;
    position: absolute;
    height: auto;
    width: 100%;
    bottom: 0;
    height: 60px;
    padding: 20px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}


/* Hover par slide-up karega */
.project-inner:hover .projects-text {
    height: 50%;
        -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;


}

/* Title & location */
.projects-text h3,
.projects-text h6 {
    margin: 0;
    transition: all 0.3s ease;
}

.projects-text h6 {
    font-size: var(--font-size-22);
    color: #fff;
}

.projects-text ul {
    padding-left: 20px;
    opacity: 1;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease, max-height 0.6s ease;
    padding-bottom: 20px;
}

.projects-text ul li {
    list-style-type: circle !important;
    /* Circle bullets */
    margin-bottom: 6px;
    /* space between points */
}


.project-hidden {
    margin-bottom: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.6s ease, opacity 0.6s ease;
}

.project-hidden.show {
    max-height: 2000px;
    /* large enough to cover tallest card */
    opacity: 1;
}

/* projects */
/* get-in-touch */
.get-in-touch {
    background: var(--color-gredient);
    padding: 100px 0;
}

.get-in-touch label {
    color: var(--color-ffffff);
    margin-top: 15px;
}

.get-in-touch input,
.get-in-touch textarea {
    background: #fff;
}

.get-in-touch textarea {
    height: 100px;
}

.get-in-touch button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.get-in-touch button i {
    margin-left: 60px;
}

.contact-details {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-details i {
    font-size: 22px;
}
.contact-details a{
    color: var(--color-ffffff);
    font-size: var(--font-size-19);
    font-weight: var(--font-weight-SemiBold);
}
.contact-flex {
    display: flex;
    gap: 25px;
    /* align-items: center; */
}

.inner-contact {
    width: 75%;
    height: 100%;
    background: var(--color-0071bc);
    border-radius: 16px;
    color: #fff;
    padding: 42px 60px;
    height: 130px;
    display: flex;
    justify-content: flex-start;
}

.contact-details p{
    font-size: var(--font-size-16);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-SemiBold);
    margin: 0;
}
.form-div-submit {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.map {
    background: #000;
    margin-bottom: -7px;
}
.map iframe {
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
    opacity: 0.6;
}
.target-location{
    background: url(../images/target-bg.jpg)center no-repeat;
    background-size: cover;
}
.target-inner {
    text-align: center;
    position: relative;
    margin-top: 50px;
}
.location {
    position: absolute;
    z-index: 9;
}
.location.hyderabad {
    top: 20%;
    left: 41%;
}
.location.pune {
    left: 36%;
    top: 45%;
}

.location.chennai {
    position: absolute;
    top: 60%;
    left: 49%;
}

.location.bangalore {
    top: 75%;
    left: 37%;
}

.target-inner h3{
    font-size: 28px;
    color: var(--color-282728);
    font-weight: var(--font-weight-Bold);
    margin-bottom: 0;
}
.target-inner p{
    font-size: 16px;
    color: var(--color-282728);
    font-weight: var(--font-weight-SemiBold);
    margin: 0;
}
.loc-text {
    background: var(--color-gredient);
    padding: 8px 35px;
    border-radius: 12px;
    position: relative;
    margin-bottom: 20px;
    z-index: 99;
}
.loc-text::before{
    z-index: -2;
    content: "";
    height: 50px;
    width: 50px;
    background: var(--color-gredient);
    clip-path: polygon(100% 0, 2% 0, 0 100%);
    position: absolute;
    bottom: -20px;
}

.target-location img.spin {
    position: relative;
    width: 55%;
    z-index: 1;
    animation: rotate 10s linear infinite;
    opacity: 0.8;
}
.location-img {
  width: 60px; /* adjust size */
  animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-8px);
  }
}

/* get-in-touch */

/* case-study */
/* case-study */
blockquote {
  font-size: 1.1rem;
  font-style: italic;
  border-left: 4px solid #007bff;
  padding-left: 15px;
}
.case-study-img img {
  border-radius: 30px 30px;
}
.challenge-section {
    padding-bottom: 150px;
}
.case-study-section img.spin {
    right: 0;
    left: unset;
}
.case-study-right-img {
    position: absolute;
    right: 0;
    top: -100px;
    width: 52%;
    height: 130%;
}
.case-study-right-img img {
   border-radius: 30px 0 0 30px;
}
.solution-section {
    margin-bottom: 80px;
}
.case-study-testimonial {
    padding: 180px 0;
}
.case-study-testimonial img.client-story-img {
    width: 45%;
    object-fit: cover;
    object-position: center center;
}
.case-study-testimonial img.spin {
     position: absolute;
    right: -140px;
    /* bottom: 0; */
    top: 110px;
    z-index: -1;
    width: 20%;
    animation: rotate 10s linear infinite;
    opacity: 0.2;
}
.case-study-slider {
    padding-bottom: 50px;
}
.case-study-slider .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
}

.advantages-solutions .div-title {
    text-transform: capitalize;
    margin-bottom: 10px;
} 
.result-list ul {
    margin-left: 25px;
    position: relative;
    z-index: 9;
}
.result-list li {
    font-size: var(--font-size-16);
    line-height: var(--line-height-22);
    font-weight: var(--font-weight-Regular);
    color: var(--color-ffffff);
    margin-bottom: 15px;
    list-style: square;
}
.case-study-section ul {
    margin-left: 25px;
    margin-top: 25px;
    position: relative;
    z-index: 9;
}
.case-study-section li{
        font-size: var(--font-size-16);
    line-height: var(--line-height-22);
    font-weight: var(--font-weight-Medium);
    color: var(--color-282728);
    margin-bottom: 15px;
    list-style: square;
}
/* case-study */


@media (max-width: 1680px) {
    .ready {
        padding: 80px 0;
    }
    .case-study-testimonial {
       padding: 100px 0;
    }
}
@media (max-width: 1480px) {
    .case-study-testimonial {
       padding: 100px 0;
    }
}
@media (max-width: 1280px) {
  .case-study-right-img {
    top: -40px;
    height: 120%;
}
.case-study-testimonial img.client-story-img {
    width: 50%;
}
}
@media (max-width: 1024px) {
    .case-study-right-img {
    top: -40px;
    height: 105%;
}
.solution-section {
    margin-bottom: 30px;
}

}
@media (max-width: 991px) {
.case-study-right-img {
        top: 30px;
        height: calc(100% - 30px);
        width: 48%;
    }

}
@media (max-width: 767px) {
.case-study-content {
    margin-top: 20px;
}
.case-study-img img {
    border-radius: 16px;
}
.case-study-right-img {
        top: 0;
        height: 100%;
        width: calc(100% - 30px);
        position: relative;
        margin: 0 auto;
    }
    .solution-section {
        margin-bottom: 0;
    }
    .case-study-slider  .swiper-wrapper {
    justify-content: unset;
}
    .case-study-testimonial img.client-story-img {
        width: 100%;
    }
}
/* case-study */

/* pop-up */
 /* Modal 80% width */
    .modal-dialog {
      max-width: 40% !important;
    }
.modal {
    z-index: 99999;
    background: #0005;
}
button#close-btn {
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    padding: 10px;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}
    
    /* pop-up */
    
    .get-in-touch p#ajax-msg {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 20px;
    /* background: #fff; */
    padding: 10px;
    border-radius: 8px;
}