/*
Theme Name: Scius Themes
Theme URI: https://staps.in
Author: Chinmaya
Description: Scius, a dynamic IT services company founded in 2016, boasts a formidable track record of collaborations with industry giants like AGS (Athena Global), Mobimetrick, Artusmode, JB Power and also many other International and National IT companies. Our cadre of certified technology specialists is adept in Oracle ERP, Oracle Database, OBIEE, AWS, PHP, and IBM Watson, ensuring cutting-edge solutions.
Version: 1.3.5
Requires PHP: 6.5
Requires at least: 5.0
Tested up to: 6.6
License: MIT
License URI: https://staps.in/licence
Text Domain: scius themes
Domain Path: /languages/
*/


/*
Required WordPress CSS
*/
.fw-bold {
    font-weight: 700 !important;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* 
Text meant only for screen readers. 
copied from https://codex.wordpress.org/CSS
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px; 
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b !important;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


.sticky {
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/* Our Website code */
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Quattrocento+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');

body {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #1c1c1c;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}
/* @media (min-width: 1400px) {
a {
    text-decoration: none;
    cursor: pointer;
    color: #443f45;
} */ 
/* 

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Source Sans Pro', sans-serif;
}

input,
button,
select,
textarea {
    font-weight: 400;
}

p {
    position: relative;
    line-height: 1.7em;
    font-family: 'Lato', sans-serif;
}


.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper {
    position: relative;
    padding: 5px 45px;
    /* background: #ffffff; */
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 5;
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 75%;
}

.main-header .header-upper .upper-right {
    position: relative;
    top: 5px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.main-header .header-upper .info-box:last-child {
    margin-right: 0px;
}

.main-header .info-box {
    position: relative;
    float: left;
    min-height: 60px;
    margin-left: 40px;
    font-size: 16px;
    color: #222222;
    font-weight: 700;
    min-width: 200px;
    padding: 15px 0px 15px 50px;
    font-family: 'Source Sans Pro', sans-serif;
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 30px;
    height: 60px;
    color: #3f2956;
    font-size: 32px;
    line-height: 58px;
    font-weight: 400;
}

.main-header .info-box .light-text {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.main-header .info-box li a {
    color: #9b9b9b;
}

.main-header .info-box strong {
    font-weight: 700;
    color: #555555;
    font-size: 15px;
}

.main-header .header-lower {
    position: relative;
    left: 0px;
    padding: 0px 45px;
    top: 0px;
    width: 100%;
    border-top: 1px solid #ebebeb;
}

.main-header.style-two .header-lower {
    background: #1c1c1c;
}

.main-header .nav-outer {
    position: relative;
    padding-right: 250px;
}

.main-header .nav-outer .outer-btn {
    position: absolute;
    right: 0px;
    top: 0px;
}
.site-title .site-title-heading
 {
    margin: 0;
    padding-bottom: 8px !important;
}

.main-header .nav-outer .outer-btn .consultation {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    padding: 20px 47px;
    display: inline-block;
    background-color: #3f2956;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
}

.main-header .nav-outer .outer-btn .consultation:hover {
    background-color: #928b91;
    color: #3f2956;
}

.main-menu {
    position: relative;
}
.main-menu  li a{
color:#fff !important;
	font-weight:550;
}
.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation>li {
    position: relative;
    padding: 0px;
    margin-right: 40px;
    display: inline-block;
}


.main-menu .navigation>li.dropdown a {
    padding-right: 15px;
}

.main-menu .active {
    color: #8c21a6 !important;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    padding: 19px 0px;
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-top: 2px solid transparent;
    font-family: 'Source Sans Pro', sans-serif;
}

.main-menu .navigation>li.dropdown>a:after {
    position: absolute;
    content: '\f107';
    right: 0px;
    color: #fff;
    font-family: 'FontAwesome';
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}



/* 
.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
    border-top: 2px solid #928b91;
    color: #222222;
    opacity: 1;
} */
.btn a {
    position: relative;
    display: block;
    padding: 10px 19px;
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1;
    transition: all 500msease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500msease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-top: 2px solid transparent;
    font-family: 'Source Sans Pro', sans-serif;
    background: #161034;
    border-radius: 35px;
}

.main-menu .navigation>li:hover>a:after {
    opacity: 1;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 130%;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #3f2956;
    border-top: 2px solid #928b91;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header.style-two .main-menu .navigation>li>ul {
    background: #3f2956;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 100%;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 22px;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    color: #ffffff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    background: #928b91;
    color: #1c1c1c;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
    height: 20px;
    display: block;
    color: #ffffff;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #1c1c1c;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 20px;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #3f2956;
    border-top: 2px solid #928b91;
}

.main-header.style-two .main-menu .navigation>li>ul>li>ul {
    background: #1c1c1c;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 22px;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    background: #928b91;
    color: #1c1c1c;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    border: 1px solid #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

@media only screen and (min-width: 768px) {

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none !important;
    outline: none;
}

.btn a {
    border: 2px solid #8c21a6;
    position: relative;
    display: block;
    padding: 10px 19px;
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1;
    transition: all 500msease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500msease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Source Sans Pro', sans-serif;
    background: #1d0e2b;
    border-radius: 35px;
}



.text-content h2 {
    color: #cd00ff;
    font-size: 20px;
    font-weight: 700;
}

.text-content h1 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

.stats {
    /* margin-top: 20px; */
    display: flex;
}

.stats p {
    margin: 0;
}

.stats div {
    margin: 10px 0;
}

.stats div:first-child {
    width: 20%;
}


.stats div:last-child {
    width: 80%;
}

.stats span {
    font-size: 32px;
    background-image: linear-gradient(#ff4b9b, #6126bc);
    color: transparent;
    background-clip: text;
    font-weight: 600;
    margin-right: 30px;
}

.buttons {
    margin-top: 20px;
}

.buttons a {
    text-decoration: none;
    padding: 8px 25px;
    border-radius: 30px;
    margin-right: 10px;
    display: inline-block;
    font-size: 16px;
}

.learn-more {
    /* background: linear-gradient(to right, #ff4b9b, #ff7f50); */
    color: #8c21a6;
    border: 2px solid #8c21a6;
}

.get-started {
    background: linear-gradient(to right, #9f19ab, #1e90ff);
    color: #fff;
    border: 1px solid #c328e3;
}

.image-content img {
    max-width: 500px;
    width: 100%;
}

.slider {
    padding: 80px 80px 50px;
}

.hero-text {
    /* max-width: 50%; */
}

.hero-text h1 {
    font-size: 50px;
    font-weight: 600;
    color: #ffff;
}

.hero-text p {
    color: #bbb;
}

.hero img {
    max-width: 450px;
}

.button {
    display: inline-block;
    padding: 10px 28px;
    margin-top: 20px;
    border: 2px solid #8c21a6;
    color: #fffbff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
}

.button:hover {
    background: #8c21a6;
    color: #fff;
}

.features {
    display: flex;
    justify-content: center;
    gap: 45px;
    padding-top: 60px;
}

.feature-box {
    background: #11113b;
    padding: 40px 25px;
    border-radius: 55px;
    text-align: center;
    max-width: 345px;
    border: 1px solid #2525c8;
}

.social-work-slider .item img {
    display: block;
    width: 80% !important;
    margin: 0 auto !important;
}

.feature-box h3 {
    color: #ffffff;
}

.feature-box p {
    color: #ffffff;
    margin: 0;
    padding-top: 2px;
    font-size: 14px;
}

.main_sec {
    background: url('https://viriium.com/wp-content/uploads/2025/06/banner-3-scaled.jpg');
    background-size: cover;
}

.my_sec {
    background: url('https://viriium.com/wp-content/uploads/2025/06/banner-3-scaled.jpg');
    background-size: cover;
    padding: 80px 0;
}

.feature-box img {
    width: 30%;
    margin-bottom: 15px;
}

.sec2 {
    background: url('https://viriium.com/wp-content/uploads/2025/06/tex3-scaled.jpg');
    background-size: cover;
    padding: 40px 0;
    background-size: 100% 100%;
}

.clients-section h3 {
    font-size: 40px;
    font-weight: 600;
}

.clients-section {
    text-align: center;
    padding: 50px 20px;
    background: #fff;
    color: #000;
}

.clients-section h2 {
    font-size: 20px;
}

.logos {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.logos img {
    width: 50px;
}

.why-choose-us {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    background: #13132d;
}

.why-text {
    /* max-width: 40%; */
}

/* .why-text h2 {
    color: #cd00ff;
} */

.why-text h1 {
    font-size: 40px !important;
    font-weight: 600;
    color: #ffffff;
}

.why-text p {
    color: #fff !important;
}

.learn-btn {
    padding: 8px 25px;
    border-radius: 30px;
    margin-right: 10px;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    border: 2px solid #8c21a6;
}

.learn-btn:hover {
    background: #cd00ff;
    color: #fff;
}

.why-image {
    text-align: center;
}

.why-image img {
    width: 85%;
    margin: 0 auto;
}

.info-boxes {
    background: #5048a5;
    padding: 30px 20px;
    border-radius: 63px;
}

.info-box {
    padding: 15px;
    margin-bottom: 0px;
    border-radius: 8px;
    display: flex;
    gap: 20px;
}

.info-box h3 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #fff;
}

.info-box img {
    width: 60px;
}

.info-box p {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}

.services-section {
    padding: 50px 20px;
}


.services-section p {
    color: #666;
    margin-bottom: 30px;
}

.services-container {
    display: flex;
    justify-content: center;
    gap: 55px;
    flex-wrap: wrap;
}

.service-box {
    background: #fff;
    padding: 30px;
    border-radius: 44px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 340px;
    text-align: center;
    border: 1px solid #ccc;
}

.service-box img {
    width: 50px;
    margin-bottom: 15px;
}

.service-box h3 {
    margin-bottom: 10px;
}

.service-box p {
    color: #666;
}

/* 
.work-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    text-align: left;
    gap: 40px;
} */

.work-section img {
    width: 85%;
    height: 520px;
    object-fit: cover;
    border-radius: 15px;
    margin-top: 40px;
}

.work-section i {
    position: absolute;
    bottom: 68px;
    right: 40px;
    font-size: 30px;
    background: #cd3fff;
    padding: 22px 30px;
    color: #fff;
    background-image: linear-gradient(#ff4b9b, #6126bc);
    border-radius: 9px;
}

.work-step h3 {
    font-size: 23px;
    font-weight: 600;
}

.work-step {
    background: #fff;
    padding: 15px;
    margin: 10px 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    /* padding: 30px; */
    border-radius: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* max-width: 300px; */
    /* text-align: center; */
    border: 1px solid #ccc;
}

.step-number {
    font-size: 32px;
    background-image: linear-gradient(#ff4b9b, #6126bc);
    color: transparent;
    background-clip: text;
    font-weight: 600;
}


.testimonials {
    padding: 50px 20px;
    background: url(../../../../wp-content/uploads/2025/06/tex1-scaled.jpg) no-repeat center center/cover;
    background-size: cover;
}



.testimonial-container {
    margin-top: 60px;
}

.testimonial-box {
    background: #fff;
    padding: 15px 20px;

    border-radius: 35px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* max-width: 400px; */
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #ccc;
}

.testimonial-box img {
    width: 100px !important;
    height: 100px;
    border-radius: 15%;
}

.testimonial-box h3 {
    font-weight: 700;
    margin-top: 10px;
    font-size: 18px;
    padding-top: revert;
    border-top: 2px solid #eea60a;
    padding-top: 7px;
    width: 70%;
}

.testimonial-box p {
    margin-bottom: 0px;
    line-height: 24px;
    padding-bottom: 10px;
}

.testimonials .owl-dots {
    display: block !important;
    text-align: center;
}

.testimonials .owl-dots button {
    width: 10px;
    height: 10px;
    background: #b236cd !important;
    margin-top: 38px;
    margin-left: 10px !important;
    border-radius: 5px;
}

.cta-section p {
    width: 75%;
    margin: 0 auto;
}

.cta-section {
    background: url('https://viriium.com/wp-content/uploads/2025/06/b4.jpg') no-repeat center center/cover;
    background-attachment: fixed;
    padding: 90px 20px;
    color: white;
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta-seccc::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #222023;
    opacity: 0.2;
}

.cta-section h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cta-section p {
    margin-bottom: 20px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.cta-button {
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}

.cta-button.learn {
    border: 1px solid #cd00ff;
    color: white;
}

.cta-button.contact {
    background-image: linear-gradient(#ff4b9b, #6126bc);
    color: white;
    border: 1px solid #cd00ff;
}

.cta-seccc {
    background: url(../images/banner-9.jpg);
    position: relative;
}

.page-header {
    position: relative;
    background-image: url('https://viriium.com/wp-content/uploads/2025/06/banner-3-scaled.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.page-header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(1, 5, 53, 0.28) 43.57%, rgba(1, 5, 53, 0.8) 100%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-header-box {
    position: relative;
    z-index: 1;
}

.page-header-box h1 {
    display: inline-block;
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 10px;
    cursor: none;
}

.page-header-box ol {
    margin: 0;
    padding: 0;
}

.page-header-box ol li.breadcrumb-item {
    font-weight: 500;
    text-transform: capitalize;
    line-height: normal;
    color: #fff;
}

.page-header-box ol li.breadcrumb-item a {
    color: inherit;
}

.page-header-box ol li.breadcrumb-item.active {
    color: #fff;
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.about-us {
    padding: 100px 0;
}

.about-us-image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 30px;
    margin-right: 20px;
}

.about-image-box {
    width: calc(50% - 15px);
}

.about-img-2 {
    margin-bottom: 30px;
}

.about-img-1 figure,
.about-img-2 figure,
.about-img-3 figure {
    display: block;
    border-radius: 30px;
}

.about-img-1 img,
.about-img-2 img,
.about-img-3 img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.about-img-1 img {
    aspect-ratio: 1 / 1.91;
}

.about-img-2 img,
.about-img-3 img {
    aspect-ratio: 1 / 1.07;
}

.get-free-security-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.get-free-security-circle img {
    width: 100%;
    max-width: 166px;
    animation: infiniterotate 20s infinite linear;
}

.section-title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('../images/icon-sub-heading.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

@keyframes infiniterotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.about-us-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(90.15deg, #4D51AB 1.15%, #55CEE3 98.84%);
    border-radius: 100px;
    margin-bottom: 50px;
    margin-left: 20px;
    padding-right: 20px;
}

.about-us-body-img {
    width: 200px;
    height: 145px;
    background-color: #fff;
    clip-path: polygon(45% -70%, 96% 50%, 50% 155%, 0 50%);
    display: flex;
    margin-right: 10px;
    margin-left: -20px;
}

.about-us-body-img figure {
    width: 180px;
    height: 145px;
    clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
    overflow: hidden;
}

.about-us-body-img img {
    width: 180px;
    height: 145px;
}

.about-us-body-content {
    width: calc(100% - 190px);
}

.about-us-body-content h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-us-body-content p {
    color: #fff;
    margin: 0;
}

.about-us-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
}

.about-footer-list,
.about-footer-content {
    width: calc(50% - 15px);
}

.about-footer-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-footer-list ul li {
    background: url('../images/icon-check.svg') no-repeat;
    background-position: left top;
    background-size: 24px auto;
    line-height: 1.5em;
    padding-left: 35px;
    margin-bottom: 20px;
}

.about-footer-list ul li:last-child {
    margin-bottom: 0;
}

.about-contact-btn {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.about-contact-btn .icon-box {
    position: relative;
    height: 46px;
    width: 46px;
    background: linear-gradient(to right, #4D51AB 0%, #55CEE3 50%, #4D51AB 100%);
    background-size: 200% auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.about-contact-btn:hover .icon-box {
    background-position: right center;
}

.about-contact-btn .icon-box img {
    width: 100%;
    max-width: 28px;
}

.about-footer-btn-content {
    width: calc(100% - 56px);
}

.about-footer-btn-content h3 {
    font-size: 20px;
    color: #010535;
    margin: 0;
}

.about-footer-btn-content h3 a {
    color: inherit;
}


.section-title h3 {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #010535;
    padding-left: 30px;
    margin-bottom: 20px;
}

.section-title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/icon-sub-heading.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.section-title h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 0;
    cursor: none;
    color: #000;
}

.btn-default {
    position: relative;
    display: inline-block;
    background: linear-gradient(to right, #4d51ab 0%, #56cfe4 50%, #4d51ab 100%);
    background-size: 200% auto;
    border-radius: 100px;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 17px 60px 17px 30px;
    transition: all 0.4sease-in-out;
    overflow: hidden;
    z-index: 0;
}

.btn-default.btn-highlighted {
    background: #ffffff;
    color: #4d51ab;
}

.btn-default::before {
    content: '\f0a9';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-30px, -50%);
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    transition: all 0.4sease-in-out;
}

.btn-default.btn-highlighted::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90.15deg, #4d51ab 1.15%, #56cfe4 98.84%);
    border-radius: 100px;
    transition: 0.4sease-in-out;
    z-index: -1;
}

.btn-default:hover {
    background-position: right center;
}

.btn-default:hover::before {
    transform: translate(-27px, -50%);
}

.section-title h1 span,
.section-title h2 span {
    background: linear-gradient(90.15deg, #4D51AB 0%, #55CEE3 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title p {
    margin-top: 20px;
    margin-bottom: 0;
}

.section-title {
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}

.our-a .our-approach {
    position: relative;
    padding: 100px 0;
    background-image: url('../images/our-approach-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.our-approach:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(242, 242, 245, 0.6) 99.12%, #F2F2F5 99.38%);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.our-approach-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.our-approach-image {
    position: relative;
    z-index: 1;
}

.our-approach-content {
    position: relative;
    margin-right: -110px;
    z-index: 2;
}

.mission-vision-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 30px;
    padding: 25px 30px;
    box-shadow: 0px 0px 100px 2px #0000000D;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.mission-vision-item:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(90.15deg, #4d51ab 1.15%, #56cfe4 98.84%);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.mission-vision-item:hover:before {
    top: 0;
    bottom: auto;
    height: 100%;
}

.mission-vision-item:last-child {
    margin-bottom: 0;
}

.mission-vision-item .icon-box {
    position: relative;
    margin-right: 30px;
    z-index: 1;
}

.mission-vision-item .icon-box img {
    width: 100%;
    max-width: 80px;
    transition: all 0.4s ease-in-out;
}

.mission-vision-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}

.mission-vision-content {
    position: relative;
    width: calc(100% - 110px);
    z-index: 1;
}

.mission-vision-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

.mission-vision-content p {
    margin: 0;
    transition: all 0.4s ease-in-out;
}

.mission-vision-item:hover .mission-vision-content h3,
.mission-vision-item:hover .mission-vision-content p {
    color: #fff;
}

.our-approach-image figure {
    display: block;
    border-radius: 30px;
}

.our-approach-image img {
    width: 100%;
    aspect-ratio: 1 / 0.863;
    object-fit: cover;
    border-radius: 30px;
}

.our-approach {
    padding: 40px 20px;
    position: relative;
}

.our-services {
    background: #F2F2F5;
    padding: 100px 0 70px;
}

.service-item {
    position: relative;
    background: #ffff;
    border: 1px solid #F5F5F5;
    border-radius: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
    overflow: hidden;
}

.service-item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90.15deg, #4D51AB 1.15%, #55CEE3 98.84%);
    height: 0;
    width: 100%;
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

.service-item.active:before,
.service-item:hover:before {
    height: 100%;
}

.service-item .icon-box {
    position: relative;
    margin-bottom: 90px;
    z-index: 1;
}

.service-item .icon-box img {
    width: 100%;
    max-width: 80px;
    transition: all 0.4s ease-in-out;
}

.service-item.active .icon-box img,
.service-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}

.service-title-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    z-index: 1;
}

.service-title {
    width: calc(100% - 55px);
}

.service-title h3 {
    font-size: 20px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

.service-item.active .service-title h3,
.service-item:hover .service-title h3 {
    color: #ffff;
}

.service-title h3 a {
    color: inherit;
}

.service-btn a {
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    color: #ffff;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: 15px;
    transition: all 0.4s ease-in-out;
}

.service-item.active .service-btn a,
.service-item:hover .service-btn a {
    background: #ffff;
    color: #55CEE3;
}

.service-item .service-btn a:hover {
    color: #010535;
}

.service-btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90.15deg, #4D51AB 1.15%, #55CEE3 98.84%);
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.service-btn a i {
    font-size: 20px;
    color: inherit;
}

.service-content {
    position: relative;
    z-index: 1;
}

.service-content p {
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.service-item.active .service-content p,
.service-item:hover .service-content p {
    color: #ffff;
}

.page-contact-us {
    padding: 100px 0;
}

.page-contact-us .section-row .section-title {
    max-width: 600px;
}

.page-contact-box {
    position: relative;
    padding: 0 120px 120px 120px;
    background: url('../images/contact-box-bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 0px 100px 2px #0000000D;
    border-radius: 30px;
    margin-top: 150px;
}

.page-contact-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #010535;
    opacity: 80%;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.contact-info-list {
    position: relative;
    background: linear-gradient(90.15deg, #4D51AB 1.15%, #55CEE3 98.84%);
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 100px;
    padding: 60px;
    margin: -150px 0 80px 0;
    z-index: 1;
}

.contact-info-item {
    position: relative;
    width: calc(33.33% - 66.66px);
}

.contact-info-item:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -50px;
    bottom: 0;
    left: auto;
    transform: translateY(-50%);
    background: #FFFFFF33;
    width: 1px;
    height: 85%;
}

.contact-info-item:last-child::before,
.contact-info-item:nth-child(3n + 3)::before {
    display: none;
}


.contact-info-item .icon-box {
    position: relative;
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.contact-info-item .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #010535;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.contact-info-item:hover .icon-box::before {
    transform: scale(1);
}

.contact-info-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 30px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.contact-info-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}

.contact-info-content h3 {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.contact-info-content p {
    color: #fff;
    opacity: 80%;
    margin: 0;
}

.contact-info-content p a {
    color: inherit;
    transition: all 0.4s ease-in-out;
}

.contact-info-content p a:hover {
    color: #010535;
}

.contact-us-form {
    position: relative;
    text-align: center;
    z-index: 1;
}

.member-contact-form.contact-form .form-control {
    background: #fff;
}

.google-map .container-fluid {
    padding: 0;
}

.google-map-iframe,
.google-map-iframe iframe {
    height: 650px;
    width: 100%;
}

.google-map-iframe iframe {
    filter: grayscale(100%);
    transition: all 0.4s ease-in-out;
}

.google-map-iframe iframe:hover {
    filter: grayscale(0%);
}

.fad {
    color: #fff !important;
}

.gap {
    padding-top: 30px;
    padding-bottom: 0px;
}

footer {
    position: relative;
    background-color: #F4F4FF;

    background: url('https://viriium.com/wp-content/uploads/2025/06/foot.png');
}

/* 27. subscribe */
.subscribe {
    background-image: linear-gradient(#ff4b9b, #6126bc);
    padding: 50px;
    display: flex;
    align-items: center;
    border-radius: 20px;
}

.subscribe h2 {
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    line-height: 62px;
}

.subscribe form {
    width: 60%;
}

.subscribe form input {
    background-color: #fff;
    border: 0;
    width: 100%;
    height: 80px;
    padding-left: 30px;
    outline: none;
    border-radius: 12px;
}

.subscribe form {
    position: relative;
}

.subscribe form .btn {
    position: absolute;
    right: 7px;
    top: 11.5px;
    border-radius: 10px;
}

/* 28. social-icon */
ul.social-icon {
    display: flex;
    gap: 10px;
    padding: 0;
}

ul.social-icon li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #444;
    border-radius: 50%;
    color: #000;
}

ul.social-icon li:hover a {
    background-color: #a604cf;
    color: #fff;
    border-color: transparent;
}

.footre-logo p {
    padding-top: 11px;
    font-size: 17px;
}

.footer-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* 29. footer-link */
.footer-link {
    border-left: 1px solid #D8D8D8;
    padding-left: 56px;
    /* margin-left: 40px; */
    text-align: left;
}

.footer-link h5 {
    font-weight: bold;
    font-size: 26px;
    text-transform: capitalize;
    padding-bottom: 18px;
    color: #000;
}

ul.footer-link-list li:not(:last-child) {
    padding-bottom: 16px;
}

ul.footer-link-list li a:hover {
    color: #cd00ff;
}

.footer-link ul {
    padding: 0;
}

/* 30. contact-footer */
.contact-footer ul.footer-link-list li span,
.contact-footer ul.footer-link-list li a {
    font-weight: 700;
    font-family: 'Urbanist';
}

.contact-footer ul.footer-link-list li h6 i {
    margin-right: 5px;
}

.contact-footer ul.footer-link-list li h6 {
    padding-bottom: 3px;
    text-transform: capitalize;
}

.footer-link.contact-footer {
    padding-left: 70px;
}

/* 31. copyright */
.copyright {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #d7d7d7;
}

.copyright span {
    color: #cd00ff;
}

.copyright ul {
    display: flex;
    gap: 30px;
}

.copyright ul a:hover {
    color: #5555ff;
}

.copyright ul li a {
    color: #646464;
    font-size: 16px;
    font-family: 'Urbanist';
}

.footer-link-list li a {
    font-size: 17px;
    color: #4e4e4e;
    font-weight: 600;
}

.footre-logo img {
    width: 100%;
}

.footer-link-list li {
    position: relative;
}

.footer-link-list li:after {
    content: "\f061";
    font-family: "FontAwesome";
    position: absolute;
    left: -30px;
    top: 5px;
    line-height: 25px;
    font-size: 15px;
    color: rgb(22 22 22);
    font-weight: 400;
    transition: .5s;
    border-right: 1px solid rgb(102 102 102 / 0.6);
    line-height: 16px;
    padding-right: 5px;
}

/* //././//././././././/./././././././././.banner-images,././/././/./././/././././././. */
	
.banner-image	p {
    margin-top: 0;
    margin-bottom: 0;
}
.banner-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    position: relative;
}

.page-titel-banner{
    position: absolute;
    margin-top:-170px;
	margin-left:50px;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}

/* ././././././../././about us page././/././././../. */

.page-header {
    margin-bottom: 0px !important;
}
	.me-2 {
    margin-right: .5rem !important;
}

.about-section {
    background: url(../../../wp-content/uploads/2025/06/tex1.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 100px !important;
    padding-top: 60px;
  }
  .about-section h2{
    font-size: 40px;
  }
  
  .bg-shape {
    position: absolute;
    top: -30px;
    left: 0px;
    width: 300px;
    height: 300px;
    background: #e6faff;
    border-radius: 2rem;
    z-index: 0;
}
  
 
.custom-img-1 {
    border-radius: 1rem;
    width: 72%;
    height: 380px;
    position: relative;
    z-index: 1;
    object-fit: cover;
    margin-left: 28px;
} 
  .custom-img-2 {
   border: 10px solid #fff;
    width: 250px;
    height: 200px;
    position: absolute;
    bottom: -63px;
    border-radius: 26px;
    z-index: 2;
    left: 53%;
    object-fit: cover;
  
  }
 .bac-box{
  position: absolute;
  background: linear-gradient(to right, #00264d, #00d8ff);
  width: 100px;
  height: 100px;
  border-radius: 0px 0px 0px 26px;
  right: 35%;
  bottom: -20%;
 }
  
  .gradient-btn {
    background: linear-gradient(to right, #9f19ab, #1e90ff);
    color: #fff !important;
    border: 1px solid #c328e3;
    padding: 9px 25px !important;
    border-radius: 20px !important;
    border: none;
    font-weight: 600 !important;
    transition: all 0.3s ease;
    position: relative;
  }

  .growth-sec .section-title {
    text-transform: uppercase;
    color:  #cd00ff !important;
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 4px;
  }
  .main-heading {
    font-size: 40px;
    font-weight: 600;
  }
  .stats {
    font-size: 2rem;
    font-weight: 600;
  }
  .stat-label {
    color: #6c757d;
  }
  .highlight {
    color: #077c96;
  }
  .counter{
    margin: 0px !important;
  }
  .growth-sec{
  background-color: #f4f4f4;
    padding: 40px 10px;
  }
  .growth-sec img{
    width: 88%;
  }


  /* /../././//./././././././././././././././././././. */

  .section-title {
    font-size: 2.5rem;
    font-weight: bold;
  }
  .section-subtitle {
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #34748e;
  }
  .feature-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .feature-text {
    max-width: 250px;
    margin: auto;
  }
  .brain-image {
    max-width: 400px;
    width: 100%;
  }
  .feature-col {
    margin-top: 30px;
  }
  .feature-main h1{
margin-top: 0px;
font-size: 40px;
  }
  .feature-main{
    background: url('https://viriium.com/wp-content/uploads/2025/06/texture-2.png') no-repeat center center;
    background-size: cover;
  }

  .feature-main p{
    color: #1a1a1a;
    font-weight: 500;
  }
  @media (min-width: 768px) {
    .feature-container {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 40px;
    }
    .left-features, .right-features {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 40px;
    }
  }

  .pr-clr{
    color: #cd00ff !important;
  }


  @keyframes slideRightToLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.rotating-css {
    animation: slideRightToLeft 5s linear infinite;
    white-space: nowrap; /* optional: keeps text/images in one line */
}


/* /./././/./.contact us.,.,.,.,.../././././ */


input::placeholder,
textarea::placeholder {
  color: #ccc !important;
  font-size: 0.95rem;
}

.form-control {
  background-color: #f9fafd;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}
.cnt-btn{
    background-color: #b43bbd !important;
    color: #fff !important;
}

.btn-danger:hover {
  background-color: #e33544;
}

.cnt-1{
background: url('https://viriium.com/wp-content/uploads/2025/06/ai-2.jpg') no-repeat rgba(43, 43, 43, 0.8);
background-blend-mode: multiply;
background-size: cover;
}


.cnt-tttl1{
color: #cd00ff;
}

.soc-cont i{
    font-size: 20px;
    margin-right: 12px;
    color: rgb(242, 4, 255);
}
.soc-cont a{
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}

.cnt-ttl2{
    font-weight: 600;
    font-size: 28px;
}


/* /././././/./.././././.service page/./././././././././././ */

.sollution-abt-1 {
     padding: 50px 10px;
    display: flex;
    align-items: center;
    background: #f8f9fa;
  }
  .illustration img {
    max-width: 100%;
  }
  .highlight {
    color: #cd00ff;
    font-weight: 600;
  }
  .btn-custom {
    padding: 10px 25px;
    font-size: 1rem;
  }
  .btn-outline-custom {
    border-color: #e33ae1;
    color: #cd00ff;
  }
  .btn-outline-custom:hover {
    background-color: #cd00ff;
    color: #fff;
  }
.btn-sol{
    background-color: #cd00ff !important;
    color: #fff !important;
    font-weight: 550 !important;
}
.sollution-abt-1 h2{
    font-size: 40px;
}


/* //./././././././././2nd sec././/./././.././/./././. */

.our-sollution {
    background: url(../../../wp-content/uploads/2025/06/tex3.jpg) no-repeat center center;
    background-size: cover;
	width: 100%;
	padding: 20px 0 50px;
}
.our-sollution .sollution-heading {
	text-align: center;
	width: 100%;
	padding: 20px 0 20px;
}
.our-sollution .sollution-heading h2 {
	font-size: 40px;
	font-weight: bold;
}
.our-sollution .sollution-heading h2 span {
	color: #117EC3;
}
.our-sollution .sollution-heading h6 {
	letter-spacing: 0.5px;
	font-weight: 500;
	font-size: 16px;
    color: #cd00ff;
}
.our-sollution .sollution-separator {
	width: 50px;
	height: 2px;
	margin-bottom: 50px;
	background-color: #555555;
	display: inline-block;
}
.sollution-main {
	width: 100%;
	border-bottom: 2px solid transparent;
	background-color: #f9f9f9;
    box-shadow: 0 0 10px #d9d9d9;
}

.sollution-cover:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 0px 250px rgb(55 51 55 / 65%) inset;
	
	
	transition: 0.7s ease 0s;
}
.sollution-main:hover .sollution-cover:before {
	box-shadow: none;
}
.our-sollution .sollution-box {
	width: 100%;
	height: auto;
	position: relative;
}
.our-sollution .sollution-box img {
	width: 100%;
	height: 100px;
    object-fit: cover;
}
.our-sollution .sollution-box h3 { 
	color: #fff;
    font-size: 22px;
    padding: 20px;
    position: absolute;
    top: 45px;
}
.our-sollution .sollution-head {
	text-align: center;
	padding: 10px 15px;
	border-top: none;
	height:150px;
}

/* .soln-head-1{
	height:195px !important;
} */

.our-sollution .sollution-head h3 {
font-size: 18px;
    color: #8500d7;
    font-weight: 600;
}
.our-sollution .sollution-head p {
	color: #333;
	letter-spacing: 0.4px;
	line-height: 1.7;
	text-align:left !important;
	margin-bottom:6px;
}
.our-sollution p{
	margin:0px;
}
.our-sollution .sollution-head a {
	color: #000;
	font-size: 13px;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: 0.5s ease 0s;
	margin-top:12px;
}
.our-sollution .sollution-head i {
	margin-left: 5px;
}
.sollution-main:hover {
	border-bottom: 3px solid #cd00ff;
    box-shadow: 0 0 10px #b7b7b7;
}
.sollution-main:hover .sollution-head a {
	background-color: #cd00ff;
	color: #fff;
	text-decoration: none;
}

.site-title-heading img{
	width:65%;
}

@media all and (max-width: 767px) {
	.site-title-heading img{
	width:55%;
}
	.sollution-main {
		margin-bottom: 15px;
	}
	.slider
 {
    padding: 72px 55px 50px;
}
	.navbar-toggler
 {
	 display:block !important;
	   margin-right: -15px;
    font-size: 32px !important;
	}
	.info-boxes {
		margin-top: 20px;align-content
	}
	.footre-logo img {
    width: 65%;
}
	.footer-link{
    border-left: 1px solid #D8D8D8;
	 padding-left: 28px;align-content
	}
	.hide-11{
		display:none;
	}
	ul.footer-link-list li:not(:last-child) {
    padding-bottom: 27px;
}
	.navbar-toggler {
    position: relative;
    top: -70px;
    float: right;
		margin-right: 5px;
	}
.navbar {
    padding-bottom:6px;
    width: 140px;
	position: absolute !important;
    right: 5%;
}
	.navbar-nav {
    margin-right: auto !important;
    background-color: #aeaeae;
    padding: 15px !important;
    position: relative;
    z-index: 999;
}


}
	.navbar-toggler
 {
 display:none;
	}
ul {
  position: relative;
  list-style: none;
}

.litext li::before {
  content: '▶' !important;
  position: absolute !important;
  left: 0 !important;
}

.wp-block-latest-posts li{
	padding-bottom:8px !important;
}
.wp-block-latest-posts li a{
	color:#111 !important;
}
.wp-block-latest-posts li:after {
    content: "\f061";
    font-family: "FontAwesome";
    position: absolute;
    left: -30px;
    top: 5px;
    line-height: 25px;
    font-size: 15px;
    color: rgb(22 22 22);
    font-weight: 400;
    transition: .5s;
    border-right: 1px solid rgb(102 102 102 / 0.6);
    line-height: 16px;
    padding-right: 5px;
}
