
/*
=============
 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;
}

/*
=============
 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://wp.ditsolution.net/it-tech/wp-content/uploads/2023/12/checkpng.png);
    z-index: 999;
    background-repeat: no-repeat;
}
.marquee a {
    color: #fff;
    font-size: 60px;
    display: inline-block;
    line-height: 70px;
    font-family: 'Rajdhani';
    font-weight: 700;
    margin: 0 15px; 
}
/*
=============
Global
=============
*/

.slick-dots {
	bottom: 0px !important;
	position: relative;
}
.service-button a{
    display: block;
}

/*
=============
Slick Slider
=============
*/
.single-slick {
    position: relative;
    min-height: 875px;
    z-index: 1;
}
.single-slick.style_one{
      position: relative;
    min-height: 800px;
}
.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: 100%;
    position: relative;
    z-index: 2;
}
.dreamit-slick-slider .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: #ffdc00;
}
.dreamit-slick-slider .hero-text-wrap h4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 40px;
    height: 2px;
    background: #ffdc00;
}
.dreamit-slick-slider .hero-text-wrap h1 {
    animation: 1s 1.6s fadeInUp both;
    font-size: 68px;
    line-height: 80px;
    color: #d9d9d9;
    font-weight: 700;
}
.dreamit-slick-slider .hero-text-wrap h1 span{
	color: #ffdc00;
}
.dreamit-slick-slider .hero-text-wrap p {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    margin: 0 0 0;
    padding: 12px 0 43px;
    width: 50%;
    font-size: 18px;
    line-height: 30px;
    color: rgb(255 255 255 / 60%);
    font-weight: 400;
}
.dreamit-slick-slider .text-center .hero-text-wrap p {
    margin: auto;
}
.dreamit-slick-slider .text-center .slider-buttons {
    text-align: center;
    display: inline-block !important; 
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    background: #ffdc00;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
    padding: 15px 30px 15px;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Space Grotesk";
    border-radius: 0;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn i {
    display: inline-block;
    font-size: 20px;
    margin-left: 8px;
    transform: rotate(-45deg);
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn:before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    background: #ffffff;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn:hover, 
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn:hover i {
    color: #3c3c3b;
}


/*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 #ffdc00;
    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: #ffdc00;
    -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: #ffdc00;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #ffdc00;
    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:hover {
    color: #ffdc00;
}

.dreamit-slick-slider .hero-text-wrap .btn:hover:after {
    width: 100%;
    left: 0;
}


/* 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: #ffdc00;
    TEXT-ALIGN: CENTER;
    border: 2px solid #ffdc00;
    border-radius: 100%;
    font-size: 28px;
    line-height: 56px;
    margin-right: 10px;
}

/* Slider Right Image Option */

.dreamit-slick-slider .slider-single-image {
    position: absolute;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    left: 35.3%;
    bottom: -24.5%;
}
.dreamit-slick-slider .slider-video-icon a {
    display: inline-block;
    color: #ffdc00;
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.dreamit-slick-slider .slider-video-icon a:before {
    position: absolute;
    content: "";
    height: 120px;
    width: 120px;
    border-radius: 50%;
    left: -25%;
    top: -48%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
}






/* 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)!important;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)!important;
    height: 80px!important;
    top: 50%;
    width: 80px!important;
    line-height: 80px!important;
    color: #fff;
    border: 0;
}
 .slick-next:hover{
    background-color: #ffdc00!important;
    color: #FFF;
}
.slick-next:hover:before{
    color: #FFF!important;
}
.slick-next::before {
    font-size: 26px!important;
    color: #fff!important;
}
.dreamit-slick-slider .slick-prev {
	left: -94px;
}
.dreamit-slick-slider .slick-next {
    right: -80px;
    top: 50%;
    opacity: 1;
    color: #fff!important;
    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!important;
	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"!important;
	font-family: FontAwesome;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background-color: #ffdc00;
	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);
  }
}

/*style seven*/
.single-slick.style_two {
    position: relative;
    height: 800px;
}
.dreamit-slick-slider .single-slick.style_two .hero-text-wrap h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-size: 68px;
    line-height: 80px;
    color: #d9d9d9;
    font-weight: 700;
    margin: 0 0 0;
}
.dreamit-slick-slider .single-slick.style_two .hero-text-wrap p {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    margin: 0;
    width: 55%;
    font-size: 18px;
    line-height: 30px;
    color: #ffff;
    font-weight: 400;
}
.single-slick.style_two .slider-box {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    display: flex;
    align-items: center;
    gap: 25px;
}
.single-slick.style_two .slider-box .slider-icon a {
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    background-color: #ffdc00;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.single-slick.style_two .slider-box .slider-text h6 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 9px;
}
.single-slick.style_two .slider-box .slider-text h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "DM Sans";
    margin: 0 0 0;
}
.slider-shape-two {
    position: absolute;
    left: 30%;
    bottom: 11px;
    animation: moveLeftBounce 3s linear infinite;
}


/*slick style three*/
.single-slick.style_three {
    position: relative;
    z-index: 1;
    height: 800px;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap {
    text-align: center;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap .slider-single-image-two {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    margin-bottom: 34px;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap .slider-single-image-two a {
    border: 1px solid #ffffff99;
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap .slider-single-image-two a i {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    line-height: 80px;
    text-align: center;
    font-size: 22px;
    color: #ffdc00;
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: .5s;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-size: 68px;
    line-height: 80px;
    color: #d9d9d9;
    font-weight: 700;
    margin: 0 0 0;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap .slider-buttonsr a {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    background: #ffdc00;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
    padding: 15px 30px 15px;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Space Grotesk";
    border-radius: 0;
    margin-top: 49px;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap .slider-buttonsr a i {
    display: inline-block;
    font-size: 20px;
    margin-left: 8px;
    transform: rotate(-45deg);
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap .slider-buttonsr a:before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    background: #ffffff;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap .slider-buttonsr a:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap .slider-buttonsr a:hover, 
.dreamit-slick-slider .single-slick.style_three .hero-text-wrap .slider-buttonsr a:hover i {
    color: #3c3c3b;
}


/*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;
}




/*
==========
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: #ffdc00;
    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: #ffdc00;
}
.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;
}

/*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: #ffdc00;
    text-transform: uppercase;
    margin-top: 74px;
}



/*
==============
Section Title
==============
*/

.section-title.style1 {
    position: relative;
    margin-bottom: 48px;
}
.section-title.style1 h5.subtitle {
    padding: 4px 31px 3px 62px;
    margin: 0 0 14px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffdc00;
    font-weight: 500;
    background: #fff;
    border-radius: 30px;
}
.section-title.style1 h5.subtitle:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 30px;
    left: 21px;
    top: 17px;
    background: #ffdc00;
}
.section-title.style1 h3.title {
    font-size: 50px;
    line-height: 60px;
    color: #3c3c3b;
    font-weight: 700;
    font-family: "Space Grotesk";
    margin: 0 0 0;
}
.team-bg .section-title.style1 h5.subtitle {
    background: #f5f5f7;
}

/* style tow */
.section-title.style2 {
    position: relative;
    margin-bottom: 34px;
}
.appointment-bg .section-title.style2 {
    margin-bottom: 0;
}
.section-title.style2 h5.subtitle {
    padding: 4px 31px 3px 62px;
    margin: 0 0 14px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffdc00;
    font-weight: 500;
    background: #fff8d7;
    border-radius: 30px;
}
.section-title.style2 h5.subtitle:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 30px;
    left: 21px;
    top: 17px;
    background: #ffdc00;
}
.section-title.style2 h3.title {
    font-size: 50px;
    line-height: 60px;
    color: #3c3c3b;
    font-weight: 700;
    font-family: "Space Grotesk";
    margin: 0 0 0;
}
.section-title.style2 h3.title span {
    color: #ffdc00;
}
.section-title.style2 p.description {
    font-size: 17px;
    line-height: 30px;
    color: #616161;
    font-weight: 400;
    margin: 0 0 0;
    width: 95%;
    padding-top: 20px;
}
.appointment-bg .section-title.style2 h5.subtitle {
    background: #ffdd00;
}
.appointment-bg .section-title.style2 h5.subtitle:before {
    background: #ffff;
}
.testi-bg .section-title.style2 h5.subtitle {
    background: #26354a;
}
.testi-bg .section-title.style2 h5.subtitle:before {
    background: #ffff;
}
.about-bg .section-title.style2 h5.subtitle {
    background: rgb(0 55 104 / 8%);
    padding: 4px 24px 3px 42px;
    text-transform: capitalize;
}
.about-bg .section-title.style2 h5.subtitle:before {
    position: absolute;
    content: "";
    left: 23px;
    top: 14px;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #ffdc00;
}
.services-bg .section-title.style2 h5.subtitle {
    background: #f5f6f8;
}

/*style three*/
.section-title.style3 {
    margin-bottom: 90px;
}
.section-title.style3 h5.subtitle {
    margin: 0 0 0 20px;
    padding-bottom: 22px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffdc00;
    font-weight: 500;
    font-family: "DM Sans";
}
.section-title.style3 .subtitle::before {
    position: absolute;
    content: "";
    left: -20px;
    top: 6px;
    background: #ffdc00;
    width: 7px;
    height: 7px;
}
.section-title.style3 h3.title {
    font-size: 50px;
    line-height: 60px;
    color: #3c3c3b;
    font-weight: 700;
    font-family: "Space Grotesk";
    margin: 0 0 0;
}
.section-title.style3 p.description {
    font-size: 17px;
    line-height: 30px;
    color: #616161;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    margin: 20px 0 0;
    width: 100%;
}
.project-bg .section-title.style3 .subtitle::before {
    background: #ffffff;
}

/*style four */
.section-title.style4 {
    margin-bottom: 38px;
}
.section-title.style4 h5.subtitle {
    margin: 0 0 0 20px;
    padding-bottom: 22px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffdc00;
    font-weight: 500;
    font-family: "DM Sans";
}
.section-title.style4 .subtitle::before {
    position: absolute;
    content: "";
    left: -20px;
    top: 6px;
    background: #ffdc00;
    width: 7px;
    height: 7px;
}
.section-title.style4 h3.title {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    font-family: "Space Grotesk";
    margin: 0 0 0;
}
.section-title.style4 p.description {
    font-size: 17px;
    line-height: 30px;
    color: #616161;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    margin: 15px auto 0;
    width: 55%;
}

@-webkit-keyframes MOVE-LG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
}


/*
============
Feature Box
============
*/
.feature-box.style1 {
    display: flex;
    transition: .5s;
}
.feature-box.style1:hover {
    transform: translatex(-72px);
}
.feature-box.style1 .feature-box-thumb {
    display: inline-block;
    border-radius: 50%;
    background-color: #3c3c3b;
    line-height: 100px;
    height: 80px;
    width: 200px;
    text-align: center;
    margin-right: 31px;
    transition: 0.5s;
}
.feature-box.style1:hover .feature-box-thumb {
    background-color: #ffdc00;
}
.feature-box.style1 .feature-box-content {
    background: #fff;
    padding: 30px 31px 24px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.feature-box.style1 .feature-box-content .feature-box-title h2 {
    font-size: 24px;
    color: #3c3c3b;
    font-weight: 700;
    transition: 0.5s;
    margin: 0 0 0;
}
.feature-box.style1:hover .feature-box-content .feature-box-title h2 {
    color: #ffdc00;
}
.feature-box.style1 .feature-box-content p.feature-box-desc {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    margin: 12px 0 0;
    width: 99%;
}
.feature-box.style1 .feature-box-content .feature-btn {
    position: absolute;
    right: -75px;
    top: 33%;
    transition: .5s;
    opacity: 0;
}
.feature-box.style1:hover .feature-box-content .feature-btn {
    opacity: 1;
}
.feature-box.style1 .feature-box-content .feature-btn a {
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #ffdc00;
    line-height: 55px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    transform: rotate(-45deg);
}

/* Style Two */
.feature-box.style2 .feature-box-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 78%;
    margin-bottom: 20px;
}
.feature-box.style2 .feature-box-content .feature-box-title h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #3c3c3b;
    font-weight: 500;
    margin: 0 0 0;
}
.feature-box.style2 .feature-box-content p.feature-box-desc {
    text-transform: capitalize;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    margin: 0 0 0;
}

/*
===================
 Dream-IT Button
===================
*/
.dreamit-button.style1 a.button {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    background: #ffdc00;
    -webkit-transition: 0.4s;
    transition: 0.5s;
    border: none;
    padding: 15px 30px 15px;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Space Grotesk";
    border-radius: 0;
}
.dreamit-button.style1 a.button i {
    display: inline-block;
    font-size: 20px;
    margin-left: 8px;
    transform: rotate(-45deg);
}
.dreamit-button.style1 a.button:before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    background: #3c3c3b;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
}
.dreamit-button.style1 a.button:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.appointment-bg .dreamit-button.style1 a.button {
    background: #ffff;
    color: #ffdd00;
}
.appointment-bg .dreamit-button.style1 a.button:hover {
    color: #ffffff;
}

/* style two */
.dreamit-button.style2 a.button {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    background: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.5s;
    border: none;
    padding: 15px 30px 15px;
    font-size: 18px;
    line-height: 28px;
    color: #ffdc00;
    font-weight: 500;
    font-family: "Space Grotesk";
}
.dreamit-button.style2 a.button i {    
    display: inline-block;
    font-size: 20px;
    margin-left: 8px;
}
.dreamit-button.style2 a.button:before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    background: #ffdc00;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
}
.dreamit-button.style2 a.button:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.dreamit-button.style2 a.button:hover, 
.dreamit-button.style2 a.button:hover i {
    color: #ffffff;
}
.about-bg .dreamit-button.style2 a.button {
    background: #3c3c3b;
}

/*style three*/
.dreamit-button.style3 a.button {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    background: #ff3b00;
    padding: 18px 0;
    border-radius: 5px;
    transition: 0.5s;
    border: 2px solid #ff3b00;
    width: 100%;
    text-align: center;
}
.dreamit-button.style3 a.button:hover {
  background: transparent;
  color: #ff3b00;
}

/*
============
Service Box
============
*/
/*service box*/
.service-box.style1 {
    background-color: #f5f6f8;
    padding: 40px 30px 42px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 10px;
}
.service-box.style1:hover .service-box-icon {
    animation: bd-bounce 700ms ease-out alternate;
    -webkit-animation: bd-bounce 700ms ease-out alternate;
}
.service-box.style1 .content h3.title {
    font-size: 26px;
    color: #3c3c3b;
    font-weight: 700;
    margin: 39px 0 17px;
    transition: 0.5s;
}
.service-box.style1:hover .content h3.title {
    color: #ffdc00;
}
.service-box.style1 .content p.description {
    font-size: 16px;
    line-height: 27px;
    color: #616161;
    font-weight: 400;
    margin: 0 0 30px;
    width: 100%;
}
.service-box.style1 .content .service-btn a {
    display: inline-block;
    font-size: 16px;
    color: #3c3c3b;
    font-weight: 400;
    transition: .5s;
}
.service-box.style1 .content .service-btn a i {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color: #ffdc00;
    transform: rotate(-45deg);
    margin-left: 14px;
    transition: 0.5s;
}

/* service box styel two */
.service-box.style2 {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 7px;
    margin-bottom: 22px;
}
.service-box.style2 .content h3 {
    margin: 0 0 8px;
}
.service-box.style2 .content h3 a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    width: 95%;
    transition: .5s;
}
.service-box.style2:hover .content h3 a {
    color: #ffdc00;
}
.service-box.style2 .content p.description {
    font-size: 14px;
    color: #d9d9d999;
    font-weight: 400;
    margin: 0 0 0;
}

/* style three */
.service-box.style3 {
    margin-bottom: 10px;
}
.service-box.style3 .single-image {
    line-height: 0;
    position: relative;
    z-index: 1;
}
.service-box.style3 .single-image img {
    width: 100%;
}
.service-box.style3 .service-number {
    display: inline-block;
    position: absolute;
    left: 22px;
    top: 30px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}
.service-box.style3 .single-image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://wp.dreamitworld.com/roadly/wp-content/uploads/2025/04/num-shape.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.service-box.style3 .content .service-box-title h3 {
    font-size: 22px;
    color: #3c3c3b;
    font-weight: 700;
    margin: 20px 0 5px;
    transition: .5s;
}
.service-box.style3:hover .content .service-box-title h3 {
    color: #ff3b00;
}
.service-box.style3 .content p.description {
    font-size: 16px;
    line-height: 27px;
    color: #616161;
    font-weight: 400;
    width: 100%;
    margin: 0 0 0;
}

/*start service section*/
.service_box.style1 {
    padding: 45px 19px 49px 40px;
    border: 0;
    text-align: left;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    overflow: hidden;
    border-top: 5px solid #FF3D00;
    transition: .5s;
    background: #fff;
    box-shadow: 0px 5px 30px 0px rgb(137 139 143 / 10%);
}
.service_box.style1:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url(https://wp.ditsolution.net/it-tech/wp-content/uploads/2023/05/box-bg2.png);
    transition: all 400ms linear;
    opacity: 0;
    z-index: -1;
}
.service_top{
    transition: all 400ms linear;
}
.service_box.style1 .icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 17px;
}
.service_box.style1 .icon:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 14px;
    height: 74px;
    width: 74px;
    background: #f5f5f5;
    border-radius: 100%;
    z-index: -1;
}
.service_box.style1 .service_content h3 {
    margin: 11px 0 14px 0;
    font-size: 24px;
    font-weight: 600;
}
.service_box.style1 .service_bar {
    background: #ffdc00;
    height: 3px;
    width: 64px;
    position: relative;
    border-radius: 30px;
    margin-top: 34px;
}
.service_box.style1 .service_bar:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    height: 3px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    border-radius: 10%;
    -webkit-animation: MOVIE-BG 4s linear infinite alternate;
    animation: MOVIE-BG 4s linear infinite alternate;
}
/*back part*/
.service_box.style1 .service_back {
    position: absolute;
    top: 0;
    left: 0;
    height: 44%;
    width: 100%;
    text-align: left;
    background: #131323ed;
    padding: 32px 20px 0 46px;
    transform: perspective(500px)rotateX(-90deg);
    opacity: 1;
    transform-origin: 50% 0%;
   transition: all 400ms linear;
}
.service_box.style1 .service_back .description {
    color: #ffdc00;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Fira Sans';
    margin: 0 0 0;
    position: relative;
    left: 40px;
}
.service_box.style1 .service_back .description:before {
    position: absolute;
    content: "";
    top: 10px;
    left: -40px;
    height: 2px;
    width: 35px;
    background: #ffdc00;
}
.service_box.style1 .service_back .title {
    margin: 7px 0 14px 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.service_box.style1 .service_number {
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 74px;
    margin: auto;
    height: 58px;
    width: 58px;
    background: #ffdc00;
    line-height: 58px;
    border-radius: 100%;
    left: 0;
    bottom: -73px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
/*hover*/
.service_box.style1:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.service_box.style1:hover .service_top{
    opacity: 0;
}
.service_box.style1:hover .service_back {
    transform: perspective(500px)rotateX(0deg);
}

/*keyframes*/
@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);
    }
}
/*service style six*/

.service-box.style6 {
    background: #fff;
    text-align: center;
    transition: .5s;
    padding: 0px 20px 32px;
    filter: drop-shadow(0px 10px 50px rgba(217,217,217,0.5));
    background-color: #ffffff;
    border-radius: 3px;
}
.service-box.style6 .service-box-img {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.service-box.style6 .service-box-icon {
    width: 85px;
    height: 85px;
    border-radius: 43px;
    background-color: #f3f8fd;
    border: 2px solid #ffffff;
    line-height: 114px;
    position: relative;
    top: -38px;
}
.service-box.style6 .service-box-icon:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0B5AD9;
    border-radius: 100%;
    z-index: -1;
    transition: all 400ms linear;
}
.service-box.style6:hover .service-box-icon:after{
    top:7px;
}
.service-box.style6 .service-box-title h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 14px;
}
.service-box.style6 .service-btn a {
    display: inline-block;
    background: #0C59DB;
    color: #fff;
    padding: 7px 36px;
    transition: .5s;
    border-radius: 30px;
    margin-top: 13px;
    border: 1px solid#0C59DB;
}
.service-box.style6:hover .service-btn a{
    background:transparent;
    color:#0C59DB;
}

/*style ten*/

.service-box.style10 {
    border-radius: 30px;
    background-image: linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
    padding: 40px 30px 35px;
    position: relative;
    z-index: 2;
    transition: .5s;
}
.service-box.style10:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: .5s;
    background: url('https://wp.ditsolution.net/it-tech/wp-content/uploads/2024/07/roadly-half-1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    transition: all 400ms linear;
    opacity: 0;
}
.service-box.style10:hover:after{
    opacity:1;
}
.service-box.style10:hover h3.title,
.service-box.style10:hover p.description{
    color:#fff;
}
.service-box.style10 h3.title {
    font-size: 24px;
    line-height: 32px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
    margin: 27px 0 12px;
     transition: all 400ms linear;
}
.service-box.style10 .service-btn a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #e2ecff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border: 2px solid#fff;
    transition: .5s;
    margin-top: 6px;
    transition: all 400ms linear;
    color: #1e1e1e;
    font-size: 12px;
}
.service-box.style10:hover .service-btn a{
     background-color:transparent;
     color:#fff;
}

/*style twelve*/

.service-box.style12 {
    border-radius: 10px;
    background-image: linear-gradient(0deg, #3513f9 0%, #1a90ff 100%);
    padding: 50px 39px 42px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.service-box.style12:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    z-index: -1;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 15px rgba(211,214,218,0.1));
    background-image: linear-gradient(0deg, #041424 0%, #041424 100%);
    transition: .5s;
}

.service-box.style12:hover:after{
    left: 0;
    width: 100%;
}
.service-box.style12 .service-box-icon {
    margin-right: 20px;
}

.service-box-icon img {
    transition: .5s;
}

.service-box.style12:hover .service-box-icon img {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}

.service-box.style12 .service-box-title h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Rajdhani";
    margin: 0;
}
.service-box.style12 .service-btn {
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(-50%, -40%);
}
.service-box.style12 .service-btn a {
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
}
.service-box.style12 .service-btn a i {
    display: inline-block;
    position: relative;
}

/*style fourteen*/
.service-box.style14 {
    padding: 34px 30px 34px;
    transition: .5s;
    position:relative;
    z-index:2;
}
.service-box.style14:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    z-index: -1;
    border-radius: 10px;
    background-image: linear-gradient(0deg, #1a90ff 0%, #3513f9 100%);
    opacity: 0;
    transition: .5s;
}
.service-box.style14 .service-box-icon {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    background-color: rgba(4,20,36,0.0784313725490196);
    line-height: 94px;
    display: inline-block;
    text-align: center;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.service-box.style14 .service-box-icon:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background-image: linear-gradient(0deg, #3513f9 0%, #1a90ff 100%);
    transform: scale(0);
    transition: .5s;
}

.service-box.style14 .service-box-title h3 {
    font-size: 26px;
    margin: 25px 0 12px;
    font-weight: 600;
}
.service-box.style14 .service-btn a {
    position: relative;
    display: inline-block;
    transition: .5s;
    border-radius: 20px;
    background-color: rgba(4,20,36,0.0784313725490196);
    font-size: 16px;
    text-transform: uppercase;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
    padding: 6px 25px;
    z-index: 1;
}

.service-box.style14 .service-btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background-image: linear-gradient(0deg, #3513f9 0%, #1a90ff 100%);
    transform: scale(0);
    transition: .5s;
}

.service-box.style14 .service-btn a i{
    display:inline-block;
    margin-left:5px;
}
.service-box.style14 p.description {
    transition: .5s;
    margin: 0 0 25px;
}
.service-box.style14:hover:after{
    opacity:1;
    width:100%;
}
.service-box.style14:hover .service-box-icon:before{
    transform: scale(1);
}
.service-box.style14:hover .service-btn a:before{
  transform: scale(1); 
}
.service-box.style14:hover .service-box-title h3,
.service-box.style14:hover p.description,
.service-box.style14:hover .service-btn a{
    color:#fff;
}

/*style 15*/
/*===================================
Service twenty two
======================================*/
.service-box.style15 {
    border-radius: 10px;
    padding: 35px 30px 35px;
    position: relative;
    z-index: 1;
}
.service-box.style15 .service-content {
    display: flex;
    align-items: center;
    gap: 25px;
}

.service-box.style15 .service-box-icon {
    width: 70px;
    height: 70px;
    line-height: 94px;
    border-radius: 8px;
    background-color: rgba(4, 20, 36, 0.0784313725490196);
    text-align: center;
    display: inline-block;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.service-box.style15 .service-box-icon:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background-image: linear-gradient(0deg, #3513f9 0%, #1a90ff 100%);
    transform: scale(0);
    transition: .5s;
}

.service-box.style15:hover .service-box-icon:before{
    transform: scale(1);
}

.service-box.style15 .service-box-icon img {
    transition: .5s;
}

.service-box.style15 .service-box-icon:hover img {
    animation: mirrorWave 0.5s forwards ease-in-out .2s;
}


.service-box.style15 .service-box-title h3 {
    margin: 0;
    line-height: 27px;
}
.service-box.style15 .service-box-title h3 a{
    font-size: 24px;
    color: #041424;
    font-weight: 600;
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    transition:.5s;
}
.service-box.style15 .service-box-title h3 a:hover{
    color:#ffdc00;
}
.service-box.style15 p.description {
    transition: .5s;
    margin: 18px 0 28px;
}
.service-box.style15 .service-btn a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #041424;
    font-weight: 600;
    border-radius: 20px;
    background-color: rgba(4, 20, 36, 0.0784313725490196);
    padding: 7px 30px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.service-box.style15 .service-btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background-image: linear-gradient(0deg, #3513f9 0%, #1a90ff 100%);
    transform: scale(0);
    transition: 0.5s;
}
.service-box.style15:hover .service-btn a:before {
    transform: scale(1);
}
.service-box.style15:hover .service-btn a{
    color: #fff;
}
.service-box.style15 .service-btn a i{
    margin-left: 6px;
}
.service-item-two .service-box.style14 .service-box-icon {
    background-image: linear-gradient(0deg, #3513f9 0%, #1a90ff 100%);
}

/*style fiveteen*/
.service-box.style14.style16 {
    z-index: 2;
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 30px 35px rgba(190, 188, 237, 0.15));
    background-color: rgba(255, 255, 255, 0.5019607843137255);
    border: 2px solid #ffffff;
}
.service-box.style14.style16:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    border-radius: 10px;
    background-image: linear-gradient(0deg, #1a90ff 0%, #3513f9 100%);
    opacity: 0;
    transition: .5s;
    left: inherit;
}
.service-box.style14.style16:hover:after {
    opacity: 1;
    width: 100%;
    left: 0;
}
.service-box.style14.style16 .service-box-title h3 {
    margin: 0;
    line-height: 27px;
    font-size: 26px;
    margin: 25px 0 12px;
    font-weight: 600;
}
.service-box.style14.style16:hover .service-box-icon img {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}


/*start service section style two*/

.service_section.style1 {
    padding: 50px 40px 43px;
    transition: .5s;
}
.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_content h3 {
    font-size: 28px;
    line-height: 36px;
    color: #041424;
    margin: 28px 0 0;
}
.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;
}
.service_section.style1 ul.features li img{
    margin-right:7px;
}
.service_section.style1 .service_btn a {
    color: #041424;
    font-weight: 500;
    font-family: "Nunito";
    display: inline-block;
    margin-top: 18px;
}

/*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;
}
/*service style ten*/


.service-box.style11 .thumb img {
    width: 100%;
}
.service-box.style11 .content {
    border-radius: 5px;
    filter: drop-shadow(0px 5px 30px rgba(117,117,117,0.1));
    background-color: #ffffff;
    text-align: left;
    position: relative;
    width: 87%;
    left: 0;
    right: 0;
    margin: auto;
    top: -21px;
    padding: 32px 36px 24px;
}
.service-box.style11 h3.title_text {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 17px;
}
.service-box.style11 ul.features li {
    display: block;
    margin-bottom: 6px;
}
.service-box.style11 ul.features li img{
    margin-right: 6px;
}
.service-box.style11 .service-box-title h3 {
    font-size: 22px;
    margin: 0;
    margin-bottom: 14px;
    font-weight: 600;
    color: #001819;
}

/*style 13*/
.service-box.style13{
    position:relative;
}
.service-box.style13 .content {
    filter: drop-shadow(0px 20px 50px rgba(221,221,221,0.3));
    background-color: #ffffff;
    padding: 26px 33px 9px;
    border-radius: 10px 0 10px 10px;
    position: absolute;
    bottom: -46px;
    width: 85%;
    right: 0;
    transition: .5s;
}
.service-box.style13 .service-box-title h3 {
    font-size: 26px;
    line-height: 30px;
    color: #041424;
    font-weight: 700;
    margin: 15px 0 7px;
}
.service-box.style13 .inner_content {
    position: relative;
    overflow: hidden;
    transition: .5s;
}
.service-box.style13:hover .service-btn a{
    bottom:0;
}
.service-box.style13:hover .inner_content {
    padding: 4px 0 44px;
    margin-bottom: 26px;
}
.service-box.style13 .service-btn a {
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background-image: linear-gradient(-45deg, #1a90ff 0%, #3513f9 100%);
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 42px;
    transition: .5s;
    position: absolute;
    bottom: -60px;
    transform: rotate(-45deg);
}
.service-box.style13 .service-btn a:hover{
   background-image: linear-gradient(-25deg, #3513f9 0%, #1a90ff 100%); 
}




/*
===============
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: #ffdc00;
}
.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 {
    text-align: center;
    margin-bottom: 10px;
}
.icon-box.style1 .icon-box-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.icon-box.style1 .icon-box-icon .icon-box span.icon-box-number {
    position: absolute;
    z-index: 99;
    top: 14px;
    right: 0;
    font-size: 16px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 600;
    background: #ffdd00;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    transition: 0.5s;
}
.icon-box.style1 .icon-box-icon .img-icon {
    background: #fff;
    height: 180px;
    width: 180px;
    margin: auto;
    line-height: 225px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.icon-box.style1 .icon-box-icon .img-icon:before {
    position: absolute;
    content: "";
    height: 140px;
    width: 140px;
    border: 1px dashed #c1c1c1;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: 21px;
    transition: 0.5s;
}
.icon-box.style1:hover .icon-box-icon .img-icon:before {
    border-color: #ffdd00;
    -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;
    transition: 0.5s;
}
.icon-box.style1 .icon-box-icon .img-icon img {
    transition: .5s;
}
.icon-box.style1:hover .icon-box-icon .img-icon img {
    animation: bd-bounce 700ms ease-out alternate;
    -webkit-animation: bd-bounce 700ms ease-out alternate;
}
.icon-box.style1 .icon-box-content .title h2 {
    font-size: 24px;
    color: #3c3c3b;
    font-weight: 700;
    transition: 0.5s;
    margin: 42px 0 0;
}
.icon-box.style1:hover .icon-box-content .title h2 {
    color: #ffdd00;
}
@keyframes bd-bounce {
    0%, 100%, 20%, 50%, 80% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0) translateX(0%);
    }
    40% {
      -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
      transform: translateY(-8px) translateX(0%);
    }
    60% {
      -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
      transform: translateY(-4px) translateX(0%);
    }
}

/* style tow */
.icon-box.style-two {
    background: #f5f6f8;
    padding: 34px 25px 29px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.icon-box.style-two:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    transition: .5s;
    z-index: -1;
    background-image: url(https://wp.dreamitworld.com/roadly/wp-content/uploads/2025/04/choose-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.icon-box.style-two:hover:before {
    width:100%;
    left: 0;
}
.icon-box.style-two .icon-box-icon img {
   transition: .5s;
}
.icon-box.style-two:hover .icon-box-icon img {
    filter: brightness(0) invert(1);
}
.icon-box.style-two .icon-box-content .title h2 {
    font-size: 19px;
    line-height: 28px;
    color: #3c3c3b;
    font-weight: 600;
    margin: 0 0 0;
    padding-top: 32px;
    transition: .5s;
}
.icon-box.style-two:hover .icon-box-content .title h2 {
    color: #ffff;
}

/* Style Three */
.icon-box.style3 {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 44px;
}
.icon-box.style3 .icon-box-icon {
    width: 85px;
    height: 85px;
    line-height: 120px;
    border-radius: 10px;
    background-color: #f5f6f8;
    text-align: center;
    flex-shrink: 0;
}
.icon-box.style3 .icon-box-content h4.title {
    font-size: 22px;
    color: #3c3c3b;
    font-weight: 600;
    margin: 0 0 0;
}
.icon-box.style3 .icon-box-content p.description {
    font-size: 16px;
    line-height: 27px;
    color: #616161;
    font-weight: 400;
    width: 85%;
    margin: 2px 0 0;
}
.icon-box-line {
    position: relative;
    z-index: 1;
}
.icon-box-line:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 10px;
    height: 2px;
    width: 517px;
    background: #ebeff3;
}

/*icon box style four*/
.icon-box.style4 {
    display: flex;
    align-items: center;
    gap: 20px;
}
.icon-box.style4 .icon-box-icon {
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-radius: 50%;
    background-color: #ffdc00;
    text-align: center;
    color: #fff;
    font-size: 20px;
    transition: .5s;
}
.icon-box.style4 .icon-box-icon:hover {
    background: #3c3c3b;
}
.icon-box.style4 .icon-box-content h4.title {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffdc00;
    font-weight: 500;
    font-family: "DM Sans";
    margin: 0 0 0;
}
.icon-box.style4 .icon-box-content p.description {
    font-size: 20px;
    color: #3c3c3b;
    font-weight: 600;
    margin: 0 0 0;
    padding-top: 6px;
}

/*style5*/
.icon-box.style5 {
    text-align: center;
    margin-bottom: 10px;
}
.icon-box.style5 .icon-box-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.icon-box.style5 .icon-box-icon .icon-box span.icon-box-number {
    position: absolute;
    z-index: 99;
    top: 14px;
    right: 0;
    font-size: 16px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 600;
    background: #ffdd00;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    transition: 0.5s;
}
.icon-box.style5:hover .icon-box-icon .icon-box span.icon-box-number {
    background: #ffff;
    color: #3c3c3b;
}
.icon-box.style5 .icon-box-icon .img-icon {
    background: rgb(255 255 255 / 10%);
    height: 180px;
    width: 180px;
    margin: auto;
    line-height: 225px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.icon-box.style5:hover .icon-box-icon .img-icon {
    background: #ffdc00;
}
.icon-box.style5 .icon-box-icon .img-icon:before {
    position: absolute;
    content: "";
    height: 140px;
    width: 140px;
    border: 1px dashed #c1c1c1;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: 21px;
    transition: 0.5s;
}
.icon-box.style5:hover .icon-box-icon .img-icon:before {
    border-color: #ffff;
    -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;
    transition: 0.5s;
}
.icon-box.style5 .icon-box-icon .img-icon img {
    transition: .5s;
    filter: brightness(0) invert(1);
}
.icon-box.style5:hover .icon-box-icon .img-icon img {
    animation: bd-bounce 700ms ease-out alternate;
    -webkit-animation: bd-bounce 700ms ease-out alternate;
}
.icon-box.style5 .icon-box-content .title h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    transition: 0.5s;
    margin: 42px 0 0;
}
.icon-box.style5:hover .icon-box-content .title h2 {
    color: #ffdd00;
}
@keyframes bd-bounce {
    0%, 100%, 20%, 50%, 80% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0) translateX(0%);
    }
    40% {
      -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
      transform: translateY(-8px) translateX(0%);
    }
    60% {
      -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
      transform: translateY(-4px) translateX(0%);
    }
}

/*style six*/
.icon-box.style6 {
    background-color: #f5f6f8;
    padding: 45px 35px 35px;
    margin-bottom: 10px;
}
.icon-box.style6 .icon-box-content h4.title {
    font-size: 22px;
    text-transform: uppercase;
    color: #3c3c3b;
    font-weight: 700;
    margin: 27px 0 20px;
    transition: .5s;
}
.icon-box.style6 .icon-box-content p.description {
    font-size: 18px;
    line-height: 35px;
    color: #616161;
    font-weight: 400;
    margin: 0 0 0;
}
.icon-box.style6:hover .icon-box-content h4.title {
    color: #ffdc00;
}
.icon-box.style6 .img-icon img {
    transition: .5s;
}
.icon-box.style6:hover .img-icon img {
    animation: bd-bounce 700ms ease-out alternate;
    -webkit-animation: bd-bounce 700ms ease-out alternate;
}


/*style seven*/
.icon-box.style7 {
    background-color: #f5f6f8;
    margin-bottom: 10px;
    padding: 30px 40px 30px;
}
.icon-box.style7 .img-icon img {
    transition: .5s;
}
.icon-box.style7:hover .img-icon img {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.icon-box.style7 .icon-box-content h4.title {
    font-size: 26px;
    color: #3c3c3b;
    font-weight: 700;
    transition: 0.5s;
    margin: 16px 0 15px;
}
.icon-box.style7 .icon-box-content p.description {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    width: 100%;
    margin: 0 0 0;
}
.icon-box.style7:hover .icon-box-content h4.title {
    color: #ffdc00;
}

/* style eight */
.icon-box.style8 .icon-box-content h4.title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin: 20px 0 15px;
}
.icon-box.style8 .icon-box-content p.description {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 0;
}


/*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);
}
}

/* 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: #FF3D00;
}
.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 {
    text-align: center;
    padding: 53px 0 45px;
    border-right: 1px solid #e46f64;
}
.counter-border {
    border-left: 1px solid #e46f64;
}
.counter-content span {
    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    margin: 0 -2px 0;
    font-family: 'Space Grotesk';
}
.counter-content .suffix {
    color: #ffffff;
    font-family: 'Space Grotesk';
}
.counter-content h6 {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    padding-top: 12px;
    margin: 0 0;
}
/*counter section style two*/
.single-counter.style_two {
    text-align: center;
    background: #ffdc00;
    padding: 12px 31px 26px;
    display: inline-block;
    border-radius: inherit;
    position: relative;
    z-index: 1;
}
.single-counter.style_two:before {
    position: absolute;
    content: "";
    right: -25px;
    bottom: -1px;
    width: 100%;
    height: 100%;
    background-image: url(https://wp.dreamitworld.com/roadly/wp-content/uploads/2025/03/coun-shape.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.single-counter.style_two span {
    display: inline-block;
    font-size: 65px;
    line-height: 120px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 0;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-image: linear-gradient(180deg, #c7210f 0%, #ffdc00 100%);
}
.single-counter.style_two h6 {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    margin: -30px 0 0;
}

/*counter section style three */

.single-counter.style_three {
    text-align: center;
    background: #ffdc00;
    padding: 12px 31px 26px;
    display: inline-block;
    border-radius: inherit;
    position: relative;
    border: none;
}
.single-counter.style_three {
    text-align: center;
    background: #ffdc00;
    padding: 12px 17px 26px;
    display: inline-block;
    border-radius: inherit;
    position: relative;
    border: none;
}
.single-counter.style_three .counter-content.counter span.count.percent {
    display: inline-block;
    font-size: 65px;
    line-height: 145px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 0;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background-image: linear-gradient(180deg, #c7210f 0%, #ffdc00 100%);
}
.single-counter.style_three .counter-content.counter h6 {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    margin: 8px 0 0;
    position: relative;
    z-index: 1;
}
.single-counter.style_three .counter-content.counter h6:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -40px;
    margin: auto;
    width: 2px;
    height: 30px;
    background: rgb(255 255 255 / 30%);
}

/*style four*/
.single-counter.style_four {
    text-align: left;
    overflow: inherit;
    padding: 0 0 0;
}
.single-counter.style_four .counter-content h6 {
    color: #232323;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.single-counter.style_four .counter-content span {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    color: #232323;
}

/*service carouse style one */
.service-box.slick-slide {
    padding: 20px;
    background: #ffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 10px 0;
}
.service-box.slick-slide:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url(https://constructoracyfer.com/wp-content/uploads/2025/08/service-shape.png);
    background-repeat: no-repeat;
    background-position: right center;
    right: -40%;
    bottom: -4px;
    transition: 0.5s;
    z-index: -1;
}
.service-box.slick-slide:hover:before {
    right: -11px;
}
.service-box.slick-slide .service-box-content {
    padding: 8px 17px 29px;
}
.service-box.slick-slide .service-box-content .service-box-title h3 {
    font-size: 26px;
    color: #3c3c3b;
    font-weight: 700;
    transition: 0.5s;
}
.service-box.slick-slide:hover .service-box-content .service-box-title h3 {
    color: #ffdc00;
}
.service-box.slick-slide .service-box-content .service-box-desc p {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    padding: 15px 0 29px;
    margin: 0 0 0;
    width: 100%;
}
.service-box.slick-slide .service-box-content .service-btn a {
    display: inline-block;
    font-size: 16px;
    color: #3c3c3b;
    font-weight: 400;
}
.service-box.slick-slide .service-box-content .service-btn a i {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 17px;
    background-color: #f5f5f7;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #ffdc00;
    transform: rotate(-45deg);
    margin-left: 14px;
    transition: 0.5s;
}
.service-box.slick-slide:hover .service-box-content .service-btn a i {
    background-color: #fdebe9;
    transform: rotate(0deg);
}
.service-box.slick-slide .em-service-thumb {
    line-height: 0;
    position: relative;
    z-index: 1;
}
.service-box.slick-slide .em-service-thumb img {
    width: 100%;
    border-radius: 0;
}
.service-box.slick-slide .em-service-thumb .icon_image {
    position: absolute;
    right: 0;
    top: -44px;
    z-index: 1;
    background-color: #ffdc00;
    padding: 18px 16px;
}
.service-box.slick-slide .em-service-thumb .icon_image img {
    width: inherit;
}
.service-box.slick-slide .em-service-thumb .icon_image:before {
    position: absolute;
    content: "";
    left: -17px;
    top: 0;
    background-image: url(https://constructoracyfer.com/wp-content/uploads/2025/08/icon-shape.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 100%;
    height: 100%;
}

/*service carouse style five*/

.em-service.style_5 {
    padding: 31px 33px  13px;
    background: #f4f7fa;
    border-radius: 10px;
    border: 1px solid #d2ede6;
    margin: 0 10px;
    text-align: left;
    transition:.5s;
}
.em-service.style_5:hover{
    border-color:#f6dde2;
}
.em-service.style_5 .em-service-thumb {
    display: inline-block;
}
.em-service.style_5 .em-service-title h2 {
    font-size: 25px;
    margin: 15px 0 10px;
    font-weight: 600;
    position: relative;
    margin-left: 0px;
    display: inline-block;
    padding-top: 15px;
}
.em-service.style_5 .em-service-title h2::before {
    position: absolute;
    content: "";
    top: -4px;
    left: 0;
    margin: auto;
    height: 2px;
    width: 60px;
    background: #d1e0f5;
}
.em-service.style_5 .em-service-title h2:after {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #0b5adb;
    border-radius: 50%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-LG;
    animation-name: MOVE-LG;
    -webkit-animation: MOVE-LG 35s linear infinite;
    animation: MOVE-LG 7s linear infinite;
    overflow: hidden;
    top: -6px;
}
.em-service.style_5 .service-box-desc p {
    margin: 0 0 11px;
}
.service_cursousel_sliderr5 .slick-dots {
    bottom: -100px !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.service_cursousel_sliderr5 ul.slick-dots li {
    display: inline-block;
    text-align: center;
    margin: 0 4px;
    transition:.5s;
}
.service_cursousel_sliderr5 button{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid#f6dde2;
}
.service_cursousel_sliderr5 button:hover{
   background-color: #0b5adb;
   border-color:#f6dde2;
   color:#fff;
}



/*
==========
 Team
==========
*/
.team.style1 {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
.team.style1:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(https://wp.dreamitworld.com/roadly/wp-content/uploads/2025/03/box-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.team.style1 .image {
    line-height: 0;
    padding-right: 63px;
}
.team.style1 .image img {
    width: 100%;
}
.team.style1 .content {
    padding: 31px 35px 35px;
}
.team.style1 .content .bio h2.name {
    font-size: 24px;
    color: #3c3c3b;
    font-weight: 700;
    margin: 0 0 0;
    transition: 0.5s;
}
.team.style1:hover .content .bio h2.name {
    color: #ffdc00;
}
.team.style1 .content .bio h5.designation {
    font-size: 16px;
    text-transform: uppercase;
    color: #616161;
    font-weight: 400;
    padding: 7px 0 23px;
    margin: 0 0 0;
}
.team.style1 .content ul.social-icon {
    background: #ffff;
    text-align: right;
    padding: 8px 15px 8px;
    margin-right: 30px;
    margin-left: -35px;
    position: relative;
    z-index: 1;
    border-radius: 0px 30px 30px 0px;
    list-style: none;
}
.team.style1 .content ul.social-icon:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 45px;
    background: #ffdc00;
    opacity: 0.5;
    left: 13px;
    top: 24px;
    transition: 0.5s;
}
.team.style1:hover .content ul.social-icon:before {
    background: #f29b92;
  }
.team.style1 .content ul.social-icon:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #ffdc00;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 0px 30px 30px 0px;
    transition: 0.5s;
}
.team.style1:hover .content ul.social-icon:after {
    width: 100%;
}
.team.style1 .content ul.social-icon li {
    display: inline-block;
}
.team.style1 .content ul.social-icon li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #f5f6f8;
    border: 2px solid #f5f6f8;
    line-height: 35px;
    text-align: center;
    margin-left: 19px;
    font-size: 15px;
    color: #616161;
    transition: 0.5s;
}
.team.style1:hover .content ul.social-icon li a {
    border: 2px solid #ed786c;
    background: transparent;
    color: #fff;
}

/* Style Two */
.team.style2 {
    text-align: center;
    margin: 0 25px 10px;
}
.team.style2 .content {
    padding: 21px 30px 271px;
    background-color: #f5f6f8;
    position: relative;
    z-index: 1;
}
.team.style2 .content:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: #3c3c3b;
    z-index: -1;
    transition: 0.5s;
}
.team.style2:hover .content:before {
    height: 100%;
    top: 0;
}
.team.style2 .content .bio h2.name {
    margin: 0 0 0;
}
.team.style2 .content .bio h2.name a {
    display: inline-block;
    font-size: 26px;
    color: #3c3c3b;
    font-weight: 700;
    font-family: "Space Grotesk";
    text-align: center;
    transition: 0.5s;
}
.team.style2 .content .bio h5.designation {
    margin: 3px 0 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #616161;
    font-weight: 500;
    transition: 0.5s;
}
.team.style2:hover .content .bio h2.name a,
.team.style2:hover .content .bio h5.designation {
    color: #fff;
}
.team.style2 .image {
    position: relative;
    z-index: 99;
    margin: 0 30px;
    margin-top: -229px;
    line-height: 0;
}
.team.style2 .image img {
    width: 310px;
    height: 360px;
    object-fit: cover;
}
.team.style2 .image .social-icons1 {
    background: #ffdc00;
    display: inline-block;
    padding: 16px 7px;
    border-radius: 30px;
    position: absolute;
    left: 41%;
    bottom: -176px;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
}
.team.style2 .social-icons1.active {
    visibility: visible;
    transform: translatey(-126%);
    opacity: 1;
}
.team.style2 .image .social-icons1 ul {
    list-style: none;
}
.team.style2 .social-icons1 ul li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    margin: 5px 0;
}
.team.style2 .team-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -23px;
}
.team.style2 .image .team-btn i {
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background-color: #ffdc00;
    border-radius: 50%;
    color: #fff;
}



/*
===============
 Team Carousel
===============
*/
/* Style Two */
.team-carousel.style2{
    text-align: center;
}
.team-carousel.style2 .single-team{
    margin-bottom: 30px;
}
.team-carousel.style2 .image{
    position: relative;
    overflow: hidden;
}
.team-carousel.style2 .image img{
    width: 100%;
}
.team-carousel.style2 .image .social-icon {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: -100px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
}
.team-carousel.style2 .single-team:hover .image .social-icon{
    bottom: 0;
}
.team-carousel.style2 .image .social-icon li{
    margin-bottom: 5px;
    margin-right: 5px;
}
.team-carousel.style2 .image .social-icon li a{
    display: inline-block;
}
.team-carousel.style2 .image .social-icon li a i{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--title-color);
    border-radius: 50%;
}
.team-carousel.style2 .image .social-icon li a i:hover{
    background-color: var(--main-color);
}
.team-carousel.style2 .bio .name{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px;
}
.team-carousel.style2 .bio .designation{
    color: #57647c;
    font-size: 15px;
    font-weight: normal;
}
.team-carousel.style2 .content{
    padding: 25px;
    box-shadow: 0px 0px 30px 0px rgba(45, 105, 255, 0.13);
}

/*
============
Work Process
============
*/
.work-process{
    text-align:center;
    padding:0 20px;
}

.pocess .work-process.style1 .icon:after {
    display: none;
}
.work-process.style1 .icon{
    position:relative;
}
.work-process.style1 .icon i {
    sition: relative;
    width: 145px;
    height: 145px;
    line-height: 143px;
    border-radius: 150px;
    display: inline-block;
    color: #ffdc00;
    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: #ffdc00;
    background-color: #ffdc00;
}

.work-process.style1 .work_progress-number {
    position: absolute;
    right: 23%;
    top: 0px;
    z-index: 1;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background-color: #ffdc00;
    transition:.5s;
}
.work-process.style1:hover .work_progress-number {
    background-color: #000;
}

.work-process.style1 .title {
    font-size: 23px;
    margin: 30px 0 10px;
}
.process-shap_one {
    position: relative;
    text-align: center;
}
.process-shap_one::before {
    position: absolute;
    content: '';
    right: -63px;
    top: 37px;
    width: 103px;
    height: 38px;
    background-repeat: no-repeat;
    background-image: url(https://wp.ditsolution.net/it-tech/wp-content/uploads/2023/10/process-arrow-1.png);
}
.process-shap_one.two::before{
    background-image: url(https://wp.ditsolution.net/it-tech/wp-content/uploads/2023/10/process-arrow-2.png);
}



/*style three*/
.work_progress.style3 {
    padding: 34px 13px 7px;
    background: #f5f5f5;
    border-radius: 5px;
}
.work_progress.style3 .work_progress-title h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 7px 0 4px;
}
.work_progress.style3 .work_progress-number span {
    background: #ffdc00;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    color: #fff;
}
.work_progress.style3 .work_progress-number span::before {
    display: none;
}
.work_progress.style3 .work_progress-number span::after {
    position: absolute;
    left: -6px;
    top: -6px;
    width: 82px;
    height: 82px;
    background: #ED2C41;
    opacity: 0.3;
}
/*style five*/
.work_progress.style5 {
    text-align: center;
    padding: 0 25px;
    position: relative;
    z-index: 1;
}
.work_progress.style5 .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #0c59d7;
    text-align: center;
    line-height: 113px;
    position: relative;
    margin-bottom: 40px;
}
.work_progress.style5 .icon:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    border: 2px dashed #ffdc00;
    top: -10px;
    left: -10px;
    border-radius: 50%;
}
.work_progress.style5 h3.title {
    display: inline-block;
    margin: 0 0 9px;
    font-size: 26px;
    font-weight: 600;
}

/*service carousel*/
.service_item.style_one {
    margin-right: 30px;
    overflow: hidden;
}
.service_item.style_one .service_img {
    line-height: 0;
}
.service_item.style_one  .service_img img {
    width: 100%;
}
.service_item.style_one .service_content .service-box-icon {
    position: absolute;
    right: 35px;
    top: -43px;
    background: #f5f6f8;
    display: inline-block;
    padding: 25px 25px;
    border-radius: 50%;
    transition: .5s;
}
.service_item.style_one:hover .service_content .service-box-icon {
    background: #ffdc00;
}
.service_item.style_one .service_content .service-box-icon img {
    width: 100%;
    transition: .5s;
}
.service_item.style_one:hover .service_content .service-box-icon img {
    filter: brightness(0) invert(1);
}
.service_item.style_one .service_content {
    background: #fff;
    padding: 38px 20px 34px 35px;
    transition: 0.5s;
    margin-left: 60px;
    margin-top: -131px;
    z-index: 1;
    position: relative;
}
.service_item.style_one .service_content .service_title h2.title {
    font-size: 24px;
    color: #3c3c3b;
    font-weight: 700;
    transition: 0.5s;
}
.service_item.style_one:hover .service_content .service_title h2.title {
    color: #ffdc00;
}
.service_item.style_one .service_content p.description {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    padding: 17px 0 20px;
    width: 100%;
    margin: 0 0 0;
}
.service_item.style_one .service_content .service-details-button a {
    display: inline-block;
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    transition: 0.5s;
}
.service_item.style_one .service_content .service-details-button a i {
    display: inline-block;
    background: #f5f6f8;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    transform: rotate(-45deg);
    font-size: 16px;
    transition: 0.5s;
    margin-left: 144px;
}

.service_item.style_one:hover .service_content .service-details-button a {
    color: #ffdc00;
}
.service_item.style_one:hover .service_content .service-details-button a i {
    background: #ffdc00;
    color: #ffff;
}
.services-line {
    position: relative;
    z-index: 1;

}
.services-line:before {
    position: absolute;
    content: "";
    left: 10px;
    top: -53px;
    width: 98%;
    background: rgb(15 30 54 / 20%);
    height: 2px;
}
.services-line.bg .service_item.style_one:hover .service_content {
    background: #ffdd00;
}
.services-line.bg .service_item.style_one:hover .service_content .service_title h2.title,
.services-line.bg .service_item.style_one:hover .service_content p.description,
.services-line.bg .service_item.style_one:hover .service_content .service-details-button a {
    color: #fff;
}
.services-line.bg .service_item.style_one:hover .service_content .service-box-icon {
    background: #fff;
}
.services-line.bg .service_item.style_one:hover .service_content .service-details-button a i {
    background: #ffff;
    color: #ffdc00;
}
.services-line.bg .service_item.style_one .service_content .service-box-icon img {
    filter: brightness(0) invert(0);
}
.services-line.bg .service_item.style_one:hover .service_content .service-box-icon img {
    filter: brightness(1) invert(0);
}
.services-line.bg:before {
    background: rgb(255 255 255 / 20%);
}

/*nav*/
.service-carousel1.style_one .owl-nav {
    position: absolute;
    left: 50%;
    bottom: -88px;
}
.service-carousel1.style_one button.owl-prev i, 
.service-carousel1.style_one button.owl-next i {
    font-size: 15px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    color: #3c3c3b;
    text-align: center;
    transition: 0.5s;
    border-radius: 50%;
    margin: 0 9px;
}
.service-carousel1.style_one button.owl-prev i:hover,
.service-carousel1.style_one button.owl-next i:hover{
    background: #ffdc00;
    color:#fff;
}



/*
==============
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.style1 .owl-item:nth-child(odd) {
    margin-top: 0;
}
.testimonial.style1 .testimonial-item {
    margin-top: 38px;
}
.testimonial.style1 .testimonial-item .author {
    margin-bottom: 33px;
}
.testimonial.style1 .testimonial-item .author .bio .name {
    display: inline-block;
    margin: 0 0 0;
    font-size: 28px;
    color: #d9d9d9;
    font-weight: 700;
}
.testimonial.style1 .testimonial-item .author .bio .designation {
    display: inline;
    margin: 0;
    transition: all 400ms linear;
    font-size: 15px;
    text-transform: uppercase;
    color: rgb(255 255 255 / 60%);
    font-weight: 400;
    margin-left: 47px;
    position: relative;
    z-index: 1;
}
.testimonial.style1 .testimonial-item .author .bio .designation:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 8px;
    height: 1px;
    width: 15px;
    background: #8d99a8;
}
.testimonial.style1 .testimonial-item .quote {
    margin: 0 0 0;
    transition: all 400ms linear;
    font-size: 20px;
    line-height: 32px;
    color: rgb(255 255 255 / 60%);
    font-weight: 400;
    width: 92%;
    padding: 0 0 69px;
}
.testimonial.style1 .testimonial-item .testi-star i {
    display: inline-block;
    color: #e43a23;
    background: #243348;
    height: 35px;
    width: 35px;
    text-align: center;
    margin-right: 6px;
    font-size: 18px;
    line-height: 35px;
}
.testimonial.style1 .testimonial-item .testi-star i.active {
    display: inline-block;
    color: #e43a23;
    background: #243348;
    height: 35px;
    width: 35px;
    text-align: center;
    margin-right: 6px;
    font-size: 18px;
    line-height: 35px;
}

/* owl dot */
.testimonial-carousel.owl-carousel .owl-nav {
    position: absolute;
    right: -45px;
    top: -12px;
}
.testimonial-carousel.owl-carousel .owl-nav:before {
    position: absolute;
    content: "";
    left: 22px;
    top: -145px;
    width: 1px;
    height: 470px;
    background-image: url(https://wp.dreamitworld.com/roadly/wp-content/uploads/2025/03/testi-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next,
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev,
.testimonial-carousel.owl-carousel button.owl-dot {
    display: block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    color: #3c3c3b;
    margin: 15px 0;
    transition: 0.5s;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next:hover,
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev:hover {
    background: #ffdc00 !important;
    color: #ffffff; 
}

/* Style Two */
.testimonial.style2 .testimonial-item {
    text-align: center;
    overflow: hidden;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.testimonial.style2 .testimonial-item:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -75px;
    margin: auto;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-image: url(https://wp.dreamitworld.com/roadly/wp-content/uploads/2025/04/testi-box-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.testimonial.style2 .testimonial-item:hover .testi-title {
    border-radius: 0 30px 0 0;
}
.testimonial.style2 .testimonial-item .testi-title {
    background: #e1eef6;
    padding: 102px 30px 22px;
    text-align: center;
    margin-bottom: 50px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.testimonial.style2 .testimonial-item .quote {
    font-size: 16px;
    line-height: 30px;
    color: #616161;
    font-weight: 400;
    font-family: "DM Sans";
    width: 100%;
    margin: 0 0 0;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
}
.testimonial.style2 .testimonial-item .quote:before {
    position: absolute;
    content: "";
    left: 0;
    top: -70px;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: url(https://constructoracyfer.com/wp-content/uploads/2025/08/testi-quate.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.testimonial.style2 .testimonial-item .testi-star {
    position: relative;
    z-index: 1;
}
.testimonial.style2 .testimonial-item .testi-star:before {
    position: absolute;
    content: "";
    left: 4px;
    top: 12px;
    width: 100%;
    height: 1000%;
    background-image: url(https://wp.dreamitworld.com/roadly/wp-content/uploads/2025/04/testi-line.png);
    background-repeat: no-repeat;
}
.testimonial.style2 .testimonial-item .testi-star:after {
    position: absolute;
    content: "";
    right: -71%;
    top: 12px;
    width: 100%;
    height: 1000%;
    background-image: url(https://wp.dreamitworld.com/roadly/wp-content/uploads/2025/04/testi-line2.png);
    background-repeat: no-repeat;
}
.testimonial.style2 .testimonial-item .testi-star i {
    font-size: 14px;
    color: #ffb328;
    margin: 0 2px;
}
.testimonial.style2 .testimonial-item .testi-star i.active {
    font-size: 14px;
    color: #ffb328;
    margin: 0 2px;
}
.testimonial.style2 .testimonial-item .author img {
    height: 65px;
    width: 65px;
    object-fit: cover;
    margin: auto;
    border-radius: 50%;
}
.testimonial.style2 .testimonial-item .author .bio .name {
    margin: 0 0 0;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    padding: 16px 0 5px;
}
.testimonial.style2 .testimonial-item .author .bio .designation {
    margin: 0;
    display: inline-block;
    color: #ffffff80;
    font-weight: 400;
    font-size: 16px;
}
.testimonial.style2 button.owl-prev  {
    display: none;
}
.testimonial.style2 button.owl-next  {
    display: none;
} 

/* style three  */
.testimonial.style3 .testimonial-item {
    background-color: #f5f6f8;
    padding: 35px 32px 40px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
}
.testimonial.style3 .testimonial-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: #ffdc00;
    z-index: -1;
    transition: 0.5s;
}
.testimonial.style3 .testimonial-item:hover:before {
    height: 100%;
}
.testimonial.style3 .testimonial-item:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://wp.dreamitworld.com/roadly/wp-content/uploads/2025/04/test-shape3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.testimonial.style3 .testimonial-item .author {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial.style3 .testimonial-item .single-img {
    height: 65px;
    width: 65px;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial.style3 .testimonial-item .bio h4.name {
    font-size: 24px;
    color: #3c3c3b;
    font-weight: 600;
    transition: 0.5s;
    margin: 0 0 4px;
}
.testimonial.style3 .testimonial-item .bio h5.designation {
    display: inline-block;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    transition: 0.5s;
    margin: 0 0 0;
}
.testimonial.style3 .testimonial-item .testimonial-top p.quote {
    font-size: 16px;
    line-height: 30px;
    color: #616161;
    font-weight: 400;
    width: 100%;
    padding: 25px 0 40px;
    transition: 0.5s;
    margin: 0 0 0;
}
.testimonial.style3 .testimonial-item .testimonial-top .testi-star {
    position: relative;
    z-index: 1;
}
.testimonial.style3 .testimonial-item .testimonial-top .testi-star:before {
    position: absolute;
    content: "";
    width: 175px;
    height: 40px;
    background: #fff;
    left: -35px;
    bottom: -5px;
    border-radius: 0px 30px 30px 0;
    z-index: -1;
}
.testimonial.style3 .testimonial-item .testimonial-top .testi-star i {
    display: inline-block;
    color: #ffb328;
    font-size: 14px;
    margin-right: 4px;
    transition: .5s;
}
.testimonial.style3 .testimonial-item .testimonial-top .icon {
    position: absolute;
    z-index: 1;
    right: 35px;
    bottom: 40px;
    transition: .5s;
}
.testimonial.style3 .testimonial-item .testimonial-top .icon img {
    width: 42px;
    height: 32px;
    transition: .5s;
}

.testimonial.style3 .testimonial-item:hover .bio h4.name,
.testimonial.style3 .testimonial-item:hover .bio h5.designation,
.testimonial.style3 .testimonial-item:hover .testimonial-top p.quote {
    color: #ffff;
}
.testimonial.style3 .testimonial-item:hover .testimonial-top .icon img {
    filter: brightness(0) invert(1);
}
.testimonial.style3 button.owl-prev  {
    display: none !important;
}
.testimonial.style3 button.owl-next  {
    display: none !important;
} 
.testimonial.style3 .testimonial-carousel.owl-carousel .owl-nav:before {
   display: none !important;
}


/* style four */
.testimonial.style-four .testimonial-item {
    background-color: #f5f6f8;
    padding: 35px 32px 40px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
}
.testimonial.style-four .testimonial-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: #ffdc00;
    z-index: -1;
    transition: 0.5s;
}
.testimonial.style-four .testimonial-item:hover:before {
    height: 100%;
}
.testimonial.style-four .testimonial-item:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://wp.dreamitworld.com/roadly/wp-content/uploads/2025/04/test-shape3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.testimonial.style-four .testimonial-item .author {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial.style-four .testimonial-item .single-img {
    height: 65px;
    width: 65px;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial.style-four .testimonial-item .bio h4.name {
    font-size: 24px;
    color: #3c3c3b;
    font-weight: 600;
    transition: 0.5s;
    margin: 0 0 4px;
}
.testimonial.style-four .testimonial-item .bio h5.designation {
    display: inline-block;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    transition: 0.5s;
    margin: 0 0 0;
}
.testimonial.style-four .testimonial-item .testimonial-top p.quote {
    font-size: 16px;
    line-height: 30px;
    color: #616161;
    font-weight: 400;
    width: 100%;
    padding: 25px 0 40px;
    transition: 0.5s;
    margin: 0 0 0;
}
.testimonial.style-four .testimonial-item .testimonial-top .testi-star {
    position: relative;
    z-index: 1;
}
.testimonial.style-four .testimonial-item .testimonial-top .testi-star:before {
    position: absolute;
    content: "";
    width: 175px;
    height: 40px;
    background: #fff;
    left: -35px;
    bottom: -5px;
    border-radius: 0px 30px 30px 0;
    z-index: -1;
}
.testimonial.style-four .testimonial-item .testimonial-top .testi-star i {
    display: inline-block;
    color: #ffb328;
    font-size: 14px;
    margin-right: 4px;
    transition: .5s;
}
.testimonial.style-four .testimonial-item .testimonial-top .icon {
    position: absolute;
    z-index: 1;
    right: 35px;
    bottom: 40px;
    transition: .5s;
}
.testimonial.style-four .testimonial-item .testimonial-top .icon img {
    width: 42px;
    height: 32px;
    transition: .5s;
}

.testimonial.style-four .testimonial-item:hover .bio h4.name,
.testimonial.style-four .testimonial-item:hover .bio h5.designation,
.testimonial.style-four .testimonial-item:hover .testimonial-top p.quote {
    color: #ffff;
}
.testimonial.style-four .testimonial-item:hover .testimonial-top .icon img {
    filter: brightness(0) invert(1);
}
.testimonial.style-four button.owl-prev  {
    display: none !important;
}
.testimonial.style-four button.owl-next  {
    display: none !important;
} 

.testimonial.style-four .testimonial-carousel.owl-carousel .owl-nav:before {
   display: none !important;
}


/*testimonial style seven*/


.testimonial.style7 .testimonial-item.style_seven .icon_image_testi {
    display: inline-block;
}
.testimonial-item.style_seven {
    border: 1px solid#D7E4F7;
    background: #F6F7FB;
    padding: 36px 0 0;
    border-radius: 30px;
    transition: .5s;
}
.testimonial-item.style_seven  .author {
    display: flex;
    align-items: center;
}
.testimonial-item.style_seven  .author img {
    display: inline-block;
    width: 64px;
}
.testimonial-item.style_seven .author img {
    margin-right: 16px;
}
.testimonial-item.style_seven .quote_image {
    display: inline-block;
    position: absolute;
    right: 60px;
    bottom: 99px;
}
.testimonial-item.style_seven .content {
    padding: 0 49px;
    position: relative;
}
.testimonial-item.style_seven p.quote {
    margin: 17px 0 25px;
    line-height: 24px;
}
.testimonial-item.style_seven h4.name {
    margin: 0 0 5px;
    font-size: 20px;
    color: #616161;
    font-weight: 600;
}
.testimonial-item.style_seven h5.designation {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #616161;
    font-weight: 400;
    font-family: "Nunito";
}
.testimonial-item.style_seven .inner_content {
    display: flex;
    justify-content: space-between;
    padding: 5px 32px;
    border-top: 1px solid#D7E4F7;
    margin-top: 40px;
}
.testimonial-item.style_seven .inner_content span {
    font-size: 14px;
}
.testimonial-item.style_seven .reviews_rating i.active {
    color: #0b5adb;
    font-size: 14px;
}

/*style 10*/

.testimonial.style10 .author {
    display: inline-block;
}
.testimonial.style10 .icon_image_testi {
    display: inline-block;
    float: left;
    margin-right: 50px;
}
.testimonial.style10 .testi-star i.active {
    color: #ffae20;
    margin-right: 4px;
}
.testimonial.style10 p.quote {
    font-size: 26px;
    line-height: 38px;
    color: #041424;
    font-weight: 400;
    font-family: "Nunito";
    margin: 14px 0 0;
}
.testimonial.style10 h4.name {
    margin: 39px 0 0;
    font-size: 26px;
    font-weight: 600;
}
.testimonial.style10 h5.designation {
    margin: 7px 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #686868;
    font-weight: 400;
    font-family: "Nunito";
}
.testimonial.style10 .testi_content {
    overflow: hidden;
}

/*nav*/
.testimonial.style10 button.owl-prev i, 
.testimonial.style10 button.owl-next i {
    display: inline-block;
    position: absolute;
    right: 100px;
    bottom: 29px;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-color: #ffffff;
    border: 1px solid rgba(4,20,36,0.1);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    line-height: 46px;
}
.testimonial.style10 button.owl-next i {
    right: 40px;
}
.testimonial.style10 button.owl-prev i:hover,
.testimonial.style10 button.owl-next i:hover{
    border-color:#0b59db;
    background:#0b59db;
    color:#fff;
}

/*style eleven*/

.testimonial.style11 .testi_content {
    border-radius: 10px;
    background-color: #152534;
    padding: 31px 34px 30px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 20px;
}

.testimonial.style11 .testi_content:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    z-index: -1;
    border-radius: 10px;
    background-image: linear-gradient(0deg, #1a90ff 0%, #3513f9 100%);
    transition: .5s;
}

.testimonial.style11 .icon_image_testi {
    display: inline-block;
    position: absolute;
    right: 33px;
    top: 50px;
}
.testimonial.style11 .author_bio {
    display: flex;
    align-items: center;
}
.testimonial.style11 .author {
    display: inline-block;
    margin-right: 10px;
}
.testimonial.style11 h5.designation {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rajdhani";
    margin: 0 0 8px;
    transition: .5s;
}
.testimonial.style11 .testi-star i.active {
    font-size: 16px;
    color: #ffb108;
}
.testimonial.style11 p.quote {
    opacity: 0.600;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Nunito";
    margin: 21px 0 0;
    transition: .5s;
}
.testimonial.style11 h4.name {
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rajdhani";
    margin: 0;
    transition: .5s;
}

.testimonial.style11 .testimonial-item:hover .testi_content:after{
    width: 100%;
    left: 0;
}

.testimonial.style11 .testimonial-item:hover .testi_content h4.name, .testimonial.style11 .testimonial-item:hover .testi_content p.quote {
    color: #fff;
}


/*
==========
Case Study
==========
*/
.testi-line {
    position: relative;
    z-index: 1;
}
.testi-line:before {
    position: absolute;
    content: "";
    left: 10px;
    top: -65px;
    width: 98%;
    border-bottom: 2px solid #3f4a5d;
    height: 3px;
}
.dreamit-single-cases-study .case-study-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.dreamit-single-cases-study .case-study-thumb img {
    width: 100%;
}
.dreamit-single-cases-study .case-study-thumb:before {
    position: absolute;
    content: "'";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 235px;
    background-image: url(https://wp.dreamitworld.com/roadly/wp-content/uploads/2025/03/case-shape3.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .5s;
    transform: perspective(500px) rotateX(90deg);
}
.dreamit-single-cases-study .case-study-thumb:hover:before {
    transform: perspective(500px) rotateX(0deg);
}
.dreamit-single-cases-study .em-case-study-button {
    position: absolute;
    right: -60px;
    bottom: 170px;
    transition: .5s;
}
.dreamit-single-cases-study:hover .em-case-study-button {
    right: 32px;
}
.dreamit-single-cases-study .em-case-study-button a.learn_btn {
    display: inline-block;
    background: #ffdc00;
    height: 60px;
    width: 60px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #fff;
    color: #ffff;
    transform: rotate(-45deg);
    font-size: 24px;
}
.dreamit-single-cases-study .cases-study-content {
    position: absolute;
    left: -225px;
    bottom: 31px;
    transition: .5s;
}
.dreamit-single-cases-study:hover .cases-study-content {
    left: 30px;
}
.dreamit-single-cases-study .cases-study-content .case_category span.category-item {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 30px;
    padding: 5px 27px;
    border: 1px solid rgb(226 238 245 / 40%);
    margin: 0 0 3px;
    display: inline-block;
}
.dreamit-single-cases-study .cases-study-content h2.title {
    margin: 0 0 0;
}
.dreamit-single-cases-study .cases-study-content h2.title a {
    display: inline-block;
    font-size: 26px;
    color: #ffffff;
    font-weight: 400;
}
.dreamit-single-cases-study .cases-study-content:before {
    position: absolute;
    content: "";
    left: 0;
    top: -25px;
    width: 335px;
    height: 1px;
    background: rgb(226 238 245 / 30%);
    opacity: 0;
}
.dreamit-single-cases-study:hover .cases-study-content:before {
   opacity: 1;
}

/* owl nav */
.case-study .owl-carousel .owl-nav {
    position: absolute;
    top: -39%;
    right: 10px;
}
.case-study .owl-carousel .owl-nav button.owl-next, .case-study  .owl-carousel .owl-nav button.owl-prev {
    background: #d4d4d4 !important;
    color: #3c3c3b !important;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    transition: 0.5s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    border: 2px solid #d9d9d9 !important;
    margin: 0 9px 0;
}
.case-study .owl-carousel .owl-nav button.owl-next, .case-study .owl-carousel .owl-nav button.owl-prev:hover {
    background: #ffdc00 !important;
    color: #ffff !important;
}

/* style three */
.single_case_study .case-study-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.single_case_study .case-study-thumb img {
    width: 100%;
}
.single_case_study .em-case-study-button {
    position: absolute;
    right: -60px;
    bottom: 170px;
    transition: .5s;
}
.single_case_study:hover .em-case-study-button {
    right: 32px;
}
.single_case_study .em-case-study-button a.learn_btn {
    display: inline-block;
    background: #ffdc00;
    height: 60px;
    width: 60px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #fff;
    color: #ffff;
    transform: rotate(-45deg);
    font-size: 24px;
}
.single_case_study .cases-study-content {
    position: absolute;
    left: -225px;
    bottom: 31px;
    transition: .5s;
}
.single_case_study:hover .cases-study-content {
    left: 30px;
}
.single_case_study .cases-study-content .case_category span.category-item {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 30px;
    padding: 5px 27px;
    border: 1px solid rgb(226 238 245 / 40%);
    margin: 0 0 3px;
    display: inline-block;
}
.single_case_study .cases-study-content h2.title {
    margin: 0 0 0;
}
.single_case_study .cases-study-content h2.title a {
    display: inline-block;
    font-size: 26px;
    color: #ffffff;
    font-weight: 400;
}
.single_case_study .cases-study-content:before {
    position: absolute;
    content: "";
    left: 0;
    top: -25px;
    width: 335px;
    height: 1px;
    background: rgb(226 238 245 / 30%);
    opacity: 0;
}
.single_case_study:hover .cases-study-content:before {
   opacity: 1;
}
.testi-line.case:before {
    border-bottom: 2px solid #cfd2d7;
}
.testi-line.case .single_case_study .case-study-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: rgb(229 57 37 / 20%);
    transition: .5s;
}
.testi-line.case .single_case_study .case-study-thumb:hover:before {
    height: 100%;
}

/* owl nav */
.single_case_study .owl-carousel .owl-nav {
    position: absolute;
    top: -39%;
    right: 10px;
}
.single_case_study .owl-carousel .owl-nav button.owl-next, .case-study  .owl-carousel .owl-nav button.owl-prev {
    background: #d4d4d4 !important;
    color: #3c3c3b !important;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    transition: 0.5s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    border: 2px solid #d9d9d9 !important;
    margin: 0 9px 0;
}
.single_case_study .owl-carousel .owl-nav button.owl-next, .case-study .owl-carousel .owl-nav button.owl-prev:hover {
    background: #ffdc00 !important;
    color: #ffff !important;
}

/*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: #ffdc00;
    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:#ffdc00;
}
.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: #ffdc00;
    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: #ffdc00;
    background: transparent;
}
/*style ten*/
.single_case_study.style10 {
    border-radius: 10px;
    background-color: rgba(239, 245, 250, 0.07058823529411765);
    max-width: 380px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    margin: 30px 12px 30px 23px;
}
.single_case_study.style10: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.style10 .image-thumb {
    position: relative;
    left: -22px;
}
.single_case_study.style10:hover:before{
    opacity: 1;
}
.single_case_study.style10 span.category-item {
    display: inline-block;
    font-size: 12px;
    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.style10 h2.title a {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    margin: 15px 0 20px;
}
.single_case_study.style10 h2.title {
    line-height: 30px;
    margin: 12px 0 18px;
}
.single_case_study.style10 .cases-study-contents {
    padding: 35px 37px 23px;
}

.single_case_study.style10 .case-study-buttons a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    transition: .5s;
}
.single_case_study.style10 .case-study-buttons a i{
  display: inline-block;
    margin-left: 10px;
    transform: rotate(-45deg);
    transition: 0.5s;  
}

/*owl dots*/

.case-study.style10 .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.style10 .owl-dot span{
    display: none;
}
.case-study.style10 .owl-dot.active {
    width: 13px;
    height: 13px;
    line-height: 13px;
    border-radius: 7px;
    background: #1f79fe;
    position: relative;
}
.case-study.style10 .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;
}


/*
==========
Brand
==========
*/
.brand-item img {
    width: 63%!important;
    opacity: 0.4;
    transition:.5s;
}



.brand-item img:hover {
    opacity: 1;
}

.get-quote-msg a{
    color:#ffdc00;
    text-decoration:underline !important;
}

.brand.style3 .brand-item img {
    width: 46%!important;
    opacity: 0.8;
    transition: .5s;
}





/*
==============
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;
}
.choose-video-icon a {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #d9d9d9;
    line-height: 100px;
    font-size: 18px;
    text-transform: uppercase;
    color: #3c3c3b;
    font-weight: 700;
    font-family: "DM Sans";
    text-align: center;
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: .5s;
}
.v-overlay .video-icon a i {
	border: 0px solid #fff;
	font-size: 18px;
}
.choose-video-icon a:hover {
    color: #3c3c3b;
}
.single-video .em-video-image img {
    width: 100%;
}

/* 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::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 99px;
    width: 99px;
    background: rgba(12, 90, 219,1);
    z-index: -1;
    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;
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}
.single-video.style-three .video-icon a i{
    background: #fff;
    height: 90px;
    width: 90px;
	line-height: 90px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    color: #ED2C41;
    font-size: 26px;
    position: relative;
}

/*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%;
    }
}

/* start skilss*/
.skills .skill-item {
    position: relative;
    margin-bottom: 30px;
    margin-top: 52px;
}
.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 0px;
}
.skills .skill-item .skill-bar {
    position: relative;
    background: #f5f6f8;
    width: 100%;
    height: 7px;
    border-radius: 3px;
    background-color: rgba(12,110,109,0.14901960784313725);
}
.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: 7px;
    border-radius: 4px;
    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: 0;
}
.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: 7px;
    border-radius: 3px;
    background-color: #ffdc00 !important;
}
.skills .skill-item .skill-header .skill-title {
    margin: 0 0 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #616161;
    font-weight: 400;
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    bottom: 100%;
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffdc00;
    font-weight: 600;
}

/*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;
}



/*
==============
Pricing Table
==============
*/
.pricing.style1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 98px 55px 50px;
    margin-bottom: 10px;
    transition: 0.5s;
    position: relative;
    background-image: url(https://wp.dreamitworld.com/roadly/wp-content/uploads/2025/04/pricing-box-bg.png);
    text-align: center;
}
.pricing.style1 .pricing_img {
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 140px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
}
.pricing.style1:hover .pricing_img {
    background: #ffdc00;
}
.pricing.style1 .pricing_img img {
    transition: 0.5s;
}
.pricing.style1:hover .pricing_img img {
    filter: brightness(0) invert(1);
}
.pricing.style1 .pricing_img:before {
    position: absolute;
    content: "";
    width: 140px;
    height: 140px;
    line-height: 140px;
    border-radius: 70px;
    background-color: #f5f6f8;
    left: -15px;
    top: -12px;
    z-index: -1;
    transition: 0.5s;
}
.pricing.style1 h3.pricing-title {
    font-size: 24px;
    text-transform: uppercase;
    color: #041424;
    font-weight: 700;
    font-family: "Space Grotesk";
    text-align: center;
    margin: 0 0 0;
    padding-bottom: 47px;
}
.pricing.style1 .pricing-body {
    text-align: left;
}
.pricing.style1 .pricing-body ul {
    list-style: none;
}
.pricing.style1 .pricing-body ul li {
    font-size: 17px;
    color: #616161;
    font-weight: 400;
    margin: 0 0 23px;
    position: relative;
    z-index: 1;
    padding-left: 35px;
}
.pricing.style1 .pricing-body ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffdc00;
    left: 0;
    top: 8px;
    z-index: 1;
}
.pricing.style1 .pricing-body ul li:after {
    position: absolute;
    content: "";
    left: -5px;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #ffffff;
}
.pricing.style1 .price-item {
    padding: 23px 0 54px;
}
.pricing.style1 .price-item span.currency {
    font-size: 45px;
    text-transform: uppercase;
    color: #041424;
    font-weight: 700;
    font-family: "Space Grotesk";
    display: inline-block;
}
.pricing.style1 .price-item span.tk {
    display: inline-block;
    font-size: 45px;
    text-transform: uppercase;
    color: #041424;
    font-weight: 700;
    font-family: "Space Grotesk";
    margin: 0 0 0;
    position: relative;
    left: -4px;
}
.pricing.style1 a.pricing-button.singinp {
    display: inline-block;
    font-size: 18px;
    color: #3c3c3b;
    font-weight: 500;
    font-family: "Space Grotesk";
    border-radius: 30px;
    background-color: #fff;
    padding: 14px 50px;
    transition: 0.5s;
}
.pricing.style1:hover a.pricing-button.singinp {
    background: #ffdc00;
    color: #fff;
}

/*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:#ffdc00;
}
.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: #ffdc00;
    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:#ffdc00;
    background:transparent;
    color:#ffdc00;
}


/*priching*/
 .container{
    max-width:1320px!important;
    padding:0 10px;
    margin:auto;
}
.pricing_single_items.style_one {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 45px 25px 50px;
    overflow: hidden;
    border-radius: 10px;
    background-color: rgba(4, 20, 36, 0.050980392156862744);
    padding: 42px 41px 42px;
    margin-bottom: 30px;
    transition: 0.5s;
    text-align: left;
}
.pricing_area.style_one h4.sub-title {
    text-align: left;
    text-transform: capitalize;
    margin: 5px 0 0 0;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rajdhani";
    border-radius: 12px;
    background-image: linear-gradient(90deg, #3513f9 0%, #1a90ff 100%);
    padding: 5px 17px;
    float: right;
}
.pricing_area.style_one .price_item_inner {
    padding: 0 0 21px 0;
}
.pricing_area.style_one span.curencyp {
    display: inline-block;
    font-size: 30px;
    line-height: 28px;
    color: rgb(4, 20, 36);
    font-weight: 600;
    position: relative;
    top: -14px;
}
.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: 37px 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: 24px;
    color: #041424;
    font-weight: 600;
    margin: 0;
    margin-bottom: 2px;
    display: inline-block;
}
.pricing_area.style_one span.curencyp {
    display: inline-block;
    font-size: 30px;
    line-height: 28px;
    color: #041424;
    font-weight: 600;
    position: relative;
    top: -14px;
}
.pricing_area.style_one span.tk {
    font-size: 60px;
    line-height: 28px;
    color: #041424;
    font-weight: 600;
    margin: 0;
    display: inline-block;
}

.pricing_area.style_one .pricing-toggle span {
    font-size: 14px;
    color: #636363;
    font-weight: 600;
    text-transform: uppercase;
}
.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 .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-image: linear-gradient(90deg, #3513f9 0%, #1a90ff 100%);
}
 input:checked + .slider {
    background-color: #fff;
}
 input:checked + .slider:before {
    transform: translateX(26px);
    background-color:#da242b;
}
.pricing_area.style_one .pricing-toggle-filter {
    justify-content: center;
    width: 260px;
    height: 60px;
    border-radius: 30px;
    background-color: rgba(4, 20, 36, 0.0784313725490196);
    align-items: center;
    padding-top: 14px;
}
.pricing_area.style_one .pricing-toggle {
    display: flex;
    position: relative;
    text-align: center;
    justify-content: flex-end;
    position: relative;
    top: -16px;
    padding: 19px 0;
}
.pricing_area.style_one .pricing-toggle span {
    font-size: 18px;
    color: #9ea1a5;
    font-weight: 600;
}
.pricing_area.style_one .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
}
.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;
}
 input:checked + .slider {

}
 input:checked + .slider:before {
    transform: translateX(26px);
    background-color:#da242b;
}
.pricing_area.style_one .bootmp {
    transition: 0.4s;
    font-family: "Nunito";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    font-weight: 400;
}
.pricing_area.style_one .pricing-btn a {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rajdhani";
    border-radius: 25px;
    background-color: #041424;
    padding: 12px 44px;
    transition: 0.5s;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.pricing_area.style_one .pricing-btn a:hover {
    background-image: linear-gradient(90deg, #3513f9 0%, #1a90ff 100%);
}

.pricing_area.style_one .pricing-btn.two a {
    padding: 12px 59px;
    transition: 0.5s;
    display: block;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
    border-radius: 25px;
    background-color: rgba(4, 20, 36, 0.10196078431372549);
    padding: 12px 43px;
    margin-bottom: 0px;
}
.pricing_area.style_one .pricing-btn.two a:hover{
    background-image: linear-gradient(90deg, #3513f9 0%, #1a90ff 100%);
    color:#fff;
}
.pricing_area.style_one .pricing-btn a i {
    margin-left: 6px;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 6px;
}
.pricing_area.style_one .pricing-toggle-filter {
    justify-content: center;
    width: 260px;
    height: 60px;
    border-radius: 30px;
    background-color: rgba(4, 20, 36, 0.0784313725490196);
    align-items: center;
    padding-top: 14px;
}
.pricing_area.style_one .pricing-toggle span {
    font-size: 14px;
    color: #636363;
    font-weight: 600;
    text-transform: uppercase;
}
.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 .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;
}
 input:checked + .slider {

}
 input:checked + .slider:before {
    transform: translateX(26px);
    background-color:#da242b;
}
.software-price-title .section-title.style16 .description {
    width: 47%;
}
.pricing_area.style_one span.month_inner {
    display: inline-block;
    line-height: 19px;
}
.pricing_area.style_one h3.pricing-plan {
    margin: 25px 0 0;
    transition: .5s;
    text-align: left;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #041424;
    font-weight: 600;
}
.pricing_area.style_one p.description {
    padding-top: 0;
    margin: 0px auto 0;
}
.pricing_area.style_one ul.features li {
    margin-bottom: 2px;
    list-style: none;
    font-size: 16px;
    line-height: 28px;
    color: #686868;
    font-family: "Nunito";
}
.pricing_area.style_one ul.features li i {
    font-size: 16px;
    color: #ffdc00;
    padding: 0 4px 0 0;
}
.pricing_area.style_one ul.features li img {
    position: relative;
    top: 3px;
}


/*
================
 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;
}
.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: #ffdc00;
}
/*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;
}
/*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: #ffdc00;
    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: #ffdc00;
    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;
}
/*
==========
Blog Post
==========
*/
.blog-post.style1 .post-item {
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    background: #ffffff;
    padding: 20px;
    margin-bottom: 10px;
}
.blog-post.style1 .post-thumb {
    line-height: 0;
    position: relative;
    transition: all ease-in-out 0.5s;
    overflow: hidden;
}
.blog-post.style1 .post-thumb img {
    width: 100%;
    transition: .5s;
}
.blog-post.style1 .post-item:hover .post-thumb img {
    transform: scale(1.1);
}
  
.blog-post.style1 .categories {
    position: absolute;
    top: 32px;
    left: 32px;
}
.blog-post.style1 .categories a {
    padding: 4px 17px 2px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    background: #ffdc00;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.blog-post.style1 .post-item .blog_post_inner_content {
    padding: 34px 0 14px;
}
.blog-post.style1 .post-item .content .meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #ffdc00;
}
.blog-post.style1 .meta i {
    color: #ffdc00;
    display: inline-block;
    /* font-size: 13px; */
    margin-right: 3px;
}
.blog-post.style1 ul.post-categories {
    list-style: none;
}
.blog-post.style1 h3.title {
    margin: 0 0 0;
}
.blog-post.style1 h3.title a {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #3c3c3b;
    font-weight: 700;
    transition: 0.5s;
}
.blog-post.style1 .post-item:hover h3.title a {
    color: #ffdd00;
}
.blog-post.style1 p.description {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    padding: 13px 0 30px;
    margin: 0 0 0;
    width: 100%;
}
.blog-post.style1 .meta {
    display: inline-block;
    margin-bottom: 3px;
    font-family: 'Rajdhani';
    font-weight: 500;
    text-transform: uppercase;
}
.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(29, 33, 36, 0.12);
    padding: 17px 27px 0;
}
.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 {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 15px;
}
.blog-post.style1 .blog_btn a {
    font-size: 16px;
    color: #3c3c3b;
    font-weight: 400;
    transition: 0.5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-post.style1 .blog_btn a i {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f5f6f8;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #ffdd00;
    transform: rotate(-45deg);
}
.blog-post.style1 .post-item:hover .blog_btn a {
    color: #ffdd00;
}

.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 12*/

/*blog style 19*/
.post-item.style2 {
    border-radius: 10px;
    transition: .5s;
    margin-right: 25px;
}
.post-item.style2 .post-thumb {
    position: relative;
    line-height: 0;
    overflow: hidden;
}
.post-item.style2 .post-thumb img {
    position: relative;
    line-height: 0;
    border-radius: 10px 10px 0 0;
}
.post-item.style2 .single_blog_post_content {
    background: #F7F8FA;
    padding: 23px 31px 29px;
    position: relative;
    border-radius: 0 0 10px 10px;
}
.post-item.style2 .single_blog_post_content:after {
    position: absolute;
    content: "";
    top: 77px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #DFE0E4;
    transition: .5s;
}
.post-item.style2:hover .single_blog_post_content:after{
    background: #3514F9;
}
.post-item.style2 .post-thumb img {
    transform: scale(1.0);
    transition: .5s;
}
.post-item.style2:hover .post-thumb img {
    transform: scale(1.1);
}
.post-item.style2:hover {
    filter: inherit;
    background-color: transparent;
    border: transparent;
}
.post-item.style2 .post-thumb span {
    width: 65px;
    height: 65px;
    border-radius: 5px;
    background-image: linear-gradient(-45deg, #1a90ff 0%, #3513f9 100%);
    display: inline-block;
    padding: 9px 15px 0;
    color: #fff;
    line-height: 21px;
    text-align: center;
    font-weight: 600;
    font-family: "Rajdhani";
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 20px;
}
.post-item.style2 .author {
    display: flex;
    align-items: center;
}
.post-item.style2 .author span {
    font-size: 18px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
    margin: 0 11px;
}
.post-item.style2 .user_thumb {
    display: inline-block;
}
.post-item.style2 .user_thumb img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.post-item.style13 .author span {
    margin: 0 5px;
    display: inline-block;
}
.post-item.style13 .author a {
    font-size: 18px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
}
.post-item.style2 h3.title {
    margin: 44px 0 21px;
}
.post-item.style2 h3.title a {
    font-size: 26px;
    line-height: 30px;
    color: #041424;
    font-weight: 700;
    font-family: "Rajdhani";
    display: inline-block;
    transition: .5s;
}
.post-item.style2 h3.title a:hover {
    color: #3513f9;
}
.author a {
    text-transform: capitalize;
}
.post-item.style2 .blog_btn a {
    font-size: 17px;
    border-radius: 30px;
    background:#fff;
    display: inline-block;
    padding: 7px 24px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
    transition: .5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.post-item.style2 .blog_btn a:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background-image: linear-gradient(-45deg, #1a90ff 0%, #3513f9 100%);
    height: 100%;
    width: 0;
    z-index: -1;
    border-radius: 30px;
    transition: .5s;
}
.post-item.style2 .blog_btn a:hover:after {
    width: 100%;
    right: inherit;
    left: 0;
}
.post-item.style2 .blog_btn a:hover{
    color: #fff;
}
.post-item.style2 .blog_btn a i{
    display: inline-block;
    font-size: 12px;
    transform: rotate(-45deg);
    margin-left: 5px;
}





/*
=============
 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: 8px 0 0;
}
.portfolio-filter ul li {
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 25px;
    padding: 10px 0;
    cursor: pointer;
    background: #F6F5F5;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 6px 25px;
    font-weight: 600;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 30px;
    font-family: 'Rajdhani';
    letter-spacing: 1px;
}
.portfolio-filter li.current_menu_item {
    background: #ffdc00;
    color: #fff;
}
.portfolio-filter .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}
.port-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
    z-index:1;
}
.port-thumb:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(12,90,219,0) 5%, rgba(12,90,219,0.9999999999999999) 100%);
    opacity:0;
    transition:.5s;
}
.single-content:hover .port-thumb:before{
    opacity:1;
    height:100%;
}

.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:before {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    left: 0;
    background: url(https://wp.ditsolution.net/it-tech/wp-content/uploads/2023/05/port.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 160px;
    border-radius: 0 0 4px 4px;
}
.portfolio-filter .single-content::before{
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.30);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.portfolio-filter .single-content:hover:before{
    opacity: 1;
}
.portfolio-filter .single-content .prot_content {
    position: absolute;
    padding: 18px 27px 26px;
    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;
}
.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: 27px;
    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: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #ffdc00;
    display: inline-block;
    font-size: 16px;
    top: -52px;
    transition: all 400ms linear;
    left: 32%;
    right: 0;
    margin: auto;
}
.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: 48px;
}
.portfolio-filter .content .video-icon a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #ffdc00;
    display: inline-block;
    font-size: 13px;
}
/*hover*/
.portfolio-filter .single-content:hover .picon{
    top: 7%;
}
.portfolio-filter .single-content:hover .video-icon {
    top: 7%;
}


/* 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: 155px;
}
.portfolio_info h2 {
    font-size: 30px;
    padding-bottom: 17px;
    color: rgb(15, 30, 54);
}
.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: #ffdc00;
    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;
    color: rgb(15, 30, 54);
}
.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;
    color: rgb(15, 30, 54);
    font-size: 20px;
}
.portfolio-details-box .port_dtl_social i {
    padding: 0 8px;
    color: #000;
    font-size: 15px;
}
.pr-title h2 {
    font-size: 25px;
}

/* 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: #ffdc00;
    color: #fff;
}
.menu-service-menu-container ul .current_page_item a::after {
    background-color: #fff;
    color:#FF3D00;
}
.menu-service-menu-container ul li a::after {
    content: '\f00c';
    position: absolute;
    left: 19px;
    top: 18px;
    font-size: 12px;
    font-family: 'FontAwesome';
    height: 20px;
    width: 20px;
    background: #ffdc00;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    transition: .5s;
    color: #fff;
}
.menu-service-menu-container ul li a:hover {
    color: #fff;
    background: #ffdc00;
}
.menu-service-menu-container ul li a:hover:after {
    background: #fff;
    color: #ffdc00;
}
.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;
    background: #f5f6f8;
    border-radius: 4px;
}
.my-accordion li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.10196078431372549);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.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;
    font-weight: 600;
    font-size: 22px;
    color: #232323;
    background-color: #CEDEF7;
    padding: 14px 20px 14px;
    z-index: 1;
    border-bottom: 1px solid transparent;
    border-radius: 4px;
    font-family: "Space Grotesk", sans-serif;
}
.my-accordion a.active {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    color: #222;
}
.my-accordion a:after {
   width: 10px;
    height: 2px;
    background: #ffdc00;
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
}
.my-accordion a:before {
    width: 2px;
    height: 10px;
    background: #ffdc00;
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}
.my-accordion li p {
    display: none;
    font-size: 16px;
    padding: 23px;
}

a.active:after {
  transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.active:before {
 display: none;
}
/*style four*/

.my-accordion.style4 a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    color: #232323 !important;
    background-color: #CEDEF7;
    padding: 16px 20px 16px 59px;
    z-index: 1;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid rgba(4,20,36,0.1);
}
.my-accordion.style4 a.active .shape_img {
    display: inline-block;
    position: absolute;
    right: 21px;
    top: 80px;
    cursor: inherit;
}
.my-accordion.style4 .shape_img {
    display: none;
}
.my-accordion.style4 li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    z-index: 1;
    background: #fff;
    border-radius: 10px;
}
.my-accordion.style4 li p {
    display: none;
    padding: 42px 162px 42px 25px;
    color: #616161;
    font-size: 16px;
    background: #fff;
    border: 1px solid rgba(4,20,36,0.1);
    border-top: none;
}



/* 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;
}


/*
==================
Tab
==================
*/
.filter-tab #tabs {
    margin: 0;
    padding: 44px 40px 37px;
    list-style: none;
    display: block;
    background: #041424;
    text-align: left;
    border-radius: 30px;
}
.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: block;
    position: relative;
    border-radius: 10px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    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 a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0C59DB;
    opacity: 1;
    border-radius: 10px;
}
.filter-tab #tabs li{
    position:relative;
}

.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: #fff;
}
.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: 7px 24px 18px;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    border-radius: 10px;
}
.filter-tab #tabs li a.inactive {
    background: #293744;
    outline: none;
    position: relative;
}
.filter-tab #tabs li:before a.inactive {
    background: transparent;
    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: center;
}
.filter-tab .tab_content {
    padding: 0 25px 0;
    text-align: left;
}
.filter-tab .tab_content p {
    line-height: 30px;
}
.filter-tab h3.title_text {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rajdhani";
    text-align: center;
    margin: 0 0 34px;
}
.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 {
    font-size: 16px;
    color: #fff;
    transition: .5s;
    display: inline-block;
    background: #13277D;
    border-radius: 0;
    padding: 16px 37px;
    z-index: 2;
}
.filter-tab a.tab_button:after {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    border: 1px solid#279E64;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: .5s;
    transform: scale(1);
    border-radius: 0;
    background: transparent;
}
.filter-tab a.tab_button:hover:after {
    top: 0;
    left: 0;
}
.filter-tab a.tab_button:hover {
    background: #279E64;
}
.filter-tab #tabs li a h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 25px 0 20px;
}
.filter-tab #tabs li a p{
    color: #fff;
}
.filter-tab #tabs li a.inactive p{
    color: #828fa0;
}
.filter-tab .content {
    padding-top: 40px;
}
.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: 22px;
    font-weight: 600;
}
.filter-tab .text .tab_content p.description {
    margin-top: 20px;
}
.filter-tab .content .text p {
    color: #828fa0;
    margin: 0px 0 13px;
}
.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;
}

.tab_content h4 {
    font-size: 16px;
    color: #da242b;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 23px;
}
.description{
    display: block;
}
a.tab_button i {
    font-size: 11px;
    margin-left: 8px;
}
ul#tabs li a i {
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 2;
    top: 4px;
}

.filter-tab #tabs li a.inactive div#tab1C {
    margin-top: -9px;
}



/*
==================
 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;
    background: #3c3c3b;
}
.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: 0px;
    min-width: 99%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
    padding: 40px 0 37px;
}
.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 {
    display: inline-block;
    font-size: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0;
}
.marquee.style1 .marquee-block h3 img {
    margin: 0 30px;
    position: relative;
    top: 7px;
    animation: rotateme 18s linear infinite;
}

/*Demo -05 css*/
.digital-agency .dreamit-slick-slider .single-slick.four.five .hero-text-wrap h4 {
    color: #ffdc00;
    font-weight: 600;
    border: 2px solid #ffdc00;
    border-radius: 7px;
}
.digital-agency .dreamit-slick-slider .single-slick.four.five .hero-text-wrap h1 {
    color: #232323;
}

.digital-agency .dreamit-slick-slider .single-slick.four .hero-text-wrap p {
    font-size: 29px;
    color: #686868;
    margin-top: 15px;
    width: 83%;
    font-weight: 500;
    line-height: 1.21;
}
.digital-agency .dreamit-slick-slider .slider-single-image img {
    display: block;
    border-radius: 0;
}
.digital-agency .dreamit-slick-slider .single-slick.four.five .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: 0;
    bottom: 0px;
}
.digital-agency  .dreamit-slick-slider .single-slick.four .slider-single-image:before {
    left: 129px;
    top: 33%;
}
.no-shaddows .service-box.style2 {
    border-radius: 10px;
    filter: none;
}



/* The End Of CSS */



/*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);
  }
}


