@font-face {
    font-family: WorkSans;
    src: url(../font/WorkSans-VariableFont_wght.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(../font/Roboto-VariableFont_wdth\,wght.ttf);
}

@font-face {
    font-family: Montserrat;
    src: url(../font/Montserrat-VariableFont_wght.ttf);
}

@font-face {
    font-family: Inter;
    src: url(../font/Inter-VariableFont_opsz\,wght.ttf);
}

@font-face {
    font-family: WorkSans-Medium;
    src: url(../font/WorkSans-Medium.ttf);
}

@font-face {
    font-family: WorkSans-Bold;
    src: url(../font/WorkSans-Bold.ttf);
}

@font-face {
    font-family: WorkSans-SemiBold;
    src: url(../font/WorkSans-SemiBold.ttf);
}

/*  home page */


a {
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    padding-left: 0px !important;
}

p {
    margin-bottom: 0px !important;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none !important;
}

/* topbar */

.topbar {
    height: 48px;
    background-color: #11117F;
    display: flex;
    align-items: center;
}

.top-bar-left {
    display: flex;
    gap: 40px;
}

.top-bar-right {
    display: flex;
    gap: 40px;
}

.top-bar-left a {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2%;
    color: #FFFFFF;


}

.top-bar-left a img {
    padding-right: 8px;
}

.top-bar-right a {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2%;
    color: #FFFFFF;

}

.top-bar-right a img {
    padding-left: 5px;
}

.top-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


@media (max-width:823px) {
    .top-bar-left a {
        font-size: 10px;
    }

    .top-bar-right a {
        font-size: 10px;
    }
}

@media (max-width:660px) {
    .topbar {
        display: none;
    }
}

/* nav bar */

.navbar {
    background-color: #ffffff;
}

.header-nav {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
}

.navbarsection {
    display: flex !important;
    align-items: center !important;
    gap: 2% !important;
    width: 100%;
    padding: 14px 0px;
}

.main-nav li a {
    display: block;
    color: #000;
    font-family: WorkSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 20px !important;

}

.main-nav li a i {
    font-size: 13px;
    line-height: 10px;
}

.main-nav li a:hover {
    color: #3772FF;

}

.get-demo-btn {
    color: #FFF;
    text-align: center;
    font-family: WorkSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 18px;
    background: #3267E6;
    border-radius: 8px;
}

.main-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.logo-img {
    width: 100%;
}

/* get demo */

.get-demo-btn {
    color: #FFF;
    text-align: center;
    font-family: WorkSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 18px;
    background: #3267E6;
    border-radius: 8px;
    border: none !important;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: background 1s ease-in-out, color 0.3s ease-in-out;
}

.get-demo-btn::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #214499;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    transform: scale(0);
    transition: transform 0.7s ease-in-out;
}

.get-demo-btn:hover {

    background: rgba(255, 255, 255, 0.5);
}

.get-demo-btn:hover::before {
    transform: scale(15);
}

.get-demo-btn span {
    position: relative;
    z-index: 2;
}



/* sidenav ................../*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #11117f;
    overflow-x: hidden;
    /* transition: 0.5s; */
    padding-top: 30px;
    z-index: 1000;
}

.sidenav a {
    font-family: WorkSans;
    padding: 8px 10px 8px 32px;
    text-decoration: none;
    font-size: 17px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidenav a i {
    font-size: 15px;
}

.top-head img {
    width: 100% !important;
    padding-left: 32px !important;
}

.sidenav .closebtn {
    font-size: 36px;
    padding-left: 0px !important;
    padding-right: 20px !important;
}

.sidenav.show {
    width: 50%;
}

button:focus {
    outline: none !important;
}

.toggler-mbl {
    text-align: end;
}

.mbl-btn-1 {
    width: 37px;
    height: 3px;
    background-color: #11117f;
    margin-bottom: 7px;
    border-radius: 3px;
}

.mbl-btn-2 {
    width: 37px;
    height: 3px;

    background-color: #11117f;
    margin-bottom: 7px;
    border-radius: 3px;
}

.mbl-btn-3 {
    width: 27px;
    height: 3px;
    background-color: #11117f;
    margin-bottom: 7px;
    border-radius: 3px;
    margin-left: 9px;
}

/* .menu-container {
    width: 200px;
    background: #333;
    color: white;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 5px;
} */
.dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}

.dropdown a {
    font-size: 14px !important;
    display: block;
    color: white;
    text-decoration: none;
    padding-left: 15%;
}

.top-head {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.dropdown a i {
    font-size: 12px !important;
}


/* dropdown */

.main-nav .dropmenu .submenu {
    background-color: #F8FAFC;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 22px 6px 0px rgba(0, 0, 0, 0.00), 0px 14px 6px 0px rgba(0, 0, 0, 0.01), 0px 8px 5px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.09), 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
    display: block;
    font-size: 14px;
    left: 7%;
    right: 7%;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: all .2s ease;
    /* transform: translateY(20px); */
    top: 92%;
    visibility: hidden;
    z-index: 1000;
    /* transform: translateY(-30px); */
    /* transition: opacity 0.3s ease-out, transform 0.3s ease-out; */
}

.main-nav .dropmenu:hover>.submenu {
    visibility: visible !important;
    opacity: 1 !important;
    /* transform: translateY(0px); */
}

.dropmenu-content {
    display: flex;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 15px;
    justify-content: space-between;

}

.dropmenu-content ul {
    flex: 1;
}

.dropdown-menus {
    display: flex;
    padding: 8px;
    align-items: flex-start;
    gap: 12px;
}

.dropdown-menus:hover {
    background-color: #E2E8F0;
    border-radius: 8px;
}

.dropdown-menus:hover h3 {
    color: #3772FF;
}

.dropdown-menus h3 {
    color: #000;
    font-family: WorkSans;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;


}

.dropdown-menus p {
    color: #000;
    font-family: WorkSans;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 0px;
    display: -webkit-box;
    /* -webkit-line-clamp: 2;  */
    -webkit-box-orient: vertical;
    /* overflow: hidden; */
    /* text-overflow: ellipsis;  */
    white-space: normal;
}

.dropdown-menus img {
    margin-top: 4px;
}

/* dropdownleft */

.dropdown-menu-left-card {
    background-color: #F8FAFC;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    bottom: 0%;
    /* left: 0%; */
    right: 0%;
    margin: 0px 0px 10px 0px;
    width: 250px;
}

.dropdown-menu-left-card h6 {
    font-family: WorkSans;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #11117F;
    margin-bottom: 0px !important;
}

.dropdown-menu-left-card p {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    color: #000;

}

.see-all-btn {
    text-align: end;
}

.see-all-btn a {
    font-family: WorkSans !important;
    font-weight: 400;
    font-size: 11px;
    color: #3772FF !important;
}

.see-all-btn img {
    margin-bottom: 4px;
}

/* .dropdown-menu-left-card-2{
    background-color: #F8FAFC ;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    bottom: -0%;
    left: 70%;
    margin: 0px 10px 10px 0px;
}
.dropdown-menu-left-card-2 h6{
    font-family: WorkSans;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    color: #11117F;
}
.dropdown-menu-left-card-2 p{
    font-family: WorkSans;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000;
   
} */
.blog-container {
    background: #EBF1FF;
    padding: 32px 32px 32px 32px;
    border-radius: 0px 8px 8px 0px;
    position: relative;
}

.blog-container h4 {
    color: #000;
    font-family: WorkSans;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding-bottom: 16px;

}

.blog-container img {
    padding: 8px 0px;
    padding-bottom: 16px;
    max-width: 100%;
}

.blog-container h3 {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;

}

.blog-container .read-more {
    text-decoration-line: underline;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.blog-container .read-more-btn {
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-weight: 500;
}

@media (max-width:1400px) {
    .main-nav li a {
        font-size: 16px;
        padding: 10px 12px !important;
    }

    .get-demo-btn {
        font-size: 16px;
        padding: 10px 18px;
        margin-right: 10px;
    }

    .logo-img {
        margin-left: 10px;
    }
}

@media (max-width:1250px) {
    .main-nav li a {
        font-size: 16px;
        padding: 10px 12px !important;
    }

    .get-demo-btn {
        font-size: 16px;
        padding: 10px 18px;
        margin-right: 10px;
    }

    .logo-img {
        margin-left: 10px;
    }
}

@media (max-width:1200px) {
    .main-nav li a {
        font-size: 15px;
        padding: 10px 12px !important;
    }

    .get-demo-btn {
        font-size: 15px;
        padding: 10px 18px;
        margin-right: 10px;
    }

    .logo-img {
        margin-left: 10px;
    }
}

@media (max-width: 1200px) {
    .dropmenu-content {
        padding-left: 10px !important;
    }

    .dropdown-menus h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .dropdown-menu-left-card {
        width: 200px;
    }
}

@media (max-width:1150px) {
    .main-nav li a {
        font-size: 14px;
        padding: 10px 10px !important;
    }

    .get-demo-btn {
        font-size: 14px;
        padding: 10px 18px;
        margin-right: 10px;
    }

    .logo-img {
        margin-left: 10px;
    }
}


@media (max-width:1100px) {
    .main-nav li a {
        font-size: 12px;
        padding: 10px 10px !important;
    }

    .get-demo-btn {
        font-size: 12px;
        padding: 10px 18px;
        margin-right: 10px;
    }

    .logo-img {
        margin-left: 10px;
    }
}

@media (max-width:993px) {
    .main-nav {
        display: none;
    }

    .get-demo-btn {
        display: none;
    }

    .main-nav li a {
        font-size: 12px;
        padding: 10px 10px !important;
    }
}

@media (max-width:500px) {
    .sidenav a {
        padding-left: 20px !important;
    }

    .top-head img {
        padding-left: 20px !important;
    }

    .sidenav {
        padding-top: 15px !important;
    }

    .sidenav.show {
        width: 70% !important;
    }

    .dropdown {
        padding-left: 5% !important;
    }

    .logo-img {
        max-width: 70%;
    }
}

/* button-animation */



/* banner */


.sol-banner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 60px;
    background: linear-gradient(180deg, #F0F0F3 61.79%, rgba(255, 255, 255, 0) 100%);
}

.banner-left {
    padding-top: 20px;
}

/* .banner-right{
	display: flex;
	justify-content: center;
	align-items: center;
} */
.banner-right img {
    width: 100%;
}

.banner-content-1 {
    width: 130px;
    display: flex;
    gap: 8px;
    border-radius: 100px;
    margin-bottom: 10px;
    background: #E1F1F2;
    padding: 8px 16px;
}

.banner-left p {
    font-family: WorkSans;
    font-weight: 500;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(56, 163, 165, 1);
    border-radius: 70px;
    margin-bottom: 0px;

}

.banner-left .banner-heading-1 {
    font-style: Montserrat;
    font-weight: 700;
    font-size: 50px;
    background-clip: text;
    background-image: linear-gradient(90deg, #11117F 0%, #6D6DBE 100%);
    color: transparent;
    letter-spacing: 1px;
    line-height: 55px;
}

.banner-left .banner-heading-2 {
    font-style: Montserrat;
    font-weight: 700;
    font-size: 50px;
    background-clip: text;
    background-image: linear-gradient(90deg, #38A3A5 0%, #446DAA 76.5%);
    color: transparent;
    letter-spacing: 1px;
    padding-bottom: 20px;
    line-height: 55px;

}

.banner-left .banner-heading-3 {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #3267E6 !important;

}

.banner-line {
    width: 160px;
    height: 4px;
    background: #38A3A5;
    border-radius: 100px;

}

.banner-left .banner-content {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 30px;
}


@media (max-width:1200px) {

    .banner-left .banner-heading-1,
    .banner-left .banner-heading-2 {
        font-size: 40px;
    }
}


@media (max-width:992px) {

    .banner-left .banner-heading-1,
    .banner-left .banner-heading-2 {
        font-size: 33px;
        line-height: normal;

    }
}




@media (max-width:768px) {
    .banner-left .banner-heading-1 {
        font-weight: 700;
        font-size: 40px;
        line-height: normal;
    }

    .banner-left .banner-heading-2 {
        font-weight: 700;
        font-size: 40px;
        line-height: normal;
    }

    .banner-left .banner-content {
        font-size: 16px;
    }

    .sol-banner {
        padding-top: 20px;
    }
}

@media (max-width:580px) {
    .banner-left .banner-heading-1 {
        font-weight: 700;
        font-size: 37px;
        line-height: normal;
    }

    .banner-left .banner-heading-2 {
        font-weight: 700;
        font-size: 34px;
        line-height: normal;

    }

    .banner-left .banner-content {
        font-size: 16px;
    }

    .sol-banner {
        padding-top: 20px;
    }
}

@media (max-width:400px) {
    .banner-left .banner-heading-1 {
        font-weight: 700;
        font-size: 27px;
        line-height: normal;

    }

    .banner-left .banner-heading-2 {
        font-weight: 700;
        font-size: 27px;
        line-height: normal;

    }

    .banner-left .banner-content {
        font-size: 14px;
    }
}

/* logo slider */

/* slider */

/* .slider-container{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    animation: scrolling 10s linear infinite;
} */
.slider-container {
    display: inline-block;
    gap: 20px;
    animation: 35s slide infinite linear;
}

.logos-slide {
    overflow: hidden;
    white-space: nowrap;

}

@keyframes slide {
    from {
        transform: translateX(0);

    }

    to {
        transform: translateX(-100%);

    }
}

.slider-container img {
    margin: 20px;
}

.logo-slider-section {
    position: relative;
    margin-top: 40px;
}

.logo-slider-section-bg {
    position: absolute;
    width: 100%;
    top: -1%;
}

@media (max-width:1100px) {
    .logo-slider-section-bg {
        position: absolute;
        width: 100%;
        top: 15%;
    }
}

@media (max-width:992px) {
    .logo-slider-section-bg {
        position: absolute;
        width: 100%;
        top: 28%;
    }
}

@media (max-width:648px) {
    .logo-slider-section-bg {
        display: none;
    }
}

/* cookies-container */

.cookies-container {
    max-width: 100%;
    padding: 0px 2px;
    position: relative;
    z-index: 3 !important;
    background: rgba(231, 231, 242, 1);
    margin-top: 27px;
}

.cookies-section {
    display: flex;
    gap: 15%;
    align-items: center;
}

.cookies-content-left {
    display: flex;
    gap: 40px;
    align-items: center;
}

.cookies-content-left-img {
    padding: 17px 31px;
    background: linear-gradient(126.56deg, #B8B8D9 -1.62%, #D9D9EB 112.23%);
}

.cookies-left h4 {
    font-family: WorkSans;
    font-weight: 500;
    font-size: 24px;
    color: #0F0F72;
    margin-bottom: 0px;
    position: relative;
    width: auto !important;
    padding-top: 10px;
}

.cookies-left h4 span {
    font-weight: 700;
    position: relative;
}

.cookies-left h4 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -24%;
    width: 100%;
    height: 7px;
    background-image: url('../images/home/Vector\ 37.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.cookies-left p {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #6D6E70;
    padding-top: 20px;
}

.cookies-left img {
    position: absolute;
    left: 21%;
}

.cookies-content-right {
    display: flex;
    gap: 40px;
}

.cookies-heading {
    display: inline-flex;
}

.cookies-content-right .cookie-btn-1 {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #3267E6;
    padding: 8px 12px;
}

.cookies-content-right .cookie-btn-2 {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    font-family: WorkSans;
    color: #3267E6;
    border: 1px solid #3267E6;
    border-radius: 8px;
    padding: 8px 12px;
}

.cookies-content-right .cookie-btn-3 {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    font-family: WorkSans;
    color: #ffffff;
    background-color: #3267E6;
    border-radius: 8px;
    padding: 8px 12px;
}

@media (max-width:1382px) {
    .cookies-section {
        display: flex;
        gap: 15%;
        align-items: center;
    }

    .cookies-content-left {
        gap: 10px;
    }

    .cookies-content-right {
        gap: 10px;
    }

    .cookies-content-right .cookie-btn-1 {
        padding: 6px 10px;
        font-size: 12px;
    }

    .cookies-content-right .cookie-btn-2 {
        padding: 6px 10px;
        font-size: 12px;
    }

    .cookies-content-right .cookie-btn-3 {
        padding: 6px 10px;
        font-size: 12px;
    }
}

@media (max-width:1261px) {
    .cookies-section {
        display: flex;
        gap: 10%;
        align-items: center;
    }

    .cookies-content-left {
        gap: 10px;
    }

    .cookies-content-right {
        gap: 10px;
    }

    .cookies-content-right .cookie-btn-1 {
        padding: 6px 10px;
        font-size: 12px;
    }

    .cookies-content-right .cookie-btn-2 {
        padding: 6px 10px;
        font-size: 12px;
    }

    .cookies-content-right .cookie-btn-3 {
        padding: 6px 10px;
        font-size: 12px;
    }
}

@media (max-width:1150px) {
    .cookies-section {
        display: flex;
        gap: 1%;
        align-items: center;
    }

    .cookies-content-left {
        gap: 10px;
    }

    .cookies-content-right {
        gap: 10px;
    }

    .cookies-content-right .cookie-btn-1 {
        padding: 4px 6px;
        font-size: 9px;
    }

    .cookies-content-right .cookie-btn-2 {
        padding: 4px 6px;
        font-size: 9px;
    }

    .cookies-content-right .cookie-btn-3 {
        padding: 4px 6px;
        font-size: 9px;
    }
}

@media (max-width:1000px) {
    .cookies-section {
        display: flex;
        flex-direction: column;
        gap: 5%;
        align-items: start;
    }

    .cookies-content-right {
        display: flex;
        gap: 30px;
        align-items: center;
        margin-left: 150px;
    }
}

@media (max-width:800px) {
    .cookies-section {
        display: flex;
        flex-direction: column;
        gap: 15%;
        align-items: center;
    }

    .cookies-content-right {
        display: flex;
        gap: 30px;
        align-items: start;
    }

    .cookies-content-right {
        margin-top: 10px;
        margin-left: 0px;
    }

    .cookies-content-left {
        display: flex;
        gap: 10px;
        align-items: center;

    }
}

@media (max-width:600px) {
    .cookies-section {
        display: flex;
        flex-direction: column;
        gap: 15%;
        align-items: center;
    }

    .cookies-content-right {
        display: flex;
        gap: 30px;
    }

    .cookies-content-right {
        margin-top: 20px;
    }

    .cookies-content-left {
        display: flex;
        gap: 10px;
        align-items: center;
    }
}

/* numbercount */

.number-count-container {
    padding-bottom: 40px;
}

.counter-section {
    display: flex;
    gap: 50px;
}

.counter-box.show {
    opacity: 1;
    transform: translateY(0);
}

.number-count-section {
    display: flex;
    gap: 10px;
    padding: 30px 10px;
    background: url(../images/home/Ellipse\ 47\ \(1\).png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    object-fit: cover !important;
    background-position: center !important;
}

.number-count-box {
    width: 236px;
    border-radius: 14px;
    padding: 40px;
    background-color: #FFFFFF;
    border-radius: 14px;
    margin-bottom: 70px;
    position: relative;

}

.number-count-content-1 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.number-count-content-1 p {
    margin-bottom: 0px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
}

.number-count-content-2 {
    display: flex;
    gap: 5px;
    padding-bottom: 20px;
}

.number-count-content-3 {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.Rectangle {
    position: absolute;
    left: 0%;
    top: 10%;
}

.counter-box {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    /* opacity: 0;
	transform: translateY(50px);
	transition: opacity 1s ease-in, transform 1s ease-in; */
}

.number-count-right {
    position: relative;
    padding-top: 30px;
}

.number-count-right img {
    max-width: 100%;
}

.number-count-right-1 {
    position: relative;
    z-index: 3;
}

.number-count-right-3 {
    width: 100%;
    position: relative;
    left: 60px;
    top: -230px;
}

/* industries-section */

.industries-container {
    background-color: #FAFAFF;
    padding-top: 40px;
    padding-bottom: 50px;
    margin-top: 40px;
    margin-bottom: 90px;
}

.industries-top-heading {
    border-radius: 50px;
    background: linear-gradient(292.42deg, #121280 21.58%, #4E4EAC 46.6%, #121280 75.38%);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #E7E7F2;
    font-family: worksans;
    padding: 6px 16px;
    position: relative;
    /* animation: whiteShadow 1.5s infinite alternate ease-in-out; */
}

/* @keyframes whiteShadow {
	0% { box-shadow: 0 0 5px white; }
	50% { box-shadow: 0 0 15px white; }
	100% { box-shadow: 0 0 5px white; }
  } */

.Industries-section-left h5 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #11117F;
    margin-bottom: 20px;
    margin-top: 20px;
}

.Industries-section-left p {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 40px !important;
}

.indust-content {
    display: flex;
    gap: 5px;
    align-items: center;
    width: 270px;

    background: #F0F0F3;
    box-shadow: 4.5px 4.5px 9px 0px #AEAEC066;
    margin-bottom: 30px;
    border-radius: 15px;
    padding: 7px 5px;
}

.indust-content p {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #0F0F72;
    margin-bottom: 0px !important;
}

.Indust-content-2 {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 7px 10px;
    height: 90px;
    width: 270px;
    justify-content: center;
}

.Indust-content-2 p {
    margin-bottom: 0px !important;
    font-family: WorkSans;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    text-align: center;
    color: #3267E6;
}

.industries-row-container-1 {
    display: flex !important;
    gap: 6%;
}

@media (max-width: 1400px) {
    .map-img {
        margin-left: 40px;
    }
}

@media (max-width: 1200px) {
    .indust-content {
        width: 230px;
        height: 65px;
        margin-bottom: 15px;
        border-radius: 15px;
        padding: 7px 10px;
    }

    .industries-row-container-1 {
        display: flex !important;
        gap: 3%;
    }

    .indust-content p {
        font-size: 13px;
        line-height: 18px;
    }

    .map-img {
        margin-left: 40px;
    }
}

@media (max-width: 1067px) {
    .indust-content {
        width: 230px;
        height: 65px;
        margin-bottom: 15px;
        border-radius: 15px;
        padding: 7px 10px;
    }

    .industries-row-container-1 {
        display: flex !important;
        gap: 3%;
    }

    .indust-content p {
        font-size: 13px;
        line-height: 18px;
    }

    .map-img {
        margin-left: 10px;
    }
}

@media (max-width: 992px) {
    .industries-row-container-1 {
        display: flex !important;
        gap: 6%;
        /* justify-content: center !important; */
    }

    .industries-container {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}

@media (max-width: 750px) {
    .industries-row-container-1 {
        display: flex !important;
        gap: 6%;
        justify-content: center !important;
    }

    .industries-row-container {
        display: flex !important;
        justify-content: center !important;
    }

    .indust-content p {
        font-size: 12px;
        line-height: 15px;
    }

    .indust-content {
        width: 230px;
        height: 70px;
        margin-bottom: 15px;
        border-radius: 15px;
        padding: 7px 10px;
    }

    .Indust-content-2 {
        width: 230px;
    }
}

@media (max-width: 650px) {
    .industries-row-container-1 {
        display: flex !important;
        gap: 6%;
        justify-content: center !important;
    }

    .industries-row-container {
        display: flex !important;
        justify-content: center !important;
    }

    .indust-content p {
        font-size: 12px;
        line-height: 15px;
    }

    .indust-content {
        width: 200px;
        height: 70px;
        margin-bottom: 15px;
        border-radius: 15px;
        padding: 7px 10px;
    }

    .Indust-content-2 {
        width: 200px;
    }
}

@media (max-width:500px) {
    .location-img-fadein {
        width: 13%;
    }

    .Industries-section-left h5 {
        font-size: 21px;
    }

    .Industries-section-left p {
        font-size: 14px;
        margin-bottom: 20px !important;
    }

    .industries-container {
        padding-top: 0;
    }
}

@media (max-width: 450px) {
    .industries-row-container-1 {
        display: flex !important;
        gap: 6%;
        flex-direction: column;
        justify-content: center !important;
    }

    .industries-row-container {
        display: flex !important;
        justify-content: center !important;
    }

    .indust-content p {
        font-size: 12px;
        line-height: 15px;
    }

    .indust-content {
        width: 270px;
        height: 70px;
        margin-bottom: 15px;
        border-radius: 15px;
        padding: 7px 10px;
    }
}

/* right */

.Industries-section-right {
    position: relative;
    margin-top: 40px;
}

.map-img {
    max-width: 100%;
    position: relative;
}

.location-img-1 {
    position: absolute;
    top: 8%;
    left: 27%;
}

.location-img-2 {
    position: absolute;
    top: 5%;
    right: 30%;
}

.location-img-3 {
    position: absolute;
    top: 22%;
    right: 45%;
}

.location-img-4 {
    position: absolute;
    top: 39%;
    left: 14%;
}

.location-img-5 {
    position: absolute;
    bottom: 20%;
    left: 27%;
}

.location-img-6 {
    position: absolute;
    bottom: 10%;
    right: 29%;
}

.location-img-7 {
    position: absolute;
    bottom: 40%;
    right: 17%;
}

.location-img-fadein {
    animation: shakeUpDown 3s infinite alternate ease-in-out;
}

@keyframes shakeUpDown {
    0% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(5px);
    }
}


/* our process section  */

.process-section {
    display: flex;
}

.progress-line {
    position: absolute;
    left: -30px;
    top: 20px;
    width: 2px;
    height: 30px;
    background: #ffffff;
    transition: height 1.5s ease-in-out;
}

.progress-fill {
    position: absolute;
    left: -30px;
    top: 20px;
    width: 2px;
    height: 30px;
    background: #38A3A5;
    transition: height 1.5s ease-in-out;
}

.progress-end {
    position: absolute;
    left: -34px;
    top: 48px;
    width: 10px;
    height: 10px;
    background: #38A3A5;
    border-radius: 50%;
    display: block;
    transition: top 1.5s ease-in-out;
}

.steps {
    padding-top: 44px;
    background-image: url(../images/home/Ellipse\ 47\ \(2\).png);
    background-repeat: no-repeat !important;
    background-size: contain !important;
    object-fit: cover !important;
    background-position: center !important;
    position: relative;
    left: 4%;
    width: 25%;
}

.step {
    display: flex;
    align-items: center;
    height: 68px;
    padding-left: 15px;
    cursor: pointer;
    position: relative;
    border-radius: 16px 0px 0px 16px;
    font-family: WorkSans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6D6E70;
    margin-bottom: 7px;
    background: #FFFFFF;
    transition: font-size 1.5s ease;
    /* transition: background-color 0.5s ease, color 0.5s ease; */

}

.step:hover {
    color: #0F0F72;
    background-color: #E4E4FD;
    font-size: 17px;
}

.step.active {
    color: #0F0F72;
    background: linear-gradient(90deg, #DBDBEC 0%, #E7E7F2 82.72%);

}

.content {
    width: 100%;
    height: 590px;
    padding: 20px;
    display: none;
    background-image: url(../images/home/Union.png) !important;
    background-repeat: no-repeat !important;
    object-fit: fill !important;
}

.content-2.active {
    background-image: url(../images/home/Union\ \(1\).png) !important;
    background-repeat: no-repeat !important;
    object-fit: fill !important;
}

.content-3.active {
    background-image: url(../images/home/Union\ \(2\).png) !important;
    background-repeat: no-repeat !important;
    object-fit: fill !important;
}

.content-4.active {
    background-image: url(../images/home/Union\ \(3\).png) !important;
    background-repeat: no-repeat !important;
    object-fit: fill !important;
}

.content-5.active {
    background-image: url(../images/home/Union\ \(4\).png) !important;
    background-repeat: no-repeat !important;
    object-fit: fill !important;
}

.contents {
    display: flex !important;
    width: 75%;
}

.content-container {
    display: flex;
    position: relative;
    left: 70px;
}

.content.active {
    display: block;
}

.content-section {
    /* position: relative; */
    width: 40%;
    padding: 15px;
}

.content-section h4 {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #3267E6;
    padding-left: 10px;
    margin-bottom: 30px !important;
    position: relative;
}

.content-section .p1 {
    font-family: WorkSans;
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    color: #6D6E70;
    /* margin-top: 50px !important; */
    margin-bottom: 15px !important;
    padding-left: 10px;
}

.content-section .p2 {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #000000;
    padding-left: 10px;
    margin-top: 30px !important;

}

.content-img-sec {
    width: 60%;
}

.content-section .img-border {
    width: 43%;
    position: absolute;
    top: 30px;
    left: 2px;
}

.content-img-sec img {
    max-width: 100%;
}

.content-main-img {
    padding-top: 50px;
    max-width: 100%;
    padding-left: 20px;
    /* padding-right: 20px; */
}

.bottom-content {
    display: flex;
    gap: 3%;
    position: relative;
    width: 100%;
    margin-top: 20px;
    /* left: -62px; */
}

.bottom-content p {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    padding-bottom: 15px;
}


/* animated-img */

.cursor-move {
    position: absolute;
    bottom: 0%;
    left: 60%;
    animation: cursorMove 9s ease-in-out infinite;
    z-index: 3;
}

@keyframes cursorMove {
    0% {
        transform: translateX(200%);
    }

    /* Move Right */
    25% {
        transform: translate(0%, -0%);
    }

    /* Move Up */
    50% {
        transform: translate(500%, 500%);
    }

    /* Move Down */
    75% {
        transform: translate(-500%, 500%);
    }

    /* Move Left */
    100% {
        transform: translateX(500%);
    }

    /* Back to Start */
}


.content-container .icon-move {
    position: absolute;
    bottom: -8%;
    right: 10%;
    animation: shakeUpDown 1.5s infinite alternate ease-in-out;
}

.content-container .icon-move-1 {
    position: absolute;
    bottom: -35%;
    right: 52%;
    animation: shakeUpDown 1.5s infinite alternate ease-in-out;
}

.content-container .icon-move-2 {
    position: absolute;
    bottom: -30%;
    right: 24%;
    animation: shakeUpDown 1.5s infinite alternate ease-in-out;
}

@keyframes shakeUpDown {
    0% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(5px);
    }
}

@media (max-width:1400px) {
    .content-main-img {
        width: 87% !important;
    }

    .content-section .img-border {
        position: absolute;
        width: 43%;
        top: 14%;
    }

    .content {
        height: 640px;
    }

    .content-container .icon-move {
        position: absolute;
        bottom: 0%;
        right: 10%;
        animation: shakeUpDown 1.5s infinite alternate ease-in-out;
    }

    .content-container .icon-move-1 {
        position: absolute;
        bottom: -25%;
        right: 52%;
        animation: shakeUpDown 1.5s infinite alternate ease-in-out;
    }

    .content-container .icon-move-2 {
        position: absolute;
        bottom: -15%;
        right: 24%;
        animation: shakeUpDown 1.5s infinite alternate ease-in-out;
    }
}

@media (max-width:1216px) {
    .steps {
        width: 20% !important;
    }

    .content-main-img {
        width: 87% !important;
    }

    .content-section .img-border {
        position: absolute;
        width: 43%;
        top: 14%;

    }

    .content {
        height: 640px;
    }

    .content-container .icon-move {
        position: absolute;
        bottom: 0%;
        right: 10%;
        animation: shakeUpDown 1.5s infinite alternate ease-in-out;
    }

    .content-container .icon-move-1 {
        position: absolute;
        bottom: -25%;
        right: 52%;
        animation: shakeUpDown 1.5s infinite alternate ease-in-out;
    }

    .content-container .icon-move-2 {
        position: absolute;
        bottom: -15%;
        right: 24%;
        animation: shakeUpDown 1.5s infinite alternate ease-in-out;
    }
}

@media (max-width:1100px) {
    .content-main-img {
        width: 87% !important;
    }

    .content-section .img-border {
        position: absolute;
        width: 43%;
        top: 14%;

    }

    .content {
        height: 640px;
    }

    .content-container .icon-move {
        position: absolute;
        bottom: 0%;
        right: 10%;
        animation: shakeUpDown 1.5s infinite alternate ease-in-out;
    }

    .content-container .icon-move-1 {
        position: absolute;
        bottom: -25%;
        right: 52%;
        animation: shakeUpDown 1.5s infinite alternate ease-in-out;
    }

    .content-container .icon-move-2 {
        position: absolute;
        bottom: -15%;
        right: 24%;
        animation: shakeUpDown 1.5s infinite alternate ease-in-out;
    }
}

@media (max-width:1000px) {
    .content-main-img {
        width: 87% !important;
    }

    .content-section .img-border {
        position: absolute;
        top: 14%;
        /* width: 90%; */
    }

    .content {
        height: 640px;
    }

    .content-container .icon-move {
        position: absolute;
        bottom: 0%;
        right: 10%;
        animation: shakeUpDown 1.5s infinite alternate ease-in-out;
    }

    .content-container .icon-move-1 {
        position: absolute;
        bottom: -25%;
        right: 52%;
        animation: shakeUpDown 1.5s infinite alternate ease-in-out;
    }

    .content-container .icon-move-2 {
        position: absolute;
        bottom: -15%;
        right: 24%;
        animation: shakeUpDown 1.5s infinite alternate ease-in-out;
    }
}

@media (max-width:900px) {
    .process-section {
        display: flex;
        flex-direction: column;

    }

    .step {
        height: 48px;
        padding: 0px 6px;
        font-family: WorkSans;
        font-weight: 400;
        font-size: 12px;
        line-height: 24px;
        color: #6D6E70;
        margin-bottom: 7px;
        background: #FFFFFF;
        transition: font-size 1.5s ease;
        border-radius: 10px;
    }

    .steps {
        width: 100% !important;
        display: flex;
        justify-content: space-between;
        background-image: none;
        left: 0%;
    }

    .progress-line {
        display: none;
    }

    .progress-fill {
        display: none;
    }

    .progress-end {
        display: none;
    }

    .contents {
        display: flex !important;
        width: 100%;
    }

    .content-container {
        display: flex;
        position: relative;
        left: 0px;
    }

    .content {
        width: 100%;
        height: 590px;
        padding: 20px;
        display: none;
        background-image: none !important;
        background: linear-gradient(112.17deg, #E8E8F3 15.42%, #E4E4FD 96.67%) !important;
        border-radius: 16px;
        margin-top: 20px;

    }

    .content-2.active {
        background: linear-gradient(112.17deg, #E8E8F3 15.42%, #E4E4FD 96.67%) !important;
    }

    .content-3.active {
        background: linear-gradient(112.17deg, #E8E8F3 15.42%, #E4E4FD 96.67%) !important;
    }

    .content-4.active {
        background: linear-gradient(112.17deg, #E8E8F3 15.42%, #E4E4FD 96.67%) !important;
    }

    .content-5.active {
        background: linear-gradient(112.17deg, #E8E8F3 15.42%, #E4E4FD 96.67%) !important;
    }

    .content-section .img-border {
        display: none;
    }
}

@media (max-width:800px) {
    .content-container .icon-move {
        display: none;
    }

    .cursor-move {
        display: none;
    }

    .content-container .icon-move-2 {
        display: none;
    }

    .content-container .icon-move-1 {
        display: none;
    }

    .steps {
        flex-direction: column;
        padding-left: 10%;
        padding-right: 10%;
    }

    .content-img-sec {
        width: 50%;
    }

    .content-section {
        width: 50%;
    }

    .content-section h4 {
        margin-bottom: 10px !important;
    }

    .content-section h4 {
        margin-top: 20px !important;
    }

    .content {
        height: auto !important;
    }
}

@media (max-width:800px) {
    .content-container {
        flex-direction: column;
        justify-content: center;
    }

    .content-img-sec {
        width: 100%;
    }

    .content-section {
        width: 100%;
    }
}

@media (max-width:576px) {
    .content-main-img {
        padding-top: 4px;
    }

    .content-section .p1 {
        margin-top: 0 !important;
    }

    .content-section {
        padding: 0;
    }

    .content-section h4 {
        font-size: 21px;
    }

    .content-section .p2,
    .content-section .p1 {
        font-size: 14px;
    }
}







/* Get Started */

.Get-Started-button {
    color: #FFF;
    text-align: center;
    font-family: WorkSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 18px;
    background: #3267E6;
    border-radius: 8px;
    border: none !important;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: background 1s ease-in-out, color 0.3s ease-in-out;
}

.Get-Started-button::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #214499;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    transform: scale(0);
    transition: transform 0.7s ease-in-out;
}

.Get-Started-button:hover {

    background: rgba(255, 255, 255, 0.5);
}

.Get-Started-button:hover::before {
    transform: scale(15);
}

.Get-Started-button span {
    position: relative;
    z-index: 2;
}
















/* ------------------------------solutionpage--------------------------- */

.about-solution {
    display: flex !important;
    align-items: center !important;
}

.solution-banner-content-1 {
    width: 47%;
    display: flex;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 100px;
    margin-bottom: 10px;
    background-color: #E1F1F2;
}

.solution-banner-heading-1 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 42px;
    background-clip: text;
    background-image: linear-gradient(90deg, #11117F 0%, #6D6DBE 100%);
    ;
    color: transparent;
    letter-spacing: 1px;
}

.solution-banner-heading-2 {
    background-clip: text;
    background-image: linear-gradient(90deg, #38A3A5 0%, #446DAA 76.5%);
    color: transparent;
    letter-spacing: 1px;
}

/* solution-about */

.solution-about-left img {
    max-width: 100%;
}

.solution-about-content {
    background-color: #EBF1FF;
    padding: 40px 40px 20px 40px;
    border-radius: 50px 8px;
}

.solution-about-section {
    padding-top: 150px;
}

.solution-about-content .solution-about-head {
    margin-bottom: 20px !important;
}

.solution-about-content h5 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #11117F;
    margin-bottom: 24px;
}

.solution-about-content p {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 18px !important;

}

.solution-about-content ul li .solution-about-list {
    display: flex;
    gap: 15px;
    align-items: start;
}

.solution-about-list img {
    max-width: 100%;
}

.solution-about-list p {
    font-family: WorkSans;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px !important;

}

.solution-about-list p span {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;

}

/* key-features */

.solution-about-container {
    background-color: #F1F5F9 !important;
    /* padding:40px 0px; */
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 100px;
    margin-bottom: 100px;

}

.solution-about-head {
    margin-bottom: 30px;
}

.solution-key-features {
    display: flex !important;
    justify-content: center !important;
    padding-top: 30px;
    border-bottom: 1px solid #C1E2E3;
    margin: 0px 20px;
}

.solution-key-features-2 {
    display: flex !important;
    justify-content: center !important;
    margin: 0px 20px;
}

.solution-key-features-content {
    width: 320px;
    margin: 0px 10px;
    padding: 20px 20px 40px 20px;
    text-align: center !important;
}

.solution-key-features-content-1:nth-child(2) {
    border-left: 1px solid #C1E2E3;
    border-right: 1px solid #C1E2E3;
}

.solution-key-features-content-1 {
    display: flex !important;
    justify-content: center !important;
    position: relative;
}

.solution-key-features-content-2 {
    display: flex !important;
    justify-content: center !important;
    position: relative;
}

.solution-key-features-content-2 .solution-key-features-content {
    padding-top: 20px;
}

.solution-key-features-content-3 {
    width: 320px;
    margin: 0px 10px;
    padding: 40px 20px 40px 20px;
    text-align: center !important;

}

.solution-key-features-content-3 h6 {
    font-family: WorkSans;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

.solution-key-features-content-3 p {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

.solution-key-features-content-3 img {
    max-width: 100%;
    margin-bottom: 8px;
}

.solution-key-features-content-2:nth-child(1) {
    border-right: 1px solid #C1E2E3;
}

.solution-key-features-content img {
    max-width: 100%;
    margin-bottom: 8px;
}

.solution-key-features-content h6 {
    font-family: WorkSans;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #000000;

}

.solution-key-features-content p {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

.line-img {
    position: absolute;
    bottom: 0%;
    right: -3.6%;
}

.line-img-1 {
    display: none;
    position: absolute;
    top: -9%;
    right: -6%;
}

@media (max-width:992px) {
    .solution-key-features-content-2:nth-child(1) {
        border-right: none;
    }

    .solution-key-features-content-1:nth-child(2) {
        border-left: none;
        border-right: none;
    }

    .solution-key-features {
        border-bottom: none;
    }

    .line-img {
        display: none;
    }

    .line-img-1 {
        display: none;
    }

    .banner-right img {
        margin-top: 20px !important;
    }
}

@media(max-width:990px) {
    .about-solution {
        display: flex !important;
        align-items: center !important;
        flex-direction: column-reverse;
    }

    /* .sol-banner {
            padding-top: 40px;
        } */
    .solution-about-left img {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .solution-banner-heading-1 {
        font-size: 40px;
    }

    .solution-about-left img {
        margin-top: 50px;
    }
}

@media (max-width: 576px) {
    .solution-banner-heading-1 {
        font-size: 25px;
    }

    .banner-right img {
        max-width: 60%;
    }

    .solution-about-section {
        padding-top: 30px;
    }

    .solution-about-left img {
        max-width: 60%;
    }

    .banner-left .banner-content {
        font-size: 18px;
    }

    .solution-about-content h5 {
        font-size: 25px;
    }

    .solution-about-content p {
        font-size: 14px;
    }

    .solution-about-list p span {
        font-size: 14px;
    }

    .solution-key-features-content h6 {
        font-size: 18px;
    }

    .solution-key-features-content p {
        font-size: 14px;

    }

    .solution-banner-content-1 {
        width: 62%;
    }

    .banner-left p {
        font-size: 8px;
    }

    .responsive-container {
        padding: 0px 15px !important;
    }

}

@media(max-width: 380px) {
    .sol-banner-img {
        margin-top: 10px !important;
    }

    .solution-about-section {
        padding-top: 50px;

    }

    .solution-about-content {
        margin-top: 10px;
    }
}

/* instustry detail page */

.industries-about-content {
    padding: 40px 40px 20px 40px;
    border-radius: 50px 8px;
}

.industries-about-section {
    padding-top: 150px;
}

.industries-about-content .industries-about-head {
    margin-bottom: 20px !important;
}

.industries-about-content h5 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #11117F;
    margin-bottom: 24px;
}

.industries-about-content p {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 18px !important;

}

.industries-about-content ul li .industries-about-list {
    display: flex;
    gap: 15px;
    align-items: start;
}

.industries-about-list img {
    max-width: 100%;
}

.industries-about-list p {
    font-family: WorkSans;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px !important;

}

.industries-about-list p span {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;

}

/* industry key */

.solution-about-container {
    background-color: #F1F5F9 !important;
    /* padding:40px 0px; */
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 100px;
    margin-bottom: 100px;

}

.solution-about-head {
    margin-bottom: 30px;
}

.industry-key-features {
    display: flex !important;
    justify-content: center !important;
    padding-top: 30px;
    border-bottom: 1px solid #C1E2E3;
    margin: 0px 20px;
}

.industry-key-features-2 {
    display: flex !important;
    justify-content: center !important;
    margin: 0px 20px;
}

.industry-key-features-content {
    width: 320px;
    margin: 0px 10px;
    padding: 20px 20px 40px 20px;
    text-align: center !important;
}

.industry-key-features-content-1:nth-child(2) {
    border-left: 1px solid #C1E2E3;
    border-right: 1px solid #C1E2E3;
}

.industry-key-features-content-1:nth-child(3) {
    border-right: 1px solid #C1E2E3;
}

.industry-key-features-content-1 {
    display: flex !important;
    justify-content: center !important;
    position: relative;
}

.industry-key-features-content-2 {
    display: flex !important;
    justify-content: center !important;
    position: relative;
}

.industry-key-features-content-2 .industry-key-features-content {
    padding-top: 20px;
}

.industry-key-features-content-3 {
    width: 320px;
    margin: 0px 10px;
    padding: 40px 20px 40px 20px;
    text-align: center !important;

}

.industry-key-features-content-3 h6 {
    font-family: WorkSans;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

.industry-key-features-content-3 p {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

.industry-key-features-content-3 img {
    max-width: 100%;
    margin-bottom: 8px;
}

.industry-key-features-content-2:nth-child(1) {
    border-right: 1px solid #C1E2E3;
}

.industry-key-features-content-2:nth-child(2) {
    border-right: 1px solid #C1E2E3;
}

.industry-key-features-content img {
    max-width: 100%;
    margin-bottom: 8px;
}

.industry-key-features-content h6 {
    font-family: WorkSans;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #000000;

}

.industry-key-features-content p {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}

.industry-line-img {
    position: absolute;
    bottom: 0%;
    right: -4.7%;
}

.industry-line-img-1 {
    position: absolute;
    top: -8%;
    right: -8%;
}

@media (max-width:992px) {
    .industry-line-img {
        display: none;
    }

    .industry-line-img-1 {
        display: none;
    }

    .industry-key-features-content-2:nth-child(1) {
        border-right: none;
    }

    .industry-key-features-content-2:nth-child(2) {
        border-right: none;
    }

    .industry-key-features-content-1:nth-child(2) {
        border-left: none;
        border-right: none;
    }

    .industry-key-features-content-1:nth-child(3) {
        border-right: none;
    }

    .industry-key-features {
        border-bottom: none;
    }
}

@media (max-width:576px) {
    .industries-about-content {
        padding-top: 0;
    }

    .industries-about-content h5 {
        font-size: 20px;
        line-height: 27px;
    }

    .solution-about-left img {
        margin-top: 6px;
    }

}


/* get demo page start ..............................*/




.left-section {
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 90px !important;
}

.left-section h1 {
    color: #11117F;
    font-size: Font Size/2;
    font-weight: 700;
    line-height: 120%;
}

.left-section span {
    color: #38A3A5 !important;
}

.left-section p {
    font-family: 'WorkSans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    color: #6D6E70;
}

.left-section ul {
    list-style: none;
    padding: 0;
}

.left-section li {
    font-family: WorkSans-Medium;
    font-size: 15px;
    font-weight: 500 !important;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.left-section li img {
    width: 24px;
    margin-right: 10px;
}


.right-section {
    background: linear-gradient(105deg, #EBF1FF 16.17%, rgba(255, 255, 255, 0.00) 87.53%);
    padding: 40px;
    height: 100%;
}

.form-container {
    background: #FFFFFF;
    width: 100%;
    margin-top: 50px;
    margin-left: 80px;
    max-width: 450px;
    padding: 25px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 8px;

}

.form-container h3 {
    font-family: 'Montserrat';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.form-container p {
    color: #64748B;
    font-family: WorkSans-Medium;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.form-container label {
    color: #19213D;
    font-family: WorkSans-Bold;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.formcontrol {
    color: #19213D99;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 6px !important;
    border: none !important;
    background-color: #F1F5F9 !important;
}

.nooption {
    color: #19213D !important;
    max-width: 70px;
    background-color: #f8f9fc;
    border-radius: 6px !important;
    border: none;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px;
}

.custom-dropdown {
    appearance: none;
    background-image: url('../images/get-demo/Triangle\ Down.svg');
    background-size: 10px;
    padding-right: 30px;
}

.custom-dropdowns {
    appearance: none;
    background-image: url('../images/get-demo/Triangle\ Down.svg');
    background-size: 8px;
    padding-right: 30px;

}

.formcontrol:focus,
.formcontrol:focus {
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    box-shadow: none !important;
}

/* responsivedesigns start */

@media (max-width: 990px) {
    .left-section {
        .left-section {
            padding: 2rem 1rem;
            text-align: center;
            margin-top: 30px !important;
        }

        .right-section {
            padding: 2rem 1rem;
        }

        .form-container {
            margin-left: auto !important;
            margin-right: auto !important;
            max-width: 100% !important;
        }
    }

}

@media (max-width: 765px) {
    .form-container {
        margin-left: 0 !important;
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    .left-section {
        padding: 1.5rem 1rem;
        text-align: center;
    }

    .form-container {
        margin-left: 0 !important;
        width: 100% !important;
    }
}

/* get demo page end */




/* contact form page start ...........................*/


.contact-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 25px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact-container h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
}

.contact-container .span1 {
    color: #000000;
}

.contact-container .span2 {
    color: #3772FF;
}

.contact-container p {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
}

/* contactform */

.contact-form {
    flex: 1;
    /* min-width: 400px; */
    max-width: 780px;
    height: 700px;
    padding: 20px;
    padding-left: 80px !important;
    padding-right: 120px !important;
    position: relative;
}

.backgroundimage {
    display: none;
}

.contactinput {
    font-family: WorkSans-Medium;
    font-weight: 400;
    border: 1px solid #BBBDBF;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1%;
    color: #6D6E70;
}


.contactinput:hover,
.contactinput:focus,
.contactinput:active {
    border-color: black !important;
    box-shadow: none !important;
}

/* map side */

.map-container {
    flex: 1;
    text-align: center;
}

.map-container iframe {
    height: 600px;
    margin-bottom: 30px;
    border-radius: 6px;
    margin-right: 80px;
}


.forcontact {
    font-family: WorkSans !important;
}

.forcontact {
    padding-top: 60px;
}

.address p {
    font-size: 12px;
}

.address img {
    width: 20px;
    height: 20px;
}

.phone p {
    font-size: 12px;
}

.phone img {
    width: 20px;
    height: 20px;
}

.email p {
    font-size: 12px;
}

.email img {
    width: 20px;
    height: 20px;
}

.gettouch {
    font-family: WorkSans !important;
    color: #11117F !important;
}

.contact-form {
    background-image: url(../images/contactus/Union.svg);
    background-size: 100px;
    background-position: top right !important;
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 10px;
}

.body {
    position: relative;
    flex: 1;
    background-image: url('../images/contactus/background\ image.png');
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
}


.body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 0;
}

.body>* {
    position: relative;
    z-index: 1;
}


/* responsive desidns start */

@media(min-width:1448px) {
    .contact-form {
        padding-right: 0px !important;
    }

    .map-container iframe {
        margin-right: 50px !important;
        margin-left: 150px;
        width: 500px !important;
        height: 600px;

    }

    .contact-form {
        background-position: top right !important;
        /* Fix position */
    }

}

@media (max-width: 1200px) {
    .contact-form {
        padding-right: 50px !important;
    }

    .contact-form {
        /* background-size: 80px; */
        background-position: calc(100% - 20px) 25px !important;
    }
}

@media (max-width: 992px) {
    .contact-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-form {
        max-width: 100%;
        padding: 20px !important;
    }

    .contact-form {
        /* max-width: 100%; */
        padding: 30px !important;
        background-size: 70px;
        background-position: calc(100% - 10px) 15px !important;
    }

    .map-container {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .map-container iframe {
        display: block;
        margin: auto;
        width: 80%;
        height: 600px;
    }

    .body {
        background-image: none;
    }
}

@media (max-width: 768px) {
    .contact-container h2 {
        font-size: 32px;
    }

    .contact-form {
        padding: 20px !important;
    }

    .contact-form {
        padding: 25px !important;
        background-size: 60px;
        background-position: calc(100% - 5px) 10px !important;
    }

    .map-container {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .map-container iframe {
        display: block;
        margin: auto;
        width: 80%;
        height: 500px;
    }

    .phone,
    .email {
        margin-top: 10px !important;
    }

    .email p {
        margin-left: 0 !important;
    }

    .email img {
        margin-left: 0 !important;
    }

    .body {
        background-image: none;
    }

    .email {
        margin-bottom: 30px !important;
    }

}

@media (max-width: 576px) {
    .contact-form {
        padding: 15px !important;
    }

    .contact-form {
        padding: 20px !important;
        background-size: 50px;
        background-position: calc(100% - 5px) 5px !important;
    }

    .map-container {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .map-container iframe {
        display: block;
        margin: auto;
        width: 80%;
        height: 500px;
    }

    .phone,
    .email {
        margin-top: 10px !important;
    }

    .email p {
        margin-left: 0 !important;
    }

    .email img {
        margin-left: 0 !important;
    }

    .body {
        background-image: none;
    }
}

/* responsive designs end */

/* contact form page end */


/* faq page */


.wholebodyfaq {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: visible;
}

.nav-container1 {
    display: flex;
    justify-content: start;
    padding: 15px;
}

.nav-container2 {
    display: flex;
    justify-content: start;
    padding: 0;
}

.btn-customs {
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    border: none;
    transition: all 0.3s;
    white-space: nowrap;
}

.faqbutton {
    --bs-btn-padding-x: 0;
    --bs-btn-padding-y: 0;
}

.faqbutton {
    font-family: WorkSans;
    height: 25px;
    width: 77px;
    border-radius: 30px;
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 10px;
    text-align: center;
    color: #E7E7F2;
    font-style: normal;
    font-weight: 200 !important;
}

.buttontabs {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    color: #000000;
}

.btn-darkblue {
    background-color: #1a237e;
    color: white;
}

.btn-darkblue:hover {
    background-color: #1a237e;
    color: white;

}

.btn-outline {
    background-color: white;
    border: 1px solid #ddd;
    color: black;
}

.btn-outline:hover {
    background-color: #d0d4ff;
    color: #11117F;
    font-weight: bolder;
    border: none;

}

.buttontabs.active {
    background-color: #d0d4ff;
    color: #11117F;
    font-weight: bolder;
    border: none;
}

.faq-container {
    margin: auto;
    background: white;
    border-radius: 10px !important;
    margin-top: 40px;
}

.faq-header {
    background-color: #fef2e8;
    border-radius: 8px;
    font-weight: bold;
}

.faq-list {
    border-radius: 10px;
}

.faq-item {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: WorkSans-Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #6D6E70;
}

.faq-item:hover {
    background: #EBF1FF;
    border-radius: 5px;
    color: #11117F;
}

.faq-item i {
    font-weight: 1000;
    font-size: 18px;
}

.bi {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    position: relative;
    top: 2px;
}

.faq-item.active {
    background: #EBF1FF;
    border-radius: 5px;
    color: #11117F;
}

.faq-content {
    padding: 30px;
}

.faqsidebar {
    background-color: #F8FAFC;
    padding-left: 0;
    padding-right: 0;
}

.faqcontentside {
    padding-left: 0;
    padding-right: 0;
    background: #eef4ff;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.faqcontentside h5 {
    font-family: WorkSans-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    color: #11117F;
}

.faqcontentside p {
    position: relative;
    top: 20px;
    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}

/* 
.sol-faq-list li{
    list-style: disc !important;
}
.sol-faq-list ul{
    padding-left: inherit !important;
} */

.mobileview {
    display: none;
}

.desktopview {
    display: block;
}

@media(max-width :1195px) {

    .nav-container2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        padding: 10px;
    }

    .btn-customs {
        border-radius: 20px;
        padding: 6px 10px;
        font-size: 10px;
        font-weight: 400;
        transition: all 0.3s;
        white-space: wrap;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .mobileview {
        display: block;
    }

    .desktopview {
        display: none;
    }

    .faq-item {
        padding: 15px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 500;
        font-size: 14px;
        color: #6D6E70;
        border-bottom: 1px solid #ddd;
    }

    .faq-item:hover,
    .faq-item.active {
        background: #EBF1FF;
        color: #11117F;
        border-radius: 5px;
    }

    .faq-content {
        height: auto;

    }

}

/* banner section */

.banner {
    background: url('../images/banner/blue-background.png') no-repeat center center/cover;
    color: white;
    padding: 60px 20px;
    border-radius: 39px;
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 400px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.text-content {
    max-width: 50%;
    text-align: left;
    padding-top: 0;
}

.right-image {
    z-index: 10;
    max-width: 30%;
    display: block;
    height: auto;
}

.leftbub,
.rightbub {
    position: absolute;
    opacity: 0.9;
}

.leftbub {
    bottom: 0;
    left: 0;
    width: 15%;
}

.rightbub {
    bottom: 0;
    right: 0;
    width: 15%;
}

.ellipse-lg,
.ellipse-md,
.ellipse-sm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.ellipse-lg {
    bottom: 0;
    width: 100%;
    max-width: 750px;
}

.ellipse-md {
    bottom: 0;
    width: 85%;
    max-width: 650px;
}

.ellipse-sm {
    bottom: 0;
    width: 70%;
    max-width: 550px;
    position: absolute;
}

.ellipse-sm .btn {
    position: absolute;
    top: 15%;
    left: 48%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.banner-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #FFFFFF;
}

.banner-list {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;

    color: #E7E7F2;

}

@media (max-width: 992px) {
    .banner {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        height: auto;
        padding: 40px 20px;
    }

    .text-content {
        max-width: 100%;
        text-align: left;
        padding-top: 0;
    }

    .right-image {
        max-width: 60%;
        margin: 20px auto 0;
    }

    .ellipse-lg,
    .ellipse-md,
    .ellipse-sm {
        bottom: 5%;
        width: 90%;
        max-width: 500px;
    }

    .banner-title {
        font-size: 25px;
    }

    .banner-list {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .right-image {
        max-width: 70%;
    }

    .banner-title {
        font-size: 22px;
    }

    .banner-list {
        font-size: 12px;
    }

    .ellipse-lg,
    .ellipse-md,
    .ellipse-sm {
        display: none;
    }
}

@media (max-width: 576px) {
    .right-image {
        max-width: 80%;
    }

    .ellipse-lg,
    .ellipse-md,
    .ellipse-sm {
        display: none;
    }
}


/* footer section start......................*/

.statfin-footer {
    background: linear-gradient(180deg, #06062C 0%, #214499 100%);
    /* width: 1728px;  */
}

.footer-logo-white {
    padding-top: 59px;
}

.footer-text-1 {
    color: #BBBDBF;
    font-family: WorkSans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding-top: 10px;
}

.f-socialmedia {
    display: flex;
    gap: 10px;
    padding-top: 15px;
    padding-bottom: 35px;
}

.footer-text a,
.footer-text {
    color: #B5B5D7;
    font-family: WorkSans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-inline-start: 2px;
}

.f-mail,
.f-location {
    padding-top: 15px;
}

.f-text a {
    color: #DBDBEC;
    font-family: WorkSans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.f-aboutus,
.f-solutions,
.f-industries {
    color: #DBDBEC;
    font-family: WorkSans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding-top: 45px;
}

.footer-solutions {
    display: flex;
    gap: 20px;
}

.solutions {
    padding-top: 85px;
}

.f-contactus {
    padding-top: 40px;
}

.f-contactus a {
    color: #DBDBEC;
    font-family: WorkSans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding-top: 70px;
}

.f-faqs,
.f-blogs {
    padding-top: 15px;
}

.f-blogs a {
    color: #DBDBEC;
    font-family: WorkSans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;

}

.f-faqs a {
    color: #DBDBEC;
    font-family: WorkSans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.footer-line img {
    padding: 25px 0 15px 0;
}

/* footer-2nd section */

.product-text {
    color: #BBBDBF;
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.product-images img {
    padding-top: 20px;
}

.product-images {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;

}

.certificate-text {
    color: #BBBDBF;
    font-family: WorkSans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: end;
}

.certification-images {
    padding-bottom: 20px;
    float: right;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}


/* bottom footer */

.footer-bottom {
    background: #11117F;
}

.bottom-footer {
    display: flex;
    justify-content: space-between;
}

.bottom-copy {
    color: #FFF;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 30px 0 20px 0;
}

.privacy-text {
    color: #FFF;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-right: 20px;
}

.term-text {
    color: #FFF;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.bottom-right {
    padding: 30px 0 20px 0;
}

.footer-design-2 {
    padding-top: 40px !important;
}

.footer-banner {
    position: relative;
    top: 40px;
}

.right-image {
    border-radius: 30px;
}

@media screen and (min-width:992px) {
    .f-about {
        padding-left: 50px;
    }
}


@media screen and (max-width:992px) {

    .certificate-text,
    .certification-images {
        float: none;
    }

    .certificate-text {
        padding-top: 10px;
        text-align: left;
    }

    .product-images {
        gap: 10px;
    }

}

@media (max-width:576px) {
    .footer-logo-white {
        width: 124px;
    }

    .product-images img {
        width: 60%;
        gap: 2px;
    }

    .certification-images {
        display: contents;
    }

    .certification-images img {
        width: 16%;
    }
}

@media screen and (max-width:500px) {
    .bottom-footer {
        display: block;
    }

    .bottom-copy {
        padding: 20px 0 0 0;
        text-align: center;
    }

    .bottom-right {
        padding: 0 0 20px 0;
        text-align: center;
    }

}


/* footer end */


/* testimonial..................................................................... */

.testimonial-container {
    margin-top: 80px;
}

.testimonial-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.testimonial-card {
    background: #F5F7FA;
    padding: 30px;
    border-radius: 10px !important;
    /* text-align: center; */
    transition: transform 0.3s ease-in-out;
    opacity: 0.6;
    margin-right: 5px;

}

.testimonial-card-content {
    position: relative;
    /* height: 100%; */
    /* width: 700px !important; */
    border-radius: 10px !important;

}

.testimonial-card {
    height: 100%;
    width: 100%;
}

.testimonial-card .testimonial-card-content img {
    max-width: 100%;
}

.testimonial-card p {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -0.63px;
}

.card-bottom {
    height: auto;
    padding-top: 40px;
    /* position: absolute; */
    /* bottom: -10%; */
    /* text-align: center; */
}

.card-bottom h6 {
    font-family: Inter;
    font-weight: 500;
    font-size: 11.7px;
    line-height: 16.2px;
    letter-spacing: -0.13px;

}

.card-bottom p {
    font-family: Inter;
    font-weight: 500;
    font-size: 9.9px;
    line-height: 14.4px;
    letter-spacing: -0.11px;
    vertical-align: middle;
    color: #6D6E70;
}

.owl-carousel .owl-item img {
    width: auto !important;
}

.testimonial-card.highlight {
    background: #EAF3FF;
    opacity: 1;
    transform: scale();
    border-radius: 10px !important;
    margin-top: 15px;
}

.testimonial-card blockquote {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.testimonial-card cite {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #777;
}


.testimonial-slider {
    position: relative;
    padding-bottom: 60px;
}

.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
    color: #fff !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.testimonial-slider .owl-prev {
    right: 60px;
}

.testimonial-slider .owl-next {
    right: 10px;
}

.custom-prev,
.custom-next {
    color: rgb(15, 11, 11);
    font-size: 24px;
    font-weight: bold;

}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;

}

.owl-carousel {
    display: flex !important;
    width: 100%;
    z-index: 1;
}

@media (max-width:576px) {
    .owl-carousel .owl-item img {
        width: 20px !important;
    }

    /* .testimonial-card-content {
        height: 200px;
    } */
}





/* footer section start...................*/

.f-about,
.footer-solutions,
.footer-industry {
    line-height: 35px;
}


.statfin-footer {
    background: linear-gradient(180deg, #06062C 0%, #214499 100%);
}

.footer-logo-white {
    padding-top: 59px;
    width: 65%;
}

.footer-text-1 {
    color: #BBBDBF;
    font-family: WorkSans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding-top: 10px;
}

.f-socialmedia {
    display: flex;
    gap: 10px;
    padding-top: 15px;
    padding-bottom: 35px;
}

.footer-text a,
.footer-text {
    color: #B5B5D7;
    font-family: WorkSans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-inline-start: 2px;
}

.f-mail,
.f-location {
    padding-top: 15px;
}

.f-text a {
    color: #DBDBEC;
    font-family: WorkSans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.f-aboutus,
.f-solutions,
.f-industries {
    color: #DBDBEC;
    font-family: WorkSans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding-top: 45px;
}

.footer-solutions {
    display: flex;
    gap: 20px;
}

.solutions {
    padding-top: 80px;
}

.f-contactus {
    padding-top: 40px;
}

.f-contactus a {
    color: #DBDBEC;
    font-family: WorkSans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding-top: 70px;
}

.f-faqs,
.f-blogs {
    padding-top: 15px;
}

.f-blogs a {
    color: #DBDBEC;
    font-family: WorkSans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;

}

.f-faqs a {
    color: #DBDBEC;
    font-family: WorkSans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.footer-line img {
    padding: 25px 0 15px 0;
}

/* footer-2nd section */
.product-text {
    color: #BBBDBF;
    font-family: WorkSans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.product-images img {
    padding-top: 20px;
}

.product-images {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;

}

.certificate-text {
    color: #BBBDBF;
    font-family: WorkSans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: end;
    padding-bottom: 10px;
}

.certification-images {
    padding-bottom: 20px;
    float: right;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}


/* bottom footer */
.footer-bottom {
    background: #11117F;
}

.bottom-footer {
    display: flex;
    justify-content: space-between;
}

.bottom-copy {
    color: #FFF;
    font-family: WorkSans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 30px 0 20px 0;
}

.privacy-text {
    color: #FFF;
    font-family: WorkSans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-right: 20px;
}

.term-text {
    color: #FFF;
    font-family: WorkSans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.bottom-right {
    padding: 30px 0 20px 0;
}

@media screen and (min-width:992px) {
    .f-about {
        padding-left: 50px;
    }

}


@media screen and (max-width:992px) {

    .certificate-text,
    .certification-images {
        float: none;
    }

    .certificate-text {
        padding-top: 10px;
        text-align: left;
    }

    .product-images {
        gap: 10px;
    }

    .footer-logo-white {
        width: 30%;
    }

}

@media screen and (max-width:576px) {
    .footer-logo-white {
        width: 124px;
    }
}

@media screen and (max-width:500px) {
    .bottom-footer {
        display: block;
    }

    .bottom-copy {
        padding: 20px 0 0 0;
        text-align: center;
    }

    .bottom-right {
        padding: 0 0 20px 0;
        text-align: center;
    }

}


/* footer end */

/* newsletter start ..............*/

.newesletter-container {
    margin-top: 90px !important;
}

.newesletter-sec {
    background-image: url(../images/home/newsletter-bg.png);
    text-align: center;
    background-repeat: no-repeat;
    padding-top: 90px;
    background-size: cover;
}

.newesletter-btn {
    border: none;
    border-radius: 50px;
    background: linear-gradient(292.42deg, #121280 21.58%, #4E4EAC 46.6%, #121280 75.38%);
}

.newesletter-btn p {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #E7E7F2;
    text-align: center;
    padding: 3px 10px;
    margin: 0;
}

.newsletter-head p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: #11117F;
    padding-top: 30px;
}

.newsletter-text p {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    font-size: 18.1409px;
    line-height: 150%;
    color: #000000;
    padding: 30px;
}

.newsletter-text-2 p {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    font-size: 18.1409px;
    line-height: 150%;
    color: #000000;
    padding-top: 30px;
}

.subscribe-sec {
    display: flex;
    justify-content: center;
    /* text-align: -webkit-center; */
    padding-top: 70px;
    padding-bottom: 60px;
}

.input-wrapper {
    position: relative;

}

.input-wrapper input {
    /* width: 100%; */
    /* padding: 40px 10px 12px 10px; */
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white;
}

.placeholder {
    position: absolute;
    left: 12px;
    background: white;
    padding: 0 4px;
    color: #999;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.placeholder.primary {
    top: 25px;
    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #6D6E70;
    opacity: 1;
    padding: 0 20px;
}



.input-wrapper input:hover~.placeholder.primary,
.input-wrapper input:focus~.placeholder.primary {
    transform: translateY(-39px);
    opacity: 1;
}


/* 
  .input-wrapper input:focus{
    border: 1px solid transparent !important;
    background: linear-gradient(white, white) padding-box,
    linear-gradient(90.95deg, #1F1FE5 -4.02%, #B5B5D7 101.8%) border-box !important;
  } */


.input-wrapper input {
    border: 1px solid transparent;
    border-radius: 13.58px;
    width: 635.09px;
    height: 74.71px;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(90.95deg, #1F1FE5 -4.02%, #B5B5D7 101.8%) border-box;
    padding: 0 25px;
    position: relative !important;

}

.sub-btn {
    position: absolute !important;
    top: 20%;
    right: 4%;
    background: #3267E6;
    color: #FFFFFF;
    border: none;
    padding: 10px 18px;
    font-size: 16px;
    border-radius: 10px;
    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
}

@media screen and (min-width:1400px) {
    .newsletter-text p {
        padding: 30px 250px;
    }

}

@media screen and (max-width:992px) {
    .subscribe-box {
        height: auto;
        width: auto;
        padding: 10px 20px;
    }

    .sub-btn {
        position: static !important;
    }

    .input-wrapper input,
    .sub-btn {
        height: 41px;
        font-size: 12px;
        margin-top: 20px;
    }

    .placeholder.primary {
        font-size: 14px;
        top: 10px;
    }

    .newsletter-head p {
        font-size: 40px;
    }

    .subscribe-sec {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .input-wrapper input {
        width: auto;
    }



    .input-wrapper input:hover~.placeholder.primary,
    .input-wrapper input:focus~.placeholder.primary {
        transform: none;
        opacity: 1;
    }



}

@media screen and (max-width:576px) {
    .newsletter-head p {
        font-size: 25px;
        padding-top: 10px;

    }

    .newsletter-text p {
        font-size: 13px;
        padding: 10px;
    }

    .subscribe-box {
        height: auto;
        max-width: 300px;
        padding: 8px;
    }

    .subscribe-box input {
        font-size: 10px;
    }

    .newesletter-sec {

        padding-top: 25px;

    }

    .newesletter-container {
        margin-top: 10px !important;
    }

}

/* newsletter end */




/* card section */


/* security */
.security-card {
    background-color: #EBF1FF;
    padding: 30px;

}

/* technology */
.technology-card {
    background-color: #EBF6F6;
    padding: 30px;

}

/* product */
.products-card {
    background-color: #EBF6F6;
    padding: 30px;

}

/* verification */
.verification-card {
    background-color: #EBF1FF;
    padding: 30px;


}

.statfin-card {
    border: none;
    border-radius: 16px;
    height: 100%;
}

.security,
.technology,
.products,
.verification {
    padding-top: 30px;
    /* padding-bottom: 30px; */
}

.stat-card-text {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.stat-card-title {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px !important;
}


@media (max-width:576px) {

    .security-card,
    .technology-card,
    .products-card,
    .verification-card {
        padding: 10px;

    }

    .stat-card-title {
        font-size: 18px;
        padding-top: 10px;
    }
}



/* why-us section */

.why-us {
    background-color: #E7E7F2;
    margin-top: 30px;
    position: relative;
    border-radius: 16px;
    padding: 15px;
    display: flex;
    align-items: center;
}

.why-us-sec {
    padding-top: 20px;
}

.why-us-img {
    position: absolute;
    left: 40%;
    top: -16%;
}

.why-us-btn {
    border: none;
    border-radius: 50px;
    background: linear-gradient(292.42deg, #121280 21.58%, #4E4EAC 46.6%, #121280 75.38%);
    margin: 40px 0 0 40px;
}

.why-us-btn p {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27PX;
    color: #E7E7F2;
    text-align: center;
    padding: 0 20px;
    margin: 0;

}

.why-us-head p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #11117F;
    padding: 20px 100px 40px 50px;

}

.why-us-text {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #11117F;
    padding: 30px 30px 20px 120px;
}


@media (max-width:1400px) {
    .why-us-img {
        top: 0%;
    }
}

@media screen and (max-width:1200px) {
    .why-us-img {
        top: 18%;
    }
}

@media screen and (max-width:992px) {
    .why-us-img {
        display: none;
    }

    .why-us-head p,
    .why-us-text {
        padding: 10px;
    }
}

@media screen and (max-width:576px) {
    .why-us-btn {
        margin: 10px;
    }

    .why-us-head p {
        font-size: 20px;
        line-height: 27px;
    }

    .why-us-text {
        font-size: 14px;
    }
}

/* why us end */


/*  privacy policy start ..........................*/

.privacy-part {
    background: linear-gradient(90deg, #E7E7F2 0%, #EBF1FF 100%);
    position: relative;
}

.privacy-title p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 70px;
    text-align: center;
    background: linear-gradient(90deg, #11117F 0%, #6D6DBE 100%);
    background-clip: text;
    color: transparent;
    padding-top: 40px;
    padding-bottom: 120px;

}

.privacy {
    padding: 25px;
}

.privacy-sec {
    background: #F1F5F9;

}

.privacy-body {
    position: relative;
    bottom: 13vh;
    background: #FFFFFF;
    border-radius: 24px;

}

.privacy-body p {
    margin-bottom: 20px !important;
}

.privacy-body ul {
    padding-left: 32px !important;
}

.privacy-head {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
}

.privacy-content {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.privacy-list li {
    list-style-type: disc;
}

@media screen and (max-width:576px) {
    .privacy-title p {
        font-size: 30px;
    }

    .privacy-content {
        font-size: 15px;
    }

    .privacy-head {
        font-size: 20px;
        line-height: 27px;
    }

}

/* privacy end */




/* terms and condition start.................................. */

.terms-part {
    background: linear-gradient(90deg, #E7E7F2 0%, #EBF1FF 100%);
    position: relative;
}

.terms-title p {
    /* left: calc(50% - 811px/2 - 0.5px); */
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 70px;
    text-align: center;
    background: linear-gradient(90deg, #11117F 0%, #6D6DBE 100%);
    background-clip: text;
    color: transparent;
    padding-top: 40px;
    padding-bottom: 120px;

}

.terms {
    padding: 25px;
}

.terms-sec {
    background: #F1F5F9;

}

.terms-body {
    position: relative;
    bottom: 13vh;
    background: #FFFFFF;
    border-radius: 24px;

}

.terms-body p {
    margin-bottom: 20px !important;
}

.terms-body ul {
    padding-left: 32px !important;
}

.terms-head {
    font-family: WorkSans;
    ;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
}

.terms-content {
    font-family: WorkSans;
    ;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.terms-list li {
    list-style-type: disc;
}

@media screen and (max-width:576px) {
    .terms-title p {
        font-size: 30px;
    }

    .terms-content {
        font-size: 15px;
    }

    .terms-head {
        font-size: 20px;
        line-height: 27px;
    }

}



/* home-about section */

.about-sec {
    padding-top: 100px;
    margin-bottom: 80px;
}


.about-sec-btn {
    border: none;
    border-radius: 50px;
    background: linear-gradient(292.42deg, #121280 21.58%, #4E4EAC 46.6%, #121280 75.38%);
    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27PX;
    color: #E7E7F2;
    text-align: center;
    padding: 9px 25px;
}

.acc-head {
    font-family: WorkSans !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 38px !important;
    line-height: 120% !important;
    color: #11117F !important;
    padding-top: 30px;
    padding-bottom: 15px;

}

.accelerate {
    display: flex;
    gap: 15px;
}

.accelerate-text p,
.accelerate-list li {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.about-img img {
    padding-top: 30px;
}

.accelerate-img img {
    max-width: 100%;
}



.accelerate-list {
    padding-top: 30px;
}

.accelerate-list li {
    list-style-image: url(../images/home/home-about-list.png);

}

.accelerate-sec ul {
    padding-left: 25px !important;
}


@media screen and (max-width:1200px) {
    .acc-head {
        font-size: 30px;
    }


}

@media screen and (max-width:992px) {

    .accelerate {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .about-img img {
        display: none;
    }

    .accelerate-text {
        padding: 10px;
        padding: 0px;
        display: contents;
    }

    .accelerate-img img {
        display: none;
    }

    .about-sec {
        padding-top: 50px;
        margin-bottom: 20px !important;
    }
}

@media (max-width:768px) {
    .acc-head {
        font-size: 27px !important;
    }

    .accelerate-text p,
    .accelerate-list li {
        font-size: 14px;
        line-height: 150%;
    }

    .about-sec {
        padding-top: 30px;
    }
}

@media (max-width:580px) {
    .acc-head {
        font-size: 24px !important;
    }

    .accelerate-text p,
    .accelerate-list li {
        font-size: 13px;
        line-height: 150%;
    }

    .about-sec {
        padding-top: 25px;
        margin-left: 25px;
        margin-right: 25px;

    }
}

@media (max-width:400px) {
    .acc-head {
        font-size: 18px !important;
    }

    .accelerate-text p,
    .accelerate-list li {
        font-size: 12px;
        line-height: 150%;
    }

    .about-sec {
        padding-top: 20px;
    }
}


/* pricing ........................................*/

.pricing-container {
    padding-bottom: 100px;
    background: linear-gradient(105.27deg, #EBF1FF 16.17%, rgba(255, 255, 255, 0) 87.53%);
}

.pricing-head {
    text-align: center;
    padding-top: 50px;

}

.pricing-head h2 {
    font-family: WorkSans;
    font-weight: 600;
    font-size: 45px;
    line-height: 48px;
    padding: 0px 5%;
    text-align: center;
}

.pricing-head p {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 18px;
    padding: 0px 5%;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.pricing-content {
    padding: 20px 40px;
    border-radius: 13px;
    background-color: #ffffff;
    margin-left: 20px;
    height: 380px;
}

.pricing-1 {
    margin-top: 10px;
    box-shadow: -5.11px 5.11px 38.34px 0px #0000000A;
}

.pricing-3 {
    box-shadow: -5.11px 5.11px 38.34px 0px #0000000A;
    margin-top: 10px;
}

.pricing-2 {
    margin-top: 55px !important;
}

.pricing-content p {
    font-family: Inter;
    font-weight: 600;
    font-size: 21px;
    line-height: 34px;
    margin-bottom: 22px !important;
}

.pricing-content ul li {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    color: #454545;
    margin-bottom: 18px !important;
}

.pricing-content ul li span img {
    max-width: 100%;
    padding-right: 10px;
}

@media (max-width:576px) {
    .pricing-head h2 {
        font-size: 25px;
        line-height: 33px;
    }

    .pricing-container {
        padding-bottom: 10px;
    }

    .pricing-3 {
        margin-top: 25px;
    }

}

/* industries page............................ */

.industries-content {
    padding: 100px 0px;
    background-image: url(../images/industry/industry-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.industries-head {
    text-align: center;
}

.industries-head h4 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 58px;
    line-height: 70px;
    background: linear-gradient(272.02deg, #38A3A5 1.48%, #214499 97.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 40px;
}

.industries-head p {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    /* padding: 0px 10%; */
}

.p-2 {
    margin-bottom: 40px !important;
}

.industries-head img {
    max-width: 100%;

}

.instustry-animateimg-1 {
    position: absolute;
    width: 15%;
    top: -6%;
}

.instustry-animateimg-2 {
    position: absolute;
    width: 15%;
    top: -6%;
}

.instustry-animateimg-3 {
    position: absolute;
    width: 15%;
    top: -6%;
}

.instustry-animateimg-4 {
    position: absolute;
    width: 15%;
    top: -6%;
}

.instustry-animateimg-5 {
    position: absolute;
    width: 15%;
    bottom: 0%;
}

/* logo-slider */
.instustry-head {
    text-align: center !important;
    margin-top: 50px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #38A3A5;
}

.instustry-logo-container {
    display: flex;
    justify-content: center !important;
    margin-top: 40px;
    margin-bottom: 100px;
}

.instustry-logo-section {
    width: 50%;
}

.logo-slider-container {
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.logo-slider {
    display: flex;
    gap: 30px;
    width: max-content;
    animation: scroll 12s linear infinite;
}

.logo-slider img {
    width: 100px;
    height: auto;
    object-fit: contain;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* .logo-slider-container:hover .logo-slider {
    animation-play-state: paused;
} */


/* INDUSTRIES */

.industries-work {
    /* height: 450px; */
    /* position: relative; */
    /* border: 1px solid  #E7E7F2 !important;
    border-radius: 25px !important;
    padding: 24px;
    border: none !important; */
}

.indestries-head-2 {
    font-family: WorkSans;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #3772FF;
    margin-bottom: 40px !important;
}

.industries-work img {
    max-width: 100%;
    margin-bottom: 15px;
}

.industries-work h4 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #11117F;
    margin-bottom: 15px;
}

.industries-work p {

    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #06062C;
}

.card-footer {
    bottom: 0%;
    border: none !important;
    background: none !important;
    visibility: hidden;
    margin-top: 25px !important;
}

.card-footer a {
    font-family: WorkSans;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3772FF;
}

.card-footer a img {
    margin-bottom: 0px !important;
}

.industries-work:hover .card-footer {
    visibility: visible;
}

.industries-work-container {
    display: flex !important;
    justify-content: center !important;
    /* gap: 20px; */
}

.key-head {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    padding-top: 30px;
}

@media (min-width:1400px) {
    .key-head {
        padding: 30px 280px;
    }
}

@media (max-width:1400px) {
    .industries-work h4 {
        font-size: 16px;
        line-height: normal;
    }

    .industries-work p {
        font-size: 14px;
    }

    .industries-work-container .card {
        height: 420px;
    }
}




@media (max-width:1200px) {
    .industries-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .industries-head h4 {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .industries-head p {
        font-size: 16px !important;
        /* padding: 0px 15% !important; */
    }

    .industries-work p {
        font-size: 16px;
    }

    .industries-work-container .card {
        height: 420px;
    }

    .industries-work h4 {
        font-size: 14px;
        /* line-height: normal; */
    }

    .industries-work p {
        font-size: 14px;
        /* line-height: normal; */
    }

}

@media (max-width:992px) {

    .industries-work-container .card {
        height: auto !important;
    }


    .industries-head h4 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .industries-content {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .industries-head p {
        font-size: 13px;
        line-height: 19px;
    }

    .p-2 {
        margin-bottom: 20px !important;
    }

    .instustry-head {
        /* margin-top: 20px; */
    }

    .instustry-logo-section {
        width: 70%;
    }

    .instustry-logo-container {
        margin-bottom: 40px;
    }

    .indestries-head-2 {
        font-size: 28px;
    }

    .industries-work img {
        /* max-width: 20%; */
        /* margin-bottom: 15px; */
    }

    .card-footer {
        visibility: visible;
    }

    /* .industries-work{
        height: 280px
    }  */
    .industries-work h4 {
        font-size: 16px;
    }

    .industries-work p {
        font-size: 14px;
    }
}

@media (max-width:750px) {
    .industries-head h4 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .industries-content {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .industries-head p {
        font-size: 13px;
        line-height: 22px;
    }

    .p-2 {
        margin-bottom: 20px !important;
    }

    .instustry-head {
        margin-top: 20px;
    }

    .instustry-logo-section {
        width: 70%;
    }

    .instustry-logo-container {
        margin-bottom: 40px;
    }

    .indestries-head-2 {
        font-size: 28px;
    }

    .industries-work img {
        max-width: 20%;
        margin-bottom: 15px;
    }

    .card-footer {
        visibility: visible;
    }

    /* .industries-work{
        height: 300px
    } */
    .industries-work h4 {
        font-size: 16px;
    }

    .industries-work p {
        font-size: 14px;
    }

    .industries-head p {
        /* padding: 0px 10% !important; */
    }

    .p-2 {
        /* padding: 0px 10% !important; */
    }
}

@media (max-width:600px) {
    .indestries-head-2 {
        margin-bottom: 0 !important;
        font-size: 25px;
    }

    .testimonial-container {
        margin-top: 30px;
    }

    .testimonial-slider {
        padding-top: 10px;
    }

    .solution-about-head {
        margin-bottom: 15px;
    }
}



/* about us page */

.about-banner {
    position: relative;
}

.about-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.about-banner img {
    width: 100%;
}

.about-banner-content p {

    font-family: Montserrat;
    font-weight: 700;
    font-size: 58px;
    line-height: 70px;
    background: linear-gradient(90deg, #FFFFFF 0%, #6D6DBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.aboutus-banner {
    text-align: center;
    padding: 5% 10%;

}

.aboutus-banner h6 {
    font-family: WorkSans;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #3772FF;
    padding: 30px 0px;
}

.aboutus-banner p {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.mission-content {
    padding: 50px;
    background: url(../images/about/mission-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 30px;
    border-radius: 50px !important;
}

.mission-content h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 58px;
    line-height: 70px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.mission-content p {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;

}


/* core values */

.text-outline {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    text-align: center;
    color: #DBDBEC;
    -webkit-text-stroke: 1px solid #DBDBEC;
    /* Outline effect */
    position: relative;
    margin-bottom: 70px !important;
}

.corevalue-content img {
    max-width: 100%;
}

.corevalue-content p {
    font-family: WorkSans;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #3772FF;
}

.corevalue-img {
    width: auto !important;
    margin-bottom: 20px;
}

.corevalue-content-2 p {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 14px;
    color: #000000;

}

.corevalue-content-2 {
    text-align: center;
    padding: 40px 10px;
    width: 50px !important;
    z-index: 3;
    position: relative;
    border-radius: 12px;
}

.corevalue-container {
    display: flex;
    flex-basis: 1;
    gap: 2%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;

}

.corevalue-content-2:nth-child(1) {
    background-color: #EBF1FF;
    flex: 1;

}

.corevalue-content-2:nth-child(2) {
    background-color: #EBF6F6;
    flex: 1;
}

.corevalue-content-2:nth-child(3) {
    background-color: #E7E7F2;
    flex: 1;
}

.corevalue-content-2:nth-child(4) {
    background-color: #EBF1FF;
    flex: 1;
}

.corevalue-content-2:nth-child(5) {
    background-color: #EBF6F6;
    flex: 1;
}

.core-container {
    position: relative;
    margin-top: 80px !important;
    padding-bottom: 150px;

    padding-top: 40px;

}

.core-section {
    background-image: url(../images/about/corevalue-bg.png);
    background-position: center;
    background-repeat: no-repeat;
}

.core-container-2 {
    position: relative;
    top: 70px;
}

.rectangle-banner {
    position: absolute;
}

.rectangle-banner img {
    max-width: 100%;
}

/* our-process */



.about-our-process {
    margin-top: 100px !important;
}

.about-ourprocess-2 {
    padding: 30px;
    height: auto;
}

.about-ourprocess-2 img {
    margin-bottom: 20px;
    max-width: 100%;
}

.about-ourprocess-2 {
    width: 100%;
    height: 360px;
    border-radius: 33px;
    background: linear-gradient(135.23deg, #F9F8FF 17.02%, #EEEBFF 59.44%, #F9F8FF 108.64%);
}

.about-ourprocess-2 h6 {
    font-family: WorkSans;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #3267E6;
}

.about-ourprocess-2 p {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.about-our-section {
    margin-top: 50px;
}

.ourprocess-3 {
    background: #F9F8FF !important;
    border-radius: 33px;
}

.lottie-about-process {
    position: relative;
}

.lottie-about-text {
    position: absolute;
    top: 12%;
    left: 20%;
    z-index: 1;
    text-align: center;
    font-family: WorkSans;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}

/* why-us */

.why-us-head-2 h6 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #11117F;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.why-us-head-2 p {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #11117F;
    margin-bottom: 20px !important;
}

.why-us-content {
    display: flex !important;
    justify-content: center !important;
    margin-top: 70px;
}

.why-us-content-1 {
    text-align: center;
    height: 500px;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 24px !important;
}

.why-us-content-1 img {
    max-width: 100%;
}

.why-us-content-1 h6 {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 15px;

}

.why-us-content-1 p {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    text-align: start !important;
}

.why-us-container {
    margin-top: 80px;
    padding-top: 50px;
    background-color: #F8F9FA;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

@media (max-width:1200px) {
    .corevalue-container {
        margin: 3% 0;
    }

    .corevalue-content p {
        line-height: 25px;
    }

    .about-ourprocess-2 p {
        font-size: 14px;
        line-height: 21px;
    }

}

@media (max-width:992px) {
    .about-ourprocess-2 {
        height: auto;
    }

    .mission-content {
        margin-bottom: 20px !important;
    }

    .rectangle-banner img {
        display: none;
    }

    .text-outline {
        margin-bottom: 10px !important;
    }

    .corevalue-container {
        flex-direction: column;
        width: 100% !important;
    }

    .corevalue-content-2 {
        width: 100% !important;
        margin-bottom: 30px;
        margin-left: 0px !important;
    }

    .corevalue-container {
        padding: 0% 10%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .about-ourprocess-1 {
        height: 320px !important;
        margin-bottom: 20px;
    }

    .about-ourprocess-2 {
        margin-bottom: 30px !important;
    }

    .why-us-content-1 {
        margin-bottom: 30px !important;
        height: auto !important;
        padding: 50px !important;
    }

    .core-lottie {
        display: none;
    }

    .lottie-about-process {
        width: 70% !important;
        margin-bottom: 30px !important;
    }

    .compliance-lottie,
    .credible-lottie,
    .screening-lottie {
        width: 40% !important;
    }

    .card-image {
        text-align: center;
    }



}

@media (max-width:888px) {
    .about-banner-content p {
        font-size: 40px;
        line-height: 45px;
    }

}

@media (max-width:750px) {
    .about-banner img {
        width: 100%;
        height: 350px;
    }

    .about-banner-content p {
        font-size: 40px;
        line-height: 45px;
    }
}

@media (max-width:600px) {
    .about-banner img {
        width: 100%;
        height: 300px;
    }

    .about-banner-content p {
        font-size: 30px;
    }

    .aboutus-banner h6 {
        font-size: 20px;
        line-height: 26px;
    }

    .aboutus-banner p,
    .about-ourprocess-2 p,
    .why-us-head-2 p,
    .why-us-content-1 p {
        font-size: 14px;
    }

    .core-container {
        margin-top: 0 !important;
        padding-top: 10px;
        padding-bottom: 65px;
    }

    .text-outline {
        font-size: 30px;
        margin: 0 !important;
    }

    .corevalue-content p {
        font-size: 16px;
        line-height: 26px;
    }


    .about-our-process {
        margin-top: 0 !important;
    }

    .about-ourprocess-2 h6,
    .why-us-content-1 h6 {
        font-size: 18px;
    }

    .why-us-container {
        padding-top: 0;
        margin-top: 0;
    }

    .why-us-head-2 h6 {
        font-size: 22px;
        line-height: 26px;
    }

    .why-us-content-1 {
        padding: 10px !important;
    }

}

@media (max-width:580px) {
    .mission-content {
        margin-right: 10px !important;
        margin-left: 10px !important;
        padding: 25px !important;

    }

    .mission-content h2 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .mission-content p {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .lottie-about-text {
        font-size: 14px;
        top: 3%;
        text-align: left;
    }

}

@media (max-width:428px) {
    .mission-content h2 {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 20px;
    }
}


/* verification page............................................................. */

.verification-container {
    display: flex;
}

.verification-sidebar {
    width: 25%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.verification-sidebar p {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #6D6E70;
}

.verification-tab-btn {
    background: none;
    border: none;
    padding: 10px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    color: #000000;
}

.verification-tab-btn.active {
    background: linear-gradient(90deg, #C1D3FF 0%, #FFFFFF 100%);

}

/* Content Area */

.verification-content {
    width: 75%;
    padding: 20px;
    background: #f4f4f4;
    overflow-y: scroll !important;
    height: 100vh;
}

/* Width of the scrollbar */
::-webkit-scrollbar {
    width: 4px !important;
}

/* Track (background) */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle (scroll thumb) */
::-webkit-scrollbar-thumb {
    background: #38A3A5;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #38A3A5;
}

.verification-tab-content {
    display: none;
}

.verification-tab-content.active {
    display: block;
}

.verification-main-content h5 {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #11117F;
}

.verification-main-content p {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}

.verification-main-content-2 {
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #E4E5E5;
    border-radius: 16px;
    margin-top: 15px;
    height: 100% !important;
}

.verification-content-card {
    margin-bottom: 20px !important;
}

.verification-main-content-2 h6 {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}

.verification-main-content-2 p {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #6D6E70;
}

@media screen and (max-width:992px) {
    .verification-container {
        display: block;
    }

    .verification-content {
        width: 100% !important;
    }

    .verification-sidebar {
        width: 100% !important;
    }
}


.faq-content p {
    margin-bottom: 20px !important;
}

.faq-item span i {
    margin-right: 10px !important;
}

.faq-item {
    margin-bottom: 10px !important;
}

.faq-content ul li {
    margin-bottom: 10px !important;
    /* padding-left: 20px !important; */

}

.faqcontentside ul {
    position: relative;
    top: 20px;
    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}

.bullet-point li {
    list-style: disc !important;
    padding-left: 20px !important;
}

.logo-white img {
    padding-left: 0px !important;
}






.solution-about-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.industries-about-section {
    display: flex !important;
    justify-content: center !important;
}


@media (max-width: 576px) {
    .forcontact {
        padding-top: 20px !important;
        margin-bottom: 30px !important;
    }

    .map-container {
        margin-top: 100px;
    }

    .contact-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width:992px) {
    .industries-about-section {
        flex-direction: column-reverse !important;
    }

    .industries-about-section {
        padding-top: 30px !important;
    }

    .solution-about-left {
        display: flex !important;
        justify-content: center !important;
    }

    .industry-key-features-content h6 {
        font-size: 16px;
    }

    .industry-key-features-content p {
        font-size: 14px !important;
    }
}




/* 

.btn-lottie{
    position: relative;
    padding: 25px;
    max-width: 350px;
    height: 400px;
}

.industry-lottie-card{
    position: absolute;
} */










.industries-work-container .card {
    position: relative;
    overflow: hidden;
    height: 460px;
    border-radius: 25px !important;
    border: 2px solid #E7E7F2 !important;
    padding: 24px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.industries-work-container .card:hover {
    box-shadow: 0px 0px 17.7px 0px #1F1F1F1F;

}

.industries-work-container .card:hover .line-trace {
    position: absolute;
    width: 86px;
    height: 86px;
    border-radius: 25px;
    background: linear-gradient(270deg, #11117F 0%, #38A3A5 92.19%);
    offset-path: rect(0% auto 100% auto);
    offset-distance: 0%;
    animation: traceLine 6s linear infinite;
    backdrop-filter: blur(12.300000190734863px);
    height: 12px;
}


@keyframes traceLine {
    0% {
        offset-distance: 0%;
    }

    100% {
        offset-distance: 100%;
    }
}


.industries-content {
    position: relative;
    padding: 13% 15%;
}


.instustry-animate-1 {
    position: absolute;
    top: 0%;
    left: 15%;
    animation: move1 3s infinite;
    width: 13%;
    /* transform-style: preserve-3d; */

}

.instustry-animate-2 {
    position: absolute;
    top: 40%;
    animation: move2 2s infinite;
    left: 5%;
    width: 13%;

}

.instustry-animate-3 {
    position: absolute;
    bottom: 0%;
    left: 25%;
    animation: move3 3s infinite;

}

.instustry-animate-7 {
    position: absolute;
    left: 60%;
    bottom: 0%;
    animation: move4 2.8s infinite;
    width: 16%;


}

.instustry-animate-5 {
    position: absolute;
    right: 0%;
    animation: move5 4s infinite;
    width: 18%;

}

.instustry-animate-6 {
    position: absolute;
    top: 3%;
    left: 45%;
    animation: move6 3.5s infinite;
    width: 11%;

}

.instustry-animate-4 {
    position: absolute;
    right: 10%;
    top: -6%;
    animation: move7 5s infinite;
    width: 13%;

}

@keyframes move1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes move2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes move3 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes move4 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes move5 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes move6 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateX(-16px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes move7 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}


@media (max-width:1500px) {
    .instustry-animate-5 {
        right: -3%;
    }

}


@media (max-width:1400px) {
    .industries-content {
        padding: 60px 0px;
    }

    .instustry-animate-6,
    .instustry-animate-3,
    .instustry-animate-5 {
        display: none;
    }

    .instustry-animate-2 {
        bottom: 0%;
        left: auto;
        top: auto;
    }

    .instustry-animate-1 {
        left: auto;
    }

    .instustry-animate-4 {
        top: 0%;
    }
}



@media (max-width:992px) {
    .industries-content img {
        display: none;
    }


}


@media (max-width:576px) {
    .industries-head h4 {
        font-size: 25px;
        line-height: normal;
    }

    .industries-head p,
    .p-2 {
        font-size: 14px !important;
        line-height: 17px;
    }

}




/* index page round section */




.solution-btn {
    border: none;
    border-radius: 50px;
    background: linear-gradient(292.42deg, #121280 21.58%, #4E4EAC 46.6%, #121280 75.38%);
    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27PX;
    color: #E7E7F2;
    text-align: center;
    padding: 0 20px;
}


.solution-head {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    color: #11117F;
    padding-top: 20px;
}

.solution-text p {
    font-family: WorkSans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000000;
    padding: 20px 100px;
}

.solution-content {
    width: 687px;
    height: 392px;
    background: #C1D3FF;
    border-radius: 1000px;
    text-align: center;
    box-shadow: 0 0 0px 30px #E1EAFF;
    padding-top: 100px;
    position: relative !important;
    animation: whiteShadow 2s infinite alternate ease-in-out 2s;
}



@keyframes whiteShadow {
    0% {
        box-shadow: 0 0 0px 10px #E1EAFF;
    }

    20% {
        box-shadow: 0 0 10px 30px #E1EAFF;
    }

    50% {
        box-shadow: 0 0 0px 40px #E1EAFF;
    }

    100% {
        box-shadow: 0 0 20px 30px #E1EAFF;
    }
}



.solution-wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.solution-center {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: 2;
    position: absolute;
    z-index: 2;
}


.solution-item {
    z-index: 2;
}

.ring-body {
    display: flex;
    gap: 10px;
    font-family: WorkSans;
    background: #FFFFFF !important;
    border-radius: 100px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0%;
    color: #000 !important;

}





.cpv {
    position: absolute;
    top: 0%;
    left: 36%;
    transform: translateX(-50%);
    width: 233px;
    /* height: 72px; */
    z-index: 1;
}

.car {
    width: 233px;
    /* height: 72px; */
    position: absolute;
    top: 0%;
    transform: translateX(-50%);
    left: 70%;
    z-index: 1;

}


.ibr {
    width: 233px;
    position: absolute;
    top: 40%;
    right: 0%;
    z-index: 1;

}

.bgv {
    position: absolute;
    right: 5%;
    top: 65%;
    /* transform: translateX(-50%); */
    width: 233px;
    /* height: 72px; */
    z-index: 1;

}

.dkycv {
    position: absolute;
    bottom: 0%;
    left: 40%;
    /* transform: translateX(-50%); */
    width: 228px;
    /* height: 72px; */
    z-index: 1;

}

.bcr {
    position: absolute;
    top: 63%;
    /* transform: translateX(-50%); */
    left: 0%;
    width: 264px;
    /* height: 72px; */
    z-index: 1;

}

.lafc {
    position: absolute;
    top: 40%;
    left: 0%;
    transform: translateX(10%);
    width: 280px;
    /* height: 72px; */
    z-index: 1;

}

.aml {
    position: absolute;
    top: 20%;
    left: 7%;
    /* transform: translateX(-50%); */
    width: 191px;
    /* height: 72px; */
    z-index: 1;

}

.fvr {
    position: absolute;
    bottom: 0%;
    left: 79%;
    transform: translateX(-50%);
    width: 242px;
    /* height: 72px; */
    z-index: 1;

}

.frm {
    position: absolute;
    top: 19%;
    right: 0%;
    transform: translateX(-50%);
    width: 260px;
    /* height: 72px; */
    z-index: 1;
    transition: opacity 0.4s ease;

}

.nd {
    position: absolute;
    bottom: 0%;
    left: 20%;
    transform: translateX(-50%);
    width: 202px;
    /* height: 72px; */
    z-index: 1;
    transition: opacity 0.4s ease;
}




.hover-sol-1 {
    font-family: WorkSans-SemiBold;
    font-weight: 600;
    font-size: 11px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;

}

.hover-sol-2 {
    font-family: WorkSans;
    font-weight: 400;
    font-size: 11px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
}


.cpv:hover .hovering-cpv {
    visibility: visible;

}

.hovering-cpv {
    visibility: hidden;
    display: flex;
    width: 281px;
    height: 96px;
    border-top-left-radius: 32px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 8px;
    gap: 8px;
    background: var(--Secondary-Color-Ultramarine-300, #3772FF);
}

.cpv:hover {
    visibility: hidden;
}




.car:hover .hovering-car {
    visibility: visible;

}

.hovering-car {
    visibility: hidden;
    display: flex;
    width: 281px;
    height: 96px;
    border-top-left-radius: 32px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 8px;
    gap: 8px;
    background: var(--Secondary-Color-Ultramarine-300, #3772FF);

}

.car:hover {
    visibility: hidden;
}


.ibr:hover .hovering-ibr {
    visibility: visible;

}

.hovering-ibr {
    visibility: hidden;
    display: flex;
    width: 281px;
    height: 96px;
    border-top-left-radius: 32px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 8px;
    gap: 8px;
    background: var(--Secondary-Color-Ultramarine-300, #3772FF);

}

.ibr:hover {
    visibility: hidden;
}

.bgv:hover .hovering-bgv {
    visibility: visible;

}

.hovering-bgv {
    visibility: hidden;
    display: flex;
    width: 281px;
    height: 96px;
    border-top-left-radius: 32px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 8px;
    gap: 8px;
    background: var(--Secondary-Color-Ultramarine-300, #3772FF);
}

.bgv:hover {
    visibility: hidden;
}



.dkycv:hover .hovering-dkycv {
    visibility: visible;

}

.hovering-dkycv {
    visibility: hidden;
    display: flex;
    width: 281px;
    height: 96px;
    border-top-left-radius: 32px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 8px;
    gap: 8px;
    background: var(--Secondary-Color-Ultramarine-300, #3772FF);

}

.dkycv:hover {
    visibility: hidden;
}


.aml:hover .hovering-aml {
    visibility: visible;

}

.hovering-aml {
    visibility: hidden;
    display: flex;
    width: 281px;
    height: 96px;
    border-top-left-radius: 32px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 8px;
    gap: 8px;
    background: var(--Secondary-Color-Ultramarine-300, #3772FF);

}

.aml:hover {
    visibility: hidden;
}


.frm:hover .hovering-frm {
    visibility: visible;

}

.hovering-frm {
    visibility: hidden;
    display: flex;
    width: 281px;
    height: 96px;
    border-top-left-radius: 32px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 8px;
    gap: 8px;
    background: var(--Secondary-Color-Ultramarine-300, #3772FF);

}

.frm:hover {
    visibility: hidden;
}



.fvr:hover .hovering-fvr {
    visibility: visible;

}

.hovering-fvr {
    visibility: hidden;
    display: flex;
    width: 281px;
    height: 96px;
    border-top-left-radius: 32px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 8px;
    gap: 8px;
    background: var(--Secondary-Color-Ultramarine-300, #3772FF);

}

.fvr:hover {
    visibility: hidden;
}


.nd:hover .hovering-nd {
    visibility: visible;

}

.hovering-nd {
    visibility: hidden;
    display: flex;
    width: 281px;
    height: 96px;
    border-top-left-radius: 32px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 8px;
    gap: 8px;
    background: var(--Secondary-Color-Ultramarine-300, #3772FF);
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.nd:hover {
    visibility: hidden;
}


.lafc:hover .hovering-lafc {
    visibility: visible;

}

.hovering-lafc {
    visibility: hidden;
    display: flex;
    width: 281px;
    height: 96px;
    border-top-left-radius: 32px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 8px;
    gap: 8px;
    background: var(--Secondary-Color-Ultramarine-300, #3772FF);

}

.lafc:hover {
    visibility: hidden;
}

.bcr:hover .hovering-bcr {
    visibility: visible;

}

.hovering-bcr {
    visibility: hidden;
    display: flex;
    width: 281px;
    height: 96px;
    border-top-left-radius: 32px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 8px;
    gap: 8px;
    background: var(--Secondary-Color-Ultramarine-300, #3772FF);

}

.bcr:hover {
    visibility: hidden;
}


.ring-contents-2 {
    padding: 0 60px 10px 60px;
    background: var(--Supported-color-platinum-platinum-100, #f3f4f5);
    display: flex;
    justify-content: center !important;
    align-items: center !important;

}




.ring-body-2 {
    display: flex;
    gap: 10px;
    font-family: WorkSans;
    background: var(--Neutral-White, #FFFFFF);
    border-radius: 100px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0%;
    color: #000 !important;
    width: 340px;
    align-items: center;
    margin-top: 20px;
}

.full-sec {
    overflow-x: hidden;
    background-color: #F1F5F9;
}



@media (min-width:992px) {

    .ring-contents-2 {
        display: none;
    }

    .full-sec {
        padding: 60px;
    }
}


@media (max-width:1400px) {

    .ring-body {
        width: 220px !important;
        font-size: 12px !important;
    }

    .solution-wrapper svg {
        width: 992px;
    }

    .bg-ring svg {
        width: 890px !important;
    }

    .solution-text p {
        padding: 20px;
    }

    .solution-content {
        width: 463px;
    }

    .nd,
    .dkycv,
    .fvr {
        bottom: 12%;
    }

    .cpv,
    .car {
        top: 9%;
    }
}

@media (max-width: 1200px) {

    .solution-center {
        padding: 50px 30px;
    }

    .solution-wrapper svg {
        width: 900px;
    }

}


@media (max-width:992px) {
    .solution-wrapper {
        min-height: 50vh;
    }

    .solution-wrapper svg,
    .ring-body {
        display: none;
    }

    .solution-content {
        box-shadow: 0 0 0px 10px #E1EAFF;
    }


    .solution-content {
        height: auto;
        padding: 40px;
    }

    .solution-text p {
        padding: 0;
    }

    .ring-contents-2 {
        display: block;
    }

}





@media (max-width: 991px) {
    .solution-content {
        width: 70%;
    }




    .ring-contents-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .sol-bg svg {
        display: none;
    }



}


@media (max-width:769px) {
    .ring-body-2 {
        width: auto;
    }
}



@media (max-width: 768px) {


    .solution-item {
        width: 130px;
    }
}


@media (max-width:650px) {

    .solution-content {
        width: auto;
    }

}


@media (max-width: 576px) {

    .solution-item {
        width: 120px;
    }

    .solution-head {
        font-size: 20px !important;
        line-height: normal !important;
    }

    .solution-text p {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .solution-btn {
        padding: 0 6px;
    }

    .solution-btn {
        font-size: 14px;
    }
    
}

@media (max-width:380px) {
    .ring-body-2{
        font-size: 12px;
    }
}








.news-input input:focus {
    outline: none !important;
    background: linear-gradient(white, white) padding-box, linear-gradient(90.95deg, #1F1FE5 -4.02%, #B5B5D7 101.8%) border-box;
    border: 1px solid transparent;
}

.news-input input:focus {
    outline: none !important;
    background: linear-gradient(white, white) padding-box, linear-gradient(90.95deg, #1F1FE5 -4.02%, #B5B5D7 101.8%) border-box;
    border: 1px solid transparent;
}

.news-input input:focus {
    outline: none !important;
}


















/* responsive container */

@media (max-width: 1200px) {
    .responsive-container {
        max-width: 1140px !important;
    }
}

@media (max-width: 992px) {
    .responsive-container {
        max-width: 960px !important;
    }
}

@media (max-width: 768px) {
    .responsive-container {
        max-width: 720px !important;
    }

}

@media (max-width: 576px) {
    .responsive-container {
        max-width: 500px !important;
    }

    .responsive-container {
        padding: 0px 15px !important;
    }

}