



/*
=============
 Global
=============
*/

i{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

a{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

html, body {
    overflow-x: hidden;
}


/* Header fully isolate */
header,
.elementor-location-header {
    position: relative;
    z-index: 9999;
    transform: translateZ(0);
    will-change: transform;
}

/* Elementor sticky jump off */
.elementor-sticky--effects {
    transition: none !important;
}





/*
=============
 Header
=============
*/
.site-header .transparent-menu.sticky{
    background-color: #021327;
}
rs-layer#slider-8-slide-13-layer-5 {
    text-decoration: underline !important;
}

/*
============
 Nav Menu
============
*/
.nav-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.nav-menu .menu-ul li{
    position: relative;
    margin-right: 10px;
}
.nav-menu .menu-ul li a{
    display: inline-block;
    padding: 15px 10px;
}

.nav-menu .menu-ul li .sub-menu{
    position: absolute;
    display: block;
    background-color: red;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.nav-menu .menu-ul li .sub-menu li{
    margin: 0;
}
.nav-menu .menu-ul li .sub-menu li a{
    display: block;
}
.nav-menu .menu-ul li:hover .sub-menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav-menu .menu-toggle{
    display: none;
}



@media (max-width: 768px){

    .nav-menu .menu-toggle{
        display: block;
    }

    .nav-menu .menu-ul {
        position: absolute;
        top: 100%;
        display: block;
        background-color: yellow;
        width: 100%;
        display: none;
    }

    .nav-menu ul li a{
        width: 100%;
    }

}

/* Elementor Tab Customized */

.elementor-tab-content {
    border-radius: 0 0  10px 10px;
}
.elementor-tab-content ul {
    padding-left: 27px;
    list-style: none;
}

.elementor-tab-title {
    font-family: 'Rajdhani';
    color: #232323;
    font-size: 19px;
}
.elementor-tab-title.elementor-active {
    border-radius:10px 10px 0 0 ;
}
.elementor-tab-content ul li {
    color: #232323;
    font-family: rajdhani;
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0;
    position:relative;
}
.elementor-tab-content ul li:before {
    content: "";
    width: 22px;
    height: 30px;
    position: absolute;
    left: -26px;
    top: 6px;
    background: url(https://intellio.ditsolution.net/wp-content/uploads/2023/12/checkpng.png);
    z-index: 999;
    background-repeat: no-repeat;
}
.em-video-image img {
    border-radius: 10px;
}
.marquee a {
    color: #fff;
    font-size: 60px;
    display: inline-block;
    line-height: 70px;
    font-family: 'Rajdhani';
    font-weight: 700;
    margin: 0 15px; 
}

.banner-newral.two {
    position: relative;
    margin: 0 0px 0 0px!important;
    overflow: hidden!important;
    width: 100%;
    background: #0C0D1D;
}

/*
=============
Global
=============
*/

.slick-dots {
	bottom: 0px !important;
	position: relative;
}
.service-button a{
    display: block;
}

/*
=============
Slick Slider
=============
*/
.single-slick {
    position: relative;
    min-height: 875px !important;
    z-index: 1;
}
.slide-img, .parallax-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.dreamit-slick-slider .slick-dots {
	bottom: 50px !important;
	position: relative;
}
.dreamit-slick-slider .hero-text-wrap {
    width: 63%;
    position: relative;
    z-index: 2;
}

.dreamit-slick-slider .hero-text-wrap h1 {
    font-size: 58px;
    color: #fff;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
}

.dreamit-slick-slider .hero-text-wrap h1 span{
	color: #0c5adb;
}
.dreamit-slick-slider .hero-text-wrap h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 0 0 10px 56px;
    position: relative;
    z-index: 1;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    margin: 0 0 5px;
}
.dreamit-slick-slider .hero-text-wrap h4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 40px;
    height: 2px;
    background: #0c5adb;
}
.dreamit-slick-slider .hero-text-wrap p {
    font-size: 17px;
    color: #B6B9C0;
    margin-top: 24px;
    width: 90%;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}
/*slick slider style two*/
.single-slick.style-two .hero-text-wrap h1 {
    font-size: 66px;
    color: #fff;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-weight: 700;
}
.single-slick.style-two .hero-text-wrap .btn {
    padding: 14px 24px 14px 35px;
    transition: .5s;
    margin-top: 28px;
}
.single-slick.style-two .hero-text-wrap p {
    margin-top: 24px;
    width: 62%;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    font-size: 18px;
    color: rgb(255, 255, 255);
    max-inline-size: 40ch;
    line-height: 30px;
    position: relative;
    z-index: 1;
    border-left: 3px solid #0c5adb;
    padding-left: 1rem;
}

/* Line Css */
 .lines {
    padding: 15px 0 40px;
		-webkit-animation: 1s 2s fadeInUp both;
	animation: 1s 2s fadeInUp both;
}
.lines .line {
    position: relative;
    width: 87%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    z-index: 5;
}

 .lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: #0c5adb;
    -webkit-animation: moveLeftBounces-two 35s linear infinite;
    animation: moveLeftBounces-two 35s linear infinite;
    overflow: hidden;
}

        

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}


@-webkit-keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(585px);
        transform: translateY(585px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(585px);
        transform: translateX(585px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/* Slider Button Css */
.dreamit-slick-slider .hero-text-wrap .btn {
    padding: 14px 20px 14px 30px;
    font-weight: 500;
    color: #fff;
    background: #0c5adb;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #0c5adb;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    font-size: 16px;
    font-family: 'Fira Sans';
}
.dreamit-slick-slider .hero-text-wrap .btn:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}
.dreamit-slick-slider .hero-text-wrap .btn i {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    color: #0c5adb;
    display: inline-block;
    margin-left: 12px;
    position: relative;
    transition: .5s;
}

.dreamit-slick-slider .hero-text-wrap .btn:hover {
    color: #0c5adb;
}

.dreamit-slick-slider .hero-text-wrap .btn:hover:after {
    width: 100%;
    left: 0;
}

.dreamit-slick-slider .hero-text-wrap .btn:hover i {
    background: #0c5adb;
    color: #fff;
}

/* Slider Call Option Css */

.dreamit-slick-slider .call-button {
    margin-left: 25px;
	-webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .call-number span {
    color: #858B97;
}
.dreamit-slick-slider .call-number h3 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-top: 5px;
}

.dreamit-slick-slider .call-number h3 a {
    color: inherit;
}
.dreamit-slick-slider .call-icon i {
    width: 60px;
    height: 60px;
    display: inline-block;
    color: #0c5adb;
    TEXT-ALIGN: CENTER;
    border: 2px solid #0c5adb;
    border-radius: 100%;
    font-size: 28px;
    line-height: 56px;
    margin-right: 10px;
}


/* Slider Right Image Option */

.dreamit-slick-slider .slider-video-icon span{
    margin-left: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.dreamit-slick-slider .slider-single-image {
    position: relative;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-align: right;
    margin-right: -183px;
}
.dreamit-slick-slider .slider-single-image img {
	display: block;
}
.dreamit-slick-slider .slider-single-image img {
    filter: brightness(.5);
}
.dreamit-slick-slider .slider-video-icon {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    position: absolute;
    left: 45%;
    top: 45%;
    text-align: center;
}
.dreamit-slick-slider .slider-video-icon a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: #0c5adb;
    background: #fff;
    display: inline-block;
    font-size: 26px;
	position:relative; 
	z-index:1;
}
.dreamit-slick-slider .slider-video-icon a:after {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
    height: 100px;
    border: 3px dashed #fff;
    z-index: -1;
    content: "";
    border-radius: 100%;
	-webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.dreamit-slick-slider .text-center .hero-text-wrap p {
    font-size: 18px;
    margin: 16px auto 48px;
    text-align: center;
}

/* Slick Slider Next */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev {
    background-color: rgba(0,0,0,0.40);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 80px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 80px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 80px;
    color: #fff;
    border: 0;
}
.slick-next {
    background-color: rgba(0,0,0,0.40);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 80px;
    top: 50%;
    width: 80px;
    line-height: 80px;
    color: #fff;
    border: 0;
}
 .slick-next:hover{
    background-color: #0c5adb;
    color: #FFF;
}
.slick-next:hover:before{
    color: #FFF;
}
.slick-next::before {
    font-size: 26px;
    color: #fff;
}
.dreamit-slick-slider .slick-prev {
	left: -94px;
}
.dreamit-slick-slider .slick-next {
    right: -80px;
    top: 50%;
    opacity: 1;
    color: #fff;
    transition: .5s;
}
.dreamit-slick-slider:hover .slick-prev {
	left: 50px;
}
.dreamit-slick-slider:hover .slick-next {
	right: 50px;
}
.dreamit-slick-slider .slick-prev::before,
.dreamit-slick-slider .slick-next::before {
	color: #fff;
	font-size: 25px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	content: "\f104";
	font-family: FontAwesome;
}
.dreamit-slick-slider .slick-next:before {
	content: "\f105";
	font-family: FontAwesome;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background-color: #0c5adb;
	color: #FFF;
	border: 0;
	outline:0;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: #fff;
}
.rotateme {
	position: absolute;
	z-index: -1;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/*animation circle*/

.creative-btn.style-one {
    position: relative;
    z-index: 1;
}
.creative-btn.style-one .text_inner {
    animation: circle 15s linear infinite;
    position: relative;
    z-index: 22;
    fill: rgb(255 255 255 / 0%);
}
.creative-btn.style-one .text_inner svg {
    width: 104px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 12px;
    transform: rotate(0) scaleX(1) scaleY(1);
    position: relative;
    color: var(--color-white);
}
.creative-btn.style-one .text_inner text {
    fill: #121212;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 36px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    color: var(--color-white)
}
.creative-btn.style-one a.banner-play-batn {
    overflow: hidden;
    display: inline-block;
    line-height: 129px;
    text-align: center;
    border-radius: 50%;
    background: #CDFF01;
    width: 180px;
    height: 180px;
    position: absolute;
    padding: 10px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: var(--primary-color);
    border-radius: 50%;
    padding: 15px;
}
.creative-btn.style-one .likee {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: inline-block;
    z-index: 99;
    text-align: center;
    border-radius: 50%;
}
.creative-btn.style-one .likee i {
    position: relative;
    font-weight: 900;
    font-size: 16px;
    transform: rotate(-45deg) !important;
    color: #CDFF01;
    display: inline-block;
}

/*style two*/

.creative-btn.style-two {
    position: relative;
    z-index: 1;
}
.creative-btn.style-two .text_inner {
    animation: circle 15s linear infinite;
    position: relative;
    z-index: 22;
    fill: rgb(255 255 255 / 0%);
}
.creative-btn.style-two .text_inner svg {
    width: 121px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 12px;
    transform: rotate(0) scaleX(1) scaleY(1);
    position: relative;
    color: #fff;
}
.creative-btn.style-two .text_inner text {
    fill: #fff;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 47px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    color: #fff;
}
.creative-btn.style-two a.banner-play-batn {
    overflow: hidden;
    display: inline-block;
    line-height: 200px;
    text-align: center;
    border-radius: 50%;
    background: #CDFF01;
    width: 200px;
    height: 200px;
    position: absolute;
    padding: 10px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2025/12/Ellipse-152-1.png);
    border-radius: 50%;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.creative-btn.style-two .likee {
    position: absolute;
    top: 62%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: inline-block;
    z-index: 99;
    text-align: center;
    border-radius: 50%;
}
.creative-btn.style-two .likee i {
    position: relative;
    font-weight: 900;
    font-size: 16px;
    transform: rotate(-45deg) !important;
    color: #CDFF01;
    display: inline-block;
}

/*style four*/

.creative-btn.style-four a {
    background: #FFFFFF1A;
    padding: 15px;
}
.creative-btn.style-four .text_inner {
    display: inline-block;
    border-radius: 100%;
    position: relative;
    padding: 50px;
    animation: circle 15s linear infinite;
}
.creative-btn.style-four svg {
    fill: transparent;
}
.creative-btn.style-four .text_inner text {
    fill: #fff;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    color: #fff;
}
.creative-btn.style-four a.banner-play-batn {
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    padding: 10px;
    transform: translate(-12%, -37%);
    left: 19%;
    top: 50%;
    border-radius: 50%;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
}
.creative-btn.style-four .likee {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: inline-block;
    z-index: 99;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    display: inline-block;
    height: 280px;
    width: 280px;
    line-height: 333px;
}
.creative-btn.style-four .likee i {
    position: relative;
    font-weight: 900;
    font-size: 16px;
    transform: rotate(-45deg) !important;
    color: #CDFF01;
    display: inline-block;
}
.creative-btn.style-four .text_inner svg {
    width: 510px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 31px;
    transform: rotate(0) scaleX(1) scaleY(1);
    position: relative;
    color: var(--color-white);
    text-transform: uppercase;
}



/*wood animation*/
@keyframes wooo {
    0% {
      transform: rotate3d(0, 0, 0);
    }
    50% {
      transform: rotate3d(0, 1, 0, 180deg);
    }
    100% {
      transform: rotate3d(0, 1, 0, 359deg);
    }
  }
@keyframes circle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
    }
    .circle {
        animation: circle 15s linear infinite;
    }
    /*.right {*/
    /*    animation: right 15s linear infinite;*/
    /*}*/
    .spin2 {
        animation: spin2 15s linear infinite;
    }
    @keyframes right {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}



/*style Nine*/

.dreamit-slick-slider .single-slick.style_nine .hero-text-wrap h4 {
    padding: 0;
    position: relative;
    z-index: 1;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    margin: 0px 0 20px 44px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rajdhani";
    padding-left: 0px;
    display: inline-block;
}
.dreamit-slick-slider .single-slick.style_nine .hero-text-wrap h4:after {
    position: absolute;
    content: "";
    top: -3px;
    left: -40px;
    height: 33px;
    width: 14%;
    background: url(https://intellio.ditsolution.net/wp-content/uploads/2025/01/softwar-technology-8-2.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 16px;
}
.dreamit-slick-slider .single-slick.style_nine .hero-text-wrap h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-size: 80px;
    letter-spacing: -2px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 700;
}
.dreamit-slick-slider .single-slick.style_nine .hero-text-wrap h1 span {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-size: 80px;
    letter-spacing: -2px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Rajdhani";
    position: relative;
    padding-left: 84px;
    display: inline-block;
}
.dreamit-slick-slider .single-slick.style_nine .hero-text-wrap h4:before {
    display:none;
}
.dreamit-slick-slider .single-slick.style_nine .hero-text-wrap h1 span:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 80px;
    width: 14%;
    background: url(https://intellio.ditsolution.net/wp-content/uploads/2024/09/commment-imoge.png);
    background-position: center;
    background-repeat: no-repeat;
}
.dreamit-slick-slider .single-slick.style_nine .hero-text-wrap p { 
    margin-top: 17px;
    width: 81%;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    line-height: 25px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 34px;
}
.dreamit-slick-slider .single-slick.style_nine .hero-text-wrap .btn {
    padding: 13px 35px 13px 35px;
    display: inline-block;
    border: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    animation: 1s 2s fadeInUp both;
    font-size: 18px;
    border-radius: 30px;
    background-image: linear-gradient(-8deg, #3513f9 0%, #1a90ff 100%);
    color: #ffffff;
    font-weight: 600;
    font-family: "Rajdhani";
    margin-right: 20px;
    text-transform: uppercase;
}

.dreamit-slick-slider .single-slick.style_nine .hero-text-wrap .btn:hover {
    color: #1a90ff;
}

.dreamit-slick-slider .single-slick.style_nine .hero-text-wrap .btn i {
    margin-left: 4px;
    background: transparent;
    height: inherit;
    width: inherit;
    color: #fff;
    font-size: 16px;
    transition: .5s;
}


.dreamit-slick-slider .single-slick.style_nine .hero-text-wrap a:hover i{
    color: #1a90ff;
}

.dreamit-slick-slider .single-slick.style_nine a.btn.btn2.btn-gradient.btn-md.btn-animated-none {
    background: transparent;
    border: 2px solid #1e81fe;
    border-radius: 30px;
    padding: 12px 34px;
    transition: .5s;
}
.dreamit-slick-slider .single-slick.style_nine a.btn.btn2.btn-gradient.btn-md.btn-animated-none:hover{
    border-color:#3513f9;
    background-image: linear-gradient(-8deg, #3513f9 0%, #1a90ff 100%);
}
.dreamit-slick-slider .single-slick.style_nine .slider-shape-image {
    display: inline-block;
    margin-top: 37px;
    -webkit-animation: 1s 4s fadeInUp both;
    animation: 1s 4s fadeInUp both;
}
.dreamit-slick-slider .single-slick.style_nine .slider-shape-image img {
    display: block;
    margin: auto;
    border-radius: 0;
}
.dreamit-slick-slider .single-slick.style_nine .slider-single-image {
    position: absolute;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-align: right;
    margin-right: 23px;
    right: 14%;
    bottom: 105px;
}
.dreamit-slick-slider .single-slick.style_nine .slider-single-image img {
    filter: inherit;
}
.dreamit-slick-slider .single-slick.style_nine .slider-shape-two {
    display: inline-block;
    position: absolute;
    right: 80px;
    top: -42px;
}

/*slick slider style ten*/

.single-slick.style_ten {
    position: relative;
    min-height: 951px !important;
    z-index: 1;
}
.single-slick.style_ten .hero-text {
    margin-top: 119px;
}
.single-slick.style_ten .hero-text-wrap h4 {
    padding: 0 0 10px 56px;
    position: relative;
    z-index: 1;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    margin: 0 0 5px;
    font-size: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0c5adb;
}
.dreamit-slick-slider .single-slick.style_ten .hero-text-wrap h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-size: 66px;
    letter-spacing: -2px;
    line-height: 70px;
    text-transform: uppercase;
    color: #041424;
    font-weight: 700;
    font-family: "Rajdhani";
}
.dreamit-slick-slider .single-slick.style_ten .hero-text-wrap h1 span {
    color: #0c5adb;
    margin-right: 12px;
}
.dreamit-slick-slider .single-slick.style_ten .hero-text-wrap p {
    margin-top: 14px;
    width: 83%;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    font-size: 18px;
    line-height: 28px;
    color: #686868;
}
.dreamit-slick-slider .single-slick.style_ten .hero-text-wrap .btn {
    padding: 16px 45px 16px;
    font-weight: 500;
    color: #fff;
    background-image: linear-gradient(0deg, #3513f9 0%, #1a90ff 100%);
    display: inline-block;
    border-radius: 30px;
    border: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    font-size: 16px;
    font-family: 'Rajdhani';
    text-transform: capitalize;
    margin-top: 13px;
    border: 1px solid #1a90ff;
}
.dreamit-slick-slider .single-slick.style_ten .hero-text-wrap .btn:hover{
    color:#0c5adb;
}
.dreamit-slick-slider .single-slick.style_ten .hero-text-wrap .btn i {
    font-size: 15px;
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    text-align: center;
    background: transparent;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    transition: .5s;
    transform: rotate(-45deg);
}
.dreamit-slick-slider .single-slick.style_ten .hero-text-wrap .btn:hover i{
    color:#0c5adb;
}
.dreamit-slick-slider .single-slick.style_ten .slider-single-image {
    position: relative;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-align: right;
    margin-right: -131px;
}
.dreamit-slick-slider .single-slick.style_ten .slider-single-image img {
    filter: inherit;
}
.dreamit-slick-slider .single-slick.style_ten .slider-shape-two.rotateme {
    position: absolute;
    top: -70px;
    left: -32px;
}
.dreamit-slick-slider .single-slick.style_ten .slider-shape-image {
    position: absolute;
    right: 7px;
    bottom: -132px;
     -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
}


/*slick slider style 11*/

.default-slider{
    position: relative;

}
.single-slick.style_eleven{
    position: relative;
    z-index: 1;
}
.dreamit-slick-slider .single-slick.style_eleven .hero-text-wrap h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Rajdhani";
}
.dreamit-slick-slider .single-slick.style_eleven .hero-text-wrap p {
    margin-top: 18px;
    width: 65%;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    font-size: 18px;
    line-height: 26px;
    color: #bcbbbb;
    font-weight: 400;
    font-family: "Nunito";
}
.dreamit-slick-slider .single-slick.style_eleven .hero-text-wrap .btn {
    padding: 14px 37px 14px 37px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #0c5adb;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rajdhani";
    text-align: center;
    margin-right: 20px;
    margin-top: 19px;
}
.dreamit-slick-slider .single-slick.style_eleven .hero-text-wrap .btn:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 3px;
    transition: .5s;
}
.dreamit-slick-slider .single-slick.style_eleven .hero-text-wrap .btn:hover:before {
    width: 100%;
    left: 0;
}
.dreamit-slick-slider .single-slick.style_eleven .hero-text-wrap .btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 85%;
    width: 95%;
    background: #0c5adb;
    z-index: -1;
    right: 0;
    margin: auto;
    border-radius: 4px;
    bottom: 0;
}
.dreamit-slick-slider .single-slick.style_eleven .slider-single-image {
    position: absolute;
    right: 313px;
    z-index: 22;
    margin-right: 0;
}
.dreamit-slick-slider .single-slick.style_eleven .slider-single-image img {
    filter: brightness();
}






/*
==========
Flip Box
==========
*/


.flip-box .flip-box-inner {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	transition: .5s;
}
.flip-box .flip-box-inner .flip-box-wrap {
    position: relative;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.flip-box .flip-box-inner .back-part,
.flip-box .flip-box-inner .front-part {
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: left;
    -ms-flex-align: center;
    height: 200px;
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
		transition: .5s;
		overflow:hidden;
}
.flip-box .flip-box-inner .front-part {
    position: relative;
    bottom: 0;
    z-index: 10;
    padding: 50px 32px 50px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.20);
}
.flip-box .flip-box-inner .front-part .front-background-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.flip-box .flip-box-inner .front-part .front-content-part{
    width: 100%;
	z-index: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part {
    margin-bottom: 30px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span, .flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 45px;
    line-height: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span {
    color: #0c5adb;
    font-size: 55px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span img,
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span img{
    width: 60px;
    height: 60px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-title-part {
    margin-bottom: 10px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-title-part .front-title {
    margin: 0;
    font-weight: 700;
    font-size: 23px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-desc-part .front-desc {
    margin-bottom: 0;
    font-size: 16px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
    display: inline-block;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 25px;
    font-family: 'Rajdhani';
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn i {
    transition: all 0.4s ease 0s;
}
.front-part .front-content-part .front-btn-part .front-btn.icon-after i {
    margin-left: 4px !important;
}

/* Back Part */
.flip-box .flip-box-inner .back-part {
    position: absolute;
    z-index: -1;
    padding: 26px 32px 26px;
    border-radius: 3px;
    background-color: #0c5adb;
}
.flip-box .flip-box-inner .back-part::before {
    position: absolute;
    content: "";
    top: -112px;
    right: -112px;
    background: #fff;
    width: 224px;
    height: 224px;
    border-radius: 50%;
    transition: 0.4s;
    opacity: 0.1;
    z-index:-1;
}
.flip-box .flip-box-inner .back-part .back-background-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.flip-box .flip-box-inner .back-part .back-content-part{
	width: 100%;
    z-index: 1;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part {
    display: inline-block;
    margin-bottom: 30px;
    text-align: left;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part .back-img {
    display: inline-block;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-title-part {
    margin-bottom: 10px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-title-part .back-title {
    margin: 0;
    font-weight: 700;
    font-size: 23px;
    color: #fff;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
    display: inline-block;
    line-height: 1;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Rajdhani';
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn i {
    transition: all 0.4s ease 0s;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after span {
    float: left;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {
    margin-left: 5px !important;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before span {
    float: right;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {
    margin-left: 9px !important;
    margin-top: -2px;
}
.flip-box .flip-box-inner.rs-flip-right .front-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right .back-part {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-right .back-content-part {
    right: 15px;
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right:hover .front-part {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-content-part {
    right: 0;
}
.flip-box .flip-box-inner.rs-flip-left .front-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left .back-part {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-left .back-content-part {
    left: 15px;
}
.flip-box .flip-box-inner.rs-flip-left:hover .front-part {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-content-part {
    left: 0;
}
.flip-box .flip-box-inner.rs-flip-up .front-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up .back-part {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-up .back-content-part {
    top: 15px;
}
.flip-box .flip-box-inner.rs-flip-up:hover .front-part {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-content-part {
    top: 0;
}
.flip-box .flip-box-inner.rs-flip-down .front-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down .back-part {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-down .back-content-part {
    bottom: 15px;
}
.flip-box .flip-box-inner.rs-flip-down:hover .front-part {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-content-part {
    bottom: 0;
}
.flip-box .flip-box-inner:hover .back-part {
    z-index: 1;
}
.flip-box .flip-box-inner:hover .front-part {
    z-index: -1;
}
.flip-box:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}
.front-part, .back-part {
    min-height: 320px;
}
/* Style Two */
.flip-box.style-two .front-part .front-icon i {
    color: #fff;
    font-size: 50px;
    opacity: 0.7;
}

.flip-box.style-two .front-part, .flip-box.style-two .back-part {
    min-height: 250px;
}

.flip-box.style-two.flip-box .flip-box-inner .front-part {
    position: relative;
    bottom: 0;
    z-index: 10;
    background: transparent;
    border: 1px solid #284961;
}
.flip-box.style-two.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span {
    margin-top: 3px;
    margin-right: 30px;
}
.flip-box.style-two.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
    color: #fff;
    font-size: 16px;
    margin-top: 25px;
    background: #2b404f;
    padding: 10px 20px;
    border-radius: 3px;
    background: rgba(43,64,79,0.50);
}

.flip-box.style-two.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
    display: inline-block;
    line-height: inherit;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Rajdhani';
    background: rgba(255,255,255,0.15);
    text-transform: uppercase;
    margin-top: 25px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
}
.flip-box.style-two.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span, .flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 50px;
    line-height: 1;
    margin-top: 4px;
    margin-right: 30px;
}

.back-icon-part span i {
    transition: .5s;
    display: inline-block;
}

.flip-box:hover .flip-box-inner .flip-box-wrap .back-part .back-content-part .back-icon-part span.back-icon i {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}


/*style three*/

.flip-box.style-three {
    border-radius: 5px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.flip-box.style-three .flip-box-inner .front-part .front-content-part .front-title-part .front-title {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
}
.flip-box.style-three .flip-box-inner .front-part .front-content-part .front-title-part {
    margin-bottom: 13px;
}
.flip-box.style-three .flip-box-inner .front-part .front-content-part .front-icon-part span img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}
.flip-box.style-three .flip-box-inner .front-part .front-content-part .front-icon-part {
    margin-bottom: 15px;
}
.flip-box.style-three .flip-box-inner  .flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span img {
    width: 60px;
    height: 60px;
}
.flip-box.style-three .flip-box-inner .back-part, .flip-box.style-three .flip-box-inner .front-part {
    height: inherit;
    filter: drop-shadow(0px 20px 50px rgba(164,177,198,0.3));
    background-color: rgba(255,255,255,0.5019607843137255);
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: .5s;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    border: none;
    box-shadow: none;
}
.flip-box.style-three .flip-box-inner .front-part:before{
    position: absolute;
    content: "";
    bottom: 62px;
    /* height: 1px; */
    width: 100%;
    border: 1px solid#E1E5E8;
    left: 0;
}
.flip-box.style-three .flip-box-inner .back-part:after {
    position: absolute;
    content: "";
    bottom: 62px;
    /* height: 1px; */
    width: 100%;
    border: 1px solid#E1E5E8;
    left: 0;
}
.flip-box.style-three .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
    display: inline-block;
    color: #1e1e1e;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 26px;
     font-family: 'Nunito'; 
}
.flip-box.style-three .flip-box-inner .back-part {
    position: relative;
    bottom: 0;
    z-index: 10;
    padding: 32px 30px 18px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: none;
}
.flip-box.style-three .flip-box-inner .back-part .back-content-part .back-icon-part {
    display: inline-block;
    margin-bottom: 26px;
    text-align: left;
}
.flip-box.style-three .flip-box-inner .back-part .back-content-part .back-title-part .back-title {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
     color: #1e1e1e; 
}
.flip-box.style-three .flip-box-inner .back-part .back-content-part .back-title-part {
    margin-bottom: 15px;
}
.flip-box.style-three .flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
    margin-bottom: 0;
    font-size: 16px;
    color: #686868;
}
.flip-box.style-three .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito';
    color: #0c5adb;
    text-transform: uppercase;
    margin-top: 74px;
}


/*
==============
Section Title
==============
*/

.section-title{
    position: relative;
}
.section-title .subtitle {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding: 8px 30px;
    border-radius: 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.0509803922);
    margin: 0 0 25px;
}
.section-title.style1 .subtitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 1.5px solid transparent;
    background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.section-title.style1 .title {
    font-weight: 700;
    font-size: 50px;
    line-height: 56px;
    margin: 0;
    color: #fff;
}
.section-title.style1 .title span{
    color: #0c5adb;
}
.section-title .description {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
}
.section-title.style1.center p.description {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 18px;
    width: 45%;
    margin: 20px auto 0px;
}


.opacity-low{
    opacity: 70%;
}


/*section title text align left*/

.section-title.style1.left .description {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    width: 90%;
    margin: 20px 0 0px;
}

/*section title style four*/

.section-title.style4 h3.title {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 0;
}
.section-title.style4 p.description {
    font-size: 18px;
    color: #fff;
    width: 90%;
    line-height: 28px;
    opacity: 0.7;
}

/*section title style five*/

.section-title.style5 .subtitle {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding: 8px 30px;
    border-radius: 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.0509803922);
    margin: 0 0 25px;
}
.section-title.style5 .subtitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 2.5px solid transparent;
    background: linear-gradient(91.06deg, rgba(255, 255, 255, 0.2) 6.82%, rgba(255, 255, 255, 0.05) 37.09%, rgba(255, 255, 255, 0.05) 67.36%, rgba(255, 255, 255, 0.2) 96.43%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.section-title.style5 .description {
    font-size: 16px;
    margin-bottom: 0;
    width: 41%;
    margin: 17px auto 0;
    font-size: 17px;
}

/*section title style six*/


.section-title.style6 .subtitle {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding: 8px 30px;
    border-radius: 40px;
    position: relative;
    margin: 0 0 25px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    backdrop-filter: blur(20px);
    background: linear-gradient(176.42deg, rgba(255, 255, 255, 0.1) 2.94%, rgba(255, 255, 255, 0) 97.43%);
    overflow: hidden;
}
.section-title.style6 .subtitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 1.5px solid transparent;
    background: linear-gradient(91.06deg, rgba(255, 255, 255, 0.2) 6.82%, rgba(255, 255, 255, 0.05) 37.09%, rgba(255, 255, 255, 0.05) 67.36%, rgba(255, 255, 255, 0.2) 96.43%);

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.section-title.style6 h3.title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin: 0 0 0;
    line-height:38px;
}

.section-title.style6.center .description {
    color: #fff;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    width: 45%;
    margin: 17px auto 0;
}

/*section title style 11*/


.section-title.style11 .subtitle {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF1A;
    padding: 8px 30px;
    border-radius: 40px;
    position: relative;
    margin: 0 0 25px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    backdrop-filter: blur(20px);
    overflow: hidden;
    background: #FFFFFF1A;

}
.section-title.style11 .subtitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 1.5px solid transparent;
    background: linear-gradient(90deg, #D44E54 0%, #286BD4 100%);

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

/*section title style 17*/

.section-title.style17 .subtitle {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #8851FF;
    padding: 6px 30px;
    border-radius: 40px;
    position: relative;
    background: transparent;
    margin: 0 0 10px;
    font-family: "Inter", sans-serif;
}

/*section tile 18*/

.section-title.style18.left h5.subtitle:before {
    right: -99%;
    top: 14px;
    background: linear-gradient(90deg, #8851FF 0%, rgba(136, 81, 255, 0) 100%);
    left: inherit;
}
.section-title.style18.left h5.subtitle:after {
    display:none;
}
.section-title.style18.left h5.subtitle{
    display:inline-block;
}

.section-title.style18.left p.description {
    width: 95%;
    margin: 26px auto 0;
    text-align: left;
}
.section-title.style18.center p.description {
    font-size: 18px;
    width: 50%;
    margin: 18px auto 0;
}

/*section title 21*/

/*section Title Style 18*/

.section-title.style21 h5.subtitle {
    color: #D6EF37 !important;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 14px;
    padding: 5px 24px;
    background: transparent;
    border: 1px solid #D6EF37;
    position: relative;
    display: inline-block;
}
.section-title.style21 h5.subtitle:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 100%;
    top: 14px;
    background: linear-gradient(90deg, #D6EF37 0%, rgba(136, 81, 255, 0) 100%);
}
.section-title.style21 h5.subtitle:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: -100%;
    top: 14px;
    background: linear-gradient(270deg, #D6EF37 0%, rgba(136, 81, 255, 0) 100%);
}


.section-title.style21 h3 {
    font-family: Inter;
    font-weight: 600;
    font-size: 66px;
    line-height: 74px;
    color: #fff;
}



.elementor-editor-active .reveal {
    visibility: visible !important;
    overflow: visible !important;
}

.js-particles {
    position: relative!important;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    z-index: 22;
}
.js-particles canvas.particles-js-canvas-el {
    position: absolute;
    height: 100%;
    z-index: 22;
    top: 0;
    width: 100%;
    z-index: -1;
}
.js-particles-footer {
    position: relative !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 22;
}
canvas.particles-js-canvas-el {
    position: absolute;
    height: 100%;
    z-index: 22;
    top: 0;
    width: 100%;
    z-index: -1;
}
.js-particles-testimonial{
    position: relative;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    z-index: 1;
}
.js-particles-testimonial canvas.particles-js-canvas-el {
    position: absolute;
    height: 100%;
    z-index: 22;
    top: 0;
    width: 100%;
    z-index: -1;
}


/*
============
Feature Box
============
*/

.feature-box.style1 {
    position: relative;
    display: flex;
}
.feature-box.style1 .feature-number {
    margin-right: 30px;
}
.feature-box.style1 span.feature-box-number {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    position: relative;
    top: 12px;
}
.feature-box.style1 .feature-box-title h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin: 0 0 14px;
}
.feature-box.style1 p.feature-box-desc {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    opacity: 0.6;
    margin: 0 43px 0 0;
    line-height: 28px;
}



/* Style Two */

.feature-box.style2 {
    text-align: center;
    z-index: 99;
    padding: 38px 30px 18px;
    border: 1px solid #ebebfd;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.feature-box.style2:hover{
    border: 1px solid transparent;
    box-shadow: 12px 13px 90px 0px rgba(0, 204, 153, 0.07);
}
.feature-box.style2 .feature-box-title h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.feature-box.style2 .feature-box-title h2 {
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 15px 0 15px;
}
.feature-box.style2 .feature-box-desc {
    margin-bottom: 20px;
    transition: 0.5s;
}
.feature-box.style2 .feature-box-icon{
    display:inline-block;
    position:relative;
    margin-bottom: 17px;
}
.feature-box.style2 .feature-box-icon i {
    display: inline-block;
    color: rgba(119, 122, 242, 1);
    font-size: 36px;
    height: 86px;
    width: 86px;
    line-height: 80px;
    text-align: center;
    background: rgba(119, 122, 242, 0.15);
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    transition: 0.5s;
}

/* Style Three */
.feature-box.style-three .feature-box-icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #0c5adb;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 30px;
    border-radius: 10px;
    margin-bottom: 35px;
}

/* Feature Style Four */

.feature-box.style-four {
    padding-left: 80px;
}
.feature-box.style-four .feature-box-thumb {
    position: relative;
    z-index: 1;
}
.feature-box.style-four .feature-box-thumb img {
    border-radius: 10px 10px 0 0;
}
.feature-box.style-four .feature-box-thumb:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 8px;
    width: 112%;
    height: 112%;
    background: #1C2842;
    z-index: -1;
    border-radius: 10px;
}
.feature-box.style-four .feature-box-content {
    overflow: hidden;
    background: #1C2842;
    margin-top: -9px;
    border-radius: 0 0 10px 10px;
    padding: 20px 35px 20px;
    text-align: left;
    position:relative;
    transition:.5s;
}
.feature-box.style-four .feature-box-title h2 {
    color: #fff;
    font-size: 24px;
}
.feature-box.style-four .feature-btn a {
    position: absolute;
    right: -31px;
    height: 100px;
    width: 100px;
    text-align: center;
    background: #17386d;
    bottom: -31px;
    line-height: 82px;
    color: #fff;
    border-radius: 100%;
    transition:.5s;
}
.feature-box.style-four .feature-btn a i {
    margin-right: 20px;
}
.feature-box.style-four .feature-btn a:hover{
    background:#fff;
    color:#0c5adb;
}
.feature-box.style-four:hover .feature-box-content{
    background:#0c5adb;
}
/*
===================
 Dream-IT Button
===================
*/

.dreamit-button.style1 a.button {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border: 1px solid#6766ff;
    border-radius: 40px;
    padding: 14px 37px;
    display: inline-block;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.dreamit-button.style1 a.button::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background:#6766ff;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.dreamit-button.style1 a.button:hover::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.dreamit-button.style1 a.button i {
    display: inline-block;
    margin-left: 7px;
    position: relative;
    top: 2px;
}

/*dreamit style two*/

.dreamit-button.style2 a.button {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    font-family: "Rajdhani";
    color: #fff;
    background: #6766ff;
    border-radius: 40px;
    padding: 14px 40px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.dreamit-button.style2 a.button::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: #fff;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.dreamit-button.style2 a.button:hover::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.dreamit-button.style2 a.button i {
    position: relative;
    font-size: 14px;
    transform: rotate(90deg);
    display: inline-block;
    top: -4px;
    margin-left: 10px;
}
.dreamit-button.style2 a.button i:after {
    position: absolute;
    content: "";
    bottom: 14px;
    left: 10px;
    height: 2px;
    width: 14px;
    background: #fff;
    transform: rotate(90deg);
    transition: .5s;
}

.dreamit-button.style2 a.button:hover{
    color: #6766ff;
}
.dreamit-button.style2 a.button:hover i:after{
    background:#6766ff;
}

/*dreamit button style three*/

.dreamit-button.style3 a.button {
    font-weight: 600;
    font-size: 20px;
    background: #6766ff;
    border-radius: 40px;
    padding: 12px 20px;
    display: inline-block;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden;
}
.dreamit-button.style3 a.button::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: rgba(255, 255, 255, 0.1019607843);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.dreamit-button.style3 a.button:hover::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.dreamit-button.style3 a.button:hover {
    background: transparent;
}
.dreamit-button.style3 a.button i{
    margin-left: 5px;
}
/*dreamit button style four*/

.dreamit-button.style4 a.button {
    font-weight: 600;
    font-size: 20px;
    background: #6766ff;
    border-radius: 40px;
    padding: 12px 20px;
    display: inline-block;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-image: linear-gradient(#3E3A8D, #3B3581), linear-gradient(90deg, #6766FF, #5C5BE5);
}
.dreamit-button.style4 a.button::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: rgba(255, 255, 255, 0.1019607843);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.dreamit-button.style4 a.button:hover::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.dreamit-button.style4 a.button i{
    margin-left: 5px;
}

/*dreamit button*/

.dreamit-button.style5 a.button {
    font-family: "Rajdhani", sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    background: #6766ff;
    border-radius: 40px;
    padding: 13px 40px;
    display: inline-block;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.dreamit-button.style5 a.button::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background:#fff;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.dreamit-button.style5 a.button:hover::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.dreamit-button.style5 a.button i{
    margin-left: 6px;
}
.dreamit-button.style5 a.button:hover{
    color: #6766ff;
}

/*dreamit button style six*/

.dreamit-button.style6 a.button {
    display: block;
    color: #fff;
}
.dreamit-button.style6 a.button i{
    margin-left:6px;
}

/*dreamit button style seven*/


.dreamit-button.style7 a.button {
    list-style: none;
    color: #fff;
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 20px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 80%);
    border-radius: 24px;
    padding: 12px 35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 7px;
    cursor: pointer;
}
.dreamit-button.style7 a.button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    border: 1.5px solid transparent;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 11.41%, rgba(103, 102, 255, 0.2) 21.67%, rgba(103, 102, 255, 0.2) 79.49%, rgba(255, 255, 255, 0.4) 87.5%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.dreamit-button.style7 a.button i{
    margin-left:6px;
}
.dreamit-button.style7 a.button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: #fff;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.dreamit-button.style7 a.button:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.dreamit-button.style7 a.button:hover{
    color:#6766FF;
}

/*dreamit button style style8*/


.dreamit-button.style8 a.button {
    list-style: none;
    color: #fff;
    display: inline-block;
    background: linear-gradient(176.42deg, rgba(255, 255, 255, 0.1) 2.94%, rgba(255, 255, 255, 0) 97.43%);
    border-radius: 51px;
    padding: 18px 42px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 7px;
    font-family: Inter;
     font-weight: 500; 
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    backdrop-filter: blur(20px);
}

.dreamit-button.style8 a.button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    border: 1.5px solid transparent;
    background: linear-gradient(91.06deg, rgba(255, 255, 255, 0.2) 6.82%, rgba(255, 255, 255, 0.05) 37.09%, rgba(255, 255, 255, 0.05) 67.36%, rgba(255, 255, 255, 0.2) 96.43%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.dreamit-button.style8 a.button img {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.dreamit-button.style8 a.button i{
    margin-left:6px;
}
.dreamit-button.style8 a.button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: #6766FF;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.dreamit-button.style8 a.button:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.dreamit-button.style8 a.button:hover{
    color:#fff;
}

/*Dreamit Button*/

.dreamit-button.style9 a.button {
    list-style: none;
    color: #fff;
    display: inline-block;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
    border-radius: 51px;
    padding: 9px 9px 9px 33px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 7px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    text-align: left;
    backdrop-filter: blur(20px);
}
.dreamit-button.style9 a.button i {
    display: inline-block;
    border: 1px solid #FFFFFF33;
    background: #FFFFFF33;
    border-radius: 100%;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-left:6px;
}
.dreamit-button.style9 a.button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: #6766FF;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.dreamit-button.style9 a.button:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.dreamit-button.style8 a.button:hover{
    color:#fff;
}

/*Dreamit Button*/

.dreamit-button.style10 a.button {
    list-style: none;
    color: #fff;
    display: inline-block;
    border-radius: 51px;
    padding: 11px 9px 11px 33px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 7px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    text-align: left;
    backdrop-filter: blur(20px);
    border: 1px solid #FFFFFF80;
    background: #FFFFFF1A; 
}


.dreamit-button.style10 a.button i {
    display: inline-block;
    border: 1px solid #FFFFFF33;
    background: #FFFFFF33;
    border-radius: 100%;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-left:6px;
}
.dreamit-button.style10 a.button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.dreamit-button.style10 a.button:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.dreamit-button.style10 a.button:hover{
    color:#fff;
}

/*Dreamit Button style 11*/

.dreamit-button.style11 a.button {
    list-style: none;
    color: #fff;
    display: inline-block;
    background: linear-gradient(90deg, #3F58FF 0%, #31B0FF 100%);
    border-radius: 51px;
    padding: 12px 9px 12px 33px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 7px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    text-align: left;
    backdrop-filter: blur(20px);
}

.dreamit-button.style11 a.button i {
    display: inline-block;
    border: 1px solid #FFFFFF33;
    background: #FFFFFF33;
    border-radius: 100%;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-left:6px;
}
.dreamit-button.style11 a.button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: #6766FF;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.dreamit-button.style11 a.button:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.dreamit-button.style11 a.button:hover{
    color:#fff;
}


/*Dreamit Button style 11*/

.dreamit-button.style12 a.button {
    list-style: none;
    color: #fff;
    display: inline-block;
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    border-radius: 51px;
    padding: 12px 9px 12px 33px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 7px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    text-align: left;
    backdrop-filter: blur(20px);
}

.dreamit-button.style12 a.button i {
    display: inline-block;
    border: 1px solid #FFFFFF33;
      background: #FFFFFF33;
    border-radius: 100%;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-left:6px;
}
.dreamit-button.style12 a.button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.dreamit-button.style12 a.button:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.dreamit-button.style12 a.button:hover{
    color:#fff;
}


/*Dreamit Button style 15*/

.dreamit-button.style15 a.button {
    list-style: none;
    color: #fff;
    display: inline-block;
    background: linear-gradient(90deg, #8851FF 0%, #8851FF 100%);
    border-radius: 51px;
    padding: 12px 9px 12px 33px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 7px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    text-align: left;
    backdrop-filter: blur(20px);
}

.dreamit-button.style15 a.button i {
    display: inline-block;
    border: 1px solid #FFFFFF33;
    background: #fff;
    border-radius: 5px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-left: 6px;
    color: #8851FF;
}
.dreamit-button.style15 a.button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: #141414;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.dreamit-button.style15 a.button:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.dreamit-button.style15 a.button:hover{
    color:#fff;
}

canvas {
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    height: 100%;
    width: 100%;
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}
.elementor-editor-active .reveal {
    visibility: visible !important;
}
.reveal img{
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

/*
============
Dreamit Media Box
============
*/

.dreamit-media.style3 .media-box {
    width: 100px;
    height: 100px;
    line-height: 122px;
    text-align: center;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
    margin: 0 auto;
    border: 1px solid rgba(103, 102, 255, 0.3);
    position: relative;
}

.dreamit-media.style3:hover .media-box img {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}

.calls{
    position: relative;
}
.calls::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border-radius: 40px;
    border: 1.5px solid transparent;
    background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}




/*
===============
About Area Css
==============
*/
.lines.about {
    padding: 0px 0 4px;
    animation: inherit;
}
.lines.about .line {
    width: 100%;
}
.dreamit-icon-title h4 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 4px 0 10px;
    font-style: italic;
}
.line .lines .line {
    background-color: rgba(35, 35, 35, 0.1);
}
/*about*/
.about .dreamit-icon-title h4 {
    color: #232323;
}

/*style two*/
.dreamit-icon-title-two .dreamit-icon-title h4 {
    font-size: 22px;
    font-weight: 500;
    color: #232323;
    font-style: inherit;
}
.dreamit-icon-title h4 span {
    color: #0c5adb;
}
.dreamit-custom-title h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}
.dreamit-custom-title h4:before {
    position: absolute;
    content: "";
    left: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
}
.dreamit-custom-title h4:after {
    position: absolute;
    content: "";
    right: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
}
/*dreamit custom title two*/
.dreamit-custom-title-two .dreamit-custom-title h4 {
    color: #232323;
}
.dreamit-custom-title-two .dreamit-custom-title h4:before {
    background-color: rgba(35, 35, 35, 0.10196078431372549);
    width: 390px;
}
.dreamit-custom-title-two .dreamit-custom-title h4:after {
    background-color: rgba(35, 35, 35, 0.10196078431372549);
    width: 390px;
}
/*line style two*/
.line-two .lines.about .line {
    width: 100%;
    background-color: #E0E0E0;
}
/*
=============
Icon Box Css
=============
*/
.icon-box.style1{
	display: flex;
    align-items: center;
	padding-bottom: 5px;
}
.icon-box.style1 .img-icon {
    position: relative;
    left: -4px;
    top: -29px;
}
.icon-box.style1 .icon-box-content .title h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    background: rgba(55, 184, 132, 0.2);
    border: 1px solid rgba(55, 184, 132, 0.5019607843);
    border-radius: 40px;
    color: #fff;
    padding: 6px 30px;
    position: relative;
}

/*icon box style two */
.icon-box.style2{
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.icon-box.style2 .img-icon {
    position: relative;
    left: -4px;
    top: -29px;
}
.icon-box.style2 .icon-box-content .title h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    border: 1px solid rgba(246, 148, 8, 0.5019607843);
    background: rgba(246, 148, 8, 0.2);
    border-radius: 40px;
    color: #fff;
    padding: 6px 30px;
    position: relative;
}

/*icon box style three*/

.icon-box.style3 {
    display: flex;
    align-items: center;
    position: relative;
    padding: 24px 30px 24px;
    height: 110px;
    width: 320px;
}
.icon-box.style3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 1.5px solid transparent;
    background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    height: 110px;
    width: 320px;
}
.icon-box.style3::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto 0;
    background-image: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2025/10/binifits-gradient.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.icon-box.style3 .icon-box-icon img{
    transition:.5s;
}
.icon-box.style3:hover .icon-box-icon img {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.icon-box.style3 .icon-box-icon {
    margin-right: 19px;
}
.icon-box.style3 h2.title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin: 0 0 5px;
}
.icon-box.style3 p.description {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}


/*icon box style four*/

.icon-box.style4 {
    display: flex;
    gap: 12px;
}
.icon-box.style4 h2.title {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin: 0 0 0;
}
.icon-box.style4 .icon-box-icon {
    flex-shrink: 0;
    position: relative;
    top: 6px;
}

/*icon box style five*/

.icon_box.style5 {
    display: inline-flex;
    gap: 18px;
}
.icon-box.style5 .icon{
    display: inline-block;
}
.icon_box.style5 .img-icon {
    position: relative;
    top: 9px;
    width: 54px;
    height: 54px;
    line-height: 72px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}
.icon_box.style5 .img-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 1.5px solid transparent;
    background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.icon-box.style5 .icon i {
    color: #6766FF;
}
.icon-box.style5 h2.title {
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #ffff;
}

/*icon box style six*/

.icon-box.style6{
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.icon-box.style6 .img-icon {
    position: relative;
    left: -4px;
    top: -29px;
}
.icon-box.style6 .icon-box-content .title h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border:1px solid #6766FF;
    border-radius: 40px;
    color: #fff;
    padding: 6px 30px;
    position: relative;
}

/*icon box style seven */
.icon-box.style7{
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.icon-box.style7 .img-icon {
    position: relative;
    left: -4px;
    top: -29px;
}
.icon-box.style7 .icon-box-content .title h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border:1px solid #6766FF;
    border-radius: 40px;
    color: #fff;
    padding: 6px 30px;
    position: relative;
}

/*icon box style 8*/

.icon-box.style8{
    display: flex;
    align-items: center;
}
.icon-box.style8 .icon-box-icon {
    margin-right: 11px;
    position: relative;
    top: 4px;
}
.icon-box.style8 .title h2 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}

/*icon box style nine*/
.icon-box.style9 {
    display: flex;
    align-items: center;
}
.icon-box.style9 .icon-box-icon {
    flex-shrink: 0;
}
.icon-box.style9 .icon {
    flex-shrink: 0;
    position: relative;
    top: 2px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #6766ff;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    margin-right: 17px;
}
.icon-box.style9 .title h2 {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin: 0 0 0;
}

/*icon box style 10*/

.icon-box.style10 {
    background: #6766ff;
    padding: 29px 25px 27px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    gap: 11px;
}
.icon-box.style10 .icon {
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    font-size: 22px;
    transition: 0.5s;
}
.icon-box.style10 .title h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 9px;
    color: #fff;
}
.icon-box.style10 .description p{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    padding: 0;
    transition: 0.5s;
}


/*icon box style 11*/

.icon-box.style11 {
    background: #6766ff;
    display: flex;
    align-items: center;
    padding: 32px 39px;
    gap: 65px;
    border-radius: 5px;
    margin-top: 55px;
    margin-bottom: 41px;
}
.icon-box.style11 .icon-box-icon {
    flex-shrink: 0;
    position:relative;
}
.icon-box.style11 .icon-box-icon::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 49px;
    right: -29px;
    top: 15px;
    background: rgba(246, 246, 238, 0.3803921569);
}
.icon-box.style11 .description p {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
    width: 90%;
    margin: 0;
}
.icon-box.style11 .title h2 {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
    width: 90%;
    margin: 0;
}


/*icon box style 12*/


.icon-box.style12 {
    display: flex;
    gap: 31px;
}
.icon-box.style12 .img-icon {
    background: #6766FF;
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 82px;
    transition: .5s;
    border-radius:16px;
}
.icon-box.style12 .title h2 {
    color: #fff;
    margin: 0 0 6px;
    font-size: 28px;
    font-weight: 600;
}
.icon-box.style12 .description {
    color: #FFFFFF;
    font-size: 16px;
    opacity: 0.8;
}
.icon-box.style12 .description p {
    width: 90%;
}

/*icon box style 13*/


.icon-box.style13 {
    display: flex;
    gap: 31px;
    text-align: right;
}
.icon-box.style13 .img-icon {
    background: #6766FF;
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 82px;
    transition: .5s;
    border-radius:16px;
}
.icon-box.style13 .title h2 {
    color: #fff;
    margin: 0 0 6px;
    font-size: 28px;
    font-weight: 600;
}
.icon-box.style13 .description {
    color: #FFFFFF;
    font-size: 16px;
    opacity: 0.8;
}
.icon-box.style13 .description p {
    width: 98%;
    text-align: right;
    margin: 0 auto 0;
}

/*icon box style 15*/

.icon-box.style15 .img-icon {
    position:relative;
    display: inline-block;
    transition: .5s;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 87px;
    border-radius: 16px;
    background: linear-gradient(176.42deg, rgba(255, 255, 255, 0.1) 2.94%, rgba(255, 255, 255, 0) 97.43%);
}
.icon-box.style15 .img-icon:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    border: 1.5px solid transparent;
    background: linear-gradient(90.32deg, rgba(255, 255, 255, 0.1) 20.17%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 79.83%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 87px;
    border-radius: 16px;
    transition: .5s;
}

.icon-box.style15:hover .img-icon:before {
    background: linear-gradient(90.32deg, rgba(103, 102, 255, 0.2) 20.17%, #6766FF 50%, #6766FF 50%, rgba(103, 102, 255, 0.2) 79.83%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    border-radius: 24px;
    transition: .5s;
}
.icon-box.style15 .title h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    color: #fff;
    margin: 21px 0 15px;
}
.icon-box.style15 .description p {
    color: #fff;
    opacity: 0.7;
}


/*icon box style 16*/

.icon-box.style16 {
    display: flex;
    align-items: center;
}
.icon-box.style16 .icon-box-icon {
    flex-shrink: 0;
    margin-right: 25px;
}

.icon-box.style16 .icon-box-content {
    background: #1F1A3633;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    padding: 27px 38px 27px;
    border:1px solid transparent;
    transition:.5s;
}
.icon-box.style16 .icon-box-content:hover{
    border-color:#6766FF!important;
}
.icon-box.style16 .icon-box-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    border: 1.5px solid transparent;
    background: linear-gradient(-187deg, rgba(255, 255, 255, 0.15) 0%, rgba(103, 102, 255, 0.35) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.icon-box.style16 .description p {
    margin: 0 0 0;
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    opacity: 0.6;
}

/*icon box style 17*/

.icon-box.style17 {
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
    border-radius: 20px;
    padding: 28px 17px 35px;
}
.icon-box.style17 .title h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin: 16px 0 0;
}

/*icon box style 20*/

.icon-box.style20{
	display: flex;
}

/*icon boxstyle 28*/

.icon-box.style28 {
    display: flex;
    align-items: center;
    gap: 20px;
}
.icon-box.style28 .img-icon {
    display: inline-block;
    height: 56px;
    width: 56px;
    line-height: 73px;
    background: #EDE5FF;
    text-align: center;
    border-radius: 10px;
}
.icon-box.style28 .title h2 {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}


/*icon box style 29*/

.icon-box.style29 {
    padding: 4px 16px 7px;
}
.icon-box.style29 .img-icon {
    display: inline-block;
    background: #6766FF;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    line-height: 80px;
    margin-bottom: 17px;
}
.icon-box.style29 .title h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 0;
    line-height:32px;
}

/*icon box style 30*/

.icon-box.style30 {
    display: flex;
    border: 1px solid #FFFFFF1A;
    align-items: center;
    background: #17112F;
    border-radius: 14px;
    padding: 16px 17px;
}
.icon-box.style30 .title h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.icon-box.style30 .number {
    display: inline-block;
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF1A;
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-radius: 100%;
    text-align: center;
    margin-right:15px;
}
.icon-box.style30 .number h2 {
    color: #fff;
    margin: 0;
    font-size: 22px;
    line-height: 44px;
}

/*icon box style 31*/

.icon-box.style31 .icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #6766FF;
    color: #fff;
    font-size: 22px;
    border-radius: 100%;
    display: inline-block;
}

/*icon box style 35*/

.icon-box.style_35 {
    display: inline-block;
}
.icon-box.style35 {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid#E1DFE7;
    border-radius: 50px;
    padding: 12px 30px 7px 16px;
}
.icon-box.style35 .title h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 0;
}
.icon-box.style35 .description p {
    margin: 0;
}
.icon-box.style35 span.rating-box {
    display: flex;
    gap: 1px;
}
.icon-box.style35 .stars {
    display: flex;
    gap: 1px;
    align-items: center;
}

.icon-box.style35 .star {
  width: 16px;
  height: 16px;
  fill: #ff8c1a;
}

.icon-box.style35 .rating-text {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

/*icon box style 42*/

.icon-box.style_42 {
    display: inline-block;
}
.icon-box.style42 {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    position: relative;
    z-index: 2;
    padding: 6px 19px 6px 6px;
    border-radius: 50px;
}
.icon-box.style42::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 1.5px solid transparent;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.icon-box.style42 .icon i {
    background: #D6EF37;
    display: inline-block;
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 100%;
    margin-right: 12px;
    transition: .5s;
}
.icon-box.style42 .title h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin: 0;
}

/*icon box style 43*/

.icon-box.style43 {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.icon-box.style43 .img-icon {
    height: 50px;
    width: 50px;
    line-height: 71px;
    background: #D6EF37;
    text-align: center;
    border-radius: 12px;
    margin-right: 10px;
}


/*animation*/

@keyframes kmacb-circle-img-anim {
0% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
}


/*animation circle*/

.creative-btn.style-one {
    z-index: 1;
    width: 170px;
    height: 170px;
    position: absolute;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    padding: 10px;
    bottom: 10px;
    right: 30px;
}
.creative-btn.style-one .text_inner {
    animation: circle 15s linear infinite;
    position: relative;
    z-index: 22;
    fill: rgb(255 255 255 / 0%);
}
.creative-btn.style-one .text_inner svg {
    width: 124px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 31px;
    transform: rotate(0) scaleX(1) scaleY(1);
    position: relative;
    left: -2px;
    top: 2px;
}
.creative-btn.style-one .text_inner text {
    fill: #fff;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.creative-btn.style-one a.banner-play-batn {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 155px;
    height: 152px;
    line-height: 118px;
    text-align: center;
    border-radius: 50%;
}
.creative-btn.style-one .likee {
    display: inline-block;
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -51%);
    font-size: 40px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    background: #6766ff;
    border-radius: 50%;
}

/*banner neural style two*/

.banner-newral img.attachment-large.size-large.wp-image-12206 {
    display:block!important;
}




/* Circle Progress */
.circle-progress {
    display: inline-block;
    position: relative;
}
.circle-progress h2 {
    text-align: left;
    font-size: 18px;
    display: inline-block;
    position: relative;
    left: 15px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
}
.progress {
    width: 89px!important;
    height: 89px!important;
    line-height: 150px;
    margin: 0;
    box-shadow: none;
    display: inline-block;
    position: relative;
    background: transparent!important;
}
.progress:after {
    content: "";
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
    width: 90%;
    height: 90%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #0c5adb;
}
.progress .progress-left .progress-bar {
    left: 91%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
    left: -96%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: 400;
    color: #232323;
}

.progress .progress-value span {
  font-size: 18px;
  text-transform: uppercase;
}

/* This for loop creates the    necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

/*
================
Counter Area Css
================
*/
.single-counter.style1 {
    text-align: left;
    background: #080220;
    border-radius: 40px;
    padding: 59px 40px 48px;
    position: relative;
    transition: 0.5s;
    margin-bottom: 20px;
    overflow: hidden;
}
.single-counter.style1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 1.5px solid transparent;
    background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.single-counter.style1 .icon {
    margin-bottom: 0px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #6766ff;
    border-radius: 50%;
    margin-top: 5px;
    position: relative;
    z-index: 1;
    float: right;
    top: -22px;
}
.single-counter.style1 .icon::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: #6766ff;
    transition: all 300ms ease;
}
.single-counter.style1:hover .icon::before {
    transform: scale(1);
}
.single-counter.style1:hover .icon i{
    color:#fff;
}
.single-counter.style1 .icon i {
    font-size: 20px;
    color: #0c5adb;
}
.single-counter.style1 .counter-content.counter h6 {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    padding-top: 46px;
    font-family: "Nunito Sans", sans-serif;
}
.single-counter.style1 .counter-content.counter span {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    font-size: 66px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Rajdhani';
}
.single-counter.style1 .counter-content .suffix {
    color: #0c5adb;
}
.single-counter.style1 .shape1 {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0;
}
.single-counter.style1 .shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0;
}

/*counter section style two*/
.single-counter.style_two .counter-content span {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 14px;
}
.single-counter.style_two .counter-content .suffix {
    color: #0c5adb;
    font-family: 'Fira sans';
}
.single-counter.style_two .counter-content h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'poppins';
}
/*style four*/
.single-counter.style_four {
    text-align: left;
    overflow: inherit;
    padding: 0 0 0;
}
.single-counter.style_four .counter-content.counter span {
    color: #fff;
    font-family: Rajdhani;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 66px;
    line-height: 72px;
}
.single-counter.style_four .counter-content.counter h6 {
    font-family: Rajdhani;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin: 0;
}
/*style five*/

.single-counter.style_five {
    text-align: left;
    border-radius: 24px;
    padding: 30px 36px 34px;
    position: relative;
    transition: 0.5s;
    margin-bottom: 20px;
    overflow: hidden;
    background: linear-gradient(138.31deg, rgba(255, 255, 255, 0.03) 14.02%, rgba(255, 255, 255, 0.1) 46.84%, rgba(255, 255, 255, 0.1) 46.84%, rgba(255, 255, 255, 0.03) 79.66%);
}
.single-counter.style_five::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    border: 1.5px solid transparent;
    background: linear-gradient(90.32deg, rgba(255, 255, 255, 0.1) 20.17%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 79.83%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    
}
.single-counter.style_five:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1.5px solid transparent;
    background: linear-gradient(90.32deg, rgba(103, 102, 255, 0.2) 20.17%, #6766FF 50%, #6766FF 50%, rgba(103, 102, 255, 0.2) 79.83%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    border-radius: 24px;
    transition: .5s;
    opacity:0;
}
.single-counter.style_five:hover:after{
    opacity:1;
}



.single-counter.style_five .counter-content.counter span {
    display: inline-block;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    font-family: Inter;
    font-weight: 600;
    font-size: 50px;
    line-height: 56px;
}
.single-counter.style_five .counter_inner_content {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 62px;
}
.single-counter.style_five h6 {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin: 0 0 0;
}




.single-counter.style5 .icon {
    margin-bottom: 0;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #256bdf;
    line-height: 102px;
    text-align: center;
    margin-right: 22px;
}
.single-counter.style5 .counter-content .suffix {
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.single-counter.style5 .counter-content span {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    font-family: 'Rajdhani';
    color: #fff;
}
.single-counter.style5 .counter-content h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Nunito';
}

/*counter box style six*/

.single-counter.style_six {
    background: #211844;
    border-radius: 20px;
    padding: 35px 35px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.single-counter.style_six .counter-content.counter span {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    font-size: 50px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-family: "Inter", sans-serif;
    line-height: 60px;
}
.single-counter.style_six .counter_inner_content h6 {
    color: #fff;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    opacity: 0.6;
    margin: 8px 0 0;
}
.single-counter.style_six .icon {
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    opacity: 0;
}
.single-counter.style_six:hover .icon{
    opacity:1;
    z-index: -1;
}

/*counter style eight*/


.single-counter.style8 {
    text-align: center;
    padding: 41px 9px 34px;
    transition: .5s;
}
.single-counter.style8 .icon {
    display: inline-block;
    height: 74px;
    width: 74px;
    line-height: 101px;
    border-radius: 100%;
    background: #FFFFFF4D;
    text-align: center;
    border: 1px solid #FFFFFF4D;
    backdrop-filter: blur(20px);
    margin-bottom: 38px;
}
.single-counter.style8 .counter-content.counter span {
    font-family: Inter;
    font-weight: 600;
    font-size: 46px;
    text-align: center;
    color: #fff;
}
.single-counter.style8 h6 {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin: 11px 0 0;
}

/*counter style ten*/

.single-counter.style10 {
    background: #fff;
    border-radius: 14px;
    padding: 30px 37px 34px;
    position: relative;
    z-index: 2;
    overflow:hidden;
}
.single-counter.style10:before{
    position:absolute;
    content:"";
    bottom:0;
    height:0;
    width:100%;
    left:0;
    background:url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/02/Bg-1-4.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    z-index:-1;
    border-radius:14px;
    transition:.5s;
}
.single-counter.style10:hover:before{
    height:100%;
}
.single-counter.style10 .icon {
    display: inline-block;
    margin-right: 7px;
}
.single-counter.style10 .icon i {
    color: #8851FF;
    font-size: 30px;
}
.single-counter.style10 .counter-content.counter span {
    font-family: Inter;
    font-weight: 600;
    font-size: 40px;
    color:#141414;
    transition:.5s;
}
.single-counter.style10 .counter-content.counter{
    display:inline-block;
}
.single-counter.style10 .counter_content h6 {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    margin: 18px 0 0;
    transition:.5s;
}
.single-counter.style10:hover .counter-content.counter span{
    color:#fff;
}
.single-counter.style10:hover .counter_content h6{
    color:#fff;
    opacity:0.7;
}


/* start service box */

.service-box.style1 {
    background: #07011f;
    border-radius: 30px;
    padding: 45px 20px 20px;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
    z-index: 1;
}
.service-box.style1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 1.5px solid transparent;
    background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.service-box.style1:hover:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 40px;
    padding: 1.3px;
    background: conic-gradient(from var(--r), #2C0A4B, #6766FF);
    z-index: 2;
    animation: spin 6s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.service-box.style1 .service-thumb {
    line-height: 0;
}
.service-box.style1 .content {
    padding: 0 0 0 20px;
}
.service-box.style1 h3.title {
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 8px;
    color: #fff;
}
.service-box.style1 p.description {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}
.service-box.style1 .service-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.service-box.style1 .service-shape_two {
    position: absolute;
    top: 0;
    right: 2px;
    z-index: -1;
}

/*service box style two*/

.service-box.style2 {
    background: #07011f;
    border-radius: 30px;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
    display: flex;
    padding: 25px 20px 20px;
    justify-content: space-between;
    z-index: 1;
}
.service-box.style2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 1.5px solid transparent;
    background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.service-box.style2:hover:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 40px;
    padding: 1.3px;
    background: conic-gradient(from var(--r), #2C0A4B, #6766FF);
    z-index: 2;
    animation: spin 6s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.service-box.style2 .service-thumb {
    line-height: 0;
}
.service-box.style2 .content {
    padding: 15px 0 0 20px;
}
.service-box.style2 h3.title {
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 8px;
    color: #fff;
}
.service-box.style2 p.description {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}
.service-box.style2 .service-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.service-box.style2 .service-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: -1;
}
.service-box.style2 ul.features {
    margin-top: 47px;
}
.service-box.style2 ul.features li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.7);
    gap: 14px;
}
.service-box.style2 ul.features li img{
    position: relative;
    top: 5px;
}

/*service box style 3*/

.service-box.style3 {
    background: linear-gradient(180deg, #0B0523 0%, #1C1634 100%);
    padding: 20px 20px 20px;
    border-radius: 20px;
    position: relative;
    border: 1px solid rgba(92, 91, 229, 0.3);
    position: relative;
    transition: .5s;
}
.service-box.style3:hover{
    border-color:#6766FF;
}

.service-box.style3:hover:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1.3px;
    background: conic-gradient(from var(--r), #2C0A4B, #6766FF);
    z-index: 2;
    animation: spin 6s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.service-box.style3 .content {
    padding: 0 18px 17px;
}
.service-box.style3 h3.title {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin: 21px 0 14px;
}
.service-box.style3 p.description {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    margin: 0;
}

/*service box style four*/

.service-box.style4 {
    padding: 45px 40px 20px;
    text-align: center;
    border-radius: 40px;
    position: relative;
    background: #0f0927;
    overflow: hidden;
    transition: 0.5s;
}
.service-box.style4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 1.5px solid transparent;
    background: linear-gradient(91.06deg, rgba(103, 102, 255, 0.3) 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, rgba(103, 102, 255, 0.3) 96.43%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.service-box.style4:hover:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 40px;
    padding: 1.3px;
    background: conic-gradient(from var(--r), #2C0A4B, #6766FF);
    z-index: 2;
    animation: spin 6s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.service-box.style4 .icon {
    width: 56px;
    height: 56px;
    line-height: 70px;
    background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
    border-radius: 16px;
    border: 1px solid rgba(103, 102, 255, 0.3);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.service-box.style4 .icon img{
    transition: .5s;
}
.service-box.style4:hover .icon img {
    filter: brightness(0) invert(1);
}
.service-box.style4 .icon::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 16px;
    background-color: #6766ff;
    transition: all 300ms ease;
}
.service-box.style4:hover .icon::before {
    transform: scale(1);
}
.service-box.style4 h3.title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin: 24px 0 10px;
    color: #fff;
}
.service-box.style4 p.description {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.service-box.style4 .service-shape {
    position: absolute;
    bottom: -10px;
    right: 0;
    opacity: 0.5;
    transition: .5s;
}
.service-box.style4 .service-shape_two {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    transition: .5s;
}

.service-box.style4:hover .service-shape,
.service-box.style4:hover .service-shape_two{
    opacity: 1;
}

/*service box style five*/

.service-box.style5 {
    background: linear-gradient(180deg, #0B0523 0%, #211B39 100%);
    border: 1px solid rgba(92, 91, 229, 0.3);
    border-radius: 20px;
    padding: 40px 40px 40px;
    position: relative;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service-box.style5:hover:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1.3px;
    background: conic-gradient(from var(--r), #2C0A4B, #6766FF);
    z-index: 2;
    animation: spin 6s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.service-box.style5 h3.title {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin: 0;
}
.service-box.style5 p.description {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 83%;
    margin: 10px 0 35px;
}
.service-box.style5 .service-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.service-box.style5 .service-shape_two {
    position: absolute;
    bottom: -9px;
    left: 0;
}
/*service box style six*/

.service-box.style6 {
    background: linear-gradient(180deg, #0B0523 0%, #211B39 100%);
    border: 1px solid rgba(92, 91, 229, 0.3);
    border-radius: 20px;
    padding: 40px 40px 125px;
    position: relative;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.service-box.style6 h3.title {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin: 0;
}
.service-box.style6 p.description {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 83%;
    margin: 10px 0 35px;
}
.service-box.style6 .service-thumb {
    position: absolute;
    right: 48px;
    bottom: 74px;
}
.service-box.style6 ul.features li {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    list-style: none;
}
.service-box.style6 .service-shape {
    position: absolute;
    bottom: -8px;
    left: 0;
}
.service-box.style6 ul.features li img{
    position: relative;
    top: 4px;
}

.service-box.style6:hover:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1.3px;
    background: conic-gradient(from var(--r), #2C0A4B, #6766FF);
    z-index: 2;
    animation: spin 6s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}


/*service box style Seven*/

.service-box.style7 {
    background: linear-gradient(180deg, #0B0523 0%, #211B39 100%);
    border: 1px solid rgba(92, 91, 229, 0.3);
    border-radius: 20px;
    padding: 20px 20px 20px;
    position: relative;
    transition: .5s;
}
.service-box.style7 .service-thumb img {
    width: 100%;
}
.service-box.style7 .content {
    padding: 0 0 19px 15px;
    position: relative;
}
.service-box.style7 h3.title {
    font-weight: 600;
    font-size: 32px;
    margin: 32px 0 8px;
    color: #fff;
}
.service-box.style7 p.description {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 16px;
    width: 90%;
    margin: 0 0 40px;
}
.service-box.style7 ul.features li {
    list-style: none;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 16px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 80%);
    border-radius: 24px;
    padding: 4px 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 7px;
    cursor: pointer;
    text-transform: uppercase;
}
.service-box.style7 ul.features li ::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    border: 1.5px solid transparent;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 11.41%, rgba(103, 102, 255, 0.2) 21.67%, rgba(103, 102, 255, 0.2) 79.49%, rgba(255, 255, 255, 0.4) 87.5%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.service-box.style7 .service-btn {
    position: absolute;
    right: 46px;
    top: -64px;
    display: inline-block;
}
.service-box.style7 .service-btn a {
    display: inline-block;
    color: #fff;
    background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
    border: 1px solid rgba(103, 102, 255, 0.5);
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    transform: rotate(-45deg);
}
.service-box.style7 .service-btn a::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: #6766ff;
    transition: all 300ms ease;
}
.service-box.style7:hover .service-btn a::before {
    transform: scale(1);
}


/*service box style eight */
.service-box.style8 {
    background: #0F0927;
    border-radius: 30px;
    padding: 42px 40px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    display: flex;
    border:1px solid#0F0927;
}
.service-box.style8::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 1.5px solid transparent;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.15) 0%, rgba(103, 102, 255, 0.35) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index:-1;
}
.service-box.style8:hover{
    border:1px solid#6766ff;
}

.service-box.style8 .icon {
    width: 90px;
    height: 90px;
    line-height: 132px;
    text-align: center;
    background: rgba(255, 255, 255, 0.0509803922);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    transition: 0.5s;
    overflow: hidden;
    margin-right: 27px;
}
.service-box.style8 .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1.5px solid transparent;
    background: linear-gradient(136.7deg, rgba(255, 255, 255, 0.3) 6.8%, rgba(103, 102, 255, 0.2) 23.17%, rgba(103, 102, 255, 0.2) 80.03%, rgba(255, 255, 255, 0.3) 92.96%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.service-box.style8 .icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: #6766ff;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.service-box.style8:hover .icon::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.service-box.style8 .service-shape {
    position: absolute;
    right: 0;
    bottom: -7px;
}
.service-box.style8:hover .service-btn a {
    color: #6766ff;
}
.service-box.style8 h3.title {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 15px;
}
.service-box.style8 p.description {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
    width: 93%;
}
.service-box.style8 .service-btn a {
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    font-size: 20px;
    transition: 0.5s;
}

/*service box style nine*/


.service-box.style9 .content {
    border-radius: 5px;
    filter: drop-shadow(0px 5px 30px rgba(117, 117, 117, 0.1));
    background-color: #6766ff;
    padding: 30px 31px 23px;
    width: 92%;
    margin: auto;
    margin-top: -28px;
}
.service-box.style9 h3.title {
    color: #ffffff;
    font-size: 22px;
    margin: 0;
    margin-bottom: 14px;
    font-weight: 500;
}
.service-box.style9 .service-thumb img {
    width: 100%;
}
.service-box.style9 ul.features li{
    list-style:none;
    margin-bottom : 6px;
    color: #fff;
}
.service-box.style9 ul.features li:last-child{
    margin:0;
}
.service-box.style9 ul.features li img {
    filter: brightness(0) invert(1);
    position: relative;
    top: 5px;
    margin-right: 5px;
}

/*service box style 10*/

.service-box.style10 {
    background: linear-gradient(180deg, #120C2A 0%, #1F1937 100%);
    border: 1px solid#FFFFFF30;
    border-radius: 20px;
    position: relative;
    padding: 20px;
    transition: .5s;
}
.service-box.style10 .service-thumb img {
    width: 100%;
}
.service-box.style10 .content {
    padding: 26px 14px 4px;
}
.service-box.style10 h3.title {
    margin: 0 0 15px;
    color: #fff;
    font-size: 26px;
}
/*service box style 11*/

.service-box.style11 {
    background: linear-gradient(180deg, #120C2A 0%, #1F1937 100%);
    border: 1px solid#FFFFFF30;
    border-radius: 20px;
    position: relative;
    padding: 30px;
    transition: .5s;
}
.service-box.style11 .service-thumb {
    margin-bottom: 14px;
}
.service-box.style11 .service-thumb img {
    width: 100%;
}
.service-box.style11 .content {
    padding: 15px 0px 4px;
}
.service-box.style11 h3.title {
    margin: 0 0 15px;
    color: #fff;
    font-size: 26px;
}
.service-box.style11 p.description {
    width: 95%;
}

/*service box style 12*/
.service-box.style12 {
    text-align: center;
    transition: .5s;
     overflow: hidden;
}
.service-box.style12 .service-thumb {
    position: relative;
    z-index: 2;
    padding: 27px;
}
.service-box.style12 .service-thumb img {
    width: 100%;
    border-radius: 20px;
}
.service-box.style12 .content {
    background: linear-gradient(180deg, rgba(11, 5, 35, 0.6) 0%, rgba(33, 27, 57, 0.6) 100%);
    border: 1px solid#3A354E;
    padding: 243px 32px 17px;
    border-radius: 30px;
    text-align: left;
    position: relative;
    margin-top: -246px;
    overflow: hidden; 
}
.service-box.style12 .service-shape {
    position: absolute;
    bottom: -10px;
    right: 0;
}
.service-box.style12 h3.title {
    font-size: 30px;
    color: #fff;
    margin: 0 0 8px;
    font-weight: 600;
}
.service-box.style12 p.description {
    font-style: Medium;
    font-size: 17px;
    color: #fff;
    opacity: 0.8; 
}
.service-box.style12 .service-btn a {
    display: inline-block;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    background: #6766FF;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 29px;
    transition: .5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity:0;
}
.service-box.style12 .service-btn a i{
    transform: rotate(-45deg);
    display:inline-block;
}
.service-box.style12:hover .service-btn a{
    opacity:1;
}

/*service box style 13*/

.service-box.style13 {
    background: linear-gradient(145.32deg, rgba(255, 255, 255, 0.1) 12.18%, rgba(255, 255, 255, 0.01) 90.33%);
    border: 1px solid #FFFFFF26;
    border-radius: 16px;
    padding: 20px;
    transition: .5s;
    backdrop-filter: blur(50px)
}
.service-box.style13:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1.5px solid transparent;
    background: linear-gradient(90.32deg, rgba(103, 102, 255, 0.2) 20.17%, #6766FF 50%, #6766FF 50%, rgba(103, 102, 255, 0.2) 79.83%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    border-radius: 24px;
    transition: .5s;
    opacity:0;
}
.service-box.style13:hover:after{
    opacity:1;
}
.service-box.style13 h3.title {
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    margin: 0 0 14px;
}
.service-box.style13 p.description {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    opacity: 0.7;
}
.service-box.style13 .content {
    padding: 20px 17px 4px;
}
.service-box.style13 ul.features {
    margin-top: 40px;
}
.service-box.style13 ul.features li {
    border: 1px solid #FFFFFF26;
    display: inline-block;
    border-radius: 30px;
    padding: 2px 13px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 9px;
    margin-bottom: 12px;
    transition: .5s;
    color: rgba(255,255,255,0.5); 
}
.service-box.style13 ul.features li:hover{
    background:#6766FF;
    color:#fff;
    border-color:#6766FF;
}

.service-box.style13 ul.features li:last-child {
    border: 1px solid #FFFFFF26;
    height: 34px;
    width: 34px;
    border-radius: 100%;
    line-height: 34px;
    padding: 0;
}


/*service box style 14*/

.service-box.style14 {
    text-align: left;
    border-radius: 24px;
    padding: 37px 36px 33px;
    position: relative;
    transition: 0.5s;
    margin-bottom: 20px;
    overflow: hidden;
   background: #120C2A;
}
.service-box.style14::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    border: 1.5px solid transparent;
    background: linear-gradient(90.32deg, rgba(255, 255, 255, 0.1) 20.17%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 79.83%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.service-box.style14:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1.5px solid transparent;
    background: linear-gradient(90.32deg, rgba(103, 102, 255, 0.2) 20.17%, #6766FF 50%, #6766FF 50%, rgba(103, 102, 255, 0.2) 79.83%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    border-radius: 24px;
    transition: .5s;
    opacity:0;
}
.service-box.style14:hover:after{
    opacity:1;
}

.service-box.style14 h3.title {
    font-family: Inter;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    margin: 15px 0 82px;
}
.service-box.style14 p.description {
    font-family: Inter;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    opacity: 0.7;
    margin: 0;
}


/*service box style 15 */
.service-box.style16 {
    background: #0F0927;
    border-radius: 30px;
    padding: 38px 40px 37px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    border:1px solid#0F0927;
}
.service-box.style16::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 1.5px solid transparent;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.15) 0%, rgba(103, 102, 255, 0.35) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index:-1;
}
.service-box.style16:hover{
    border:1px solid#6766ff;
}

.service-box.style16 .icon {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    transition: 0.5s;
    overflow: hidden;
    margin-right: 27px;
}

.service-box.style16 .service-shape {
    position: absolute;
    right: 0;
    bottom: -7px;
}
.service-box.style16:hover .service-btn a {
    color: #6766ff;
}
.service-box.style16 h3.title {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin: 15px 0 15px;
}
.service-box.style16 p.description {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    width: 97%;
}
.service-box.style16 .service-btn a {
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    font-size: 20px;
    transition: 0.5s;
}

/*service box style 17*/

.service-box.style17 {
    padding: 35px;
    border-radius: 20px;
    position: relative;
    transition: .5s;
    border: 1px solid#201A38;
}
.service-box.style17:hover {
    border-color:#6766FF;
}
.service-box.style17 .content {
    padding: 35px 0 5px;
}
.service-box.style17 .content .icon {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background: linear-gradient(0deg, rgba(19, 13, 43, 0) 0%, rgba(61, 58, 149, 0.2) 50%, rgba(103, 102, 255, 0.5) 100%);
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 23px;
    display: inline-block;
}
.service-box.style17 h3.title {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 25px 0 0;
}
.service-box.style17 p.description {
    margin: 0;
}

/*service box style 18*/

.service-box.style18 {
    position: relative;
    transition: .5s;
    background: #120C2A;
    overflow: hidden;
    border-radius: 20px;
    padding: 30px;
    z-index: 2;
}
.service-box.style18 figure.reveal img {
    width: 100%;
}
.service-box.style18 .reveal{
    width: 100%;
}
.service-box.style18 h3.title {
    margin: 0 0 0;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}
.service-box.style18 .service-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.service-box.style18 .service-shape_two {
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.service-box.style18 .service-shape_three {
    line-height: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.service-box.style18 .content {
    padding: 35px 0 8px;
}
.service-box.style18 p.description {
    margin: 0 0 0;
}
.service-box.style18 .service-btn a {
    font-family: Rajdhani;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    opacity: 0.8;
    transition: .5s;
    display: inline-block;
}
.service-box.style18 .service-btn a:hover{
    color:#6766FF;
}

/*service box style 19*/

/*service box style four*/

.service-box.style19 {
    padding: 34px 38px 14px;
    text-align: center;
    border-radius: 40px;
    position: relative;
    background: #0f0927;
    overflow: hidden;
    transition: 0.5s;
}
.service-box.style19::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 1.5px solid transparent;
    background: linear-gradient(91.06deg, rgba(103, 102, 255, 0.3) 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, rgba(103, 102, 255, 0.3) 96.43%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.service-box.style19 .icon {
    width: 56px;
    height: 56px;
    line-height: 70px;
    border-radius: 100%;
    background: #FFFFFF1A;
    position: relative;
    border: 1px solid #FFFFFF26;
    z-index: 1;
    text-align: center;
}
.service-box.style19 .icon img{
    transition: .5s;
}
.service-box.style19:hover .icon img {
    filter: brightness(0) invert(1);
}
.service-box.style19 .icon::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 100%;
    background-color: #6766ff;
    transition: all 300ms ease;
}
.service-box.style19:hover .icon::before {
    transform: scale(1);
}
.service-box.style19 h3.title {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    margin: 30px 0 10px;
    color: #fff;
}
.service-box.style19 p.description {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.service-box.style19 .service-shape {
    position: absolute;
    bottom: -10px;
    right: 0;
    opacity: 0.5;
    transition: .5s;
}
.service-box.style19 .service-shape_two {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    transition: .5s;
}

.service-box.style19:hover .service-shape,
.service-box.style19:hover .service-shape_two{
    opacity: 1;
}

/*service box style 20*/

.service-box.style20 .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-box.style20 h3.title {
    margin: 0;
}
.service-box.style20 h3.title a {
    display: block;
    border: 1px solid #FFFFFF1A;
    position: relative;
    padding: 15px 32px 15px 21px;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    background: #FFFFFF14;
    border-radius: 10px;
    transition: .5s;
    width: 341px;
    position: relative;
}
.service-box.style20:hover h3.title a{
    background:#6766FF;
}
.service-box.style20 .service-btn a{
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #FFFFFF1A;
    transition: .5s;
    border-radius: 10px;
    background: #FFFFFF14;
     color: #fff;
}
.service-box.style20:hover .service-btn a {
    background: #6766FF;
    color: #fff;
}

/*service box style 21*/

.service-box.style21 {
    border: 1px solid;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 10px;
    padding: 32px 32px 39px;
    position: relative;
}
.service-box.style21 h3.title {
    color: #fff;
    font-family: Inter;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 8px;
}
.service-box.style21 p.description {
    font-family: Inter;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    opacity: 0.7;
    margin: 0 0 28px;
}

.service-box.style21 .service-btn a {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding: 8px 30px;
    border-radius: 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.0509803922);
    margin: 26px 0 0 0;
}
.service-box.style21 .service-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 2.5px solid transparent;
    background: linear-gradient(91.06deg, rgba(255, 255, 255, 0.2) 6.82%, rgba(255, 255, 255, 0.05) 37.09%, rgba(255, 255, 255, 0.05) 67.36%, rgba(255, 255, 255, 0.2) 96.43%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}




/*style 22*/

.service-box.style22 {
    padding: 41px 32px 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    position: relative;
    z-index: 1;
    border-radius: 10px;
    transition: .5s;
    border:1px solid transparent;
}
.service-box.style22::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1.5px solid transparent;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.service-box.style22 .icon img {
    height: 86px;
    width: inherit;
    object-fit: cover;
}
.service-box.style21:hover{
    border-color:#6766FF;
}
.service-box.style22:hover{
    border-color:#6766FF;
}

/*service box style 23*/

.service-box.style23 {
    background: linear-gradient(90deg, #3F58FF 0%, #31B0FF 100%);
    border-radius: 21px;
    transition: .5s;
    padding: 0 0 14px;
}
.service-box.style23 .service-thumb {
    position: relative;
    z-index: 2;
}
.service-box.style23 figure.reveal img {
    width: 100%;
    height: 338px;
    object-fit: cover;
    border-radius: 20px;
}
.service-box.style23 .content {
    position: absolute;
    top: 48px;
    left: 37px;
}
.service-box.style23 span.service-box-number {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    padding: 7px 30px;
    border-radius: 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.0509803922);
    margin: 0 0 16px;
    font-family: "Inter";
    color: #3F59FF;
}
.service-box.style23 span.service-box-number::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 1.5px solid transparent;
    background:  linear-gradient(90deg, #3F5AFF 0%, #31B0FF 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.service-box.style23 h3.title {
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 61px;
}
.service-box.style23 .icon {
    display: inline-block;
}
.service-box.style23 p.description {
    display: inline-block;
    margin: 0;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    color: #060F2D;
    position: relative;
    top: -5px;
    margin-left: 5px;
}
.service-box.style23 .service-btn a {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    transition: .5s;
    padding: 3px 32px 0;
}


/*service box style 25*/

.service-box.style25 {
    background: #fff;
    border-radius: 20px;
    padding: 42px 40px 0px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service-box.style25 h3.title {
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 31px;
}
.single-box-active.active h3.title,
.single-box-active.active ul.features li{
    color:#fff;
}
.service-box.style25 ul.features li {
    list-style: none;
    margin-bottom: 9px;
}
.service-box.style25 ul.features li img{
    position:relative;
    top:5px;
    margin-right:5px;
}
.service-box.style25 .service-thumb {
    line-height: 0;
    margin-top: 57px;
}


/*service carouse style five*/

.single-box-active.active{
    background:url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/01/bg-1-9.png)!important;
    background-repeat:no-repeat!important;
    background-size:cover!important;
    background-position:center center!important;
    border-radius: 20px;
    transition: all 0.6s ease;
    animation: pulseBox 1.5s ease infinite;
}

@keyframes pulseBox {
  0% { transform: scale(1); }
  50% { transform: scale(1.02); }
  100% { transform: scale(1); }
}

.service-box.style27{
    background: #fff;
    border-radius: 20px;
    padding: 42px 40px 0px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service-box.style27 span.service-box-number {
    border: 1px solid #FFFFFF4D;
    display: inline-block;
    background: #FFFFFF1A;
    border-radius:30px;
    padding:3px 12px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    margin-bottom:7px;
}
.single-box-active.active span.service-box-number{
    color:#fff;
}
.service-box.style27 .service-thumb {
    line-height: 0;
    margin-top: 20px;
}
.service-box.style27 h3.title {
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    margin: 6px 0 29px;
}
/*service style 28*/

.service-box.style28 {
    background: #fff;
    border-radius: 30px;
    padding: 28px 35px 17px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.service-box.style28 .service-thumb {
    line-height: 0;
    flex-shrink: 0;
}
.service-box.style28 .service-thumb img{
    height:234px;
    width:100%;
    object-fit:cover
}
.service-box.style28 h3.title {
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    margin: 6px 0 13px;
    transition: .5s;
}
.service-box.style28 p.description {
    font-family: Inter;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    width: 93%;
    transition: .5s;
}
.single-box-active.active p.description{
    color:#fff;
    transition: .5s;
}

/*service box style 29*/

.service-box.style30 .service-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 27px;
    padding-bottom: 4px;
    z-index: 1;
}


/* Images inside service-thumb */
.service-box.style30 .service-thumb img {
  background-size: cover;
  transition: all 1.3s ease;
  display: block;
  object-fit: cover;
  width:100%!important;
}
.service-box.style30 .service-thumb img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
    width:100%!important;
}
.service-box.style30 .service-thumb img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    width:100%!important;
}
.service-box.style30:hover img:nth-child(1) {
    transform: translatex(0) scalex(1)!important;
    opacity: 1;
    filter: blur(0);
}
.service-box.style30:hover img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.service-box.style30 .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF1A;
    padding: 19px 25px;
    border-radius: 20px;
}
.service-box.style30 h3.title{
    font-family: Inter;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    margin:0;
}
.service-box.style30 span.service-box-number {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    opacity: 0.6;
}
.service-box.style30 ul.features {
    position: absolute;
    bottom: 40px;
    left: 33px;
}
.service-box.style30 ul.features li {
    display: inline-block;
    background: #FFFFFF;
    padding: 13px 20px;
    border-radius: 30px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-right: 6px;
    line-height: 16px;
    color: #060F2d;
    transition: .5s;
}

.service-box.style30:hover ul.features li{
    background:#3F58FF;
    color:#fff;
}

/*service box style 34*/


/*service box style 23*/

.service-box.style34 {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    border-radius: 21px;
    transition: .5s;
    padding: 0 0 19px;
}
.service-box.style34 .service-thumb {
    position: relative;
    z-index: 2;
}
.service-box.style34 figure.reveal img {
    width: 100%;
    height: 338px;
    object-fit: cover;
    border-radius: 20px;
}
.service-box.style34 .content {
    position: absolute;
    top: 48px;
    left: 37px;
}
.service-box.style34 span.service-box-number {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    padding: 7px 30px;
    border-radius: 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.0509803922);
    margin: 0 0 16px;
    font-family: "Inter";
    color: #D44E54;
}
.service-box.style34 span.service-box-number::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 1.5px solid transparent;
    background: linear-gradient(90deg, #D44E54 0%, #286BD4 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}


.service-box.style34 h3.title {
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 61px;
}
.service-box.style34 .icon {
    display: inline-block;
}
.service-box.style34 p.description {
    display: inline-block;
    margin: 0;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    color: #060F2D;
    position: relative;
    top: -5px;
    margin-left: 5px;
}
.service-box.style34 .service-btn a {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    transition: .5s;
    padding: 3px 32px 0;
}

/*service box style 35*/

.service-box.style35 {
    background: #FFFFFF0D;
    position: relative;
    z-index: 2;
    padding: 39px 40px 33px;
    border-radius: 20px;
    transition: .5s;
    border:1px solid#323142;
}
.service-box.style35::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 1.5px solid transparent;
    background: linear-gradient(270deg, #296BD3 0%, #D64E52 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    opacity:0;
    transition:.5s;
}
.service-box.style35:hover::before{
    opacity:1;
}
.service-box.style35 h3.title {
    font-family: Inter;
    font-weight: 600;
    font-size: 34px;
    color: #fff;
    margin: 26px 0 15px;
}
.service-box.style35 p.description {
    font-family: Inter;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    opacity: 0.5;
    margin: 0 0 29px;
    width: 91%;
}
.service-box.style35 ul.features li {
    border: 1px solid #FFFFFF33;
    display: inline-block;
    border-radius: 30px;
    padding: 2px 14px;
    margin-right: 8px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    color:#929094;
}

.service-box.style35 ul.features li::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.service-box.style35 ul.features li:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.service-box.style35 ul.features li:hover{
    color:#fff;
}
.service-box.style35 .service-btn {
    position: absolute;
    right: 40px;
    top: 40px;
    transition: .5s;
    opacity:0;
}
.service-box.style35:hover .service-btn{
    opacity:1;
}
.service-box.style35 .service-btn a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    line-height: 40px;
    transition: .5s;
    border-radius: 100%;
    position: relative;
    color: #fff;
}
.box35 .service-box.style35 p.description {
    width: 100%;
}

/*service box style 36*/
.service-box.style36 {
    position: relative;
    padding: 46px 32px 34px;
    transition: .5s;
}
.service-box.style36 .icon {
    margin-bottom: 96px;
}
.service-box.style36 h3.title {
    font-family: Inter;
    font-weight: 600;
    font-size: 26px;
    margin: 0 0 0;
    color: #fff;
}
.service-box.style36 ul.features {
    display: none;
}

/*service box 37*/


/*service box style 29*/

.service-box.style30 .service-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 27px;
    padding-bottom: 4px;
    z-index: 1;
}


/* Images inside service-thumb */

.service-box.style37 .reveal {
    position: relative;
    width: 100%;
}
.service-box.style37 .service-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 27px;
    padding-bottom: 4px;
    z-index: 1;
}
.service-box.style37 .service-thumb img {
  background-size: cover;
  transition: all 1.3s ease;
  display: block;
  object-fit: cover;
  width:100%!important;
}
.service-box.style37 .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF1A;
    padding: 19px 25px;
    border-radius: 20px;
}
.service-box.style37 h3.title{
    font-family: Inter;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    margin:0;
}
.service-box.style37 span.service-box-number {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    opacity: 0.6;
}
.service-box.style37 ul.features {
    position: absolute;
    bottom: 40px;
    left: 33px;
}
.service-box.style37 ul.features li {
    display: inline-block;
    background: #FFFFFF;
    padding: 13px 20px;
    border-radius: 30px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-right: 6px;
    line-height: 16px;
    color: #060F2d;
    transition: .5s;
}

.service-box.style37:hover ul.features li{
    background:#3F58FF;
    color:#fff;
}

/*service box style 46*/

.service-box.style46 {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 34px 32px 35px;
    position: relative;
    z-index: 2;
}
.service-box.style46 h3.title {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    margin: 15px 0 8px;
}
.service-box.style46 .service-btn a {
    border: 1px solid #DCDCDC;
    display: inline-block;
    border-radius: 30px;
    padding: 3px 20px;
    transition: .5s;
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    margin-top:6px;
}
.service-box.style46:hover .service-btn a{
    border-color:#8851FF;
    color:#8851FF;
}
.service-box.style46:hover .icon img {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}

/*service box style 47*/

.service-box.style47 {
    border-radius: 20px;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 39px 22px 29px;
    transition: .5s;
    overflow: hidden;
}
.service-box.style47:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/02/Bg-1-3.png);
    border-radius: 20px;
    z-index: -1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
}
.service-box.style47:hover:before{
    height:100%;
}
.service-box.style47 ul.features li {
    display: inline-block;
    border: 1px solid#EDEDED;
    padding: 2px 13px;
    border-radius: 30px;
    margin-right: 4px;
    margin-bottom: 10px;
}
.service-box.style47 .icon i {
    color: #8851FF;
    font-size: 30px;
}
.service-box.style47 h3.title {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0 16px;
}
.service-box.style47 ul.features {
    margin-top: 41px;
}
.service-box.style47 ul.features li {
    display: inline-block;
    border: 1px solid#EDEDED;
    padding: 2px 13px;
    border-radius: 30px;
    margin-right: 4px;
    margin-bottom: 10px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    transition:.5s;
}
.service-box.style47:hover .icon i,
.service-box.style47:hover h3.title{
    color:#fff;
}
.service-box.style47:hover ul.features li{
    border-color:#404040;
    background:#2B2B2B;
}




ul#menu-1-e93f827 {
    display: block;
    position: relative;
    width: 100%;
}
ul#menu-service-mebu li a  {
    background: #6766ff;
    padding: 14px 26px;
    width: 100%;
    display: block;
    margin-bottom: 14px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    width: 100%;
}
ul#menu-service-mebu li{
    list-style:none;
}


/*start service section style two*/

.service_section.style1 {
    padding: 50px 40px 43px;
    transition: .5s;
    position:relative;
    z-index:1;
}
.service_section.style1:before {
    content: "";
    left: 0;
    width: 100%;
    height: 0%;
    bottom: 0;
    background: #0c5adb;
    position: absolute;
    z-index: -1;
    border-radius: 15px;
    transition: .5s;
}
.service_section.style1:hover:before{
    height:100%; 
}
.service_section.style1 .service_img {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 15px;
    background-color: #ffffff;
    line-height: 117px;
    text-align: center;
}
.service_section.style1 .service_img img {
    width: 53px;
    transition: .5s;
}
.service_section.style1 .service_content h3 {
    font-size: 28px;
    line-height: 32px;
    color: #041424;
    margin: 28px 0 0;
    transition: .5s;
}
.service_section.style1 .service_content p {
    margin-top: 8px;
    margin-bottom: 0;
        transition:.5s;
}
.service_section.style1 .service_body {
    padding-top: 19px;
}
.service_section.style1 ul.features li {
    color: #686868;
    font-weight: 400;
    font-family: "Nunito";
    list-style: none;
    font-size: 16px;
    margin: 0 0 8px;
        transition:.5s;
}
.service_section.style1 ul.features li img{
    margin-right:7px;
    transition:.5s;
}
.service_section.style1:hover  ul.features li img {
    filter: brightness(0)invert(1);
}
.service_section.style1 .service_btn a {
    color: #041424;
    font-weight: 600;
    font-family: 'Rajdhani';
    display: inline-block;
    margin-top: 18px;
    font-size: 17px;
    transition:.5s;
}

.service_section.style1:hover .service_img img {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}

.service_section.style1:hover .service_btn a{
    color:#0c5adb;
}
.service_section.style1:hover .service_content h3,
.service_section.style1:hover .service_content p,
.service_section.style1:hover .service_btn a,
.service_section.style1:hover ul.features li{
    color:#fff;
}

/*aervice section style Two*/

.service_section.style2 {
    position: relative;
    z-index: 2;
}
.service_section.style2 .service_body h3 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 0;
    color: #fff;
}
.service_section.style2 .service_body {
    position: absolute;
    bottom: 42px;
    left: 30px;
    width: 85%;
}
.service_section.style2 ul.features li {
    border-radius: 5px;
    background-color: rgba(255,255,255,0.2);
    display: inline-block;
    padding: 2px 12px;
    margin-right: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Nunito";
}
.service_section.style2 .service_body p {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 18px;
}
.service_section.style2 ul.features {
    border-top: 2px solid #334C60;
    padding: 22px 0 0;
}

/*another style*/
.service_section.style3 {
    padding: 50px 40px 49px;
    transition: .5s;
    border-radius: 20px;
    background:#0E0F47;
    border: 1px solid #173C97;
    transition: .5s;
}
.service_section.style3:hover{
    border-color: #0c5adb;
}
.service_section.style3 .service_img {
    display: inline-block;
    transition:0.5s;
}
.service_section.style3:hover .service_img{
     transform:scaleX(-1);
} 
.service_section.style3 .service-number span {
    font-size: 24px;
    font-weight: 500;
    -webkit-background-clip: text;
    color: transparent;
    position: absolute;
    right: 50px;
    top: 50px;
    color: #2365fd;
}
.service_section.style3 .service_content h3 {
    font-size: 24px;
    color: #fff;
    margin: 18px 0 12px;
    font-weight: 700;
}
.service_section.style3 .service_content p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    opacity: 0.7;
}
.service_section.style3 .service_body {
    padding-top: 20px;
    border-top: 1px solid #252959;
    position: relative;
}
.service_section.style3 .service_body:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 1px;
    width: 18%;
    background-image: linear-gradient(90deg, #3513f9 0%, #1a90ff 100%);
    transition: .5s;
}
.service_section.style3:hover .service_body:after{
    width: 100%;
}
.service_section.style3 ul.features li {
    list-style: none;
    font-size: 16px;
    margin: 0 0 8px;
    opacity: 0.800;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
}
.service_section.style3 ul.features li img{
    margin-right:7px;
}
.service_section.style3 .service_btn a {
    font-weight: 700;
    display: inline-block;
    margin-top: 22px;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background-color: rgba(255,255,255,0.10196078431372549);
    text-align: center;
    line-height: 42px;
    transform: rotate(-45deg);
    position: relativez;
    z-index: 2;
}
.service_section.style3 .service_btn a:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, #3513f9 0%, #1a90ff 100%);
    transition: .5s;
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
}
.service_section.style3:hover .service_btn a:after{
    opacity: 1;
}
.service_section.style3:hover .service_btn a i{
     color:#fff;
}
.service_section.style3 .service_btn a i {
    background-image: linear-gradient(90deg, #00ff87 0%, #60efff 100%);
    -webkit-background-clip: text;
    color: #2365fd;
}


/*
==========
 Team
==========
*/
.team.style1{
    background: #0f0927;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top-left-radius: 310px;
    border-top-right-radius: 310px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    text-align: center;
    padding: 40px 20px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.team.style1 .image {
    margin-bottom: 18px;
}
.team.style1 .image img {
    border: 15px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin: 0;
}
.team.style1 h2.name{
    margin:0;
}
.team.style1 h2.name a {
    font-weight: 700;
    font-size: 34px;
    transition: 0.5s;
    color: #fff;
}
.team.style1 .bio .designation {
    font-weight: 600;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    padding: 5px 22px;
    margin-bottom: 17px;
    display: inline-block;
    color: #fff;
}
.team.style1 .content .social-icon{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.team.style1 .content .social-icon li{
    margin-bottom: 5px;
    margin: 5px;
}
.team.style1 .content .social-icon li a{
    display: inline-block;
}
.team.style1 .content .social-icon li a i {
    color: #fff;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #ffffff;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.team.style1 .content .social-icon li a i::after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: #6766ff;
    transition: all 300ms ease;
}
.team.style1 .content .social-icon li a i:hover::after {
    transform: scale(1);
}
.team.style1 .team-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index:-1;
}
.team.style1 .team-shape-two {
    position: absolute;
    right: 0;
    bottom: -9px;
    z-index:-1;
}

/* Style Two */
.team.style2 {
    position: relative;
    z-index: 1;
}
.team.style2 .team-content {
    position: absolute;
    bottom: -66px;
    left: 0;
    right: 0;
    border-radius: 10px;
}
.team.style2 img {
    border-radius: 14px;
}
.team.style2 .bio {
    padding: 10px 0 17px;
    background: #0c5adb;
    text-align: center;
    width: 80%;
    position: relative;
    z-index: 1;
    left: 10%;
    border-radius: 10px 10px 0 0;
    transform: perspective(500px)rotateX(90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}
.team.style2 ul.social-icon {
    position: relative;
    z-index: 1;
    left: 10%;
    width: 80%;
    background: #131323;
    text-align: center;
    padding: 14px 0 14px;
    border-radius: 0 0 10px 10px;
    transform: perspective(500px)rotateX(-90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}

.team.style2 h5.designation {
    font-size: 16px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin: 0 0 5px;
}
.team.style2 ul.social-icon li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
}
.team.style2 ul.social-icon li a{
    color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
     width: 38px;
    height: 38px;
    line-height: 41px;
    text-align: center;
    border-radius: 50px;
    background-color: #373644;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}



/*heading*/
.heading.style1 h4 {
    border-bottom: 2px solid#DDE0E7;
    padding-bottom: 20px;
}
.heading.style1 h3.heading-text {
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    border: 1px solid #6766FF;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    padding: 5px 28px;
    margin-bottom: 30px;
}
.heading.style1 h1.heading-text {
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    margin: 0;
}
.heading.style1 p.heading-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.7);
    width: 50%;
    margin: 16px auto 50px;
}
.heading.style1 h5.heading-text {
    position: relative;
    margin: 0 0 0;
    display: inline-block;
}
.heading.style1 h5.heading-text::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 180px;
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2025/10/brand-line1.png);
    background-repeat: no-repeat;
    background-position: center;
    left: -200px;
}
.heading.style1 h5.heading-text::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 180px;
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2025/10/brand-line2.png);
    background-repeat: no-repeat;
    background-position: center;
    right: -200px;
}

/*heading style two*/

.heading.style-2 h1.heading-text {
    font-size: 200px;
    font-weight: 700;
    line-height: 200px;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0;
}

/*style four*/

.heading.style-4 h2.heading-text {
    position: relative;
    display: inline-block;
}
.heading.style-4 h2.heading-text:before {
    position: absolute;
    content: "";
    top: 34px;
    left: -111px;
    width: 97px;
    height: 2px;
    background-color: #ffffff;
}

.seo h1.heading-text span {
    color: #0c5adb;
}

/*style three*/

.heading.style-3 p.heading-text {
    position: relative;
}
.heading.style-3 p.heading-text:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    width: 390px;
    height: 1px;
    background-image: linear-gradient(90deg, #0b59db 0%, #f3f7fd 100%);
}
.heading.style-3 p.heading-text:after{
    position:absolute;
    content:"";
    top:12px;
    right:0;
    width: 390px;
    height: 1px;
    background-image: linear-gradient(90deg, #f3f7fd 0%, #0b59db 100%);
}

/*style five*/
.heading.style-5 h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rajdhani";
    margin: 0;
    position:relative;
}
.heading.style-5 h5:before{
    position:absolute;
    content:"";
    width: 1061px;
    height: 1px;
    background-color: rgba(255,255,255,0.10196078431372549);
    right:0;
    top:10px;
}
.heading.style-5 h5:after{
    position:absolute;
    content:"";
    width: 990px;
    height: 1px;
    background-color: rgba(255,255,255,0.10196078431372549);
    left:0;
    top:10px;
}

/*headingstyle five*/

.heading.style-5 p.heading-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.7);
    width: 55%;
    margin: 20px auto 19px;
}

/*heading style six*/

.heading.style-6 h6.heading-text {
    display: inline-block;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin:0;
}
.heading.style-6 h5.heading-text {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height:26px;
}
/*heading style seven*/

.heading.style-7 h6.heading-text {
    display: inline-block;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
    height: 66px;
    width: 66px;
    text-align: center;
    line-height: 66px;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin:0;
}
.heading.style-7 h5.heading-text {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    line-height:26px;
}

/*heading style six*/

.heading.style-8 h6.heading-text {
    display: inline-block;
    background: linear-gradient(90deg, #3F58FF 0%, #31B0FF 100%);
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin:0;
}

/*heading style 10*/

/*heading style six*/

.heading.style-10 h6.heading-text {
    display: inline-block;
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin:0;
}


.chatbot{
    position: relative;
}
.chatbot::after {
    content: "";
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border-bottom: 1.5px solid transparent;
    background: linear-gradient(90deg, rgba(103, 102, 255, 0) 0%, #6766FF 50%, rgba(103, 102, 255, 0) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}




/*
============
Work Process
============
*/
.work-process{
    text-align:center;
    padding:0 20px;
}
.pocess .work-process.style1 .icon:after {
    display: none;
}
.work-process.style1 .icon {
    background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
    width: 90px;
    height: 90px;
    line-height: 120px;
    text-align: center;
    border-radius: 24px;
    position: relative;
    border: 1px solid rgba(103, 102, 255, 0.3);
    margin: 0 auto;
}

.work-process.style1 .icon i {
    sition: relative;
    width: 145px;
    height: 145px;
    line-height: 143px;
    border-radius: 150px;
    display: inline-block;
    color: #0c5adb;
    font-size: 65px;
    border: 2px solid #ededed;
        -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align:center;
}
.work-process.style1:hover .icon i {
    color:#fff;
    transform: rotateY(180deg);
    border-color: #0c5adb;
    background-color: #0c5adb;
}

.work-process.style1 .work_progress-number span {
    transition: .5s;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 100%);
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 46px;
    line-height: 50px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.work-process.style1 .content h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin: 28px 0 8px;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
}
.process-shap_one {
    position: relative;
    text-align: center;
}
.work-process.style1 p.description {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 82%;
    margin: 0 auto 20px;
}

/*work process style three*/

.work-process.style-three  {
    text-align: center;
    padding: 0;
}
.work-process.style-three .work_progress-number {
    margin-bottom: 70px;
    position:relative;
}
.work-process.style-three .work_progress-number:before {
    position: absolute;
    content: "";
    bottom: -71px;
    border: dashed 1px #060F2D33;
    height: 70px;
    width: 1px;
    right: 0;
    left: 0;
    margin: auto;
    transition:.5s;
}
.work-process.style-three:hover .work_progress-number:before{
   border-color:#3F58FF; 
}
.work-process.style-three:hover .content{
    border-color:#060F2D;
}
.work-process.style-three .content:before{
    position:absolute;
    content:"";
    top:0;
    height:100%;
    width:100%;
    background:url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/01/bg-4-1.png);
    z-index:-1;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    border-radius: 30px;
    transition:.5s;
    opacity:0;
    left:0;
    top:0;
}
.work-process.style-three:hover .content:before{
    opacity:1;
}
.work-process.style-three .work_progress-number span {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: dashed 1px #060F2D33;
    line-height: 50px;
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
}
.work-process.style-three:hover .work_progress-number span{
    background: linear-gradient(90deg, #3F58FF 0%, #31B0FF 100%);
    color:#fff;
}
.work-process.style-three .content {
    border: dashed 1px #060F2D33;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 45px 32px 17px;
    position: relative;
    transition:.5s;
    z-index:1;
}
.work-process.style-three .work_progress-title h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 26px;
    margin: 29px 0 16px;
}
.work-process.style-three .work_progress-desc p {
    font-family: Inter;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    transition:.5s;
}
.work-process.style-three:hover .work_progress-title h2,
.work-process.style-three:hover .work_progress-desc p{
    color:#fff;
}


/*work style four*/


/*work process style three*/

.work-process.style-four  {
    text-align: center;
    padding: 0;
}
.work-process.style-four .work_progress-number {
    margin-top: 70px;
    position: relative;
}
.work-process.style-four .work_progress-number:before {
    position: absolute;
    content: "";
    top: -71px;
    border: dashed 1px #060F2D33;
    height: 70px;
    width: 1px;
    right: 0;
    left: 0;
    margin: auto;
    transition: .5s;
}
.work-process.style-four:hover .work_progress-number:before{
   border-color:#3F58FF; 
}
.work-process.style-four:hover .content{
    border-color:#060F2D;
}
.work-process.style-four .work_progress-number span {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: dashed 1px #060F2D33;
    line-height: 50px;
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
}
.work-process.style-four:hover .work_progress-number span{
    background: linear-gradient(90deg, #3F58FF 0%, #31B0FF 100%);
    color:#fff;
}
.work-process.style-four .content {
    border: dashed 1px #060F2D33;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 45px 32px 17px;
    position: relative;
    transition:.5s;
    z-index:2;
}
.work-process.style-four .content:before{
    position:absolute;
    content:"";
    top:0;
    height:100%;
    width:100%;
    background:url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/01/bg-4-1.png);
    z-index:-1;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    border-radius: 30px;
    transition:.5s;
    opacity:0;
    left:0;
    top:0;
}
.work-process.style-four:hover .content:before{
    opacity:1;
}
.work-process.style-four:hover .work_progress-title h2,
.work-process.style-four:hover .work_progress-desc p{
    color:#fff;
}

.work-process.style-four .work_progress-title h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 26px;
    margin: 29px 0 16px;
}
.work-process.style-four .work_progress-desc p {
    font-family: Inter;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    transition:.5s;
}

/*neural-work Process*/
.neural-work-process .work-process.style-three .work_progress-number span {
    background: transparent;
}
.neural-work-process .work-process.style-three .work_progress-number:before {
    border: dashed 1px #FFFFFF54;
}
.neural-work-process .work-process.style-three:hover .work_progress-number span{
    background: linear-gradient(90deg, #3F58FF 0%, #31B0FF 100%);
    color:#fff;
}
.neural-work-process .work-process.style-three:hover .work_progress-number:before{
   border-color:#3F58FF; 
}
.neural-work-process .work-process.style-three .content:before{
    background:url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/01/bg-1-12.png);
}
.neural-work-process .work-process.style-three:hover .content:before{
    opacity:1;
}
.neural-work-process .work-process.style-three:hover .icon img {
    filter: brightness(0) invert(1);
}

/*style four*/

.neural-work-process .work-process.style-four .work_progress-number span {
    background: transparent;
}
.neural-work-process .work-process.style-four .work_progress-number:before {
    border: dashed 1px #FFFFFF54;
}
.neural-work-process .work-process.style-four:hover .work_progress-number span{
    background: linear-gradient(90deg, #3F58FF 0%, #31B0FF 100%);
    color:#fff;
}
.neural-work-process .work-process.style-four:hover .work_progress-number:before{
   border-color:#3F58FF; 
}
.neural-work-process .work-process.style-four .content:before{
    background:url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/01/bg-1-12.png);
}
.neural-work-process .work-process.style-four:hover .content:before{
    opacity:1;
}
.neural-work-process .work-process.style-four:hover .icon img {
    filter: brightness(0) invert(1);
}



/*
==============
skill section
==============
*/

span.elementor-progress-percentage {
    position: relative;
    top: -22px!important;
}


/*
==============
Call To Action
==============
*/

.call-to-action {
	text-align: center;
	position: relative;
}
.call-to-action-title h2 {
	margin-bottom: 12px;
	font-size: 35px;
	margin: 20px auto;
	text-transform: capitalize;
}
.call-to-action-title span {
	font-size: 40px;
	display: block;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 20px auto 0;
	font-weight: 700;
}
.call-to-action-btn {
	margin-top: 30px;
}
.call-to-action-btn a {
	border: none;
	display: inline-block;
	text-transform: capitalize;
	background-color: #ED2C41;
	border-radius: 4px;
	color: #fff;
	padding: 16px 32px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 500;
}
.call-to-action-btn a i{
	margin-left:8px;
}
.call-to-action-btn a:hover {
	background: #fff;
	color: #ED2C41;
}
.call-to-action-desc {
	width: 31%;
	margin: auto;
}

.call-to-video {
	margin-bottom: 35px;
}
.call-video-link a{
    display:inline-block
}
.call-video-link a i {
    width: 90px;
    height: 90px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 90px;
    color: #ED2C41;
    border-radius: 100%;
	position:relative;
	z-index:1;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}

.call-video-link a {
	position:relative;
}
.call-video-link a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    background: rgba(255,255,255, 0.8);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite;
}
.call-to-video i {
	font-size: 23px;
}

/*
===========
Testimonial
===========
*/

.testimonial-item.style1 {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #0f0927;
    padding: 45px 32px 42px;
    border-radius: 30px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 40px 18px 40px;
}
.testimonial-item.style1:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    background-image: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2025/10/testi-box-eff1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
}
.testimonial-item.style1:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    background-image: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2025/10/testi-box-eff2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    bottom: 0;
    right: 0;
}
.testimonial-item.style1 .quote_image {
    width: 40px;
    height: 35px;
}
.testimonial-item.style1 p.quote {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 18px 0 15px;
}
.testimonial-item.style1 .testi-star i {
    color: #ff9f31;
    font-size: 16px;
}
.testimonial-item.style1 .author_box {
    display: flex;
    gap: 15px;
    margin-top: 35px;
}

.testimonial-item.style1 .author {}

.testimonial-item.style1 .author img {
    width: 66px;
    height: 66px;
    border-radius: 50%;
}
.testimonial-item.style1 .author_box .bio .name {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}
.testimonial-item.style1 .author_box .bio .designation {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}





/* Center card */
.testimonial-item.center-item {
    transform: rotate(0deg);
    opacity: 1;
    z-index: 5;
    margin-top: 0px;
    border: 1px solid #6766FF;
}

/* Left card */
.testimonial-item.left-item {
  transform: rotate(-6deg);
  opacity: 0.8;
  z-index: 3;
}

/* Right card */
.testimonial-item.right-item {
  transform: rotate(6deg);
  opacity: 0.8;
  z-index: 3;
}

/*owl dots*/
.testimonial.style1 .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial.style1 button.owl-dot {
    display: inline-block;
    border: 1px solid #6766FF;
    height: 19px;
    width: 19px;
    border-radius: 100%;
    transition: .5s;
    margin: 0 6px;
}
.testimonial.style1 button.owl-dot.active{
   background: #6766FF; 
   transition: .5s;
}

/*testimonial two*/

.testimonial-item.style2 {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #0f0927;
    padding: 45px 32px 42px;
    border-radius: 30px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.testimonial-item.style2:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    background-image: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2025/10/testi-box-eff1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
}
.testimonial-item.style2:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    background-image: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2025/10/testi-box-eff2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    bottom: 0;
    right: 0;
}
.testimonial-item.style2 .quote_image {
    width: 40px;
    height: 35px;
}
.testimonial-item.style2 p.quote {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 18px 0 15px;
}
.testimonial-item.style2 .testi-star i {
    color: #ff9f31;
    font-size: 16px;
}
.testimonial-item.style2 .author_box {
    display: flex;
    gap: 15px;
    margin-top: 35px;
}

.testimonial-item.style2 .author {}

.testimonial-item.style2 .author img {
    width: 66px;
    height: 66px;
    border-radius: 50%;
}
.testimonial-item.style2 .author_box .bio .name {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}
.testimonial-item.style2 .author_box .bio .designation {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.testimonial-carousel2 .owl-item.center .testimonial-item.style2 {
    border: 1px solid #6766FF;
}

/*owl nav*/

.testimonial.style2 .owl-nav {
    display: inline-block;
    position: absolute;
    left: -56%;
    bottom: 15%;
    z-index: 22;
}
.testimonial.style2 button.owl-prev i {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 50%;
    transition: all 0.3s 
ease 0s;
    color: #fff;
    background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
    border: 1px solid rgba(92, 91, 229, 0.3);
    display: inline-block;
    margin-right: 8px;
}
.testimonial.style2 button.owl-next i {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 50%;
    transition: all 0.3s 
ease 0s;
    color:#fff;
    background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
    border: 1px solid rgba(92, 91, 229, 0.3);
    display: inline-block;
}

.testimonial.style2 button.owl-prev i:hover,
.testimonial.style2 button.owl-next i:hover{
    background: #6766ff;
    color: #fff;
}

/*style three*/

.testimonial-item.style3 {
    background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
    position: relative;
    z-index: 1;
    border-radius: 30px;
    padding: 40px 30px 46px 40px;
    overflow: hidden;
}
.testimonial-item.style3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    border: 1.5px solid transparent;
    background: linear-gradient(136.7deg, #6766FF 6.8%, rgba(103, 102, 255, 0.3) 18.42%, rgba(103, 102, 255, 0.3) 83.88%, #6766FF 92.96%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.testimonial-item.style3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2025/11/testi-box-effect41.png);
    background-repeat: no-repeat;
    background-position: center;
    left: -240px;
    top: -40px;
}
.testimonial-item.style3 .author_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}
.testimonial-item.style3 .author {
    display: inline-block;
}
.testimonial-item.style3 .author img{
    width:inherit;
}
.testimonial-item.style3 h4.name {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    color: #fff;
}
.testimonial-item.style3 h5.designation {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 3px;
    font-family: "Nunito Sans", sans-serif;
}
.testimonial-item.style3 .testi-star i.active {
    color: #ff9f31;
}
.testimonial-item.style3 .testimonial_content {
    display: flex;
    position:relative;
}
.testimonial-item.style3 .testimonial_content::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 90%;
    background-image: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2025/11/testi-box-effect42.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    bottom: -45px;
    right: -35px;
    border-radius: 0;
}
.testimonial-item.style3 .quote_image {
    flex-shrink: 0;
    margin-right: 19px;
}
.testimonial-item.style3 p.quote {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

/*owl dots*/

.testimonial.style-three .owl-dot.owl-dot {
    background: url('https://wp.ditsolution.net/intellio/wp-content/uploads/2025/11/testi-autor42.png');
    width: 75px;
    height: 75px;
    display: inline-block;
    margin: 0 14px 0;
    border-radius: 100%;
    position: absolute;
    left: -648px;
    top: 170px;
    z-index: 22!important;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial.style-three .owl-dot.owl-dot:nth-child(2) {
    background: url('https://wp.ditsolution.net/intellio/wp-content/uploads/2025/11/testi-autor41.png');
    left: -647px!important;
    top: -169px!important;
    position: absolute;
    z-index: 22!important;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial.style-three .owl-dot.owl-dot:nth-child(3) {
    background: url('https://wp.ditsolution.net/intellio/wp-content/uploads/2025/11/testi-autor44.png');
    left: -211px;
    position: absolute;
    top: 180px;
    z-index: 22!important;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial.style-three .owl-dot.owl-dot:nth-child(4) {
    background: url('https://wp.ditsolution.net/intellio/wp-content/uploads/2025/11/testi-autor43.png');
    left: -183px;
    position: absolute;
    top: -160px;
    z-index: 22!important;
    background-repeat: no-repeat;
    background-size: cover;
}

/*testimonial style four*/


.testimonial-item.style4 {
    border-radius: 20px;
    padding: 41px 38px 43px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.testimonial-item.style4 .testi-title {
    display: inline-block;
}
.testimonial-item.style4 .bio {
    display: inline-block;
    float: right;
}
.testimonial-item.style4 i.active {
    color: #FF9F31;
}

.testimonial-item.style4 .testi-title h4 {
    color: #fff;
    margin: 0 0 0;
    font-size: 28px;
    font-weight: 600;
}
.testimonial-item.style4 .quote_image {
    display: inline-block;
    margin: 16px 0 9px;
}
.testimonial-item.style4 .author {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
.testimonial-item.style4 p.quote {
    font-size: 18px;
    color: #fff;
    opacity: 0.6;
    line-height: 30px;
    width: 78%;
    margin: 0 0 21px;
}
.testimonial-item.style4 h4.name {
    margin: 0 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.testimonial-item.style4 h5.designation {
    margin: 0 0 0;
    color: #fff;
    font-family: Nunito;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}

/*owl dots*/

.testimonial.style-four .owl-dot.owl-dot {
    background: url('https://wp.ditsolution.net/intellio/wp-content/uploads/2025/12/Img.png');
    width: 62px;
    height: 62px;
    display: inline-block;
    margin: 0 14px 0;
    border-radius: 100%;
    position: absolute;
    right: -117px;
    top: 194px;
    z-index: 22!important;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial.style-four .owl-dot.owl-dot:nth-child(2) {
    background: url('https://wp.ditsolution.net/intellio/wp-content/uploads/2025/11/testi-autor44.png');
    right: -117px!important;
    top: 116px!important;
    position: absolute;
    z-index: 22!important;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial.style-four .owl-dot.owl-dot:nth-child(3) {
    background: url('https://wp.ditsolution.net/intellio/wp-content/uploads/2025/11/testi-autor41.png');
    right: -117px;
    position: absolute;
    top: 269px;
    z-index: 22!important;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial.style-four .owl-dot.owl-dot:nth-child(4) {
    background: url('https://wp.ditsolution.net/intellio/wp-content/uploads/2025/11/testi-autor42.png');
    right: -117px;
    position: absolute;
    top: 38px;
    z-index: 22!important;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial.style-four button.owl-dot.active {
    z-index: 2;
}
.testimonial.style-four button.owl-dot.active:after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    height: 72px;
    width: 72px;
    border: 1px solid#6766FF;
    border-radius: 100%;
    z-index: 22;
}

/*testimonial style 5*/

.testimonial-item.style5 {
    background: #1F1A3633;
    border: 1px solid;
    border-image-source: linear-gradient(360deg, rgba(255, 255, 255, 0.15) 0%, rgba(103, 102, 255, 0.35) 100%);
    display: flex;
    border: 1px solid #3A354E;
    border-radius: 30px;
    padding: 45px;
    align-items: center;
    gap: 50px;
    transition: .5s;
}
.testimonial-item.style5 .quote_image {
    display: inline-block;
}
.testimonial-item.style5 .client_image {
    flex-shrink: 0;
}
.testimonial-item.style5 .client_image img {
    border-radius: 20px;
}
.testimonial-item.style5 .bio {
    display: inline-block;
    float: right;
}
.testimonial-item.style5 .author {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial-item.style5 p.quote {
    font-family: Rajdhani;
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    color: #9E9CA7;
    margin: 27px 0 82px;
}
.testimonial-item.style5 h4.name {
    font-family: Rajdhani;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin: 0 0 4px;
}
.testimonial-item.style5 h5.designation {
    margin: 0 0 0;
    font-family: Nunito;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    opacity: 0.7;
}
.testimonial-item.style5 i.active {
    color: #FF9F31;
}
.testimonial-item.style5 .reviews_rating {
    margin-right: 26px;
}

/*owl nav*/

.testimonial.style5 .owl-nav {
    display: inline-block;
    position: absolute;
    right: 65px;
    bottom: 70px;
}
.testimonial.style5 button.owl-prev i{
    margin-right:6px;
}
.testimonial.style5 button.owl-prev i,
.testimonial.style5 button.owl-next i {
    background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
    display: inline-block;
    border: 1px solid;
    border-image-source: linear-gradient(136.7deg, rgba(255, 255, 255, 0.6) 6.8%, rgba(103, 102, 255, 0.3) 18.42%, rgba(103, 102, 255, 0.3) 83.88%, rgba(255, 255, 255, 0.6) 92.96%);
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 100%;
    color: #fff;
    border:1px solid#100A28;
}
.testimonial.style5 button.owl-prev i:hover,
.testimonial.style5 button.owl-next i:hover{
    background:#6766FF;
}


/*testimonial style six*/

.testimonial-item.style6 {
    background: #FFFFFF0D;
    position: relative;
    padding: 50px 40px 27px;
    border-radius: 24px;
    margin-top: 169px;
}
.testimonial-item.style6:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1.5px solid transparent;
    background:linear-gradient(90.32deg, rgba(103, 102, 255, 0.2) 20.17%, #6766FF 50%, #6766FF 50%, rgba(103, 102, 255, 0.2) 79.83%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    border-radius: 24px;
    transition: .5s;
}
.testimonial-item.style6:after {
    position: absolute;
    content: "";
    height: 1px;
    bottom: 119px;
    left: 0;
    width: 100%;
    background: linear-gradient(90.32deg, rgba(255, 255, 255, 0.1) 20.17%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 79.83%);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: 2;
}
.testimonial.style6 .quote_image {
    display: inline-block;
}
.testimonial.style6 .client_image {
    display: inline-block;
    float: right;
}
.testimonial.style6 p.quote {
    font-family: Nunito;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    opacity: 0.7;
    margin: 17px 0 71px;
}
.testimonial.style6 .author{
    display:inline-block;
}
.testimonial.style6 .author_img {
    display: none;
}
.testimonial.style6 h4.name {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    margin: 0 0 6px;
}
.testimonial.style6 h5.designation {
    font-family: Inter;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    margin: 0 0 0;
    opacity: 0.7;
}

.testimonial.style6 .bio {
    display: inline-block;
    float: right;
    margin-top: 20px;
}
.testimonial.style6 .testi-star i.active {
    color: #FF9F31;
}


/*owl dots*/
.testimonial.style6 .owl-dot.owl-dot {
    background: url('https://wp.ditsolution.net/intellio/wp-content/uploads/2025/12/Img-2-3.png');
    width: 147px;
    height: 147px;
    display: inline-block;
    margin: 0 14px 0;
    border-radius: 25px;
    position: absolute;
    right: -14px;
    top: -10px;
    z-index: 22!important;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial.style6 .owl-dot.owl-dot:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    height:100%;
    width:100%;
    border-radius:25px;
   border: 1.5px solid transparent;
    background: linear-gradient(90.32deg, rgba(255, 255, 255, 0.1) 20.17%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 79.83%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;

}
.testimonial.style6 button.owl-dot.active:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 25px;
    background: #6766FF;
    z-index: 22;
}
.testimonial.style6 .owl-dot.owl-dot:nth-child(2) {
    background: url('https://wp.ditsolution.net/intellio/wp-content/uploads/2025/12/Img-1-7.png');
    right: inherit;
    top: -10px!important;
    position: absolute;
    z-index: 22!important;
    background-repeat: no-repeat;
    background-size: cover;
    left: -11px;
}
.testimonial.style6 .owl-dot.owl-dot:nth-child(3) {
    background: url('https://wp.ditsolution.net/intellio/wp-content/uploads/2025/12/Img-7.png');
    right: inherit;
    position: absolute;
    top: -10px;
    z-index: 22!important;
    background-repeat: no-repeat;
    background-size: cover;
    left: 152px;
}
.testimonial.style6 .owl-dot.owl-dot:nth-child(4) {
    background: url('https://wp.ditsolution.net/intellio/wp-content/uploads/2025/12/img3.png');
    right: 149px;
    position: absolute;
    top: -10px;
    z-index: 22!important;
    background-repeat: no-repeat;
    background-size: cover;
}

/*testimonial style seven*/

.testimonial-item.style7 {
    border: 1px solid#2A243F;
    position: relative;
    z-index: 2;
    margin: 5px 8px 6px;
    border-radius: 20px;
    padding: 30px 32px 25px;
    transition:.5s;
}
.testimonial-item.style7:hover{
    border-color:#6766FF;
}
.testimonial-item.style7:before {
    height: 11px;
    content: "";
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1.5px solid transparent;
    background: linear-gradient(91.06deg, rgba(255, 255, 255, 0.2) -38.18%, rgba(255, 255, 255, 0.05) 123.09%, rgba(255, 255, 255, 0.05) 75.36%, rgba(255, 255, 255, 0.2) 6.43%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.testimonial-item.style7 .quote_image {
    display: inline-block;
}
.testimonial-item.style7 .bio {
    display: inline-block;
    float: right;
    border: 1px solid;
    background: linear-gradient(145.32deg, rgba(255, 255, 255, 0.13) 12.18%, rgba(255, 255, 255, 0.01) 90.33%);
    padding: 8px 27px;
    border-radius: 10px;
}
.testimonial-item.style7 .testi-star i.active {
    color: #FF9F31;
}

.testimonial-item.style7 p.quote {
    font-family: Nunito;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    opacity: 0.7;
    margin: 91px 0 44px;
}
.testimonial-item.style7 .author_img {
    display: inline-block;
}
.testimonial-item.style7 .author {
    text-align: center;
}
.testimonial-item.style7 h4.name {
    font-family: Rajdhani;
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin: 18px 0 16px;
}
.testimonial-item.style7 .client_image {
    position: absolute;
    bottom: 0;
}

/*testimonial style eight*/

.testimonial-item.style8 {
    background: #FFFFFF0D;
    border: 1px solid #FFFFFF1A;
    border-radius: 20px;
    padding: 36px 33px 26px;
    position: relative;
    z-index: 2;
    transition:.5s;
}
.testimonial-item.style8:hover{
    border-color: #9E52FF;
}

.testimonial-item.style8:before {
    position: absolute;
    content: "";
    top: 148px;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.testimonial-item.style8:after {
    position: absolute;
    content: "";
    bottom: 74px;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    transition:.5s;
}
.testimonial-item.style8:hover:before,
.testimonial-item.style8:hover:after{
   background: linear-gradient(90deg, rgba(69, 88, 255, 0.1) 0%, #4558FF 50%, rgba(69, 88, 255, 0.1) 100%); 
}

.testimonial-item.style8 .author {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial-item.style8 h4.name {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    margin: 0 0 9px;
}
.testimonial-item.style8 h5.designation {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 0 0 0;
    opacity: 0.6;
}

.testimonial-item.style8 p.quote {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    margin: 54px 0 52px;
}
.testimonial-item.style8 .testi-star i.active {
    color: #f0ad4e;
}

/*testimmonial style Nine*/

.testimonial-item.style9 {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 32px 35px 32px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.testimonial-item.style9::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: linear-gradient(180deg, #3F58FF 0%, #31B0FF 100%);
    transform: skew(25deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.testimonial-item.style9:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.testimonial-item.style9 .author {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial-item.style9 p.quote {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 25px;
    transition: .5s;
}
.testimonial-item.style9 h4.name {
    font-family: Inter;
    font-weight: 600;
    font-size: 22px;
    margin:0 0 5px;
}
.testimonial-item.style9 h5.designation {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    margin:0 0 0px;
}
.testimonial-item.style9 .client_image {
    position: absolute;
    right: 34px;
    bottom: 43px;
}
.testimonial-item.style9 .client_image img{
    transition:.5s;
}

.testimonial-item.style9:hover p.quote,
.testimonial-item.style9:hover h4.name,
.testimonial-item.style9:hover h5.designation{
    color:#fff;
}
.testimonial-item.style9:hover .client_image img {
    filter: brightness(0) invert(1);
}

.darktest{
    position: relative;
    border-radius:20px;
}
.darktest .testimonial-item.style8 p.quote {
    opacity: 0.4;
}

.darktest {
	position: relative;
	background: linear-gradient(
		to bottom,
		#0F2355 0%,
		#0D0430 100%
	);
	-webkit-mask-image: linear-gradient(
		to bottom,
		rgba(0,0,0,1) 0%,
		rgba(0,0,0,1) 55%,
		rgba(0,0,0,0) 100%
	);

	mask-image: linear-gradient(
		to bottom,
		rgba(0,0,0,1) 0%,
		rgba(0,0,0,1) 55%,
		rgba(0,0,0,0) 100%
	);
}






/*
==========
Case Study
==========
*/
.case-study-thumb{
	position:relative;
	z-index:1;
}
.case-study-thumb img {
    width: 100%;
    border-radius: 7px;
}
.cases-study-content-main {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 4px solid #0c5adb;
    background-color: rgba(0,0,0,0.50);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    border-radius: 7px;
}
.dreamit-single-cases-study:hover .cases-study-content-main {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.cases-study-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 47px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #0c5adb;
    z-index: 99;
    padding: 0px 0px 0px;
}
.cases-study-content-inner {
    padding: 25px;
}
.cases-study-content h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 5px;
}
.cases-study-content h2 a {
	font-size: 25px;
	font-weight: 700;
	margin: 0 0 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color:#fff
}
.em-case-study-button {
    text-align: center;
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
    transition:.5s;
}
.em-case-study-button:hover{
    background:#000;
}
.em-case-study-button a {
    display: block;
    font-size: 19px;
    color: #0c5adb;
}
.em-case-study-button:hover a{
    color:#fff;
}
.case_category span {
    color: #fff;
}

.case-study .owl-nav {
    position: absolute;
    top: -119px;
    right: 16%;
}
.case-study.style2.hghgh {
    position: relative;
}
a.video-vemo-icon.venobox.vbox-item {
    color: #fff;
}
/*case style nine*/

.single_case_study.style_nine {
    border-radius: 10px;
    transition: .5s;
    margin: 0 10px;
}
.single_case_study.style_nine:hover{
   filter: drop-shadow(0px 10px 50px rgba(164,177,198,0.2));
   background-color: #ffffff; 
}
.single_case_study.style_nine:hover .cases-study-content{
    border-color:#fff;
}
.single_case_study.style_nine .case-study-thumb a img {
    height: 265px;
    width: 100%;
    object-fit: cover;
}
.single_case_study.style_nine .cases-study-content {
    position: inherit;
    border-radius: 0 0 10px 10px;
    background-color: transparent;
    z-index: 99;
    padding: 31px 30px 22px;
    border-top: none;
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(4,20,36,0.1);
    transition: .5s;
}
.single_case_study.style_nine .cases-study-content-inner {
    padding: 0;
}
.single_case_study.style_nine .case_category span {
    color: #0c5adb;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    background: #cfe1fd;
    padding: 2px 16px;
    border-radius: 4px;
}
.single_case_study.style_nine .cases-study-content h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0 15px;
}
.single_case_study.style_nine .cases-study-content h2 a {
    margin: 0 0 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 26px;
    line-height: 34px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
}
.single_case_study.style_nine .cases-study-content h2 a:hover{
    color:#0c5adb;
}
.single_case_study.style_nine .em-case-study-button {
    text-align: left;
    background: transparent;
    border-radius: 0;
    padding: 0;
    transition: .5s;
    display: inline-block;
}
.single_case_study.style_nine .em-case-study-button a {
    display: inline-block;
    font-size: 19px;
    color: #0c5adb;
    font-size: 14px;
    color: #041424;
    font-weight: 400;
    font-family: "Nunito";
    text-transform: uppercase;
}
.single_case_study.style_nine .em-case-study-button:hover {
    background: transparent;
}
.single_case_study.style_nine .em-case-study-button:hover a {
    color: #0c5adb;
    background: transparent;
}

/*case study style thirteen*/

.single_case_study.style13 {
    border: 1px solid#1F1F1D;
    padding: 20px;
    position: relative;
    transition: .5s;
    border-radius: 10px;
}
.single_case_study.style13:hover{
    border-color:#0058F8;
}
.single_case_study.style13 .cases-study-contents .title a {
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rajdhani";
    display: inline-block;
}
.single_case_study.style13:hover .cases-study-contents .title a{
    color: #0058F8;
}
.single_case_study.style13 p.description {
    font-size: 18px;
    color: #bcbbbb;
    margin: 9px 0 20px;
}
.single_case_study.style13 .case-study-buttons a {
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rajdhani";
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 28px;
    transition: .5s;
}
.single_case_study.style13 .case-study-buttons a:hover{
    color: #0058F8; 
}

/*service carousel*/
.service_item.style_one {
    background: #dbe9ff;
    margin-right: 30px;
    padding: 40px 35px 36px;
    border-radius: 10px;
    transition: .5s;
    display: inline-block;
}
.service_item.style_one .service_img {
    display: inline-block;
}
.service_item.style_one h2.title {
    margin: 16px 0 10px;
    font-size: 26px;
    font-weight: 600;
}
.service_item.style_one p.description {
    transition: .5s;
    margin: 0;
}

/*nav*/
.service-carousel1.style_one button.owl-prev i, .service-carousel1.style_one button.owl-next i {
    display: inline-block;
    position: absolute;
    right: 100px;
    top: -128px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border: 1px solid #dbe9ff;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 700;
    background: rgba(255,255,255,0.5019607843137255);
    color: #0c5adb;
}
.service-carousel1.style_one button.owl-next i {
    right: 31px;
}
.service-carousel1.style_one button.owl-prev i:hover,
.service-carousel1.style_one button.owl-next i:hover{
    border-color:#0b59db;
    background:#0b59db;
    color:#fff;
}

/*case study style12*/

.single_case_study.style12 {
    border-radius: 10px;
    background-color: rgba(239, 245, 250, 0.07058823529411765);
    max-width: 375px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    margin: 30px 0px 30px 0;
}
.single_case_study.style12:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 10px;
    background-image: linear-gradient(119deg, #3513f9 0%, #1a90ff 100%);
    transition: 0.5s;
    opacity: 0;
}
.single_case_study.style12 .image-thumb {
    position: relative;
    left: -22px;
}
.single_case_study.style12:hover:before{
    opacity: 1;
}
.single_case_study.style12 span.category-item {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    border-radius: 30px;
    background-color: rgba(239, 245, 250, 0.07058823529411765);
    padding: 7px 20px;
}
.single_case_study.style12 h2.title a {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    margin: 15px 0 20px;
}
.single_case_study.style12 h2.title {
    line-height: 30px;
    margin: 12px 0 18px;
}
.single_case_study.style12 .cases-study-contents {
    padding: 35px 37px 23px;
}

.single_case_study.style12 .case-study-buttons a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    transition: .5s;
}
.single_case_study.style12 .case-study-buttons a i{
  display: inline-block;
    margin-left: 10px;
    transform: rotate(-45deg);
    transition: 0.5s;  
}

/*owl dots*/

.case-study.style12 .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 11px;
    height: 11px;
    border-radius: 6px;
    background-color: rgba(239,245,250,0);
    border: 2px solid rgba(255,255,255,0.2);
}
.case-study.style12 .owl-dot span{
    display: none;
}
.case-study.style12 .owl-dot.active {
    width: 13px;
    height: 13px;
    line-height: 13px;
    border-radius: 7px;
    background: #1f79fe;
    position: relative;
}
.case-study.style12 .owl-dot.active::before {
    position: absolute;
    content: '';
    width: 21px;
    height: 21px;
    border-radius: 11px;
    background-color: rgba(239,245,250,0);
    border: 2px solid #1f79fe;
    top: -6px;
    left: -6px;
}

/* dreamit list icon */

ul.item-list.style1 {
    display: flex;
    justify-content: center;
}
ul.item-list.style1 li {
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border: 1px solid #6766FF;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    padding: 5px 24px;
    margin-bottom: 0;
    gap: 10px;
}
ul.item-list.style1 li i{
    display: inline-block;
    color: #6766FF;
    position: relative;
    top: 4px;
}

/*list icon box*/

.list_box {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.09) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(360deg, rgba(255, 255, 255, 0.15) 0%, rgba(103, 102, 255, 0.35) 100%);
    border: 1px solid rgba(92, 91, 229, 0.3);
    border-radius: 20px;
    padding: 50px 40px 40px;
    position: relative;
    margin-left: 54px;
}
ul.item-list.style2 {
    border: 1px solid rgba(92, 91, 229, 0.3);
    border-radius: 20px;
    padding: 30px 25px 25px;
    background: #1f1a36;
}
ul.item-list.style2 h3.title {
    margin: 0 0 36px;
    display: flex;
    justify-content: center;
}
ul.item-list.style2 li {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(276.13deg, rgba(255, 255, 255, 0.05) 24.11%, rgba(103, 102, 255, 0.3) 64.12%);
    border: 1px solid rgba(92, 91, 229, 0.3);
    border-radius: 10px;
    padding: 24px 24px;
    margin-bottom: 22px;
    list-style: none;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
}
ul.item-list.style2 li i{
    color: #6766FF;
}
ul.item-list.style2 li span{
    display: inline-block;
    float: right;
    background: #6766ff;
    border-radius: 10px;
    padding: 3px 25px;
    font-size: 17px!important;
}
ul.item-list.style2 li:nth-child(3) i{
    color: #FF4D4D;
}
ul.item-list.style2 li:nth-child(4) i {
    color: #3CB773;
}
ul.item-list.style2 li:nth-child(5) i {
    color: #FF962D;
}
ul.item-list.style2 li:nth-child(3) span{
    background: #FF4D4D;
}
ul.item-list.style2 li:nth-child(4) span {
    background: #3CB773;
}
ul.item-list.style2 li:nth-child(5) span {
    background: #FF962D;
}

/*dreamit style three*/

ul.item-list.style3 li {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    padding: 5px 24px;
    margin-bottom: 25px;
    position: relative;
}
ul.item-list.style3 li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 1.5px solid transparent;
    background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
ul.item-list.style3 li i{
    color: #6766ff;
    margin-right: 5px;
    font-size: 15px;
}
.agency-banner ul.item-list.style3 li .icon {
    float: left;
    margin-right: 8px;
}

/*dramit list style four*/


ul.item-list.style4 li {
    font-weight: 600;
    font-size: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 50px;
    position: relative;
    transition: 0.5s;
    padding: 16px 45px;
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    color: #fff;
}
ul.item-list.style4 li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    border: 1.5px solid transparent;
    background: linear-gradient(136.7deg, rgba(255, 255, 255, 0.8) 6.8%, rgba(103, 102, 255, 0.6) 18.42%, rgba(103, 102, 255, 0.6) 83.88%, rgba(255, 255, 255, 0.8) 92.96%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

ul.item-list.style4 li:hover:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 40px;
    padding: 1.3px;
    background: conic-gradient(from var(--r), #2C0A4B, #6766FF);
    z-index: 2;
    animation: spin 6s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/*style five*/
ul.item-list.style5 li {
    display: inline-block;
    margin: 0 4px;
}
ul.item-list.style5 li a {
    display: inline-block;
    color: var(--theme-color-white);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    transition: 0.5s;
    position: relative;
    z-index: 22;
}
ul.item-list.style5 li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1.5px solid transparent;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 11.41%, rgba(103, 102, 255, 0.3) 21.67%, rgba(103, 102, 255, 0.3) 79.49%, rgba(255, 255, 255, 0.6) 87.5%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
ul.item-list.style5 li a::after{
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background: #6766ff!important;
    transition: all 300ms ease;
}
ul.item-list.style5 li a:hover::after{
    transform: scale(1)!important;
}
ul.item-list.style5 li a:hover{
    color:#fff;
}

/*list style six*/

ul.item-list.style6 li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Rajdhani;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
    border-bottom: 1px solid#3B354F;
    padding-bottom: 15px;
    padding-top: 10px;
}
ul.item-list.style6 li img{
    position:relative;
    top:3px;
}
ul.item-list.style6 li:last-child{
    border:none;
    margin:0;
}
ul.item-list.style6 li span{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Nunito;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    opacity:0.6;
}

.sass-list ul.item-list.style10 {
    background: #2B2637;
    border: 1px solid #FFFFFF1F;
}
/*list style seven*/

.item_list.style10 {
    display: flex;
    justify-content: center;
}
ul.item-list.style7 li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-family: Nunito;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    opacity: 0.8;
    gap: 10px;
}
ul.item-list.style7 li img{
    position:relative;
    top:4px;
}

/*itel list style11*/

ul.item-list.style10 {
    display: inline-block;
    justify-content: center;
    background: #FFFFFF80;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    align-items: center;
    padding: 6px 28px 5px 6px;
}
ul.item-list.style10 li {
    display: flex;
    align-items: center;
    gap: 13px;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #141414;
}
ul.item-list.style10 .img-icon {
    line-height: 0;
}

/*item list*/
ul.item-list.style11 li {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 15px 31px 15px 15px;
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    gap: 15px;
    color: #141414;
    box-shadow: 0px 10px 100px 0px #1414140D;
}
ul.item-list.style11 .img-icon {
    line-height: 0;
}

/*Item list style 12*/

.item_list.style12 {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.item-list.style12 {
    border: 1px solid #FFFFFF1A;
    display: flex;
    background: #FFFFFF0D;
    padding: 5px 18px;
    border-radius: 10px;
}
ul.item-list.style12 .icon {
    float: left;
}
ul.item-list.style12 .icon i {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}
ul.item-list.style12 li {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    list-style: none;
}

/*dreamit list style 13*/

ul.item-list.style13 li {
    font-family: Inter;
    font-weight: 500;
    font-size: 36px;
    color: #141414;
    list-style: none;
}
ul.item-list.style14 {
    display: flex;
}

ul.item-list.style13 li span {
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    background: #F3EEFF;
    border-radius: 5px;
    padding: 2px 16px;
    float: right;
}

/*item style 14*/

ul.item-list.style14 li {
    list-style: none;
    margin-right: 28px;
    font-family: Inter;
    font-weight: 600;
}
ul.item-list.style14 li .icon {
    float: left;
    margin-right: 9px;
    font-size: 18px;
}

/*item list style 17*/

ul.item-list.style17 li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    color:#fff;
}


/*item list*/

ul.item-list.style18 li {
    display: flex;
    justify-content: space-between;
    font-family: Inter;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
}
ul.item-list.style18 li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    background: linear-gradient(180deg, rgba(214, 239, 55, 0.02) 0%, rgba(214, 239, 55, 0.2) 50%, rgba(214, 239, 55, 0.02) 100%);
    border-radius: 100%;
    line-height: 40px;
    border: 1px solid;
    position: relative;
    font-size: 17px;
    transform: rotate(-45deg);
}
ul.item-list.style18 li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 1.5px solid transparent;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.1) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}


/*neural-footer*/

.neural-footer ul.item-list.style5 li a::after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%)!important;
    transition: all 300ms ease;
}
.neural-mail .mc4wp-form-fields button {
    right: 3%;
    background: linear-gradient(90deg, #3F58FF 0%, #31B0FF 100%);
}
.neural-mail .mc4wp-form-fields input[type="email"] {
    height: 60px;
    padding: 0 39px;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF1A;
    backdrop-filter: blur(20px);
}

/*neural-mail two*/

.neural-mail.two .mc4wp-form-fields button {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}



/*
==================
Tab
==================
*/
.filter-tab #tabs {
    margin: 0 0 21px;
    list-style: none;
    display: block;
    text-align: left;
}
.filter-tab .container{
    max-width:1320px;
    padding:0 10px;
    margin:auto;
}
.filter-tab .tab_content h1 {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 16px;
}
.filter-tab ul.features {
    margin-top: 26px;
}
.filter-tab .row.alignment {
    display: flex!important;
    align-items: center!important;
}
.filter-tab ul li {
    display: inline-block;
    position: relative;
    border-radius: 10px;
    margin-bottom: 15px;
    text-align: left;
    height: 100%;
}
.filter-tab ul li:last-child{
    margin-right:0px;
}
.filter-tab tab_thumb {
    position: relative;
    z-index: 1;
}
.filter-tab .tab_thumb img{
    width:100%;
}
.filter-tab #tabs li a img {
    max-height: 150px;
    max-width: 150px;
    object-fit: cover;
    filter: brightness(0)invert(1);
    margin-bottom: 20px;
}
.filter-tab #tabs li {
    position: relative;
    width: 33%;
}
.filter-tab .icon {
    display: inline-block;
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 103px;
    background: #6766FF;
    border-radius: 100%;
}
.filter-tab .image {
    flex-shrink: 0;
}

.filter-tab #tabs li a.inactive:before{
    display: none!important;
}

.filter-tab #tabs h5.text {
    position: inherit;
    color: #152b63;
    font-weight: 500;
    text-align: left;
    font-size: 17px;
}
.filter-tab #tabs li a h5.text {
    color: #fff;
    position: relative;
    z-index: 22;
}
.filter-tab #tabs li a.inactive h5.text {
    color: #151515;
}
.filter-tab #tabs li a.inactive img {
    filter: brightness(0)invert(1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.filter-tab #tabs a {
    cursor: pointer;
    padding: 0 7px;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    line-height: 0;
    outline: none;
    padding: 26px 39px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    color: var(--theme-color-white);
    font-family: var(--title-font);
    border-radius: 45px;
    font-weight: 500;
    font-size: 18px;
    margin-right: 15px;
    width: 98%;
    border: 1.5px solid #6766ff;
}
.filter-tab #tabs li a.inactive {
    background: transparent!important;
    outline: none;
    position: relative;
    color: #1e1e1e;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
}
.filter-tab #tabs li:before a.inactive {
    background: #fff;
    outline: none;
    position: relative;
}

.filter-tab #tabs li a:hover,
.filter-tab #tabs li a.inactive:hover {
    color: #5685bc;
    outline:none;
}
.filter-tab .row.tab_two {
    background: #fff;
    margin: 0 13px;
    position: relative;
    z-index: 1;
}
.filter-tab .text {
    text-align: left;
    color: var(--theme-color3);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
}
.filter-tab .text p {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    width: 71%;
    margin-bottom: 28px;
}
.filter-tab .tab_content {
    padding: 0 25px 0;
    text-align: left;
}
.filter-tab .tab_content p {
    line-height: 30px;
}
.filter-tab h3.title_text {
    padding: 0px 0 19px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 24px;
    color: #1e1e1e;
    font-weight: 500;
    margin-top: 0;
}
.filter-tab h3.title_text:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 7px;
    width: 30px;
    height: 1px;
    background: #1e1e1e;
    transition: 0.5s;
}
.filter-tab h3.title {
    color: #fff;
    margin: 30px 0 15px;
}
.filter-tab ul.features li {
    display: block;
    position: relative;
    border-radius: 0px;
    margin-bottom: 15px;
    text-align: left;
    height: 100%;
}
.filter-tab .tab_btn {
    display: inline-block;
    position: relative;
    z-index: 22;
    margin-top: 46px;
}
.filter-tab a.tab_button {
    display: inline-block;
    color: #ffffff;
    position: relative;
    background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
    border-radius: 36px;
    padding: 12px 38px;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
}
.filter-tab a.tab_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 36px;
    border: 1.5px solid transparent;
    background: linear-gradient(136.7deg, rgba(255, 255, 255, 0.3) 6.8%, rgba(103, 102, 255, 0.2) 23.17%, rgba(103, 102, 255, 0.2) 80.03%, rgba(255, 255, 255, 0.3) 92.96%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.filter-tab a.tab_button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: #6766ff;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.filter-tab a.tab_button:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.filter-tab a.tab_button i {
    display: inline-block;
    margin-left: 10px;
}


.filter-tab .single_tab {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 29px 27px 20px;
    border-radius: 30px;
    border: 1px solid#2A266E;
    z-index: 2;
}
.filter-tab .single_tab:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2025/11/Bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    z-index: -1;
}

.filter-tab .single_tab:hover:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1.3px;
    background: conic-gradient(from var(--r), #2C0A4B, #6766FF);
    z-index: 2;
    animation: spin 6s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.filter-tab #tabs li a h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}
.filter-tab #tabs li a h3 span {
    position: relative;
    color: #6766FF;
    margin-right: 55px;
}
.filter-tab #tabs li a h3 span:before {
    position: absolute;
    content: "";
    left: 33px;
    height: 17px;
    width: 40px;
    background: url('https://wp.ditsolution.net/intellio/wp-content/uploads/2025/11/Line-35-1.png');
    background-repeat: no-repeat;
    top: 10px;
}
.filter-tab #tabs li a p{
    color: #fff;
}
.filter-tab #tabs li a.inactive p{
    color: #828fa0;
}

.filter-tab #tabs li a.inactive h3 {
    color: #B7B6BE;
}

.filter-tab .content {
    padding-top: 12px;
    text-align: left;
}
.filter-tab .content .title{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.filter-tab .content h1, .filter-tab .content h2 {
    margin-left: 0;
    color: #062461;
    line-height: 40px;
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 20px;
}
.filter-tab .content .text h3 {
    font-size: 36px;
    font-weight: 600;
    margin: 32px 0 15px;
}
.filter-tab .text .tab_content p.description {
    margin-top: 20px;
}
.filter-tab .content .text p {
    margin: 0px 0 32px;
    color: #fff;
    font-size: 18px;
    opacity: 0.6;
}
.filter-tab .tabs_content {
    padding-left: 30px;
}
.filter-tab .content .text ul{
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.filter-tab .content .text ul li{
    position: relative;
    color: #828fa0;
    font-size: 16px;
    padding-left: 25px;
    margin-right: 30px;
}
.filter-tab .content .text ul li:last-child{
    margin-right: 0;
}
.filter-tab .content .text ul li::before{
    content: '\f058';
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    color: #533efe;
}

/*
==========
Brand
==========
*/


.brand-item {
    background: #FFFFFF1A;
    padding: 62px 28px;
    margin-right: 20px;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    transition: .5s;
    height:160px;
}


.brand.style2 .brand-item img {
    width: inherit !important;
    transition: .5s;
    height:31px;
    object-fit:cover;
}
.brand-item img {
     width: inherit !important;
}

/*brand style 5*/

.brand.style5 .brand-item {
    padding: 29px;
    margin-right: 14px;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    transition: .5s;
    height: inherit;
    background: #F8F5FF;
    height: 96px;
    width: 96px;
}




/*
==============
Video Box
==============
*/

.single-video {
	position: relative;
	text-align: center;
}

.single-video h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	padding-top: 26px;
	text-transform: capitalize;
	display: inline-block;
	margin-left: 25px;
}
.video-icon a {
	text-align: center;
	display: inline-block;
	position:relative;
	z-index:99;
}
.single-video.style-one .video-icon a, .single-video.style-two .video-icon a {
    background: #0c5adb;
    height: 75px;
    width: 75px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 75px;
    color: #fff;
    font-size: 20px;
    position: relative;
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: .5s;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 600;
}
.single-video.style-three .em-video-image img {
    border-radius: 10px;
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.v-overlay .video-icon a i {
	border: 0px solid #fff;
	font-size: 30px;
}
.single-video.style-three .video-icon a i {
    font-size: 27px !important;
    color: #fff!important;
}
/* Style One */
.single-video.style-one .video-icon,
.single-video.style-three .video-icon {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
}

@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}

/* Style Three */
.single-video .layer-1 img, .single-video .layer-2 img, .single-video .layer-3 img, .single-video .layer-4 img {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}
@keyframes alltuchtopdown{
	0%{
		-webkit-transform:rotateX(0deg) translateY(0px);
		-ms-transform:rotateX(0deg) translateY(0px);
		transform:rotateX(0deg) translateY(0px)
	}
	50%{
		-webkit-transform:rotateX(0deg) translateY(-20px);
		-ms-transform:rotateX(0deg) translateY(-20px);
		transform:rotateX(0deg) translateY(-20px)
	}
	100%{
		-webkit-transform:rotateX(0deg) translateY(0px);
		-ms-transform:rotateX(0deg) translateY(0px);
		transform:rotateX(0deg) translateY(0px)
	}
}

.single-video.style-three .video-icon a {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: none;
}

.single-video.style-three .video-icon a i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    font-size: 26px;
    position: relative;
    background: #6766FF;
    opacity: 0;
    transition: .5s;
}
.single-video.style-three .video-icon a i {
    font-size: 27px !important;
    color: #fff!important;
}
.single-video.style-three:hover .video-icon a i{
    opacity:1;
}


/*left bounce animation*/

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes MOVIE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/**/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}
/*style five*/

.single-video.style-5 .video-icon a {
    width: 121px;
    height: 121px;
    border-radius: 61px;
    border: 1px solid;
    line-height: 121px;
    font-size: 26px;
    position: relative;
    z-index:1;
}
.single-video.style-5 .video-icon a:after {
    position: absolute;
    content: "";
    top: 14px;
    left: 14px;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    background-image: linear-gradient(90deg, #3513f9 0%, #1a90ff 100%);
    z-index: -1;
}

/*video style six*/

.single-video.style-7 .choose-video-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.single-video.style-7 .video-icon a {
    display: inline-block;
    height: 54px;
    width: 54px;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
    background: linear-gradient(90deg, #3F58FF 0%, #31B0FF 100%);
    font-size: 18px;
}
.single-video.style-7 .video-icon a i {
    font-size: 19px!important;
    color: #fff!important;
    line-height: 20px;
}

.single-video.style-7 .choose-video-icon h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    margin:0;
}


/* start skilss*/
.skills {
    position: relative;
    margin-bottom: 25px;
}
.skills .skill-item {
    position: relative;
    margin-bottom: 37px;
}
.skills .skill-item:last-child {
    margin-bottom: 37px;
}
.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 0px;
}
.skills .skill-item .skill-header .skill-title {
    color: #060E2D;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: Inter;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    z-index: 22;
    padding: 0 21px;
}
.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
}
.skills .skill-item .skill-bar .bar-inner .bar {
    left: 0px;
    position: absolute;
    top: 0px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    height: 10px;
    border-radius: 5px;
    background-color: #0c6e6d;
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    bottom: 100%;
    color: #686868;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    right: 18px;
    top: 12px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: -56px;
    height: 56px;
    width: 0px;
    -webkit-transition: all 3000ms 
ease;
    transition: all 3000ms 
ease;
    border-radius: 10px;
    background-color: #fff;
}

.skills .skill-item .bar.progress-line {
    position: relative;
}
.skills .count-box.counted {
    color: #060F2D;
}


/*style two*/

.single_skill.style2 .skills .skill-item .skill-bar {
    border-radius: 5px;
    position: relative;
    background: #CBDFFA;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background-color: rgba(12,110,109,0.14901960784313725);
}
.single_skill.style2 .skills .skill-item .skill-bar .bar-inner .bar {
    left: 0px;
    position: absolute;
    top: 0;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    height: 3px;
    border-radius: 5px;
    height: 8px;
    border-radius: 4px;
    background-image: linear-gradient(90deg, #3513f9 0%, #1a90ff 100%);
}
.single_skill.style2 .skills .bar.progress-line:before {
    display:none;
}
.single_skill.style2 .skills .skill-item .skill-header .skill-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 26px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
}
.single_skill.style2 .skills .skill-item:last-child {
    margin-bottom: 30px;
}
.single_skill.style2 .skills .skill-item .skill-bar .bar-inner .skill-percentage {
    bottom: 100%;
    position: absolute;
    right: 0;
    font-size: 20px;
    line-height: 26px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
}

/*skills style three*/

.single_skill.style2.style3 .skills{
    position: relative;
    margin-bottom: 18px;
}
.single_skill.style2.style3 .skills .skill-item .skill-header .skill-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
    padding: 0 0 0 27px;
}
.single_skill.style2.style3 .skills .skill-item .skill-bar .bar-inner .bar {
    left: 0px;
    position: absolute;
    top: -51px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    height: 50px;
    border-radius: 5px;
    background-color: #0c59d7;
    border-radius: 4px;
    background-image: linear-gradient(90deg, #e1dff8 0%, #dfe9f9 100%);
    z-index: -1;
}
.single_skill.style2.style3 .skills .skill-item .skill-bar .bar-inner .skill-percentage {
    bottom: 23%;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    right: 18px;
    color: #1f7afe;
    font-family: "Rajdhani";
}
.single_skill.style2.style3 .skills .skill-item .skill-bar {
    border-radius: 5px;
    position: relative;
    background: transparent;
    width: 100%;
    height: 0;
    border-radius: 5px;
    background-color: transparent;
}
.single_skill.style2.style3 .skills .bar.progress-line:before {
    display: none;
}
.single_skill.style2.style3 .skill-item:last-child {
    margin-bottom: 11px;
}


/*
==============
Pricing Table
==============
*/
.pricing.style1 {
    background: linear-gradient(180deg, #0B0523 0%, #211B39 100%);
    position: relative;
    padding: 40px 36px 34px 36px;
    border-radius: 30px;
    transition: 0.5s;
    overflow: hidden;
}

.pricing.style1 .pricing-head {
    display: flex;
    align-items: center;
}
.pricing.style1 .pricing_img {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 104px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
    position: relative;
    margin-right: 22px;
}
.pricing.style1 .pricing_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1.5px solid transparent;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 11.41%, rgba(103, 102, 255, 0.3) 21.67%, rgba(103, 102, 255, 0.3) 79.49%, rgba(255, 255, 255, 0.6) 87.5%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.pricing.style1 h4.title {
    font-weight: 500;
    font-size: 28px;
    margin: 0;
    color: #fff;
}
.pricing.style1 .price-item span {
    font-weight: 600;
    font-size: 48px;
    margin-right: 12px;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    margin-top: 41px;
    display: inline-block;
}
.pricing.style1 p.description {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 12px;
}
.pricing.style1 a.pricing-button.singinp {
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 46px;
    width: 100%;
    padding: 15px 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    display: block;
}
.pricing.style1 a.pricing-button.singinp i{
    margin-left: 6px;
}
.pricing.style1 a.pricing-button.singinp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 46px;
    border: 1.5px solid transparent;
    background: linear-gradient(136.7deg, rgba(255, 255, 255, 0.3) 6.8%, rgba(103, 102, 255, 0.2) 23.17%, rgba(103, 102, 255, 0.2) 80.03%, rgba(255, 255, 255, 0.3) 92.96%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.pricing.style1 a.pricing-button.singinp::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    border-radius: 46px;
    background: #6766ff;
    opacity: 0;
    transition: 0.5s;
}
.pricing.style1:hover a.pricing-button.singinp::after {
    opacity: 1;
    width: 100%;
    left: 0;
}
.pricing.style1 h3.pricing-title {
    font-weight: 500;
    font-size: 22px;
    margin: 34px 0 24px;
    color: #fff;
}
.pricing.style1 .pricing-body ul li {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
    list-style: none;
}
.pricing.style1 .pricing-body ul li i{
    font-size: 12px;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
    border-radius: 24px;
    position: relative;
    text-align: center;
    margin-right: 10px;
    z-index: 1;
    color: #6766ff;
}
.pricing.style1 .pricing-body ul li i::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1.5px solid transparent;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 11.41%, rgba(103, 102, 255, 0.3) 21.67%, rgba(103, 102, 255, 0.3) 79.49%, rgba(255, 255, 255, 0.6) 87.5%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.pricing.style1 .service-shape {
    position: absolute;
    top: 0;
    left: 0;
}
.pricing.style1 .price-title {
    position: absolute;
    right: 30px;
    top: -49px;
    transition: .5s;
}
.pricing.style1:hover .price-title{
    top:12px;
}
.pricing.style1 h5.title {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    font-size: 14px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 80%);
    border-radius: 24px;
    padding: 6px 22px;
    position: relative;
    display: inline-block;
    float: right;
    transition: 0.5s;
    cursor: pointer;
    opacity: 1;
}
.pricing.style1 h5.title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    border: 1.5px solid transparent;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 11.41%, rgba(103, 102, 255, 0.2) 21.67%, rgba(103, 102, 255, 0.2) 79.49%, rgba(255, 255, 255, 0.4) 87.5%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.sidebar-right {
    display: block !important;
    width: 100%;
}

/*pricing style two*/
.pricing.style1.style-two {
    position: relative;
    padding: 50px 72px 50px;
    background-color: #fff;
    border-radius: 10px;
    text-align: left;
    border:3px solid transparent;
    transition:.5s;
}
.pricing.style1.style-two.active,
.pricing.style1.style-two:hover{
    border-color:#0c5adb;
}
.pricing.style1.style-two .price-item {
    display: block;
    position: relative;
    right: inherit;
    top: inherit;
    padding: 35px 0 40px;
}
.pricing.style1.style-two .price-item .month {
    color: #686868;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Rajdhani';
}
.pricing.style1.style-two .price-item .currency {
    color: #686868;
    font-size: 21px;
    font-weight: 500;
    position: relative;
    top: -19px;
}

.pricing.style1.style-two .pricing-body {
    padding: 0 0;
}
.pricing.style1.style-two .pricing-title {
    font-size: 19px;
    font-weight: 600;
    position: relative;
    margin: 0;
    background: #E6EEFB;
    display: inline-block;
    padding: 11px 30px;
    border-radius: 5px;
    transition: .5s;
    text-transform: uppercase;
}
.pricing.style1.style-two .pricing-title:before {
    display:none;
}
.pricing.style1.style-two .pricing-button {
    padding: 12px 30px;
    background-color: #0c5adb;
    font-family: 'Rajdhani';
    font-size: 18px;
    color: #fff;
    border:2px solid transparent;
}
.pricing.style1.style-two.active .pricing-button,
.pricing.style1.style-two:hover .pricing-button{
    border-color:#0c5adb;
    background:transparent;
    color:#0c5adb;
}

/*pricing style three*/

.pricing.style-three {
    border-radius: 30px;
    display: flex;
    padding: 31px 32px 19px;
    gap: 80px;
    transition: .5s;
    border: 1px solid #3A354E;
}
.pricing.style-three:hover{
    border-color:#6766FF;
}
.pricing.style-three h5.title {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 23px;
}
.pricing.style-three .price-item span {
    font-family: Rajdhani;
    font-weight: 600;
    font-size: 48px;
    color: #fff;
}
.pricing.style-three p.description {
    color: #fff;
    margin: 8px 0 34px;
    opacity: 0.6;
}
.pricing.style-three a.pricing-button {
    list-style: none;
    color: #fff;
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 20px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 80%);
    border-radius: 24px;
    padding: 12px 53px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 7px;
    cursor: pointer;
}
.pricing.style-three a.pricing-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    border: 1.5px solid transparent;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 11.41%, rgba(103, 102, 255, 0.2) 21.67%, rgba(103, 102, 255, 0.2) 79.49%, rgba(255, 255, 255, 0.4) 87.5%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.pricing.style-three a.pricing-button i{
    margin-left:6px;
}
.pricing.style-three a.pricing-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: #fff;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.pricing.style-three:hover a.pricing-button::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.pricing.style-three:hover  a.pricing-button{
    color:#6766FF;
}

.pricing.style-three h3.pricing-title {
    color: #fff;
    font-size: 22px;
    margin: 0 0 22px;
    font-size: 500;
}
.pricing.style-three ul.features li {
    list-style: none;
    color: #ABA9BA;
    margin-bottom: 4px;
}
.pricing.style-three ul.features li img{
  position:relative;
  top:6px;
  margin-right:6px;
}


/*pricing style four*/


.pricing.style-four {
    text-align: left;
    border-radius: 24px;
    padding: 36px 38px 33px;
    position: relative;
    transition: 0.5s;
    margin-bottom: 20px;
    overflow: hidden;
    background: #120C2A;
}
.pricing.style-four::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    border: 1.5px solid transparent;
    background: linear-gradient(90.32deg, rgba(255, 255, 255, 0.1) 20.17%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 79.83%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.pricing.style-four:after {
    position: absolute;
    content: "";
    height: 1px;
    top: 128px;
    left: 0;
    width: 100%;
    background: linear-gradient(90.32deg, rgba(255, 255, 255, 0.1) 20.17%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 79.83%);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: 2;
}
.pricing.style-four h5.title {
    margin: 0 0 7px;
}
.pricing.style-four .pricing-body {
    margin-top: 72px;
}
.pricing.style-four ul.features {
    margin-top: 20px;
}
.pricing.style-four ul.features li {
    list-style: none;
    margin-bottom: 8px;
}
.pricing.style-four ul.features li img{
    position:relative;
    top:6px;
    margin-right:5px;
}

.pricing.style-four a.pricing-button.singinp {
    display: inline-block;
    padding: 11px 10px 11px 30px;
    background: #6766FF;
    color: #fff;
    border-radius: 30px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    z-index: 1;
    margin-top: 58px;
    overflow: hidden;
}
.pricing.style-four a.pricing-button.singinp:hover{
    color:#6766FF;
}
.pricing.style-four a.pricing-button.singinp::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: #fff;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.pricing.style-four a.pricing-button.singinp:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.pricing.style-four a.pricing-button.singinp i {
    display: inline-block;
    background: #FFFFFF;
    height: 31px;
    width: 31px;
    line-height: 31px;
    border-radius: 100%;
    color: #6766FF;
    text-align: center;
    font-size: 12px;
    transition: .5s;
    margin-left:6px;
}

/*pricing style five*/


.pricing.style-five {
    text-align: left;
    border-radius: 24px;
    padding: 32px 38px 33px;
    position: relative;
    transition: 0.5s;
    margin-bottom: 20px;
    overflow: hidden;
    background: #120C2A;
    z-index:2;
}
.pricing.style-five::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    border: 1.5px solid transparent;
    background: linear-gradient(90.32deg, rgba(255, 255, 255, 0.1) 20.17%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 79.83%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.pricing.style-five::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: #6766FF;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.pricing.style-five:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.pricing.style-five h5.title {
    margin: 0 0 32px;
}

.pricing.style-five h4.title {
    display: inline-block;
    border: 1px solid #FFFFFF33;
    border-radius: 30px;
    padding: 6px 16px;
    transition: .5s;
    color: #fff;
}
.pricing.style-five h3.pricing-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 30px;
    margin: 0;
    position: absolute;
    right: 36px;
    top: 36%;
    color: #6760FF;
    transition: .5s;
}

.pricing.style-five:hover h3.pricing-title{
    color:#fff;
}


/*priching*/
 .container{
    padding:0 10px;
    margin:auto;
}
.pricing_single_items.style_one {
    position: relative;
    z-index: 1;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: left;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    padding: 0px 37px 42px;
    transition: 0.5s;
    overflow: hidden;
}
.pricing_single_items.style_one.frist{
    margin-top: 100px;
}
.pricing-plant .pricing_single_items.style_one {
    background: linear-gradient(-25deg, #181b1b 0%, #181b1b 59%, #394047 95%);
}
.pricing_single_items.style_one.active_box{
    border-color:#6766ff;
}
.pricing_single_items.style_one.active_box::before {
    position: absolute;
    content: "";
    height: 117px;
    width: 100%;
    background: #6766ff;
    border-radius: 30px 30px 0 0;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}
.pricing_single_items.style_one .top_content {
    text-align: center;
    padding: 38px 0 44px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
}
.pricing_single_items.style_one::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    border:1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px 30px 0 0;
    left: 0;
    top: 117px;
    z-index: -1;
    transition: 0.5s;
}
.pricing_single_items.style_one:hover:after{
    border-color:#6766ff;
}
.pricing_single_items.style_one::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    background: #6766ff;
    border-radius: 30px 30px 0 0;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}
.pricing_single_items.style_one:hover:before{
    height: 117px;
}
.pricing_single_items.style_one .icon_img {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 5px;
}
.pricing_single_items.style_one h4.sub-title {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 22px 0 23px;
}
.pricing_single_items.style_one .icon_img i {
    font-size: 36px;
    color: #fff;
}

.pricing_single_items.style_one:hover .icon_img {
    animation: gelatine 0.6s;
}

.pricing_area.style_one .tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}
.pricing_area.style_one .tabs {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #F6F4F5;
    padding: 5px 9px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.pricing_area.style_one .tabs li {
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.pricing_area.style_one .tabs li a {
    outline: none;
    padding: 2px 18px;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    color: #062462;
    font-weight: 500;
    display: inline-block;
    border-radius: 20px;
}
.pricing_area.style_one .tabs_item {
    display: none;
    padding: 45px 0;
}
.pricing_area.style_one .tabs_item:first-child {
    display: block;
}
.pricing_area.style_one li.current a {
    background: #d9232b!important;
    color: #fff;
}
.pricing_area.style_one ul.features {
    padding: 16px 0px 0px;
}
.pricing_area.style_one ul.features li img {
    margin-right: 7px;
}
.pricing_area.style_one span.basic {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    margin-bottom: 2px;
    display: inline-block;
}
.pricing_area.style_one span.curencyp {
    display: inline-block;
    font-size: 40px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    position: relative;
    top: -14px;
}
.pricing_area.style_one span.tk {
    font-size: 70px;
    line-height: 66px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    display: inline-block;
}
.pricing_area.style_one span.bootmp {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.pricing_area.style_one .pricing-toggle span {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.pricing_area.style_one ul.features li {
    list-style: none;
    margin: 0 0 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
}
.pricing_area.style_one ul.features li img{
    position: relative;
    top: 3px;
}
.pricing_area.style_one h3.pricing-plan {
    font-weight: 600;
    font-size: 24px;
    margin: 19px 0 6px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 25px;
    transition: .5s;
}
.pricing_area.style_one.active_box h3.pricing-plan{
    border-color: #6766ff ;
} 
.pricing_single_items.style_one:hover h3.pricing-plan{
    border-color: #6766ff;
}
.pricing_single_items.style_one:hover{
    border-color: #6766ff; 
}
.pricing_area.style_one a.pricing-button {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    font-family: "Rajdhani";
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    padding: 10px 35px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    margin-top: 34px;
}
.pricing_area.style_one a.pricing-button i{
    margin-left: 6px;
}
.pricing_area.style_one a.pricing-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    border: 1.5px solid transparent;
    background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.pricing_area.style_one a.pricing-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background:#6766ff;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.pricing_single_items.style_one:hover a.pricing-button::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.pricing_area.style_one .switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 28px;
    border-radius: 14px;
    background-color: #ffffff;
    border: 1px solid #2756fd;
    top: 0;
}
.pricing_area.style_one .pricing_single_items.style_one.active_box a.pricing-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%!important;
    height: 106%!important;
    background: #6766ff;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    transform: skew(0deg);
}
.pricing_area.style_one .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.pricing_area.style_one .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    border-radius: 10px;
}
.pricing_area.style_one .slider:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 0px;
    bottom: -1px;
    transition: 0.4s;
    border-radius: 50%;
    background: #6766FF;
}
 input:checked + .slider {
    background-color: #fff;
}
 input:checked + .slider:before {
    transform: translateX(26px);
    background-color:#da242b;
}


/*style two*/

.style-two .pricing-toggle {
    float: right;
    position: relative;
    top: -93px;
    z-index: 22;
}
.style-two .pricing_single_items.style_one.frist {
    margin-top: 0;
}
.style-two .pricing_area.style_one .tab {
    overflow: inherit;
}




/*pricing plant style two*/
.pricing_single_items.style_one.style_two{
    display: none;
}
.pricing_area.style_one.style_two .pricing_single_items.style_one{
    filter: drop-shadow(0px 20px 25px rgba(221,221,221,0.3));
    background-color: rgba(255,255,255,0.30196078431372547);
    border: 2px solid rgba(255,255,255,0.7);
}
.pricing_area.style_one.style_two .pricing_single_items.style_one:hover{
    border-color:#0C5ADB;
    background: transparent;
}
.pricing_area.style_one.style_two .tabs_item {
    padding: 16px 0;
}
.pricing_area.style_one.style_two .tab {
    position: relative;
    overflow: inherit;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}
.pricing_area.style_one.style_two .pricing-toggle {
    display: flex;
    position: relative;
    text-align: center;
    justify-content: flex-end;
    position: absolute;
    top: 35%;
    padding: 19px 0;
    left: -51%;
}
.pricing_area.style_one.style_two .pricing-toggle-filter {
    background-color: #fff;
}

/*prichinf style 4*/

.pricing_area.style_four .pricing-toggle {
    position: relative;
}
.pricing_area.style_four .pricing-toggle-filter {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -134px;
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF0D;
    border-radius: 40px;
    padding: 22px 24px;
}


.pricing_area.style_four .pricing-toggle span {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.pricing_area.style_four .switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 28px;
    border-radius: 14px;
    background-color: #ffffff;
    border: 1px solid #2756fd;
    top: 0;
}
.pricing_area.style_four .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.pricing_area.style_four .pricing-toggle span {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.pricing_area.style_four .slider:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 0px;
    bottom: -1px;
    transition: 0.4s;
    border-radius: 50%;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
}
.pricing_single_items.style_four {
    background: #FFFFFF1A;
    border-radius: 20px;
    padding: 41px 35px 40px;
    transition: .5s;
    position: relative;
    border:1px solid#FFFFFF1A;
}
.pricing_single_items.style_four:hover {
    border-color: #9E52FF;
    background:transparent;
}

.pricing_single_items.style_four .icon_img {
    height: 70px;
    width: 70px;
    line-height: 93px;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
    text-align: center;
    border-radius: 100%;
    margin-right: 20px;
}
.pricing_single_items.style_four .price_item {
    display: flex;
    align-items: center;
}
.pricing_single_items.style_four span.basic {
    font-family: Inter;
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    margin:0 0 0;
}
.pricing_single_items.style_four span.tk {
    font-family: Inter;
    font-weight: 600;
    font-size: 44px;
    line-height: 56px;
    color: #fff;
    margin: 23px 0 5px;
    display: block;
    text-transform: uppercase;
}
.pricing_single_items.style_four span.monthp {
    display: block;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    opacity: 0.6;
}
.pricing_single_items.style_four a.pricing-button {
    display: block;
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF0D;
    padding: 14px 36px;
    text-align: center;
    border-radius: 30px;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0%;
    color: #fff;
    margin-top: 31px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.pricing_single_items.style_four a.pricing-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background:linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.pricing_single_items.style_four a.pricing-button:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.pricing_single_items.style_four h3.pricing-plan {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    color: #fff;
    margin: 38px 0 28px;
}
.pricing_single_items.style_four ul.features li {
    list-style: none;
    margin-bottom: 12px;
    color: #fff;
    font-family: Inter;
    font-weight: 400;
}
.pricing_single_items.style_four ul.features li:last-child{
    margin:0;
}
.pricing_single_items.style_four ul.features li span {
    list-style: none;
    margin-top: 4px;
    color: #fff;
    opacity: 0.6;
    font-size: 18px;
    font-family: Inter;
    font-weight: 400;
}
.pricing_single_items.style_four ul.features li i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
    color: #fff!important;
    font-size: 10px;
    text-align: center;
    border-radius: 100%;
    margin-right: 8px;
    opacity:1!important;
}

.pricing_single_items.style_four a.pricing-button i{
    margin-left:6px;
}



/*pricing-plant*/
.pricing-plant .pricing_area.style_one span.tk {
    color: #fff;
}
.pricing-plant .pricing_area.style_one span.curencyp {
    color: #fff;
}
.pricing-plant .pricing_area.style_one .pricing-btn.two a {
    background-image: linear-gradient(90deg, #3513f9 0%, #1a90ff 100%);
}
.pricing-plant .pricing_area.style_one h3.pricing-plan {
    color: #fff;
}


/*pricing style five*/

/*prichinf style 4*/

.pricing_area.style_five .pricing-toggle {
    position: relative;
}
.pricing_area.style_five .pricing-toggle-filter {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -109px;
    border: dashed 1px #8851FF;
    background: #FFFFFF0D;
    border-radius: 40px;
    padding: 17px 19px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 21%;
}
.pricing_area.style_five .pricing-toggle span {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.pricing_area.style_five .switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 28px;
    border-radius: 14px;
    background-color: #ffffff;
    border: 1px solid #2756fd;
    top: 0;
}
.pricing_area.style_five .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.pricing_area.style_five .pricing-toggle span {
    font-size: 16px;
    color: #141414;
    font-weight: 500;
}
.pricing_area.style_five .slider:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 0px;
    bottom: -1px;
    transition: 0.4s;
    border-radius: 50%;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
}
.pricing_single_items.style_five {
    background: #FFFFFF1A;
    border-radius: 20px;
    padding: 26px 18px 40px;
    transition: .5s;
    position: relative;
    margin-right: 10px;
}
.pricing_single_items.style_five:hover {
    background:transparent;
}
.pricing_single_items.style_five h4.sub-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 0;
}


.pricing_single_items.style_five .icon_img {
    height: 70px;
    width: 70px;
    line-height: 93px;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
    text-align: center;
    border-radius: 100%;
    margin-right: 20px;
    display: none;
}
.pricing_single_items.style_five .price_item {
    display: flex;
    align-items: center;
}
.pricing_single_items.style_five span.basic {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin: 0 0 0;
    background: #F8F5FF;
    border-radius: 6px;
    padding: 5px 21px;
    color: #8851FF;
    position: absolute;
    right: 32px;
    top: 25px;
}

.pricing_single_items.style_five.active_box.center {
    background: #F8F5FF;
    border-radius: 10px 0px 0px 10px;
    margin: 0;
    padding: 26px 35px 40px;
    border-right: 1px solid#E1DFE7;
}
.pricing_single_items.style_five.active_box.last {
    background: #F8F5FF;
    border-radius: 0px 10px 10px 0px;
    margin: 0;
    padding: 26px 35px 40px;
    overflow: hidden;
}
.pricing_single_items.style_five span.monthp {
    display: inline-block;
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #616161;
}
.pricing_single_items.style_five p.description {
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    margin: 18px 0 25px;
    width: 90%;
}


.pricing_single_items.style_five span.tk,
.pricing_single_items.style_five span.curencyp {
    font-family: Inter;
    font-weight: 600;
    font-size: 40px;
    color: #141414;
}

.pricing_single_items.style_five a.pricing-button {
    display: block;
    border: 1px solid #E7E7E7;
    background: #fff;
    padding: 12px 36px;
    text-align: center;
    border-radius: 10px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0%;
    color: #141414;
    margin-top: 19px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.pricing_single_items.style_five a.pricing-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background:linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.pricing_single_items.style_five a.pricing-button:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.pricing_single_items.style_five a.pricing-button:hover{
    color:#fff;
}
.pricing_single_items.style_five h3.pricing-plan {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #141414;
    margin: 38px 0 20px;
}
.pricing_single_items.style_five ul.features li {
    list-style: none;
    margin-bottom: 8px;
    color: #fff;
    font-family: Inter;
    font-weight: 400;
}
.pricing_single_items.style_five ul.features li:last-child{
    margin:0;
}
.pricing_single_items.style_five ul.features li span {
    list-style: none;
    margin-top: 4px;
    color: #616161;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
}
.pricing_single_items.style_five ul.features li i {
    display: inline-block;
    color: #8851FF;
    font-size: 18px;
    text-align: center;
    border-radius: 100%;
    margin-right: 8px;
    opacity: 1!important;
}

.pricing_single_items.style_five a.pricing-button i{
    margin-left:6px;
}


/*dark price*/

.dark-price .pricing_single_items.style_five.active_box.center {
    border-right: 1px solid#342E43;
}
.dark-price .pricing_single_items.style_five.active_box.last {
    position: relative;
    z-index: 1;
}
.dark-price .pricing_single_items.style_five.active_box.last:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 39%;
    width: 50%;
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/02/Vector-3-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}


/*
================
 Image Carousel
================
*/

.owl_wrapper{
  width: 100vw;
  overflow: hidden;
}
.owl_content{padding-left: 12%;}
.owl_wrapper .owl-item{
  opacity: 0;
  transform: scale(0.6);
  -ms-transform: scale(0.6);
  transition: all .2s;
  -webkit-transform: all .2s;
  z-index: 1;
}
.owl_wrapper .active{opacity: 0.5;}
.owl_wrapper .active.middle_beside{
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  opacity: 0.8;
  margin: 0 -1%;
  z-index: 2;
}
.owl_wrapper .active.middle{
  transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  z-index: 3;
}
.owl_wrapper .active.next_to_mid{margin-left: -1%;}
.owl_wrapper .active.prev_to_mid{margin-right: -1%;}



/*===== Navigation =====*/
.owl_wrapper .prev, .owl_wrapper .next{
  position: absolute;
  top: 100px; left: 100px;
  width: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #777;
  cursor: pointer;
  z-index: 5;
}
.owl_wrapper .next{left: calc(100% - 100px);}
.no_select{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.infos {
    width: 500px;
    text-align: center;
    font-family: 'Roboto', Arial;
    font-size: 14px;
    line-height: 16px;
    margin-top: 50px;
    color: #000;
}
.infos a {
    color: #555;
    text-decoration: none;
}
.infos a:hover {color: #999;}


#carousel {
  position: relative;
  height: 400px;
  overflow: hidden;
}
#carousel div {
  position: absolute;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  opacity: 1;
}
#carousel div img {
  width: 400px;
  transition: width 1s;
}
#carousel div.hideLeft {
  left: 0%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#carousel div.hideLeft img {
  width: 200px;
}
#carousel div.hideRight {
  left: 100%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#carousel div.hideRight img {
  width: 200px;
}
#carousel div.prev {
  z-index: 5;
  left: 30%;
  transform: translateY(50px) translateX(-50%);
}
#carousel div.prev img {
  width: 300px;
}
#carousel div.prevLeftSecond {
  z-index: 4;
  left: 15%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#carousel div.prevLeftSecond img {
  width: 200px;
}
#carousel div.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}
#carousel div.next {
  z-index: 5;
  left: 70%;
  transform: translateY(50px) translateX(-50%);
}
#carousel div.next img {
  width: 300px;
}
#carousel div.nextRightSecond {
  z-index: 4;
  left: 85%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#carousel div.nextRightSecond img {
  width: 200px;
}

/*contact*/
.contact{
    position: relative;
    z-index: 1;
}
.contact:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 147px;
    width: 100%;
    background: #0c5adb;
    z-index: -1;
    border-radius: 3px 3px 0 0;
}
.contact:after {
    position: absolute;
    content: "";
    top: 137px;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(https://intellio.ditsolution.net/wp-content/uploads/2023/05/square-line.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background: #f7f4f4;
    padding-left: 25px;
    padding-top: 20px;
    height: 135px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    border-radius: 30px;
    color: #232323;
    transition: .5s;
}
.buttons input {
    text-align: center;
    background: #6766ff;
    color: #fff;
    border: transparent;
    padding: 12px 35px;
    font-size: 16px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border-radius: 40px;
    font-weight: 500;
}
.buttons input:hover{
    background:#fff;
    color:#6766ff;
}
.form-group input::placeholder {
    color: #6d6d6d!important;
}
.form-group:last-child {
    margin-bottom: 0px;
}
.buttons p {
    margin: 0;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
.contact input.form-control {
    border: 0;
    border-radius: 6px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #ddd;
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #f7f4f4;
    border-radius: 30px;
    color: #fff;
     border: 1px solid rgba(35, 35, 35, 0.12);
    transition: .5s;
}
.contact .form-control:focus {
    outline: none;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
    border-color: #0c5adb;
}
/*contact stye four*/

.form-area.contact-form.contact-four .form-control {
    width: 100%;
    height: 60px;
    padding-left: 25px;
    background: #f9f9f9;
    border-radius: 5px;
    color: #232323;
    transition: 0.5s;
    border: 1.2px solid #e7e7e8;
}
.form-area.contact-form.contact-four input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #686868!important;
}
.form-area.contact-form.contact-four textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 150px;
    border: 1.2px solid #e7e7e8;
}
.form-area.contact-form.contact-four textarea.wpcf7-form-control.wpcf7-textarea.form-control::placeholder {
    color: #686868!important;
}
.form-area.contact-form.contact-four .buttons input {
    padding: 16px 33px;
    background: #011533;
    display: block;
    color: #fff;
    border-radius: 5px;
    width: inherit;
    cursor: pointer;
    text-align: center;
    transition: .5s;
    border: none;
    margin-top: 17px;
}
.form-area.contact-form.contact-four .buttons input:hover{
   background: #0b59d7; 
}
/*placeholder*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #fff!important;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #fff!important;
}
/*focus color*/
/*contact two*/
.form-area.style-two .form-control {
    border:none;
    width: 100%;
    height: 56px;
    background: #fff;
    border-radius: 4px;
}
.form-area.style-two input.form-control { 
    border:none;
    width: 100%;
    height: 56px;
    background: #fff;
    border-radius: 4px;
}
.form-area.style-two .buttons input {
    padding: 14px 33px;
    background: #0c5adb;
    border: none;
    font-weight: 500;
    width: inherit;
    border-radius: 4px;
}
/*Contact three*/
.form-area.style-three .form-control {
    border: 0;
    width: 100%;
    height: 57px;
    padding-left: 25px;
    background: #fff;
    border-radius: 5px;
    color: #232323;
    border: none;
}
.form-area.style-three input[type="email"] {
    height: 57px;
    padding: 5px 25px;
    width: 100%;
    border-radius: 5px;
    outline: 0;
}
.form-area.style-three select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    height: 57px;
    border: none;
    padding: 0 25px;
}
.form-area.style-three textarea.wpcf7-form-control.wpcf7-textarea {
    background: #fff;
    height: 138px;
    border: none;
    border-radius: 5px;
}
.form-area.style-three .buttons input {
    padding: 13px 40px;
    background: #0c5adb;
    border-radius: 30px;
    width: inherit;
    font-family: 'Fira Sans';
}
.form-area.style-three input.wpcf7-form-control.wpcf7-text.form-control::placeholder {
    color: #6d6d6d!important;
}

/*neural contact*/

.form-area.quote_form.style_one.neural .form-control {
    border: 1px solid #FFFFFF26;
}

.form-area.style_one.neural .form-group {
    position: relative;
}
.form-area.style_one.neural .icon {
    position: absolute;
    right: 15px;
    top: 14px;
}
.form-area.style_one.neural .buttons input {
    text-align: center;
    background: linear-gradient(90deg, #3F58FF 0%, #31B0FF 100%);
}
.form-area.style_one.neural .buttons input:hover {
    text-align: center;
    background: linear-gradient(90deg, #3F58FF 100%, #31B0FF 0%);
}
.form-area.style_one.neural .buttons input:hover {
    background: linear-gradient(90deg, #3F58FF 0%, #31B0FF 100%);
    color: #fff;
}

/*neural-contact*/

.neural-contact .form-area.quote_form.style_one.neural .form-control {
    border: 1px solid #FFFFFF26;
    background: #fff;
    color:#060F2D;
}

.neural-contact .form-area.quote_form.style_one.neural input.wpcf7-form-control.form-control::placeholder {
    color: #060F2d!important;
}
.neural-contact .form-area.quote_form.style_one.neural input.wpcf7-form-control.wpcf7-text.form-control::placeholder {
    color: #060F2D!important;
}
.neural-contact .form-area.quote_form.style_one.neural textarea.wpcf7-form-control.wpcf7-textarea.form-control::placeholder {
    color: #060F2D!important;
}
.neural-contact .form-area.quote_form.style_one.neural .buttons input {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}
.neural-contact .form-area.quote_form.style_one.neural .buttons input:hover{
    background: linear-gradient(180deg, #DA4D4F 100%, #276BD4 0%);
}

.neural-contact.two .form-area.quote_form.style_one.neural .form-control {
    background: transparent;
    color: #fff;
}
.neural-contact.two .form-area.quote_form.style_one.neural input.wpcf7-form-control.wpcf7-text.form-control::placeholder {
    color: #9C9CA2!important;
}
.neural-contact.two .form-area.quote_form.style_one.neural textarea.wpcf7-form-control.wpcf7-textarea.form-control::placeholder {
    color: #9C9CA2!important;
}

/*seo marketing*/

.seo-marketing .mc4wp-form-fields {
    position: relative;
    max-width: 580px;
}
.seo-marketing .mc4wp-form-fields .mailchimp-form input[type="email"] {
    border: 1px solid #AAC9F7;
    width: 100%;
    background-color: transparent;
    color: #686868;
    height: 62px;
    padding: 10px 20px 10px;
    border-radius: 30px;
    outline: 0;
}
.seo-marketing input[type="email"]::placeholder {
    color: #686868!important;
}
.seo-marketing .mc4wp-form-fields button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    padding: 18px 43px;
    border-radius: 5px;
    background-image: linear-gradient(90deg, #3513f9 0%, #1a90ff 100%);
    border-radius: 0 30px 30px 0;
    color: #fff;
    text-transform: uppercase;
    transition:0.5s;
}
.seo-marketing .mc4wp-form-fields button:hover{
   background-image: linear-gradient(90deg, #1a90ff 0%, #3513f9 100%); 
}
.it-maichilmp .mc4wp-form-fields button {
    background: transparent;
}

/*
==========
Blog Post
==========
*/
.blog-post.style1 .post-item.style1 {
    overflow: hidden;
    background: linear-gradient(180deg, #0B0523 0%, #211B39 100%);
    border-radius: 20px;
    padding: 20px 20px 32px;
    position: relative;
    z-index: 2;
    transition: 0.5s;
}
.blog-post.style1 .post-thumb {
    position: relative;
    overflow: hidden;
}
.blog-post.style1 .post-thumb img {
    overflow: hidden;
    transition: .5s;
    width: 100%;
    border-radius: 8px;
}
.blog-post.style1 .categories {
    position: absolute;
    top: 32px;
    left: 32px;
}
.blog-post.style1 .post-item.style1 .date {
    display: inline-block;
    color: #6766ff;
    font-weight: 500;
    font-size: 18px;
}

.blog-post.style1 .categories a {
    padding: 4px 17px 2px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    background: #6766FF;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.blog-post.style1 .post-item .blog_post_inner_content {
    padding: 18px 0px 22px;
}
.blog-post.style1 .post-item .content .meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #0c5adb;
}
.blog-post.style1 .meta i {
    color: #0c5adb;
    display: inline-block;
    margin-right: 3px;
}
.blog-post.style1 ul.post-categories {
    list-style: none;
}
.blog-post.style1 .single_blog_post_content {
    padding: 0 15px 0;
    position: relative;
}
.blog-post.style1 h3.title {
    margin: 0;
}
.blog-post.style1 h3.title a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
}
.blog-post.style1 .meta {
    display: inline-block;
    font-family: 'Rajdhani';
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: -40px;
}
.blog-post.style1 .date {
    display: inline-block;
}
.blog-post.style1 .user_thumb {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 9px;
    float: left;
}
.blog-post.style1 .user_thumb img{
    border-radius: 100%;
}
.blog-post.style1 .blog_post_user {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 24px 0px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-post.style1 .author {
    display: inline-block;
}
.blog-post.style1 .author a {
    display: inline-block;
    color: #232323;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}
.blog-post.style1 .blog_btn {
    float: right;
}
.blog-post.style1 .post-item.style1 .blog_btn a {
    background: linear-gradient(180deg, #0B0523 0%, #26203E 100%);
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    transform: rotate(-45deg);
    color: #fff;
    position: relative;
    transition: 0.5s;
    border-radius: 50%;
    z-index: 22;
    display: inline-block;
}
.blog-post.style1 .post-item.style1 .blog_btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1.5px solid transparent;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 11.41%, rgba(103, 102, 255, 0.3) 21.67%, rgba(103, 102, 255, 0.3) 79.49%, rgba(255, 255, 255, 0.6) 87.5%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.blog-post.style1 .post-item.style1 .blog_btn a::after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background-color: #6766ff;
    transition: all 300ms ease;
}
.blog-post.style1 .post-item.style1:hover .blog_btn a::after {
    transform: scale(1);
}
.blog-post.style1 .post-item.style1 .comment {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    color: #fff;
}

/*hover*/

.blog-post.style1 h3.title a:hover {
    color: #6766FF;
}
.blog-post.style1 .blog_btn a:hover {
    color: #0c5adb;
}
.blog-post.style1 .author a:hover{
    color: #0c5adb;
}


.blog-post.style1 .post-item .content .meta .date {
    position: relative;
    color: #616161;
    font-size: 16px;
    text-transform: capitalize;
}

.blog-post.style1 .post-item .content .meta .date i{
    color: #3abba7;
    margin-right: 5px;
}
.blog-post.style1 .post-item .content .meta .author i{
    color: #3abba7;
    margin-right: 5px;
}
.blog-post.style1 .post-item .content .meta .author a{
    color: #616161;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.blog-post.style1 .post-item .content .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    margin: 0;
}
.blog-post.style1 .post-item .content .title a {
    color: var(--title-color);
    font-size: 22px;
    font-family: var(--title-font);
    font-weight: 600;
    transition: 0.3s;
}

.blog-post.style1 .post-item .content .description {
    color: rgba(30, 38, 109, 0.9);
    font-weight: 300;
    margin-bottom: 20px;
}
.blog-post.style1 .post-item .content .read-more{
    display: inline-block;
    color: #1e266d;
}

/*blog style two*/

.post-item.style2 {
    margin-right: 20px;
    transition: .5s;
    position: relative;
}
.post-item.style2 .post-thumb img {
    border-radius: 20px;
}
.post-item.style2 .single_blog_post_content {
    background: linear-gradient(180deg, #0B0523 2.22%, #211B39 100%);
    border: 1px solid#423C56;
    padding: 32px 36px 30px;
    border-radius: 20px;
    position: relative;
    width: 78%;
    margin: 0 0 0;
    margin-top: -199px;
    left: 30px;
}
.post-item.style2:hover .single_blog_post_content::after{
    opacity: 1;
}


.post-item.style2 .date {
    font-family: Rajdhani;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.post-item.style2 h3.title {
    margin: 4px 0 22px;
}
.post-item.style2 h3.title a {
    font-family: Rajdhani;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
}
.post-item.style2 h3.title a:hover{
    color:#6766FF;
}
.post-item.style2 ul.post-categories li {
    list-style: none;
}
.post-item.style2 ul.post-categories li a {
    font-family: Rajdhani;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.post-item.style2 .blog_btn {
    position: absolute;
    right: 33px;
    bottom: 31px;
    transform: rotate(-45deg);
}
.post-item.style2 .blog_btn a {
    color: #fff;
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 16px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 80%);
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 46px;
    width: 46px;
    line-height: 46px;
    border-radius: 100%;
    text-align: center;
    transition: .5s;
}
.post-item.style2 .blog_btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    border: 1.5px solid transparent;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 11.41%, rgba(103, 102, 255, 0.2) 21.67%, rgba(103, 102, 255, 0.2) 79.49%, rgba(255, 255, 255, 0.4) 87.5%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.post-item.style2:hover .blog_btn a{
   background: #6766FF; 
}


/*blog style three*/

.post-item.style3 {
    padding: 35px;
    transition: .5s;
}
.post-item.style3 .post-thumb {
    position: relative;
    z-index: 1;
    padding-bottom: 61px;
}
.post-item.style3 .single_blog_post_content {
    padding: 0 31px 0 0;
}
.post-item.style3 .post-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/01/Bg-1-1.png);
    z-index: -1;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.post-item.style3 .post-thumb img {
    border-radius: 20px;
}
.post-item.style3 .blog_post_inner_content {
    padding: 0px 36px;
    position: relative;
    z-index: 1;
    border-radius: 0 0 30px 30px;
    margin-top: -43px;
}
.post-item.style3 .blog_post_inner_content:before{
    position:absolute;
    content:"";
    bottom:0;
    left:0;
    background:url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/01/Bg-1-1.png);
    z-index:-1;
}
.post-item.style3 h3.title {
    margin: 43px 0 41px;
}
.post-item.style3 h3.title a {
    font-family: Rajdhani;
    font-weight: 600;
    font-size: 26px;
    color: #fff;
}
.post-item.style3 h3.title a:hover{
    color:#6766FF;
}
.post-item.style3 .date {
    font-family: Rajdhani;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.post-item.style3 .meta {
    display: inline-block;
    margin-right: 20px;
}
.post-item.style3 .comment {
    display: inline-block;
    font-family: Rajdhani;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.post-item.style3 .blog_btn a {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding: 8px 30px;
    border-radius: 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.0509803922);
    margin: 0 0 25px;
     z-index: 1;
     overflow:hidden;
}
.post-item.style3 .blog_btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background:#6766FF;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.post-item.style3 .blog_btn a:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.post-item.style3 .blog_btn a:hover{
    color: #fff;
}
.post-item.style3 .blog_btn a i{
    margin-left:5px;
}
.post-item.style3 .blog_btn a::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 1.5px solid transparent;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 11.41%, rgba(103, 102, 255, 0.2) 21.67%, rgba(103, 102, 255, 0.2) 79.49%, rgba(255, 255, 255, 0.4) 87.5%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

/*blog style five*/


.blog-post.style1 .post-item.style5 .meta {
    display: inline-block;
    font-family: 'Inter';
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: -46px;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
    left: 0;
    padding: 6px 20px;
    border-radius: 0 15px 0px 15px;
}
.blog-post.style1 .post-item.style5 .date {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.blog-post.style1 .post-item.style1.style5 .post-thumb img {
    overflow: hidden;
    transition: .5s;
    width: 100%;
    border-radius: 15px;
}

/*blog style seven*/

.blog-post.style7 .post-item.style7 {
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px 32px;
    position: relative;
    z-index: 2;
    transition: 0.5s;
}
.blog-post.style7 .post-item.style7 .post-thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
    line-height: 0;
    border-radius: 14px;
}
.blog-post.style7 .post-item.style7 .post-thumb img{
  width:100%;
  transition:.6s ease;
}
.blog-post.style7 .post-item.style7:hover .post-thumb img{
  transform:scale(1.15);
}


.blog-post.style7 .post-item.style7 .post-thumb img {
    transition: .5s;
    width: 100%;
    border-radius: 14px;
}
.blog-post.style7 .post-item.style7 .categories {
    display: none;
}
.blog-post.style7 .post-item.style7 .post-item.style1 .date {
    display: inline-block;
    color: #6766ff;
    font-weight: 500;
    font-size: 18px;
}

.blog-post.style7 .post-item.style7 .categories a {
    padding: 4px 17px 2px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    background: #6766FF;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.blog-post.style7 .post-item.style7 .post-item .blog_post_inner_content {
    padding: 26px 0px 22px;
}
.blog-post.style1 .post-item .content .meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #0c5adb;
}
.blog-post.style7 .post-item.style7 .meta i {
    color: #0c5adb;
    display: inline-block;
    margin-right: 3px;
}
.blog-post.style7 .post-item.style7 ul.post-categories {
    list-style: none;
}
.blog-post.style7 .post-item.style7 .single_blog_post_content {
    padding: 22px 15px 0;
    position: relative;
}
.blog-post.style7 .post-item.style7 h3.title {
    margin: 0;
}
.blog-post.style7 .post-item.style7 h3.title a {
    display: inline-block;
    color: #060F2D;
    line-height: 36px;
    font-family: Inter;
    font-weight: 600;
    font-size: 26px;
}
.blog-post.style7 .post-item.style7 h3.title a:hover{
    color:#3F59FF;
}
.blog-post.style7 .post-item.style7 .meta {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: -44px;
    left: 0;
}
.blog-post.style7 .post-item.style7 .date {
    display: inline-block;
    background: linear-gradient(90deg, #3F58FF 0%, #31B0FF 100%);
    color: #fff;
    padding: 5px 28px;
    border-radius: 0 14px 0 14px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
}
.blog-post.style7 .post-item.style7 .user_thumb {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 9px;
    float: left;
}
.blog-post.style7 .post-item.style7 .user_thumb img{
    border-radius: 100%;
}
.blog-post.style7 .post-item.style7 .blog_post_user {
    border-top: 1px solid#E6E7EA;
    padding: 24px 0px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 27px;
}
.blog-post.style7 .post-item.style7 .author {
    display: inline-block;
}
.blog-post.style7 .post-item.style7 .author a {
    display: inline-block;
    color: #232323;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}
.blog-post.style7 .post-item.style7 .blog_btn {
    float: right;
}
.blog-post.style7 .post-item.style7 .blog_btn a {
    background: transparent;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    transform: rotate(-45deg);
    color: #060F2D;
    position: relative;
    transition: 0.5s;
    border-radius: 50%;
    z-index: 22;
    display: inline-block;
    border: 1px solid#E6E7EA;
}
.blog-post.style7 .post-item.style7 .blog_btn a::after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background: linear-gradient(90deg, #3F58FF 0%, #31B0FF 100%);
    transition: all 300ms ease;
}
.blog-post.style7 .post-item.style7:hover .blog_btn a::after {
    transform: scale(1);
}
.blog-post.style7 .post-item.style7:hover .blog_btn a{
    color:#fff;
}
.blog-post.style7 .post-item.style7 .comment {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    color: #060F2D;
}
.neural-blog .blog-post.style7 .post-item.style7 .blog_post_user {
    border-top: 1px solid#313954;
}

/*neural-blog two*/

.neural-blog .blog-post.style7 .post-item.style7 .blog_btn a::after {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}
.neural-blog .blog-post.style7 .post-item.style7 h3.title a:hover{
    color:#DA4D4F;
}

.neural-blog .container {
    max-width: 1440px!important;
    padding: 0 10px;
    margin: auto;
}

/*blog style 14*/
.post-item.style14 {
    border: 1px solid#E6E6E7;
    padding: 10px;
    border-radius: 20px;
    transition: .5s;
}
.post-item.style14 .post-thumb {
    position: relative;
    line-height: 0;
    overflow: hidden;
    border-radius: 20px;
}
.post-item.style14 .post-thumb img {
    border-radius: 20px;
    position: relative;
    transform: scale(1);
    overflow: hidden;
    transition: .5s;
}
.post-item.style14:hover .post-thumb img{
    transform: scale(1.1);
}
.post-item.style14 .date {
    background: #8851FF;
    display: inline-block;
    padding: 7px 21px 7px;
    color: #fff;
    border-radius: 0 20px 0px 20px;
    position: absolute;
    bottom: 0;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.post-item.style14 h3.title{
    margin-right:40px;
}
.post-item.style14 h3.title a {
    display: inline-block;
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    color: #141414;
}
.post-item.style14 h3.title a:hover{
    color:#8851FF;
}
.post-item.style14 .single_blog_post_content {
    padding: 16px 20px 5px 20px;
    position: relative;
}
.post-item.style14 .single_blog_post_content:before {
    position: absolute;
    content: "";
    top: 116px;
    left: -11px;
    height: 1px;
    width: 103.6%;
    background: #E6E6E7;
}
.post-item.style14 .blog_post_user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 41px;
}
.post-item.style14 .blog_btn a {
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 46px;
    border: 1px solid#E6E6E7;
    text-align: center;
    border-radius: 100%;
    transition: .5s;
    position: relative;
    z-index: 1;
    transform: rotate(-45deg);
}
.post-item.style14 .blog_btn a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 100%;
    background: #6766FF;
    transform: scale(0);
    transition: .5s;
}
.post-item.style14:hover .blog_btn a:after{
    transform: scale(1);
}
.post-item.style14:hover .blog_btn a{
    color:#fff;
}
.post-item.style14 .author {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    color:#141414;
}
.post-item.style14 .author {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    color: #141414;
    display: flex;
    align-items: center;
}
.post-item.style14 .author-box img {
    border-radius: 100%;
    margin-right: 10px;
}
.post-item.style14 .author a {
    margin-left: 8px;
}

/*blog style fourteen*/

.saasblog .post-item.style14 .single_blog_post_content:before {
    background: #FFFFFF54;
}



/*blog style 15*/

.post-item.style15 {
    display: flex;
    align-items: center;
    border: 1px solid#E6E6E7;
    padding: 10px;
    border-radius: 20px;
    transition: .5s;
    margin-bottom: 19px;
}
.post-item.style15 .post-thumb {
    border-radius: 20px;
    line-height: 0;
    margin-right: 11px;
    overflow: hidden;
    position: relative;
}
.post-item.style15 .post-thumb img {
    border-radius: 20px;
    height: 272px;
    width: 91%;
    object-fit: cover;
    position: relative;
}
.post-item.style15 .post-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 91%;
    background: #6766FF;
    border-radius: 20px;
    z-index: 2;
    opacity: 0.7;
    transform: scale(0);
    transition:.5s;
}
.post-item.style15:hover .post-thumb:before{
   transform: scale(1); 
}
.post-item.style15 h3.title {
    margin: 0;
    line-height: 30px;
}
.post-item.style15 h3.title a {
    font-family: Inter;
    font-weight: 600;
    font-size: 22px;
    color: #141414;
}
.post-item.style15 h3.title a:hover{
    color:#8851FF;
}

.post-item.style15 ul.post-categories li {
    list-style: none;
    margin-bottom: 12px;
}
.post-item.style15 ul.post-categories li a {
    border: 1px solid#E6E6E7;
    border-radius: 30px;
    padding: 3px 21px;
    transition: .5s;
}
.post-item.style15 .date {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    margin: 10px 0 19px;
}
.post-item.style15 .date i{
    color:#8851FF;
    margin-right:5px;
}
.post-item.style15 .author {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    color: #141414;
    display: flex;
    align-items: center;
}
.post-item.style15 .author-box img {
    border-radius: 100%;
    margin-right: 10px;
}
.post-item.style15 .author a {
    margin-left: 8px;
}
.post-item.style15 .blog_post_user {
    border-top: 1px solid#E6E6E7;
    padding-top: 21px;
}



/*dreamit widget tab*/

.dynamic-tab-wrapper {
    display: flex;
    flex-direction: column;
}
.dynamic-tab-wrapper .tab-buttons {
    display: block;
    gap: 13px;
    margin-bottom: 20px;
    list-style: none;
    cursor: pointer;
}
.dynamic-tab-wrapper .tab-buttons li {
    padding: 26px 36px 29px;
    border-radius: 30px;
    border: 1px solid #FFFFFF26;
    margin-bottom: 20px;
    position: relative;
}
.dynamic-tab-wrapper ul.tab-buttons li.active h4 {
    color: #fff;
}
.dynamic-tab-wrapper .tab-buttons li span {
    font-size: 28px;
    font-weight: 600;
    font-family: "Inter", Sans-serif;
    color: #fff;
    display: block;
    margin-bottom: 38px;
}
.dynamic-tab-wrapper .tab-buttons li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    border: 1.5px solid transparent;
    background: linear-gradient(90.32deg, rgba(255, 255, 255, 0.1) 20.17%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 79.83%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.dynamic-tab-wrapper p.filter_description {
    display: inline-block;
    border: 1px solid #FFFFFF33;
    border-radius: 30px;
    padding: 6px 16px;
    transition: .5s;
    color: #fff;
    font-size: 14px;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
}
.dynamic-tab-wrapper li h4 {
    font-family: "Inter", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #6760FF;
    position: absolute;
    right: 29px;
    top: 23%;
    margin: 0;
}
.dynamic-tab-wrapper .tab-buttons li.active {
    background: #6766FF;
}

.dynamic-tab-wrapper .tab-content {
    display: none;
    gap: 20px;
    align-items: center;
}
.dynamic-tab-wrapper .tab-content.active {
    display: block;
    text-align: left;
    border-radius: 24px;
    padding: 36px 38px 33px;
    position: relative;
    transition: 0.5s;
    margin-bottom: 7px;
    overflow: hidden;
    background: #120C2A;
}
.dynamic-tab-wrapper .tab-content.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    border: 1.5px solid transparent;
    background: linear-gradient(90.32deg, rgba(255, 255, 255, 0.1) 20.17%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 79.83%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.dynamic-tab-wrapper .tab-content.active:hover:before {
    background: linear-gradient(90.32deg, rgba(103, 102, 255, 0.2) 20.17%, #6766FF 50%, #6766FF 50%, rgba(103, 102, 255, 0.2) 79.83%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    border-radius: 24px;
    transition: .5s;
}
.dynamic-tab-wrapper .tab-content.active:after {
    position: absolute;
    content: "";
    height: 1px;
    top: 128px;
    left: 0;
    width: 100%;
    background: linear-gradient(90.32deg, rgba(255, 255, 255, 0.1) 20.17%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 79.83%);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: 2;
}
.dynamic-tab-wrapper .tags .tag {
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    border: 1px solid #555;
    border-radius: 20px;
    font-size: 14px;
}

.dynamic-tab-wrapper h3 {
    color: #FFFFFF;
    font-family: "Inter", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 4px;
}
.dynamic-tab-wrapper p {
    color: #6766FF;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}
.dynamic-tab-wrapper h4 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    margin: 67px 0px 20px 0px;
}
.dynamic-tab-wrapper ul.outline-list img {
    position: relative;
    top: 6px;
    margin-right: 6px;
}
.dynamic-tab-wrapper ul.outline-list li {
    color: #FFFFFFB5;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    list-style: none;
    margin-bottom: 8px;
}

.dynamic-tab-wrapper .dynamic-tab-wrapper .tab-right h3 {
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.dynamic-tab-wrapper .dynamic-tab-wrapper .tab-right p {
    color: #9A9A9A;
    width: 83%;
    line-height: 28px;
    margin: 18px 0 34px;
}
.dynamic-tab-wrapper .widget-tab-btn a {
    display: inline-block;
    padding: 11px 10px 11px 30px;
    background: #6766FF;
    color: #fff;
    border-radius: 30px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    z-index: 1;
    margin-top: 58px;
    overflow: hidden;
}
.dynamic-tab-wrapper .widget-tab-btn a i {
    display: inline-block;
    background: #FFFFFF;
    height: 31px;
    width: 31px;
    line-height: 31px;
    border-radius: 100%;
    color: #6766FF;
    text-align: center;
    font-size: 12px;
    transition: .5s;
    margin-left: 6px;
}

.dynamic-tab-wrapper .widget-tab-btn a:hover{
    color:#6766FF;
}
.dynamic-tab-wrapper .widget-tab-btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: #fff;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.dynamic-tab-wrapper .widget-tab-btn a:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.elementor-editor-active .tab-content {
    display: block;
}




/* Elementor editor fix */
.elementor-editor-active .tab-content,
.elementor-editor-active .filter-content {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}




#app{
    width: 100%;
    height: 100%;
}






/*
=============
 Recent Post
=============
*/
.recent-post.style1 .post-item{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #616161;
    overflow: hidden;
}
.recent-post.style1 .post-item:last-child{
    border: 0;
    margin: 0;
    padding: 0;
}
.recent-post.style1 .post-item .post-thumb{
    flex-shrink: 0;
}
.recent-post.style1 .post-item .post-thumb img{
    height: 90px;
    width: 90px;
    object-fit: cover;
    border-radius: 10px;
}
.recent-post.style1 .post-item .content{
    padding: 0 0 0 10px;
}
.recent-post.style1 .post-item .content .meta{
    display: flex;
    align-items: center;
}
.recent-post.style1 .post-item .content .meta .date{
    position: relative;
    color: #616161;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.recent-post.style1 .post-item .content .meta .date i{
    color: #3abba7;
    margin-right: 5px;
}
.recent-post.style1 .post-item .content .title{
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 6px;
}
.recent-post.style1 .post-item .content .title a{
    color: var(--title-color);
}
.recent-post.style1 .post-item .content .title a:hover{
    color: var(--main-color);
}
.recent-post.style1 .post-item .content .description {
    color: rgba(30, 38, 109, 0.9);
    font-weight: 300;
    margin-bottom: 20px;
}

/*
==========
Portfolio
==========
*/
.portfolio-filter .filters {
    width: 100%;
    text-align: center;
    margin-bottom: 39px;
}
.portfolio-filter ul {
    margin: 0;
    list-style: none;
    padding: 13px 15px 13px;
    border: 2px solid#F6F5F5;
    display: inline-block;
    justify-content: center;
    border-radius: 40px;
    border: 1px solid #FFFFFF1A;
}
.portfolio-filter ul li {
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 25px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 10px 30px;
    font-weight: 500;
    position: relative;
    margin: 0 0px;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF0D;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin-right: 7px;
}
.portfolio-filter ul li:last-child{
    margin:0;
}
.portfolio-filter li.current_menu_item {
    color: #fff;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
}
.portfolio-filter .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}
.portfolio-filter .port-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
    border-radius: 10px;
    z-index: 2;
}
.portfolio-filter .port-thumb img{
  border-radius:20px;  
}
.portfolio-filter .port-thumb::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: #6766FF;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: 22;
    opacity: 0.5;
    border-radius: 20px;
}
.single-content:hover .port-thumb::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.portfolio-filter .content .single-content img {
    width: 100%;
    height: 100%;
}
.portfolio-filter .content .grid-item {
    margin-bottom:30px;
}
.portfolio-filter .content .grid-item .single-content{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.portfolio-filter .single-content .prot_content{
    position: relative;
    z-index: 2;
     border-radius: 0 0 4px 4px;
}
.portfolio-filter .single-content .prot_content {
    position: absolute;
    padding: 30px 27px 21px;
    left: 0;
    bottom: -162px;
    text-align: left;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition: all 400ms linear;
    background: #0c5adb;
    border-radius: 0 10px 0px 5px;
}
.portfolio-filter .single-content:hover .prot_content{
    bottom: 0;
}
.portfolio-filter .content .grid-item .prot_content h4 {
    margin: 0;
}
.portfolio-filter .content .grid-item .prot_content h4 a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.portfolio-filter .content .grid-item .prot_content p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 21px;
    position: relative;
    padding-left: 31px;
}
.portfolio-filter .content .grid-item .prot_content p:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 0px;
    width: 22px;
    border: 1px solid #fff;
}
.portfolio-filter .single-content .picon {
    cursor: pointer;
    z-index: 22;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #0c5adb;
    display: inline-block;
    font-size: 16px;
    top: -52px;
    transition: all 400ms linear;
    left: 50%;
    top: -10%;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
    transform: translate(-50%, -50%);
    top: 50;
}
.portfolio-filter .content .picon a i{
    color: #fff;
}
.portfolio-filter .content .video-icon {
    display: inline-block;
    transition: all 500ms linear;
    position: absolute;
    top: -52px;
    z-index: 2;
    right: 65px;
}
.portfolio-filter .content .video-icon a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #0c5adb;
    display: inline-block;
    font-size: 13px;
}
/*hover*/
.portfolio-filter .single-content:hover .picon{
    top: 50%;
}
.portfolio-filter .single-content:hover .video-icon {
    top: 7%;
}

/*portfolio style two*/

.portfolio-filter.style_two .filters {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.portfolio-filter.style_two .port-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
    border-radius: 0;
}
.portfolio-filter.style_two .port-thumb:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition: all 400ms linear;
   background-image: linear-gradient(0deg, rgba(3,19,35,0.9999999999999999) 0%, rgba(3,19,35,0.9999999999999999) 20%, rgba(3,19,35,0) 53%, rgba(3,19,35,0) 100%); 
}
.portfolio-filter.style_two .single-content:hover .port-thumb:after{
    opacity: 1;
}
.portfolio-filter.style_two .single-content .prot_content {
    position: absolute;
    padding: 30px 40px 21px 30px;
    left: 0;
    bottom: -153px;
    text-align: left;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition: all 400ms linear;
    background: transparent;
    border-radius: 0;
    width: 77%;
}
.portfolio-filter.style_two .single-content:hover .prot_content{
    bottom: 20px;
}
.portfolio-filter.style_two .content .grid-item .prot_content h4 a {
    display: inline-block;
    font-size: 26px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Rajdhani";
}
.portfolio-filter.style_two .grid-item .prot_content p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    position: relative;
    padding-left: 0;
    border-radius: 4px;
    background-image: linear-gradient(90deg, #3513f9 0%, #1a90ff 100%);
    display: inline-block;
    padding: 16px 19px;
    margin: 21px 0 0;
}
.portfolio-filter.style_two .grid-item .prot_content p:before {
   display: none;
}
.portfolio-filter.style_two .content .video-icon a {
    line-height: 47px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-image: linear-gradient(117deg, #3513f9 0%, #1a90ff 100%);
}
.portfolio-filter.style_two .single-content .picon {
    cursor: pointer;
    z-index: 22;
    position: absolute;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #0c5adb;
    display: inline-block;
    font-size: 16px;
    top: -52px;
    transition: all 400ms linear;
    left: 40%;
    right: 0;
    margin: auto;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-image: linear-gradient(117deg, #3513f9 0%, #1a90ff 100%);
}
.portfolio-filter.style_two .single-content:hover .picon{
    top: 35px;
}

/*portfolio style three*/

.portfolio-filter.style_three  ul {
    margin: 0;
    list-style: none;
    padding: 10px 15px 10px;
    border: 2px solid#182689;
    display: inline-block;
    justify-content: center;
    border-radius: 30px;
    background: #10124F;
}
.portfolio-filter.style_three  ul li {
    text-transform: capitalize;
    background: transparent;
    font-size: 15px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 6px 25px;
    font-weight: 500;
    position: relative;
    margin: 0 0px;
    display: inline-block;
    border-radius: 30px;
    border: 2px solid#182689;
    color: #fff;
}

.portfolio-filter.style_three .port-thumb{
    position:relative;
}
.portfolio-filter.style_three .port-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .5s;
    background-image: linear-gradient(118deg, #1972d7 0%, #292cd5 100%);
    opacity: 0;
    transition: all 500ms linear;
}
.portfolio-filter.style_three .single-content:hover .port-thumb:before{
    opacity: 0.8;
}

.portfolio-filter.style_three .content .grid-item .single-content {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0 10px 20px;
}
.portfolio-filter.style_three li.current_menu_item {
    background: #2465FD;
}
.portfolio-filter.style_three .single-content .prot_content {
    position: absolute;
    padding: 30px 27px 21px;
    left: 0;
    bottom: -162px;
    text-align: left;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition: all 400ms linear;
    background: #090731;
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 84%;
}
.portfolio-filter.style_three .single-content:hover .prot_content{
    bottom:30px;
}

/* Portfolio Details: */
.portfolio_details {
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
            box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
    padding: 65px 50px 50px;
    width:100%;
}
.portfolio_info {
    padding-left: 50px;
    padding-top: 0px;
}
.portfolio_info h2 {
    font-size: 25px;
    /* font-family: muli; */
    padding-bottom: 17px;
}
.portfolio-details-box li strong {
    margin-right: 5px;
}
.pr-title {
    padding: 24px 0 18px;
}
.port_dtl_social{} 
.port_dtl_social span{
	font-size:20px;
	font-weight:700;
	margin-bottom:10px;
	display:block;
	
} 
.port_dtl_social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #0c5adb;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    line-height: 35px;
}


.portfolio_info h3 {
    font-size: 25px;
    padding-bottom: 17px
}

.portfolio-details-box li strong {
    font-size: 20px;
    margin-right: 5px
}

.pr-title {
    padding: 24px 0 18px
}

.portfolio-details-box li {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 300;
    padding: 13px 0;
    text-transform: capitalize;
    list-style: none;
}

.portfolio_details .col-md-6 {
	float: left;
}
.portfolio_info ul {
    list-style: none;
}

.portfolio_info ul li {
    padding: 5px 0;
    margin-bottom: 20px;
}
.port_dtl_social {
    margin-top: 20px;
}
.portfolio-details-box .port_dtl_social i {
    padding: 0 10px 0 10px;
    color: #0c5adb;
    cursor: pointer;
}
.pr-title h2 {
    font-size: 25px;
}

.case-study  .owl-carousel .owl-nav button.owl-next, .case-study  .owl-carousel .owl-nav button.owl-prev {
    border: none;
    font: inherit;
    background: #0c5adb !important;
    color: #fff !important;
    padding: 8px 23px !important;
    border-radius: 6px;
    font-family: 'Rajdhani';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

/* Service Details */
.menu-service-menu-container ul {
    list-style: none;
    padding: 0;
}
.menu-service-menu-container ul li {
    list-style: none;
    margin-bottom: 14px;
}
.menu-service-menu-container ul li:last-child{
    margin-bottom: 0;
}
.menu-service-menu-container ul li a {
    position: relative;
    display: block;
    padding: 15px 7px 15px 49px;
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #232323;
    position: relative;
    border-radius: 5px;
}
.menu-service-menu-container ul .current_page_item a {
    background-color: #0c5adb;
    color: #fff;
}
.menu-service-menu-container ul .current_page_item a::after {
    background-color: #fff;
    color:#0c5adb;
}
.menu-service-menu-container ul li a::after {
    content: '\f00c';
    position: absolute;
    left: 19px;
    top: 18px;
    font-size: 12px;
    font-family: 'FontAwesome';
    height: 22px;
    width: 22px;
    background: #E9E9E9;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    transition: .5s;
}
.menu-service-menu-container ul li a:hover:after {
    background: #fff;
    color: #0c5adb;
}
.menu-service-menu-container ul li a:hover:after{
    background: #fff;
}
.details-service .dreamit-button .button {
    padding: 11px 29px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

/* Hero Section */
.hero-single-slide{
    min-height: 887px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;    
}
.hero-content-left h1 {
    font-size: 50px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 800;
    line-height: 1.1;
}
.hero-content-left h2 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.2;
}
.hero-content-left h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.hero-content-left p {
    padding-right: 70px;
    margin-bottom: 35px;
}

/* Accordion CSS */
.my-accordion li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    z-index: 1;
}
.my-accordion li:before {
    line-height: 28px;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: 18px;
    right: 28px;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 80%);
    border: 1px solid rgba(103, 102, 255, 0.5);
}

.my-accordion li:before a.active{
    background:#6766ff ;
}


.my-accordion li p {
    display: none;
    padding: 17px 25px 3px;
    color: #616161;
    font-size: 16px;
}
.my-accordion a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 26px 40px 25px 40px;
    z-index: 1;
    font-size: 22px;
    color: #fff!important;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.0509803922);
    border: 1px solid rgba(92, 91, 229, 0.3);
}
.my-accordion a.active { 
    border-radius: 20px 20px 0px 0px;
    background: rgba(255, 255, 255, 0.0509803922);
    border: 1px solid rgba(103, 102, 255, 0.5);
    border-bottom: transparent;
    padding: 26px 40px 20px 40px;
}
.my-accordion a:after {
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 40px;
    content: " ";
    top: 36px;
    transition: all 0.2s ease-in-out;
}
.my-accordion a:before {
    width: 2px;
    height: 12px;
    background: #fff;
    position: absolute;
    right: 45px;
    content: " ";
    top: 31px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}
.my-accordion li p {
    display: none;
    padding: 0px 30px 30px 32px;
    margin: 0;
    overflow: hidden;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-family: var(--text-font);
    border-radius: 0px 0px 20px 20px;
    background: rgba(255, 255, 255, 0.0509803922);
    border: 1px solid rgba(103, 102, 255, 0.5);
    border-top: transparent;
}

a.active:after {
  transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.active:before {
    line-height: 28px;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: 18px;
    right: 28px;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    background:#6766ff;
    border: 1px solid rgba(103, 102, 255, 0.5);
}
/*style three*/

/* Accordion CSS */

.my-accordion.style3 a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 21px 40px 20px 26px;
    z-index: 1;
    font-size: 20px;
    color: #fff!important;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    border-radius: 10px;
    border: none;
    background: #FFFFFF1A;
    backdrop-filter: blur(20px);
}
.my-accordion.style3 a.active {
    border-radius: 10px 10px 0px 0px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: transparent;
    padding: 26px 40px 20px 32px;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
}



.my-accordion.style3 li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    z-index: 1;
}
.my-accordion.style3 li:before {
    line-height: 28px;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: 18px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 80%);
    border: 1px solid rgba(103, 102, 255, 0.5);
}

.my-accordion.style3 li:before a.active{
    background:#6766ff ;
}


.my-accordion.style3 li p {
    display: none;
    padding: 17px 25px 3px;
    color: #616161;
    font-size: 16px;
}

.my-accordion.style3 a:before {
    width: 2px;
    height: 12px;
    background: #fff;
    position: absolute;
    right: 33px;
    content: " ";
    top: 31px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}
.my-accordion.style3 a:after {
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 40px;
    content: " ";
    top: 36px;
    transition: all 0.2s ease-in-out;
}
.my-accordion.style3 a:after {
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 28px;
    content: " ";
    top: 36px;
    transition: all 0.2s ease-in-out;
}
.my-accordion.style3 li p {
    display: none;
    padding: 26px 30px 30px 32px;
    margin: 0;
    overflow: hidden;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-family: var(--text-font);
    border-radius: 0px 0px 20px 20px;
    background: rgba(255, 255, 255, 0.0509803922);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: transparent;
}

.my-accordion.style3 a.active:before {
    line-height: 28px;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: 22px;
    right: 21px;
    width: 28px;
    height: 28px;
    border-radius: 24px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.9);
}

a.active:before {
    line-height: 28px;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: 18px;
    right: 28px;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    background:#6766ff;
    border: 1px solid rgba(103, 102, 255, 0.5);
}

/*accordion style four*/

.my-accordion.style4 a {
    position: relative;
    cursor: pointer;
    padding: 0px 40px 28px 0px;
    color: #060F2D!important;
    border-radius: 0;
    background: transparent;
    font-family: Inter;
    font-weight: 600;
    font-size: 26px;
    border: 1px solid #060F2D33;
    border-left: none;
    border-right: none;
    border-top: none;
}
.my-accordion.style4 li {
    margin-bottom: 12px;
}
.my-accordion.style4 a.active {
    border: none;
    padding: 10px 0 15px;
}
.my-accordion.style4 a img {
    display: inline-block;
    position: relative;
    top: 10px;
    margin-right: 10px;
}
.my-accordion.style4 li p {
    display: none;
    padding: 0px 163px 80px 54px;
    margin: 0;
    overflow: hidden;
    color: #616161;
    border-radius: 0px 0px 0px 0px;
    background: transparent;
    border: none;
    font-family: Inter;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    position: relative;
    border-bottom: 1px solid#060F2D33;
    transition:.5s;
}
ul.my-accordion.style4 span {
    border: 1px solid #060F2D33;
    display: inline-block;
    padding: 2px 16px;
    backdrop-filter: blur(20px);
    border-radius: 30px;
    position: absolute;
    left: 53px;
    bottom: 27px;
     transition:.5s;
}
ul.my-accordion.style4 span.span-two {
    border: 1px solid #060F2D33;
    display: inline-block;
    padding: 2px 16px;
    backdrop-filter: blur(20px);
    border-radius: 30px;
    position: absolute;
    left: 24%;
    bottom: 27px;
     transition:.5s;
}

.my-accordion.style4 li:hover:after {
    display:none;
}
.my-accordion.style4 li:before {
    line-height: 28px;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: 4px;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    border: none;
    background: linear-gradient(90deg, #3F58FF 0%, #31B0FF 100%);
}
.my-accordion.style4 a:before {
    right: 17px;
    content: " ";
    top: 18px;
}
.my-accordion.style4 a:after {
    right: 12px;
    content: " ";
    top: 23px;
}
.my-accordion.style4 a.active:before {
    display: none;
}

/*accordion style 7*/

ul.my-accordion.style7 {
    background: #F8F5FF;
    border-radius: 20px;
    padding: 10px;
}
.my-accordion.style7 a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 23px 40px 23px 31px;
    z-index: 1;
    color: #141414!important;
    font-weight: 600;
    border-radius: 10px;
    background: #fff;
    border: none;
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
}
.my-accordion.style7 li {
    position: relative;
    margin-bottom: 14px;
    list-style: none;
    z-index: 1;
}
.my-accordion.style7 li:last-child{
    margin:0;
}

.my-accordion.style7 li p {
    display: none;
    padding: 18px 30px 30px 32px;
    margin: 0;
    overflow: hidden;
    color: #616161;
    border-radius: 0px 0px 10px 10px;
    background: #fff;
    border: none;
    border-top: 1px solid#E7E7E7;
    font-family: Inter;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}
.my-accordion.style7 li a.active {
    border-radius: 10px 10px 0 0;
}
.my-accordion.style7 li:hover:after {
    border-radius: 10px;
}
.my-accordion.style7 li:before {
    line-height: 28px;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: 18px;
    right: 28px;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    background: #6766ff!important;
    border: 1px solid rgba(103, 102, 255, 0.5);
}
.my-accordion.style7 a:before {
    background: #6766ff;
}
.my-accordion.style7 a:after {
    background: #6766ff;
}
.my-accordion.style7 a.active:after {
    background: #fff;
}

/*saas start up accordion*/

.saas-accordion .my-accordion.style7 li p{
    position:relative;
    z-index:1;
}
.saas-accordion .my-accordion.style7 li a{
    color:#fff!important;
}
.saas-accordion .my-accordion.style7 li p:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 100%;
    width: 61%;
    background: url(https://wp.ditsolution.net/intellio/wp-content/uploads/2026/02/Vector-3-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}


.careers-ap-text h6.elementor-heading-title.elementor-size-default {
    display: inline-block;
    border-radius: 15px;
    background-color: #0c5adb;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 8px 25px;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
}
.careers-ap-spm p {
    display: inline-block;
    margin-top: -49px;
    position: absolute;
    margin-left: 140px;
    font-size: 15px;
}
button.mobile-apps-tab {
    border: 1px solid rgba(12,90,219,0.1);
    padding: 7px 24px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 5px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    position: relative;
    z-index: 1;
}

button.mobile-apps-tab:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #edf3ff;
    border-radius: 30px;
    transition: .5s;
}

.toptechapptabtext h2 {
    font-size: 24px;
    margin: 30px 0 13px;
}

button.mobile-apps-tab:hover:before{
    width: 100%;
    left: 0;
}



/*start hero section animation*/


.hero-section {
  position: relative;
 padding:100px 0 100px;
}

.hero-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 140px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  z-index: 1;
}

.left-title {
    left: -2%;
    top: 15%;
}
.right-title {
    right: -5%;
    top: 360px;
    bottom: 4%;
    transform: translateY(-50%);
}

.hero-mockup {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: -166%;
    transform: translate(-50%, -50%);
}

.hero-mockup img {
    width: 320px;
    display: block;
}


/*start image animation css*/

.phone-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-wrap{
  position:relative;
  width:300px;
  height:600px;
  perspective:1400px;
}


/* common */
.phone{
  position:absolute;
  left:50%;
  top:60%;
  transform-style:preserve-3d;
}

/*  CENTER IMAGE (controlled) */
.phone-center{
  width:100%;
  height:auto;
  transform: translate(-50%, -50%) translateZ(120px);
  z-index:3;
}

/*  LEFT & RIGHT = NATURAL SIZE */
.phone-left,
.phone-right{
  width:auto;           
  height:auto;          
  max-width:none;       
  max-height:none;      
  opacity:0;
  pointer-events:none;
}

/* start position (same center) */
.phone-left{
  transform: translate(-50%, -50%);
  z-index:1;
}

.phone-right{
  transform: translate(-50%, -50%);
  z-index:2;
}

/*start logo animation css*/

.integration-wrapper {
    width: 100%;
    overflow: hidden;
    padding:200px 0 10px;
    display: flex;
    justify-content: center;
}

.integration-list {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.integration-list li img {
    display: block;
    width: 70px;
    opacity: 0.8;
    transition: transform 0.5s, opacity 0.5s;
    margin-top: -91px;
}

.integration-list li:nth-child(1) img {
    margin-top: -92px;
    width: 70px;
}
.integration-list li:nth-child(2) img {
    margin-top: -75px;
    width: 84px;
}
.integration-list li:nth-child(3) img {
    margin-top: -58px;
    width: 100px;
}

.integration-list li:nth-child(4) img {
  margin-top: -60px;
}
.integration-list li:nth-child(5) img {
    margin-top: -60px;
    width: 100px;
}
.integration-list li:nth-child(6) img {
    margin-top: -80px;
    width: 84px;
}
.integration-list li.main img {
    width: 160px;
    z-index: 10;
    opacity: 1;
}

/* start event section*/


.joint-event-box.style1 {
    border-radius: 20px;
    padding: 46px 40px 49px 39px;
    transition: .5s;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF12;
}
.joint-event-box.style1:hover{
    background:#6766FF;
}
.joint-event-box.style1 span {
    display: inline-block;
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    margin-right: 16px;
     font-family: "Rajdhani", serif; 
    float: left;
}
.joint-event-box.style1 .event_content {
    overflow: hidden;
}

.joint-event-box.style1 .joint-event-month h5 {
    font-size: 16px;
    line-height: 30px;
    color:var(--title-color);
    font-weight: 500;
}

.joint-event-box.style1 .joint-event-month p {
    color: #fff;
    font-family: Nunito;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    opacity: 0.6;
    margin: 12px 0 18px;
}
.joint-event-box.style1 ul.features li {
    display: inline-block;
    border: 1px solid #FFFFFF1A;
    margin-right: 10px;
    background: #FFFFFF0D;
    color: #fff;
    padding: 4px 17px;
    border-radius: 30px;
    font-size: 16px;
}
.joint-event-box.style1 .event-title h3 {
    font-size: 34px;
    line-height: 27px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin:0 0 8px;
}
.joint-event-box.style1 .event-title h3 a {
    display: inline-block;
    font-size: 34px;
    font-weight: 600;
    transition: 0.5s;
    color:#fff;
}
.joint-event-box.style1 h5 {
    color: #fff;
    margin: 0 0 0;
    font-size: 22px;
    font-family: "Nunito";
}
.joint-event-box.style1 p.description-two {
    margin: 4px 0 0;
    font-size: 20px;
    color: #fff;
    opacity: 0.6;
}
.joint-event-box.style1 .event-title h3 a:hover{
    color: var(--primary-color);
}
.joint-event-box.style1 .event-location ul li {
    font-size: 15px;
    line-height: 26px;
    color: var(--text-color);
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 8px;
    list-style: none;
}

.joint-event-box.style1 .event-location ul li img {
    margin-right: 12px;
}

.joint-event-box.style1  .event-thumb {
    position: absolute;
    top: 80px;
    right: 285px;
    transition: .7s;
    z-index: 1;
}

 .joint-event-box.style1 .event-thumb img {
    z-index: -22;
    transition: .7s;
    opacity: 0;
}

 .joint-event-box.style1:hover .event-thumb img{
    opacity: 1;
}

 .joint-event-box.style1:hover .event-thumb {
    top: 40px;
}

.joint-event-box.style1 .event-thumb img:hover {
    transform: skew(0deg, 6deg);
}

.joint-event-box.style1 .joint-event-btn a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    padding: 11px 35px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF1A;
}

.joint-event-box.style1 .joint-event-btn a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #6766FF;
    z-index: -1;
    border-radius: 30px;
    transition: 0.5s;
}
.joint-event-box.style1:hover .joint-event-btn a{
    border-color:#FFF;
    background:transparent;
}
.joint-event-box.style1 .joint-event-btn a:hover::before {
    width: 100%;
    left: 0;
}

.joint-event-box.style1 .joint-event-btn a:hover{
    color: #fff;
}

.joint-event-box.style1 .joint-event-btn a i{
    margin-left: 10px;
}

.joint-event-box.style1  .event-shape {
    position: absolute;
    top: 94px;
    left: 130px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}

/*neural dark*/
.neural-dark canvas{
    border-radius:20px!important;
}

.neural-dark-accordion .my-accordion a {
    color: #FFFFFF!important;
}
.neural-dark-accordion .my-accordion.style4 a {
    border: 1px solid #343B55;
    border-left: none;
    border-right: none;
    border-top: none;
}
.neural-dark-accordion .my-accordion.style4 li p {
    border-bottom: 1px solid #343B55;
    border-top: none;
}
.neural-dark-accordion ul.my-accordion.style4 span,
.neural-dark-accordion ul.my-accordion.style4 span.span-two{
    border: 1px solid #343B55;
}
.neural-dark-accordion .my-accordion.style4 a.active {
    border: none!important;
    padding: 10px 0 15px;
}



/*start bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
 .bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }
@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*animation moveleft*/
@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}


/* Subscribe Form */
.subscribe-form input[type="email"] {
    padding: 10px 15px 10px 15px;
    border-radius: 0;
    outline: 0;
    width: 70%;
    border: 0;
    background: #fff;
    height: 56px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
    margin: 0;
}
.subscribe-form input[type="email"]::placeholder{
    opacity: 0.9;
}
.subscribe-form input[type="email"]:focus{
    color: #fff;
}
.subscribe-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 56px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #b98d36;
    padding: 0;
    width: 30%;
    border: 0;
    outline: 0;
    border-radius: 0;
}

/*
==================
 Elementor Custom
==================
*/

.custom-progress .elementor-progress-text {
    margin-top: -20px;
    color: #232323;
    font-size: 16px;
    padding-left: 0;
    overflow: visible;
}
.custom-progress .elementor-progress-percentage {
    padding-right: 15px;
    margin-top: -20px;
    color: #232323;
    font-size: 16px;
}

/* Marquee Css */

 .marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap:0px;
}

.marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 70px;
    min-width: 100%;
    -webkit-animation: scroll 05s linear infinite;
    animation: scroll 20s linear infinite;
}

.marquee-block .content-box {
    position: relative;
    margin-right:0px;
}

.marquee-block .content-box:last-child {
    margin-right:0px;
}


  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
.marquee-block h3 {
    position: relative;
    font-weight: 600;
    font-weight: 700;
    font-size: 140px;
    line-height: 140px;
    color: rgba(255, 255, 255, 0.15);
}

/*marque animaion style two*/


.marquee.style2 .marquee-block h3 {
    position: relative;
    font-weight: 700;
    font-size: 200px;
    line-height: 200px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0 12px 16px;
}

/* marque style three*/


.marquee.style3 .marquee-block h3 {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    margin: 0;
}
.marquee.style3 .marquee-block h3 img {
    position: relative;
    left: -21px;
    top: 7px;
}
.marquee.style3 .marquee-block {
    -ms-flex-negative: 0;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0px;
    min-height: 100%;
    -webkit-animation: scroll 05s linear infinite;
    animation: scroll 20s linear infinite;
    flex-shrink: 0;
   

}


.marquee.style4 {
    height: 350px;        /* visible area */
    overflow: hidden;
    position: relative;
}

/* marquee-block = normal block */
.marquee.style4 .marquee-block {
    display: block;
}

/* images = block so vertical */
.marquee.style4 img {
    display: block;
    margin: 15px auto;
}

/* animation only here */
.marquee.style4 {
    animation: verticalMarquee 25s linear infinite;
}

/*marquee style six*/



.marquee.style3.style6 .marquee-block h3 img {
    margin-left: 50px;
}



/* Keyframe animation */
@keyframes scrollUp {
  0% {
    transform: translateY(100%); 
  }
  100% {
    transform: translateY(-100%); 
  }
}

.marquee.style4 .marquee-block img {
    display: block;
    margin-bottom: 20px;
}

/*marquee style style five*/

.marquee.style5 .marquee-block {
    gap: 0;
}

span.ai-span {
    color: #0c5adb;
}
span.ai-star {
    color: #FFD03E;
}

.app-development input {
    width: 80%;
    border: 1px solid #ddd;
    padding: 0 15px;
    height: 60px;
    border-radius:4px;
    outline:0;
}
.app-development p {
    position: relative;
    margin: 0;
    width: 80%;
}
.app-development button{
    background:#0c5adb;
}
.app-development button {
    background: #0c5adb;
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 9px 25px;
    text-transform: capitalize;
    position: absolute;
    top: 34px;
    right: 109px;
}


/* Images Carousel Css */ 

.showcase-carousel .item {
    transform: scale(0.85); 
    opacity: 0.7;
    transition: all 0.4s ease;
    margin-top: 20px;
    margin-bottom: 20px;
    position:relative;
    z-index:22;
}
.showcase-carousel .owl-item.active.center .item {
    transform: scale(1.03);
    opacity: 1;
}
.showcase-carousel img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

/*coustom Animations*/

.custom-anim-right {
  animation: custom-anim-right 1.5s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

@keyframes custom-anim-right {
  0% {
    transform: translateX(10%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.custom-anim-left {
  animation: custom-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

@keyframes custom-anim-left {
  0% {
    transform: translateX(-10%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.custom-anim-top {
  animation: custom-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes custom-anim-top {
  0% {
    transform: translateY(5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.custom-anim-bottom {
  animation: custom-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes custom-anim-bottom {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
 
  }
}

@keyframes wobble_vertical {
  16.65% {
    transform: translateY(8px);
  }

  33.3% {
    transform: translateY(-6px);
  }

  49.95% {
    transform: translateY(4px);
  }

  66.6% {
    transform: translateY(-2px);
  }

  83.25% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0);
  }
}


@keyframes mirrorWave {

  0%,
  100% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.05);
  }

  50% {
    transform: scale(1.1);
  }

  75% {
    transform: scale(1.05);
  }
}



 .video-icon a i {
    font-size: 55px;
}

.video-icon a i {
    font-size: 55px;
    line-height: 58px;
    color: #000;
    display: inline-block;
}

.video-icon a span {
    font-size: 18px;
    color: #041424;
    display: inline-block;
    font-family: Rajdhani;
    font-weight: 600;
    padding-left: 12px;
}
 a.video-vemo-icon.venobox.vbox-item {
    color: #041424 !important;
    font-size: 50px !important;
}


.video-icon a i {
    font-size: 50px;
    color: #000;
}

a.video-vemo-icon.venobox.vbox-item {
    color: #000 ;
}




.vertical-marquee-wrapper{
  display:flex;
  gap:10px;
  height:520px;
  overflow:hidden;
}

.marquee-column{
  width:160px;
  overflow:hidden;
  position:relative;
}

.marquee-track {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
}

.marquee-column img{
  width:100%;
  border-radius:20px;
  margin-bottom: 15px;
}

/* Top ➜ Bottom */
.marquee-column.down .marquee-track{
  animation: scrollDown 18s linear infinite;
}

/* Bottom ➜ Top */
.marquee-column.up .marquee-track{
  animation: scrollUp 18s linear infinite;
}

.marquee-track-three {
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
    padding: 16px 61px;
    border-radius: 40px;
    display: inline-block;
    position: relative;
    z-index: 2;
    text-align: center;
}
.vertical-marquee .marquee-column {
    width: inherit;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}
.marquee-track-three ul li {
    display: inline-block;
    color: #fff;
    margin-right: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.marquee-track-three ul li i{
    margin-left:6px;
    margin-right: 24px;
    font-size: 18px;
    font-weight: 500;
} 


@keyframes scrollDown{
  from{ transform: translateY(-50%); }
  to{ transform: translateY(0); }
}

@keyframes scrollUp{
  from{ transform: translateY(0); }
  to{ transform: translateY(-50%); }
}
h3.heading-text p {
    margin-bottom: 0;
}

/*metter chart*/
.chart-meter {
    background: transparent;
    border-radius: 18px;
    padding: 24px 24px 55px 24px;
    border: 1px solid #eee;
    font-family: Inter, sans-serif;
}

.chart-meter-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.chart-meter-header h3 {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 3;
    font-family: "Inter", sans-serif;
    margin: 0;
}

.chart-menu{
  color:#bbb;
  font-size:18px;
    position:relative;
  z-index:3;
}

.chart-meter-body {
    position: relative;
    margin-top: 0;
    height: 246px;
    z-index: 22;
}

.meter-svg{
  width:100%;
  height:100%;
}

.meter-ticks rect{
  rx:2;
}

.meter-bg rect{
  fill:#e5e7eb;
}

.meter-active rect{
  fill:#34d399;
}

.meter-center{
  position:absolute;
  bottom:0;
  width:100%;
  text-align:center;
}

.meter-center h1{
  font-size:44px;
  margin:0;
  font-weight:700;
    position:relative;
  z-index:3;
  font-family: "Inter", sans-serif;
}

.meter-center p {
    color: #666;
    margin: 0px 0 13px;
    position: relative;
    z-index: 3;
}

.meter-center a.button {
    padding: 7px 17px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    transition: .5s;
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.meter-center a.button i{
    margin-left:5px;
}
.meter-center a.button::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: #6766ff;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.meter-center a.button:hover::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.meter-center a.button:hover{
    color:#fff;
}

.dark-chart .chart-meter,
.dark-chart .weekly-card{
    background: #1E172E;
    border: none;
}


/*pie chart*/


.weekly-card {
    background: transparent;
    border-radius: 14px;
    padding: 16px;
    font-family: sans-serif;
    border: 1px solid #eee;
    position: relative;
    z-index: 2;
}
.header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:8px;
}
.chart {
    width: 100%;
    height: 281px;
    position: relative;
    z-index: 22;
}

.bar{
  fill:#e6dcff;
  transform-origin:center bottom;
  animation: float 1.5s ease-in-out infinite;
}

.bar.active{
  fill:#7c4dff;
}

.b1{animation-delay:0s}
.b2{animation-delay:.1s}
.b3{animation-delay:.3s}
.b4{animation-delay:.5s}
.b5{animation-delay:.7s}
.b6{animation-delay:.8s}
.b7{animation-delay:.9s}

@keyframes float{
  0%{ transform: scaleY(1); }
  50%{ transform: scaleY(0.75); }
  100%{ transform: scaleY(1); }
}

.amount{
  fill:#7c4dff;
  font-size:14px;
  font-weight:600;
}

.labels text{
  fill:#777;
  font-size:12px;
  text-anchor:middle;
}
.weekly-card g.labels {
    padding-top: 24px!important;
}

/*intergation*/

.integration-section {
  position: relative;
  height: 300px;
  overflow: visible;
}

.integration-section .icons-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.integration-section .floating-icon{
  position: absolute;  
  top: 0;
  left: 0;
  will-change: transform;
}


/* Size variation */
.size-sm { width: 60px; }
.size-md { width: 90px; }
.size-lg { width: 130px; }



  .marquee-container {
  height: 800px;
  overflow: hidden!important;
  border-radius: 12px;
  background: transparent;
  position: relative;
  }

  .marquee-container .marquee-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    width: 100%;
  }

.marquee-container .testimonial {
    background: #fff;
    padding: 34px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin: 0;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}
.marquee-container .testimonial-header h1 {
    display: inline-block;
    align-items: center;
    gap: 10px;
    color: #141414;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    position: relative;
    top: -7px;
}

  .marquee-container .testimonial-header span {
    font-size: 20px;
    color: #7f4fff; 
    display:inline-block;
  }

 .marquee-container .testimonial p {
    color: #141414;
    margin: 0;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    border-top: 1px solid#E7E7E7;
    margin-top: 2px;
    padding-top: 17px;
}
    .marquee-container .quote_img {
        display: inline-block;
        margin-right:5px;
    }
.marquee-container .rating {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 20px;
}

  .marquee-container .rating span.star {
    color: #ffa500; 
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
  }

.marquee-container .user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 3px;
    border-top: 1px solid #E7E7E7;
    padding-top: 23px;
}

  .marquee-container .user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

.marquee-container .user-info {
    display: flex;
    flex-direction: column;
    color: #616161;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
}

 .marquee-container .user-info span.name {
    color: #141414;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
}

.prograss-dark ul.item-list.style13 li span {
	background: #342E43;
}


/*crm css*/




/* The End Of CSS */