
/*
=============
 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;
}

b.is-hidden {
    display: block;
    font-weight:800!important;
}
.effective-area span{
   display: block;
    font-weight:800!important; 
}


@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/roofin/wp-content/uploads/2023/12/checkpng.png);
    z-index: 999;
    background-repeat: no-repeat;
}
.em-video-image img {
    border-radius: 10px;
}
.marquee a {
    color: #fff;
    font-size: 60px;
    display: inline-block;
    line-height: 70px;
    font-family: 'Rajdhani';
    font-weight: 700;
    margin: 0 15px; 
}
sr7-txt#SR7_19_1-42-16 a.video-vemo-icon.venobox.vbox-item i {
    color: #0C5ADB!important;
}
/*
=============
Global
=============
*/

.slick-dots {
	bottom: 0px !important;
	position: relative;
}
.service-button a{
    display: block;
}

.crypto-revolution-button:before {
    position: absolute;
    content: "";
    top: 17px;
    left: 39px;
    height: 26px;
    width: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    background: url("https://wp.ditsolution.net/roofin-new/wp-content/uploads/2023/10/crypto-button-icon.png");
}


/*
=============
Slick Slider
=============
*/
.single-slick {
    position: relative;
    min-height: 875px !important;
    z-index: 1;
}
.single-slick.style_one{
      position: relative;
    min-height: 900px !important;
}
.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 .single-slick.style_one .hero-text-wrap {
    width: 100%;
    text-align: center;
}

.dreamit-slick-slider .single-slick.style_one .hero-text-wrap h1 {
    font-size: 60px;
    color: #fff;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    line-height: 68px;
    font-weight: 800;
}

.dreamit-slick-slider .hero-text-wrap h1 span{
	color: var(--dream-color-primary);
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 0;
    position: relative;
    z-index: 1;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap p {
    font-size: 20px;
    color: #fff;
    margin-top: 24px;
    width: 87%;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    line-height: 26px;
    margin: 18px auto 48px;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn {
    font-size: 17px;
    color: #fff;
    background: var(--dream-color-primary);
    padding: 12px 32px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    margin-right: 16px;
    position: relative;
    z-index: 22;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn:hover {
    background: #00247e;
    border: 1px solid #00247e;
}
.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_two.btn-md.btn-animated-none {
    background: transparent;
    border-color: #ffffff6e;
}
.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_two.btn-md.btn-animated-none:hover{
    background: var(--dream-color-primary);
    border-color:var(--dream-color-primary);
    color:#fff;
}

/*slick style three*/

.single-slick.one.three .hero-text h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 12px;
    display: inline-block;
    color: #0C5ADB;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-transform: uppercase;
}
.single-slick.one.three .hero-text h1 {
    font-size: 60px;
    color: #232323;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    line-height: 1.1;
    font-weight: 800;
}
.single-slick.one.three .hero-text p {
    font-size: 18px;
    margin: 25px 0 35px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    width: 69%;
}
.single-slick.one.three a.btn {
    font-size: 17px;
    color: #fff;
    background: var(--dream-color-primary);
    padding: 13px 32px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    margin-right: 16px;
}
.single-slick.one.three a.btn i{
    margin-left: 6px;
    background: transparent;
}
.single-slick.one.three a.btn:hover {
    background: #00247e;
    border: 1px solid #00247e;
}
.dreamit-slick-slider .single-slick.one.three .slider-single-image {
    margin-right: 0;
    position: absolute;
    bottom: 0px;
    right: 10%;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
}
.dreamit-slick-slider .single-slick.one.three .slider-shape-image.rotateme {
    position: absolute;
    right: 49px;
}

/*slick slider style four*/

.single-slick.four .hero-text h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 27px;
    display: inline-block;
    color: #fff;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-transform: uppercase;
}
.single-slick.four .hero-text h1 {
    font-size: 60px;
    color: #fff;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    line-height: 1.1;
    font-weight: 800;
}
.single-slick.four .hero-text p {
    font-size: 18px;
    margin: 27px 0 35px;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    color: #fff;
}
.dreamit-slick-slider .single-slick.four .slider-video-icon {
    position: inherit;
    text-align: left;
}
.dreamit-slick-slider .single-slick.four .slider-video-icon span {
    margin-left: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.startup-slick .single-slick.one.three .hero-text p {
    font-size: 18px;
    width: 51%;
}



/*appoinment*/
.form-area.appointment input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
    background: #0C5ADB;
    border: 0;
    display: block;
    text-align: center;
    padding: 14px 39px;
    border-radius: 7px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
    width: 100%;
}
.form-area.appointment input.wpcf7-form-control.wpcf7-submit.has-spinner.button:hover {
    background: #00247E;
    color: #fff;
}
.form-area.appointment input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #616161!important;
}





/*
Lines Area Style
======================================================*/
.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: -1;
}

.lines .line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-animation: moveLeftBounces-one 20s linear infinite;
          animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line:nth-child(1) {
  margin-left: -25%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line:nth-child(3) {
  margin-left: 25%;
}

.lines .line-two {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .line-two::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #d80650;
  -webkit-animation: moveLeftBounces-two 20s linear infinite;
          animation: moveLeftBounces-two 20s linear infinite;
}

.lines .line-two:nth-child(1) {
  margin-left: -25%;
}

.lines .line-two:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line-two:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line-two:nth-child(3) {
  margin-left: 25%;
}

.lines .line-three {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .line-three::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #d80650;
  -webkit-animation: moveLeftBounces-one 20s linear infinite;
          animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line-three:nth-child(1) {
  margin-left: -25%;
}

.lines .line-three:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line-three:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line-three:nth-child(3) {
  margin-left: 25%;
}

@-webkit-keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.dreamit-slick-slider .hero-text-wrap .btn:hover:after {
    width: 100%;
    left: 0;
}

.dreamit-slick-slider .hero-text-wrap .btn:hover i {
    background: var(--dream-color-primary);
    color: #fff;
}

/* Slider Call Option Css */

.dreamit-slick-slider .call-button {
    margin-left: 25px;
	-webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .call-number span {
    color: #858B97;
}
.dreamit-slick-slider .call-number h3 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-top: 5px;
}

.dreamit-slick-slider .call-number h3 a {
    color: inherit;
}
.dreamit-slick-slider .call-icon i {
    width: 60px;
    height: 60px;
    display: inline-block;
    color: var(--dream-color-primary);
    TEXT-ALIGN: CENTER;
    border: 2px solid var(--dream-color-primary);
    border-radius: 100%;
    font-size: 28px;
    line-height: 56px;
    margin-right: 10px;
}

/*slick style two*/

.dreamit-slick-slider .single-slick.style_one.style_two .hero-text-wrap {
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 22;
}
.dreamit-slick-slider .single-slick.style_one.style_two .hero-text-wrap p {
    font-size: 18px;
    margin: 24px 0 37px;
}
.dreamit-slick-slider .single-slick.style_one.style_two .slider-video-icon {
    position: absolute;
    left: 88%;
    top: 45%;
    text-align: center;
}
.dreamit-slick-slider .single-slick.style_one.style_two .slider-video-icon a, .video-icon-box a {
    background: #fff;
    height: 70px;
    width: 70px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 0;
    line-height: 70px;
    color: var(--dream-color-primary);
    font-size: 15px;
    position: relative;
    display: inline-block;
        -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s
}
@-webkit-keyframes ripple-white {
    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(255, 255, 255, 0)
    }
}

@keyframes ripple-white {
    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(255, 255, 255, 0)
    }
}



/* Slider Right Image Option */

.dreamit-slick-slider .slider-video-icon span{
    margin-left: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.dreamit-slick-slider .slider-single-image {
    position: relative;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-align: right;
    margin-right: -183px;
}
.dreamit-slick-slider .slider-single-image img {
	display: block;
}
.dreamit-slick-slider .slider-video-icon {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    position: absolute;
    left: 45%;
    top: 45%;
    text-align: center;
}
.dreamit-slick-slider .slider-video-icon a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: var(--dream-color-primary);
    background: #fff;
    display: inline-block;
    font-size: 26px;
	position:relative; 
	z-index:1;
}
.dreamit-slick-slider .text-center .hero-text-wrap p {
    font-size: 18px;
    margin: 16px auto 48px;
    text-align: center;
}
.dreamit-slick-slider .single-slick.style_one.style_two .hero-text-wrap .btn {
    padding: 13px 35px;
}


/* 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: var(--dream-color-primary)!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: var(--dream-color-primary);
	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);
  }
}


/*
==================
Effective Slider
==================
*/


.effective-area {
    min-height: 950px;
    padding: 0;
    position: relative;
}

.effective-area.overlay-white::after,
.effective-area .overlay-dark::after {
    background-color: rgba(0, 0, 0, 0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.overlay-white:after {
    background-color: rgba(0, 0, 0, 0);
}

.effective-content {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    z-index: 1;
}

.effective-content h1 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #fff;
    /* letter-spacing: 1px; */
}
.effective-content.text-center {
    text-align: center!important;
}
.effective-content h2 {
    color: #fff;
    font-size: 65px;
    text-transform: uppercase;
    margin: 0;
    padding: 25px 0 0;
}

.effective-content>h5 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.effective-content p {
    font-size: 18px;
    margin: 13px auto 32px;
    width: 65%;
    color: #fff;
}
.effective-area .btn {
    margin-top: 30px;
}

.scroll-next {
    bottom: 10px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.scroll-next>a {
    border-radius: 20px;
    display: inline-block;
    height: 30px;
    width: 30px;
    position: relative;
}

.scroll-next i {
    color: #fff;
    font-size: 40px;
    left: 0;
    position: absolute;
    right: 0;
    top: -106px;
}

.effective_icon_inner {
    margin-top: 26px;
}

.effective_icon_inner a {
    display: inline-block;
    font-size: 19px;
    color: #fff;
    margin: 0px 10px;
}

.effective_slider_btn a {
    padding: 14px 36px;
    background: var(--dream-color-primary);
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    margin: 0 9px;
}

.effective_slider_btn a:hover {
    background: #fff;
    color: var(--dream-color-primary);
}
/*
==========
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: center;
    -ms-flex-align: center;
    height: 200px;
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    -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;
}
.flip-box .flip-box-inner .front-part {
    position: relative;
    bottom: 0;
    z-index: 10;
    padding: 50px 34px 50px;
    border-radius: 8px;
    background-color: #6094da;
    border: 1px solid transparent;
}
.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: 20px;
}
.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: 30px;
    line-height: 1;
}
.front-icon-part .front-icon i {
    color: #0C5ADB; 
}
.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: 20px;
    line-height: 1.5;
    color: #fff;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-desc-part .front-desc {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
    display: inline-block;
    line-height: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn i {
    transition: all 0.4s ease 0s;
}

/* Back Part */
.flip-box .flip-box-inner .back-part {
    position: absolute;
    z-index: -1;
    padding: 26px 27px 26px;
    border-radius: 8px;
    background-color: var(--dream-color-primary);
}
.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: none;
    margin-bottom: 0;
    text-align: center;
}
.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: 20px;
    line-height: 1.5;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
    margin-bottom: 0;
    font-size: 16px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
    display: inline-block;
    line-height: 1;
    padding: 10px 25px;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
}
.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: 10px;
}
.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-before i {
    margin-right: 10px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn:hover {
    background: #1f1c51;
    color: #fff;
}
.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: 250px;
}
/* Style Two */
.flip-box.style-two .front-part .front-icon i {
    background: var(--dream-color-primary);
    color: #fff;
    height: inherit;
    width: inherit;
    line-height: 0;
    display: inline-block;
    font-size: 45px;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
}
.flip-box.style-two .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
    display: inline-block;
    line-height: 1;
    padding: 10px 25px;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    color: #0C5ADB;
    margin-top: 29px;
}
.flip-box.style-two .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn:hover {
    background: #1f1c51;
    color: #fff;
}
.flip-box.style-two .flip-box-inner .back-part .back-background-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

/*flip box style three*/
.flip-box.style-two.style3 .front-part .front-icon i {
    background: var(--dream-color-primary);
    color: #fff;
    height: 90px;
    width: 90px;
    line-height: 90px;
    display: inline-block;
    font-size: 30px;
    border-radius: 33% 66% 70% 30% / 49% 62% 38% 51%;
}

/*style four*/

.flip-box.style-two.style4 .flip-box-inner .front-part {
    text-align: left;
}
.flip-box.style-two.style4 .front-part .front-icon i {
    background: var(--dream-color-primary);
    color: #fff;
    height: inherit;
    width: inherit;
    line-height: inherit;
    display: inline-block;
    font-size: 45px;
    border-radius: 33% 66% 70% 30% / 49% 62% 38% 51%;
    margin-bottom: 8px;
}

.five .flip-box.style-two.style4 .flip-box-inner .front-part {
    text-align: center;
}
.five .flip-box .flip-box-inner .back-part .back-content-part .back-icon-part {
    display: block;
    margin-bottom: 23px;
}
.five .flip-box .flip-box-inner .back-part {
    border-radius: 0;
}
.six .flip-box .flip-box-inner .front-part {
    padding: 50px 25px 50px;
}
.six .flip-box.style-two .front-part .front-icon i {
    color: rgb(255, 255, 255);
    height: 90px;
    width: 90px;
    line-height: 90px;
    display: inline-block;
    font-size: 30px;
    background: rgb(12, 90, 219);
    border-radius: 33% 66% 70% 30% / 49% 62% 38% 51%;
}
.six .flip-box .flip-box-inner .front-part .front-content-part .front-icon-part {
    margin-bottom: 20px;
    margin-top: 15px;
}
.seven .flip-box .flip-box-inner .front-part {
    padding: 50px 41px 50px;
}
.seven .flip-box .flip-box-inner .front-part .front-content-part .front-icon-part {
    margin-bottom: 42px;
    margin-top: 15px;
}
.seven .flip-box.style-two .front-part .front-icon i {
    color: rgb(255, 255, 255);
    height: 90px;
    width: 90px;
    line-height: 90px;
    display: inline-block;
    font-size: 30px;
    background: rgb(12, 90, 219);
    border-radius: 33% 66% 70% 30% / 49% 62% 38% 51%;
}
.seven .flip-box .flip-box-inner .front-part .front-content-part .front-title-part {
    margin-bottom: 15px;
}
.eight .back-background-overlay {
    border-radius: 5px;
}
.eight .flip-box .flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
    margin-bottom: 21px;
}
.eight .flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    color: #0C5ADB;
}
.eight .flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn:hover{
    background: #1f1c51; 
    color: #fff;
}


/*
==============
Section Title
==============
*/
/* style one */
.section-title.style1 {
    position: relative;
}
.section-title.style1 .subtitle {
    margin: 0 0 16px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #FFFFFF0D;
    display: inline-block;
    padding: 2px 19px;
    line-height: 26px;
    border: 1px solid #FFFFFF1A;
    border-radius: 40px 0 0 40px;
}
.section-title.style1 .title, 
.section-title.style1 .title-two {
    font-weight: 700;
    font-size: 52px;
    line-height: 56px;
    color: #FFFFFF;
    margin: 0 0 0;
}
.section-title.style1 .title-two span{
  color: #f68931;
}
.section-title.style1 .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 17px 0 0;
    color: #ffffff99;
    width: 75%;
}
.section-title.style1 span {
    color: #f68931;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

/* style two */
.section-title.style2 {
    position: relative;
}
.section-title.style2 .subtitle {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #141414;
    background: #FFFFFF0D;
    display: inline-block;
    padding: 2px 19px;
    line-height: 26px;
    border: 1px solid #1414141A;
    border-radius: 40px 0 0 40px;
}
.section-title.style2 .title, 
.section-title.style2 .title-two {
    font-weight: 700;
    font-size: 52px;
    line-height: 56px;
    color: #141414;
    margin: 0 0 0;
}
.section-title.style2 .title-two span {
  color: #f68931;
}
.section-title.style2 .description {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    margin: 22px 0 0;
    width: 78%;
    color: #616161;
}
.section-title.style2 span {
    color: #f68931;
}

/*style five*/
.section-title.style5 {
    position: relative;
}
.section-title.style5 .subtitle {
    margin: 0 0 12px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #141414;
    background: #FFFFFF0D;
    display: inline-block;
    padding: 2px 19px;
    line-height: 26px;
    border: 2px dashed #14141433;
    border-radius: 30px;
}
.section-title.style5 .title, 
.section-title.style5 .title-two {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #141414;
    margin: 0 0 0;
}
.section-title.style5 .title-two span {
  color: #f68931;
}
.section-title.style5 .description {
    font-size: 18px;
    margin: 10px 0 0;
    line-height: 1.5;
}


/*crypto title*/
.crypto .section-title.style1 .subtitle {
    letter-spacing: 5px;
    margin: 0 0 15px;
    background: linear-gradient(90deg, #1f61ea, #007cf0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

@-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 {
    background: #ffffff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border-bottom: 3px solid #2663e4;
    border-radius: 6px 6px 6px 6px;
    padding: 35px 20px 32px;
    display: flex;
    align-items: center;
    gap: 22px;
    transition: .5s;
}
.feature-box.style1 .feature-box-icon i {
    color: #2663e4;
    background-color: #f7f9fa;
    font-size: 40px;
    height: 90px;
    width: 90px;
    line-height: 90px;
    border-radius: 100% 100% 100% 100%;
    display: inline-block;
    text-align: center;
}
.feature-box.style1:hover .feature-box-icon i {
    color: #ffffff;
    background-color: #2a6dec;
}
.feature-box.style1 .feature-box-title h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.feature-box.style1 p.feature-box-desc {
    margin: 0;
}

/*style two*/
.feature-box.style1.style2 {
    padding: 30px 20px 27px;
}

/*feature box style three*/

.feature-box.style3 {
    background: rgba(0, 0, 0, 0.67);
    border: 1px solid rgba(255, 255, 255, 0.10);
    padding: 15px 23px 30px;
    position: relative;
    z-index: 1;
}
.feature-box.style3:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: var(--dream-color-primary);
    z-index: -1;
    transition: .3s;
}
.feature-box.style3:hover::before {
    width: 100%;
}
.feature-box.style3 .feature-box-content {
    overflow: hidden;
}
.feature-box.style3 .feature-box-icon {
    float: left;
    margin-right: 20px;
    padding-top: 18px;
}
.feature-box.style3 .feature-box-title h2 {
    font-size: 20px;
    margin: 15px 0 10px;
    transition: .3s;
    color: #fff;
}
.feature-box.style3 p.feature-box-desc {
    color: #fff;
    margin: 0 0 15px;
}
.feature-box.style3 .feature-box-icon.two {
     padding: 0; 
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 40px;
    color: #69717d;
    opacity: 0.4;
    margin: 0;
}

/*feature box style four*/
.feature-box.style4 {
    background: #fff;
    text-align: center;
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, .12);
    border-radius: 7px;
    padding: 28px 20px 28px;
    transition: .4s;
    z-index: 1;
    position: relative;
}
.feature-box.style4:hover {
    transform: translateY(-10px);
}
.feature-box.style4:before {
    content: "";
    position: absolute;
    background: var(--dream-color-primary);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    transition: 500ms;
    transform: scaleX(0);
    border-radius: 7px;
    z-index: -1;
}
.feature-box.style4:hover:before {
    transform: scaleY(1);
}

.feature-box.style4 .feature-box-icon i {
    font-size: 48px;
    color: var(--dream-color-primary);
    margin-bottom: 15px;
    transition: .4s;
    display: inline-block;
}
.feature-box.style4:hover .feature-box-icon i,
.feature-box.style4:hover .feature-box-title h2,
.feature-box.style4:hover p.feature-box-desc{
    color: #fff;
}
.feature-box.style4 .feature-box-title h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: .4s;
}
.feature-box.style4 p.feature-box-desc {
    transition: .5s;
    margin: 0 0 17px;
}

/*feature box*/
.feature-box.style5 {
    background: #fff;
    text-align: center;
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, .12);
    border-radius: 7px;
    padding: 50px 37px;
    transition: .4s;
}
.feature-box.style5:hover {
    transform: translateY(-10px);
}
.feature-box.style5:before {
    content: "";
    position: absolute;
    background: var(--dream-color-primary);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    transition: 500ms;
    transform: scaleX(0);
    border-radius: 7px;
    z-index: -1;
}
.feature-box.style5:hover:before {
    transform: scaleY(1);
}
.feature-box.style5 .feature-box-icon i {
    background: #edf4fc;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    line-height: 130px;
    font-size: 45px;
    color: var(--dream-color-primary);
    margin-bottom: 20px;
    transition: .4s;
    display: inline-block;
    text-align: center;
}
.feature-box.style5:hover .feature-box-icon i {
    background: rgb(255, 255, 255);
}
.feature-box.style5 .feature-box-title h2 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: 0.4s;
}
.feature-box.style5 p.feature-box-desc {
    transition: .5s;
}
.feature-box.style5 .feature-btn a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-top: 24px;
    display: inline-block;
    color: rgb(12, 90, 219);
    transition: 0.4s;
}
.feature-box.style5 .feature-btn a i{
    margin-left: 6px;
}
.feature-box.style5:hover .feature-btn a,
.feature-box.style5:hover .feature-box-title h2,
.feature-box.style5:hover p.feature-box-desc{
    color: #fff;
}

/*feature box style six*/

.feature-box.style6 {
    border-radius: 10px;
    overflow: hidden;
    transition: 0.5s;
    position: relative;
}
.feature-box.style6 .thumb_img {
    position: relative;
    z-index: 1;
    line-height: 0;
}
.feature-box.style6 .thumb_img:before {
    content: "";
    position: absolute;
    background: rgba(41, 55, 66, 0.6);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    transition: 500ms;
    border-radius: 7px;
    z-index: 1;
}
.feature-box.style6:hover .thumb_img:before {
    transform: scaleY(1);
    background: rgba(12, 90, 219, 0.85);
}
.feature-box.style6 .thumb_img img {
    width: 100%;
}
.feature-box.style6 .feature-box-content {
    position: absolute;
    bottom: -92px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 35px 34px;
    z-index: 22;
    transition: .5s;
}
.feature-box.style6:hover .feature-box-content{
    bottom:20px;
}
.feature-box.style6 .feature-box-title h2 {
    font-size: 23px;
    font-weight: 700;
    margin: 43px 0 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #fff;
    line-height: 30px;
}
.feature-box.style6 p.feature-box-desc {
    margin: 0 0 44px;
        overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.feature-box.style6 .feature-btn a{
  opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;  
}
.feature-box.style6:hover p.feature-box-desc,
.feature-box.style6:hover .feature-btn a{
    opacity: 1;
}
.feature-box.style6 .feature-btn a i {
    margin-left: 5px;
}

/*feature style seven*/

.feature-box.style7 {
    border-radius: 0px 50px 50px 50px;
    box-shadow: 0px 10px 29.7px 0.3px rgba(225, 225, 225, 0.64);
    padding: 35px 28px 30px 28px;
    background: #fff;
    text-align: center;
    transition: .5s;
    z-index: 1;
    position: relative;
}
.feature-box.style7:before {
    content: "";
    position: absolute;
    background: var(--dream-color-primary);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    transition: 500ms;
    transform: scaleX(0);
    border-radius: 0px 50px 50px 50px;
    z-index: -1;
}
.feature-box.style7:hover:before {
    transform: scaleY(1);
}
.feature-box.style7:hover{
    transform: translateY(-10px);
}
.feature-box.style7 .feature-box-icon i {
    border-radius: 0px 40px 40px 40px;
    height: 70px;
    width: 70px;
    font-size: 25px;
    line-height: 70px;
    display: inline-block;
    background: #edf4fc;
    color: var(--dream-color-primary);
    text-align: center;
}
.feature-box.style7 p.feature-box-desc{
    transition: .5s;
}
.feature-box.style7 .feature-btn a {
    transition: .5s;
}
.feature-box.style7 .feature-btn a i{
    margin-left: 5px;
}
.feature-box.style7 .feature-box-title h2 {
    font-size: 23px;
    font-weight: 700;
    margin: 27px 0 15px;
    transition: .4s;
}
.feature-box.style7:hover .feature-box-icon i{
    background: #fff;
}
.feature-box.style7:hover .feature-box-title h2,
.feature-box.style7:hover .feature-btn a,
.feature-box.style7:hover p.feature-box-desc{
    color: #fff;
}

/*feature box style eight*/

.feature-box.style8 {
    text-align: left;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #0C5ADB;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 34px 30px 34px;
    position: relative;
    z-index: 2;
    transition: .5s;
}
.feature-box.style8:before {
    content: "";
    position: absolute;
    background: var(--dream-color-primary);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    transition: 500ms;
    transform: scaleX(0);
    border-radius: 0;
    z-index: -1;
}
.feature-box.style8:hover:before {
    transform: scaleY(1);
}
.feature-box.style8:hover{
    transform: translateY(-10px);
}
.feature-box.style8 .feature-box-title h2 {
    margin: 30px 0 12px;
    transition: .5s;
    font-size: 22px;
}
.feature-box.style8:hover .feature-box-title h2,
.feature-box.style8:hover .feature-btn a,
.feature-box.style8:hover p.feature-box-desc{
    color: #fff;
}

/*feature box style nine*/

/*style fourteen*/
.feature-box.style9 {
    border-radius: 5px;
    filter: drop-shadow(0px 5px 30px rgba(162,188,231,0.3));
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    padding: 45px 30px 36px;
    transition: .3s;
}
.feature-box.style9:hover {
    transform: translate3d(0,-6px,0);
}

.feature-box.style9:before {
    position: absolute;
    content: "";
    bottom: 0;
    left:50%;
    height:100%;
    width:0;
    background: #02CB99;
    z-index: -1;
    transition: .5s;
}
.feature-box.style9 .feature-box-icon i {
    width: 116px;
    height: 116px;
    line-height: 116px;
    background: #DFF3E7;
    border-radius: 100%;
    color: #00CC99;
    display: inline-block;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    font-size: 50px;
}
.feature-box.style9 .feature-box-title h2 {
    margin: 26px 0 16px 0;
    font-size: 22px;
}
.feature-box.style9 .feature-btn a {
    display: inline-block;
}
.feature-box.style9:hover .feature-btn a{
    color: #fff;
}
.feature-box.style9 .feature-btn a i{
    display: inline-block;
    margin-left: 5px;
}
.feature-box.style9 p.feature-box-desc{
    transition: .5s;
}
.two .feature-box.style9:before {
    background: #EA599E;
}
.three .feature-box.style9:before {
    background:#FF6A01;
}
.four .feature-box.style9:before {
    background: #0C5ADB;
}
.five .feature-box.style9:before {
    background: #774BE5;
}

.feature-box.style9:hover:before{
    width: 100%;
    left: 0;
}
.feature-box.style9:hover .feature-box-title h2,
.feature-box.style9:hover p.feature-box-desc{
    color: #fff;
}

/*feature box style 10*/

.feature-box.style10 {
    display: flex;
    justify-content: center;
    transition: .5s;
}
.feature-box.style10 p.feature-box-desc {
    transition: .5s;
    width: 80%;
    margin: 0 0 0;
}
.feature-box.style10 .feature-btn a {
    position: absolute;
    top: -22px;
    right: 40px;
    transform: rotate(-45deg);
    display: inline-block;
    /* margin-left: 6px; */
    font-size: 25px;
    font-weight: 800;
    background-color: rgba(48, 110, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #3F413F;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
    transition: .5s;
}
.feature-box.style10 .feature-btn a:hover {
    background: linear-gradient(to left, #46FEC0, #CAFF5C 100%);
    transition: .5s;
}

/*feature box style 11*/

.feature-box.style11 {
    background-color: transparent;
    text-align: left;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    padding: 26px 20px 26px 30px;
    border-radius: 10px;
    background-image: linear-gradient(90deg, rgba(187, 247, 55, 0.07058823529411763) 0%, rgba(187, 247, 55, 0) 100%);
    z-index: 1;
    transition: .5s;
    border: 1px solid #1b3527;
    display: flex;
    gap: 0px;
}
.feature-box.style11:hover {
    background: linear-gradient(90deg, rgba(187,247,55,0) 0%, rgba(187,247,55,0.10196078431372547) 100%);
    transition: .5s;
    transform: translateY(-5px);
}
.feature-box.style11 .feature-box-title h2 {
    font-size: 24px;
    padding: 0 0 10px;
    margin: 0;
    margin-top: 0px;
    color: #fff;
}
.feature-box.style11 .feature-box-icon {
    flex-shrink: 0;
}
.feature-box.style11 .feature-box-icon img {
    width: 65%;
}
.feature-box.style11 p.feature-box-desc {
    margin: 0 0 0;
    width: 86%;
}
.feature-box.style11 .feature-btn a {
    position: absolute;
    top: 40%;
    right: 40px;
    transform: rotate(-45deg);
    display: inline-block;
    font-size: 25px;
    font-weight: 800;
    color: #3E3F3D;
    transition: .5s;
}
.feature-box.style11:hover .feature-btn a {
    color: #fff;
    transition: .5s;
}

/*feature box style 12*/

.feature-box.style12 {
    border-radius: 4px;
    background-color: rgba(13, 110, 255, 0.10196078431372549);
    padding: 41px 31px 37px;
    transition: .5s;
}
.feature-box.style12:before {
    content: "";
    position: absolute;
    background: #0d6eff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    transition: 500ms;
    transform: scaleX(0);
    border-radius: 0;
    z-index: -1;
}
.feature-box.style12:hover:before {
    transform: scaleY(1);
}
.feature-box.style12:hover{
    transform: translateY(-10px);
}
.feature-box.style12 .feature-box-icon {
    display: inline-block;
    width: 74px;
    height: 74px;
    border-radius: 37px;
    background-color: rgba(69, 218, 100, 0);
    border: 2px solid #0d6eff;
    line-height: 91px;
    transition: .5s;
}
.feature-box.style12:hover .feature-box-icon {
    background: #fff;
    border-color: #fff;
}
.feature-box.style12 .feature-box-title h2 {
    color: #fff;
    font-size: 22px;
    margin: 30px 0 13px;
}
.feature-box.style12 p.feature-box-desc {
    color: #9EA2AD;
}
.feature-box.style12:hover p.feature-box-desc {
    color: #fff;
}
.feature-box.style12 .feature-btn a {
    text-transform: capitalize;
    font-size: 15px;
    color: #fff;
    margin-top: 7px;
    border-bottom: 1px solid #021C3D;
    transition: .5s;
}
.feature-box.style12 .feature-btn a i{
    margin-left: 7px;
    transform: rotate(-45deg);
    display: inline-block;
}
.feature-box.style12:hover .feature-btn a{
    border-color: #fff;
}

/*thirteen*/

.feature-box.style13{
    border-radius: 5px;
    padding: 0 26px 27px 26px;
    transition: .5s;
    background: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 0 10px 0;
}
.feature-box.style13:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-image: linear-gradient(210deg, #2375fb 0%, #1129b9 100%);
    z-index: -1;
    transition: .5s;
    border-radius: 5px;
}
.feature-box.style13:hover:before {
    height: 100%;
}
.feature-box.style13 .feature-box-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #fff;
    line-height: 114px;
    transition: .5s;
    border-bottom: 3px solid #2875ff;
    top: -45px;
    position: relative;
}
.feature-box.style13 .feature-box-title h2 {
    margin: 0px 0 22px;
    transition: 0.5s;
    font-size: 20px;
    color: #232323;
    font-weight: 700;
}
.feature-box.style13 .feature-btn a {
    transition: .5s;
}
.feature-box.style13 p.feature-box-desc {
    transition: .5s;
}
.feature-box.style13:hover .feature-box-title h2,
.feature-box.style13:hover p.feature-box-desc{
    color: #fff;
}
.feature-box.style13:hover .feature-btn a{
    color: #fff;
}

/*style 14*/

.feature-box.style14 {
    border-radius: 10px;
    padding: 50px 30px 42px 30px;
    transition: .5s;
    background: #fff;
    background-color: rgba(13, 110, 255, 0.1);
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
}
.feature-box.style14:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #0d6eff;
    z-index: -1;
    transition: .5s;
    border-radius: 10px;
}
.feature-box.style14:hover:before {
    height: 100%;
}
.feature-box.style14 .feature-box-icon{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #f0932b;
    line-height: 80px;
    transition: .5s;
    top: 0;
    position: relative;
}
.feature-box.style14:hover .feature-box-icon{
    background-color: #fff;
}
.feature-box.style14:hover .feature-box-icon i{
    color: #0d6eff;
}
.feature-box.style14 .feature-box-icon i{
    font-size: 30px;
    color: #fff;
    display: inline-block;
}
.feature-box.style14 .feature-box-title h2 {
    margin: 0 0 21px;
    transition: 0.5s;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    padding: 60px 0 0 0;
}
.feature-box.style14 .feature-box-title h2:before {
    content: "";
    position: absolute;
    top: 148px;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
    width: 1px;
    background-color: #f0932b;
    z-index: -1;
    transition: .5s;
    border-radius: 5px;
}
.feature-box.style14:hover .feature-box-title h2:before{
    background-color: #fff;
}
.feature-box.style14 p.feature-box-desc {
    line-height: 26px;
    transition: 0.4s;
    color: #919da4;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.feature-box.style14:hover p.feature-box-desc{
    color: #fff;
}
.two .feature-box.style14:hover .feature-box-icon{
    background:#fff;
}
.two .feature-box.style14 .feature-box-icon{
    background-color: #0d6eff
}
.three .feature-box.style14 .feature-box-icon{
    background-color: #34c780;
}
.four .feature-box.style14 .feature-box-icon{
    background-color: #f368e0;
}
.five .feature-box.style14 .feature-box-icon{
    background-color: #00D1FB;
}
.six .feature-box.style14 .feature-box-icon{
    background-color: #ee5253;
}

/*style 15*/

.feature-box.style15 {
    padding: 32px 23px 29px;
    position: relative;
    border: 1px solid #FF9A62;
    border-radius: 4px;
    transition: .5s;
    text-align: center;
}
.feature-box.style15:hover {
    transform: translate3d(0,-6px,0);
}
.feature-box.style15 .feature-box-icon i {
    display: inline-block;
    height: 100px;
    width: 90px;
    line-height: 100px;
    background: #FF9A62;
    clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
    color: #fff;
    font-size: 40px;
    border-radius: 5px;
}
.feature-box.style15 .feature-box-title h2 {
    margin: 25px 0 14px 0;
    line-height: 34px;
    font-size: 22px;
    color: #fff;
}
.two .feature-box.style15 {
    border: 1px solid#2875FF;
}
.three .feature-box.style15 {
    border: 1px solid#54D7AF;
}
.four .feature-box.style15 {
    border: 1px solid#F05D8A;
}
.two .feature-box.style15 .feature-box-icon i {
    background: #2875FF;
    clip-path: polygon(0% 0%, 100% 9%, 100% 100%, 0% 100%);
}
.four .feature-box.style15 .feature-box-icon i {
    background: #F05D8A;
    clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
}

/*feature box style 16*/

.feature-box.style17 {
    border-radius: 16px;
    background-color: rgba(255,255,255,0.050980392156862744);
    text-align: left;
    padding: 85px 38px 52px;
    transition: .5s;
    position: relative;
}
.feature-box.style17 .feature-number {
    display: inline-block;
    position: absolute;
    top: -41px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    background-color: #121417;
    transition:.5s;
}
.feature-box.style17:hover .feature-number{
    background-color: var(--dream-color-primary);
}
.feature-box.style17:hover .feature-number span{
    color: #fff;
    opacity:1;
}
.feature-box.style17 .feature-number span {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    display: inline-block;
    text-align: center;
    line-height: 90px;
    opacity: 0.200;
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Mulish";
}
.feature-box.style17 p.feature-box-desc {
    opacity: 0.502;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Mulish";
    margin: 20px 0 55px;
}
.feature-box.style17 .feature-btn a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: rgba(255,255,255,0.07058823529411765);
    text-align: center;
    line-height: 50px;
    color: #fff;
    transform: rotate(-45deg);
    transition: .5s;
}
.feature-box.style17 .feature-btn a:hover{
    background-color: var(--dream-color-primary);
}

/*feature box style 18*/

.feature-box.style18 {
    display: flex;
    background-color: rgba(255,255,255,0.050980392156862744);
    gap: 0;
    position: relative;
    padding: 35px 31px 34px;
}
.feature-box.style18:hover span.feature-box-number{
    padding-left:40px;
    opacity:1;
}
.feature-box.style18 .feature-box-content {
    transition: .5s;
}
.feature-box.style18 span.feature-box-number {
    opacity: 0.502;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Mulish";
    margin-right: 33px;
    position: relative;
    transition:.5s;
}
.feature-box.style18 span.feature-box-number:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    height: 1px;
    width: 30px;
    background: #fff;
    transition: .5s;
    opacity: 0;
}
.feature-box.style18:hover span.feature-box-number:before{
    opacity:1;
}
.feature-box.style18 .feature-box-title h2 {
    font-size: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 11px;
}
.feature-box.style18 p.feature-box-desc {
    opacity: 0.502;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Mulish";
    margin: 0 0 0;
}
.feature-box.style18 .feature-btn a {
    display: inline-block;
    opacity: 0.502;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Mulish";
    position: absolute;
    right: 20px;
    transform: translate(-50%, -50%);
    top: 50%;
}

/*feature box style 19*/

.feature-box.style19 {
    display: flex;
    align-items: center;
    border: 1px solid#38393D;
    border-radius: 10px;
    padding: 27px 28px 27px;
    transition:.5s;
}
.feature-box.style19 span.feature-box-number {
    color: #2B55FF;
    font-size: 26px;
    font-weight: 500;
    position: relative;
    padding-right: 46px;
}
.feature-box.style19 span.feature-box-number:before {
    position: absolute;
    content: "";
    right: 21px;
    top: 2px;
    height: 30px;
    width: 1px;
    background: #fff;
    opacity: 0.4;
    transition:.5s;
}
.feature-box.style19:hover span.feature-box-number:before{
    opacity:0;
}
.feature-box.style19 span.feature-box-number:after {
    position: absolute;
    content: "";
    right: -14px;
    top: 17px;
    height: 1px;
    width: 50px;
    background: #2B55FF;
    transition: .5s;
    opacity: 0;
}
.feature-box.style19:hover span.feature-box-number:after{
    opacity:1;
}
.feature-box.style19 .feature-box-title h2 {
    color: #fff;
    font-size: 26px;
    margin: 0 0 0;
    font-weight: 500;
    position: relative;
    transition:.5s;
}
.feature-box.style19:hover .feature-box-title h2 {
    margin-left: 30px;
    position: relative;
}

/*button style 20*/
.feature-box.style20 {
    display: flex;
}
.feature-box.style20 span.feature-box-number {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: transparent;
    -webkit-text-stroke: 1px #999;
    display: inline-block;
    margin-right: 20px;
    line-height: 50px;
}
.feature-box.style20 .feature-box-title h2 {
    font-size: 30px;
    color: #121417;
    font-weight: 600;
    margin: 0 0 10px;
}
.feature-box.style20 p.feature-box-desc {
    margin: 0 0 0;
}



/*
===================
 Dream-IT Button
===================
*/
/* style one */
.dreamit-button.style1 a.button {
    font-family: 'Inter';
    display: inline-block;
    background: #f68931;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 16px 41px;
    border-radius: 30px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.dreamit-button.style1 a.button i {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #f68931;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: 0.5s;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -56px;
}
.dreamit-button.style1 a.button:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #141414;
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}
.dreamit-button.style1 a.button:hover:before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.dreamit-button.style1 a.button:hover i {
    background: #141414;
    transform: rotate(0deg);
}

/*button style two*/
.dreamit-button.style2 a.button {
    background: #f68931;
    padding: 14px 36px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    color: #FFFFFF;
}
.dreamit-button.style2 a.button:hover { 
    background: #ffff;
    color: #141414;
}

/* style four */

.dreamit-button.style4 .dreamit-button {
    overflow: hidden;
}
.dreamit-button.style4 a {
    font-family: 'Inter';
    display: inline-block;
    background: #f68931;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 16px 41px;
    border-radius: 30px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    margin-right: 56px;
    transition: 0.5s;
}

.dreamit-button.style4 a i {
    display: inline-block;
    height: 59px;
    width: 60px;
    line-height: 60px;
    background: #f68931;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: 0.5s;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -56px;
}
.dreamit-button.style4 a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}
.dreamit-button.style4 a:hover {
    margin-left:56px;
    margin-right:0px;
}
.dreamit-button.style4 a:hover i {
    left: -56px;
    right: inherit;
}
.dreamit-button.style4 a:hover:before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.dreamit-button.style4 a:hover {
    color: #f68931;
}
.dreamit-button.style4 a:hover i {
    background: #FFFFFF;
    transform: rotate(0deg);
    color: #f68931;
}



/*
============
Service Box
============
*/
/* style two */
.service-box.style2 {
    padding: 20px 20px 33px;
    background: #ffffff;
    border-radius: 20px;
    margin-bottom: 10px;
    position: relative;
}
.service-box.style2 .thumb {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    line-height: 0;
}
.service-box.style2 .thumb img {
    width: 100%;
    border-radius: 20px;
}
.service-box.style2 .thumb:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.service-box.style2 .thumb:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.service-box.style2 ul.item-list {
    list-style: none;
    position: absolute;
    bottom: 25px;
    left: 25px;
}
.service-box.style2 ul.item-list li {
    display: inline-block;
    border: 1px solid #ffffff80;
    backdrop-filter: blur(20px);
    background: #FFFFFF4D;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 19px;
    margin-right: 6px;
}
.service-box.style2 .content {
    margin: 32px 20px 0;
}
.service-box.style2 h3.title {
    color: #141414;
    margin: 0 0 10px;
    font-size: 28px;
    transition: .5s;
    line-height: 38px;
    font-weight: 600;
}
.service-box.style2 span.service-box-number {
    display: inline-block;
    color: #F68931;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    padding-left: 40px;
}
.service-box.style2 span.service-box-number:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #F68931;
    margin: auto;
}
.service-box.style2 .service-btn a {
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    color: #616161;
    transform: rotate(-45deg);
    position: absolute;
    right: 40px;
    bottom: 45px;
    opacity: 0;
    transition: 0.5s;
}
.service-box.style2:hover .service-btn a {
    background: #F68931;
    color: #fff;
    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)
    }
}


/*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 carousel
====================
*/
/* style two */
.service_item.style_three {
    margin-right: 20px;
    transition: .5s;
    background: #fff;
    padding: 20px 20px 35px;
    border-radius: 20px;
}
.service_item.style_three .service_img {
    line-height: 0;
    position: relative;
    overflow: hidden;
    transition: .5s;
}
.service_item.style_three .service_img img {
    width: 100%;
}
.service_item.style_three .service_img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.service_item.style_three:hover .service_img:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.service_item.style_three .service_content {
    margin: 26px 20px 0;
    position: relative;
}
.service_item.style_three .service_content h2 {
    font-weight: 600;
    line-height: 38px;
    margin: 0 0 0;
    font-size: 30px;
    border-bottom: 1px solid #1414141a;
    margin-bottom: 22px;
    padding-bottom: 28px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.service_item.style_three .service_content h2:hover {
    color:#F68931;
}
.service_item.style_three .service_content h2:before {
    position: absolute;
    content: '';
    right: 50%;
    height: 1px;
    width: 0;
    transition: 0.5s;
    bottom: 0;
    background: #F68931;
}
.service_item.style_three:hover .service_content h2:before {
    width: 100%;
    right: 0;
}
.service_item.style_three .service_content h3.title {
    color: #616161;
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    margin: 0 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.service_item.style_three .service_content h3.title img {
    width: 20px;
}
.service_item.style_three .service_content h4.title {
    color: #616161;
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    margin: 0 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.service_item.style_three .service_content h4.title img {
    width: 20px;
}
.service_item.style_three .service-details-button {
    position: absolute;
    top: 12px;
    right: 0;
}
.service_item.style_three .service-details-button a {
    background: #FFFFFF0D;
    border: 1px solid rgb(20 20 20 / 10%);
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: .5s;
    transform: rotate(-45deg);
    font-weight: bold;
}
.service_item.style_three .service-details-button a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    transform: scale(0);
    height: 100%;
    width: 100%;
    background: #f68931;
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}
.service_item.style_three .service-details-button a:hover:before {
    transform: scale(1);
}
.service_item.style_three .service-details-button a:hover {
    border: 1px solid #f68931;
    color: #fff;
}

/*nav*/
.service_carousel.style3 .owl-nav {
    position: absolute;
    right: 20px;
    top: -134px;
}
.service_carousel.style3 button.owl-prev i, 
.service_carousel.style3 button.owl-next i {
    display: inline-block;
    height: 50px;
    width: 60px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    background: #FFFFFF0D;
    border: 1px solid #1414141a;
    border-radius: 30px 0 0 30px;
    color: #141414a8;
}
.service_carousel.style3 button.owl-next i {
    margin-left: 10px;
    border-radius: 0 30px 30px 0;
}
.service_carousel.style3 button.owl-prev i:hover,
.service_carousel.style3 button.owl-next i:hover{
    background:#F68931;
    color:#fff;
}

/* style four */
.service_item.style_four {
    background-image: url("https://dittheme.com/wp/roofin/wp-content/uploads/2026/02/service5-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 15px 15px 47px;
    margin: 0 10px;
    border-radius: 20px;
}
.service_item.style_four .service_img {
    line-height: 0;
    position: relative;
    overflow: hidden;
    transition: .5s;
}
.service_item.style_four .service_img img {
    width: 100%;
}
.service_item.style_four .service_img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.service_item.style_four:hover .service_img:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.service_item.style_four .service_content {
    padding: 0 20px 0;
}
.service_item.style_four .service_content h2 {
    color: #141414;
    font-size: 26px;
    line-height: 30px;
    margin: 35px 0 10px;
    transition: .5s;
}
.service_item.style_four .service_content p {
    color:#616161;
    font-size: 17px;
    line-height: 28px;
    transition: 0.5s;
    margin:0;
}
.service_item.style_four .service-details-button  {
    position: absolute;
    right: 0;
    bottom: 0;
}
.service_item.style_four .service-details-button a {
    display: inline-block;
    height: 50px;
    width: 40px;
    text-align: center;
    line-height: 44px;
    border-radius: 15px;
    transform: rotate(0deg);
    background: #FDF2E9;
}
.service_item.style_four .service-details-button a i {
    display: inline-block;
    color: #f68931;
    transform: rotate(88deg);
    font-size: 18px;
    font-weight: bold;
}
.service_item.style_four .service-details-button a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    transform: scale(0);
    height: 100%;
    width: 100%;
    background: #F68931;
    border-radius: 15px;
    transition: 0.5s;
    z-index: -1;
}
.service_item.style_four:hover .service-details-button a:before {
    transform: scale(1);
}
.service_item.style_four:hover .service-details-button a i {
    color: #ffff;
}

/*
===============
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: var(--dream-color-primary);
}
.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
=============
*/
/* style one */
.icon-box.style1 {
    display: flex;
    align-items: center;
    gap: 25px;
}
.icon-box.style1 .icon-box-icon {
    width: 74px;
    height: 74px;
    line-height: 100px;
    text-align: center;
    background: #ffffff1a;
    border-radius: 50%;
    flex-shrink: 0;
    transition: 0.5s;
}
.icon-box.style1 .img-icon img {
    transition: 0.5s;
}
.icon-box.style1:hover .img-icon img {
    transform: scaleX(-1);
}
.icon-box.style1 .icon-box-content h2 {
    color: #ffff;
    font-weight: 600;
    font-size: 28px;
    margin: 0 0 3px;
    transition: 0.5s;
}
.icon-box.style1:hover .icon-box-content h2 {
    color: #f68931;
}
.icon-box.style1 .icon-box-content .description p {
    font-size: 17px;
    line-height: 26px;
    color: #909090;
    font-weight: 400;
    margin: 8px 0 0;
}

/*style two*/
.icon-box.style2 {
    display: flex;
    gap: 20px;
    align-items: center;
    background: #FFFFFF1A;
    width: 50%;
    border: 1px solid #FFFFFF33;
    border-radius: 100px;
    padding: 18px 23px;
}
.icon-box.style2 .icon-box-icon .icon {
    text-align: center;
    flex-shrink: 0;
    transition: 0.5s;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #f68931;
    border-radius: 50%;
}
.icon-box.style2 .icon-box-icon .icon i {
    color: #fff;
    font-size: 22px;
}
.icon-box.style2 .icon-box-content h2 {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    color: #ffff;
}
.icon-box.style2 .icon-box-content .description p {
    margin: 5px 0 0;
    line-height: 22px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

/* style four */
.icon-box.style4 {
    display: flex;
    gap: 20px;
}
.icon-box.style4 .icon-box-icon {
    width: 70px;
    height: 70px;
    line-height: 85px;
    text-align: center;
    background: #ffffff1a;
    border: 1px solid #ffffff26;
    border-radius: 50%;
    flex-shrink: 0;
    transition: 0.5s;
}
.icon-box.style4 .img-icon img {
    transition: 0.5s;
}
.icon-box.style4:hover .img-icon img {
    transform: scaleX(-1);
}
.icon-box.style4 .icon-box-content h2 {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 0;
    transition: 0.5s;
}
.icon-box.style4:hover .icon-box-content h2 {
    color: #f68931;
}
/* style five */
.icon-box.style5 {
    background: #fff;
    padding: 50px 35px 48px;
    position: relative;
    text-align: center;
    border-radius: 50px;
}
.icon-box.style5 .icon-box-icon {
    height: 75px;
    width: 75px;
    line-height: 100px;
    background: #f68931;
    border-radius: 50%;
    display: inline-block;
    margin: auto;
}
.icon-box.style5 .img-icon img {
    transition: 0.5s;
}
.icon-box.style5:hover .img-icon img {
    transform: scaleX(-1);
}
.icon-box.style5 .icon-box-content h2 {
    margin: 22px 0 50px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    transition: 0.5s;
}
.icon-box.style5:hover .icon-box-content h2 {
    color: #f68931;
}
.icon-box.style5 .icon-box-content .description p {
    font-size: 17px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    margin: 0 0 0;
}

/* style ten */
.icon-box.style10 {
    display: flex;
    gap: 15px;
    align-items: center;
}
.icon-box.style10 .icon-box-icon .icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #1414141A;
    transition: 0.5s;
    text-align: center;
}
.icon-box.style10 .icon-box-icon .icon i {
    color: #f68931;
    font-size: 25px;
}
.icon-box.style10 .icon-box-icon .icon:hover {
   background: #f68931; 
   border-color: #f68931;
}
.icon-box.style10 .icon-box-icon .icon:hover i {
   color: #ffff; 
}
.icon-box.style10 .icon-box-content h2 {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    color: #616161;
}
.icon-box.style10 .icon-box-content .description p {
    margin: 7px 0 0;
    color: #141414;
    font-size: 18px;
    font-weight: 700;
}

/* style eleven */
.icon-box.style11 {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fdf2e9;
    border-radius: 15px;
    padding: 40px 40px 40px;
}
.icon-box.style11 .icon-box-icon {
    width: 74px;
    height: 74px;
    line-height: 100px;
    text-align: center;
    background: #FFFF;
    border-radius: 50%;
    flex-shrink: 0;
    transition: 0.5s;
}
.icon-box.style11 .img-icon img {
    transition: 0.5s;
}
.icon-box.style11:hover .img-icon img {
    transform: scaleX(-1);
}
.icon-box.style11 .icon-box-content h2 {
    color: #141414;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 0;
    transition: 0.5s;
}
.icon-box.style11:hover .icon-box-content h2 {
    color: #f68931;
}




/*<!-- ============================================================== -->
            <!-- Start  coundown-area   Css -->
<!-- ============================================================== -->*/

.crypto-countdown-area {
    text-align: center;
}
.crypto-countdown-area .row.backg {
    padding: 30px 0 45px 0;
    margin-top: 0;
}
.crypto-roofin-countdown {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.crypto-roofin-countdown li {
    list-style-type: none;
    display: inline-block;
    font-size: 14px;
    color: #a6a6ab;
    margin: 0 10px 47px 10px;
}
.crypto-roofin-countdown li span {
    display: block;
    font-size: 35px;
    color: #fff;
    margin: 30px 0 10px 0;
    padding: 5px 6px;
}
.crypto-roofin-countdown li .crypto-day {
    background: #0d6eff;
    border-radius: 4px;
}
.crypto-roofin-countdown li .crypto-hours {
    background: #00C87D;
    border-radius: 4px;
}
.crypto-roofin-countdown li .crypto-minute {
    background: #FF9516;
    border-radius: 4px;
}
.crypto-roofin-countdown li .crypto-second {
    background: #FF68E4;
    border-radius: 4px;
}





.details-page .icon-box.style1 .icon-box-icon {
    padding-right: 22px;
    flex-shrink: 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);
  }
}

 
   




/* green tech counter*/

.green-count{
    position:relative;
}
.green-count:before {
    position: absolute;
    content: "";
    bottom: 14px;
    left: -30px;
    height: 28px;
    width: 30px;
    background: url(https://wp.ditsolution.net/roofin/wp-content/uploads/2025/05/Top-1-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 22;
    background-size: cover;
}
.green-count:after {
    position: absolute;
    content: "";
    top: -27px;
    right: 29px;
    height: 28px;
    width: 30px;
    background: url(https://wp.ditsolution.net/roofin/wp-content/uploads/2025/05/Top-1-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 22;
    background-size: cover;
}
.single-counter.style18 {
    position: relative;
    padding: 0 0 36px;
}
.single-counter.style18:before {
    position: absolute;
    content: "";
    height: 76px;
    width: 1px;
    background: #232323;
    right: 31px;
    top: 28px;
}
.last-box .single-counter.style18:before{
    display:none;
}


/*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
==========
*/
/* style one */
.team.style1 {
    background: #fff;
    border-radius: 200px;
    text-align: center;
    padding: 20px 20px 20px;
    margin-bottom: 10px;
    overflow: hidden;
}
.team.style1 .image {
    position: relative;
    z-index: 1;
    line-height: 0;
    overflow: hidden;
}
.team.style1 .image img {
    width: 100%;
}
.team.style1 .image:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.team.style1:hover .image:before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.team.style1 .content {
    padding: 45px 0 30px;
}
.team.style1 .bio h2 {
    margin: 0 0 0;
}
.team.style1 .bio h2 a {
    display: inline-block;
    color: #141414;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
}
.team.style1 h5.designation {
    display: inline-block;
    background: #FFFFFF4D;
    color: #616161;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px;
    border: 1px solid #1414141a;
    transition: 0.5s;
    margin-top: 8px;
}
.team.style1:hover h5.designation {
    background: #f68931;
    border: 1px solid #f68931;
    color: #ffff;
}

/*team Style Two */
 .team.style2 {
    background: #fff;
    border-radius: 200px;
    text-align: center;
    padding: 20px 20px 20px;
    margin-bottom: 10px;
    overflow: hidden;
}
.team.style2 .image {
    position: relative;
    z-index: 1;
    line-height: 0;
    overflow: hidden;
}
.team.style2 .image img {
    width: 100%;
}
.team.style2 .image:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.team.style2:hover .image:before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.team.style2 .content {
    padding: 35px 0 44px;
}
.team.style2 .bio h2 {
    margin: 0 0 0;
}
.team.style2 .bio h2 a {
    display: inline-block;
    color: #141414;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
}
.team.style2 h5.designation {
    display: inline-block;
    background: #FFFFFF4D;
    color: #616161;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px;
    border: 1px solid #1414141a;
    transition: 0.5s;
    margin-top: 8px;
}
.team.style2:hover h5.designation {
    background: #f68931;
    border: 1px solid #f68931;
    color: #ffff;
}
/*team style 4*/
.team.style4 {
    background: #FFFFFF;
    border-radius: 25px;
    text-align: center;
    padding: 15px 15px 15px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.team.style4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -35%;
    right: 0;
    margin: auto;
    text-align: center;
    background: #FDF2E966;
    height: 280px;
    width: 280px;
    border-radius: 100%;
    z-index: 0;
}
.team.style4:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -35%;
    margin: auto;
    text-align: center;
    background: #fdf2e9;
    height: 0px;
    width: 280px;
    border-radius: 100%;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}
.team.style4:hover:after {
    bottom: -35%;
    opacity: 1;
    height: 280px
}
.team.style4 .image {
    position: relative;
    z-index: 1;
    line-height: 0;
    overflow: hidden;
}
.team.style4 .image img {
    width: 100%;
}
.team.style4 .image:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.team.style4:hover .image:before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.team.style4 .content {
    padding: 20px 0 30px;
}
.team.style4 .bio h2 {
    margin: 0 0 0;
}
.team.style4 .bio h2 a {
    display: inline-block;
    color: #000000;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    transition: 0.5s;
}
.team.style4 .bio h2 a:hover {
    color: #F68931;
}
.team.style4 h5.designation {
    display: inline-block;
    background: #FFFFFF4D;
    color: #909090;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    padding: 11px 29px;
    border: 1px solid #90909040;
    transition: 0.5s;
    margin-top: 18px;
    position: relative;
}
.team.style4:hover h5.designation {
    background: #f68931;
    border: 1px solid #f68931;
    color: #ffff;
}

/* style five */
.team.style5 {
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    border-radius: 16px;
    padding: 50px 58px 50px;
    text-align: center;
}
.team.style5 .image {
    position: relative;
    z-index: 1;
    line-height: 0;
    overflow: hidden;
}
.team.style5 .image img {
    width: 100%;
}
.team.style5 .image:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.team.style5:hover .image:before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.team.style5 .content {
    padding: 45px 0 30px;
}
.team.style5 .bio h2 {
    margin: 28px 0 18px;
    line-height: 34px;
}
.team.style5 .bio h2 a {
    display: inline-block;
    color: #141414;
    font-weight: 600;
    font-size: 32px;
}
.team.style5 .bio h2 a:hover {
    color : #F68931;
}
.team.style5 h5.designation {
    display: inline-block;
    background: #FFFFFF4D;
    color: #616161;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px;
    border: 1px solid #1414141a;
    transition: 0.5s;
    margin :0 0 0;
}
.team.style5:hover h5.designation {
    background: #f68931;
    border: 1px solid #f68931;
    color: #ffff;
    opacity: 0;
}
.team.style5 ul.social-icon {
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    transition: 0.5s;
    opacity: 0;
}
.team.style5:hover ul.social-icon {
    bottom: 42px;
    opacity: 1;
}
.team.style5 ul.social-icon li {
    display: inline-block;
    margin: 0 3px;
}
.team.style5 ul.social-icon li a {
    display: inline-block;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #1414141a;
    border-radius: 30px;
    color: #141414;
    font-size: 16px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team.style5 ul.social-icon li a:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background: #F68931;
    transition: all 300ms ease;
}
.team.style5 ul.social-icon li a:hover::before {
    transform: scale(1);
}
.team.style5 ul.social-icon li a:hover {
    color: #fff;
}


/*heading*/
.heading.style1 h4 {
    border-bottom: 2px solid#DDE0E7;
    padding-bottom: 20px;
}

/*style three*/
.heading.style-3 p.heading-text {
    position: relative;
}
.heading.style-3 p.heading-text:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    width: 390px;
    height: 1px;
    background-image: linear-gradient(90deg, #0b59db 0%, #f3f7fd 100%);
}
.heading.style-3 p.heading-text:after{
    position:absolute;
    content:"";
    top:12px;
    right:0;
    width: 390px;
    height: 1px;
    background-image: linear-gradient(90deg, #f3f7fd 0%, #0b59db 100%);
}

/*style four*/

.heading.style-4 h2.heading-text {
    position: relative;
    display: inline-block;
}
.heading.style-4 h2.heading-text:before {
    position: absolute;
    content: "";
    top: 34px;
    left: -111px;
    width: 97px;
    height: 2px;
    background-color: #ffffff;
}

.seo h1.heading-text span {
    color: var(--dream-color-primary);
}

/*style five*/

.heading.style-5 h1.heading-text {
    font-size: 100px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: transparent;
    -webkit-text-stroke: 2px white;
}
.heading.style-5 h2.heading-text {
    font-size: 160px;
    color: #cb935d;
    font-weight: 900;
    margin-top: 0;
    -webkit-text-stroke-width: 1px;
    color: transparent;
    -webkit-text-stroke-color: #F3F4F8;
    color: transparent;
    opacity: 1;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    line-height: 163px;
}

/*heading style seven*/

.heading.style-7 h5.heading-text {
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 0 5px;
}
.heading.style-7 h5.heading-text:before {
    content: "";
    top: -9px;
    left: -15px;
    background: url(https://wp.ditsolution.net/roofin/wp-content/uploads/2025/05/Crypto-Startup-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 285px;
    height: 39px;
    position: absolute;
}
.heading.style-7 p.heading-text {
    opacity: 0.502;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Mulish";
    width: 97%;
    margin: 0 0 20px;
}
.heading.style-7 h3.heading-text {
    border-radius: 8px;
    background-color: rgba(255,255,255,0.0784313725490196);
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Mulish";
    padding: 8px 16px;
}


    /* Animation keyframes */
    @keyframes bounce {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-10px);
      }
    }

.text-animation h1.heading-text {
    font-size: 3rem;
    transform: translateY(20px);
        animation: bounce 1.2s ease-in-out infinite;
}

    .letter:nth-child(1) { animation-delay: 0s; }
    .letter:nth-child(2) { animation-delay: 0.1s; }
    .letter:nth-child(3) { animation-delay: 0.2s; }
    .letter:nth-child(4) { animation-delay: 0.3s; }
    .letter:nth-child(5) { animation-delay: 0.4s; }
    .letter:nth-child(6) { animation-delay: 0.5s; } /* space or arrow */
    .letter:nth-child(7) { animation-delay: 0.6s; }
    .letter:nth-child(8) { animation-delay: 0.7s; }
    .letter:nth-child(9) { animation-delay: 0.8s; }
    .letter:nth-child(10){ animation-delay: 0.9s; }
    .letter:nth-child(11){ animation-delay: 1.0s; }
    .letter:nth-child(12){ animation-delay: 1.1s; }
    .letter:nth-child(13){ animation-delay: 1.2s; }
    .letter:nth-child(14){ animation-delay: 1.3s; }


.circle-container {
    position: relative;
    width: 202px;
    height: 202px;
    background: #27282C;
    border-radius: 100%;
    padding: 15px;
}

    .center-arrow {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg);
      background: #2e2e2e;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.5em;
      color: white;
    }

    .center-arrow::before {
      content: "↑";
      transform: rotate(45deg);
      display: inline-block;
    }
    
    
.accordion {
  background: #111;
  color: white;
  font-family: sans-serif;
}

.item {
  border-bottom: 1px solid #444;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.item .image {
  display: none;
}

.item.active .image {
  display: block;
}

.item .image img {
  max-width: 300px;
  border-radius: 10px;
}

.item .content {
  flex: 1;
}

.item h2 {
  font-size: 24px;
}

ul {
  list-style: none;
  padding: 0;
}
    
/*
============
Work Process
============
*/
.work_progress.style1 {
    position: relative;
    text-align: center;
    padding: 0 30px;
}
.work_progress.style1 .work_progress-number{
    position: relative;
    z-index: 1;
}
.work_progress.style1 .work_progress-number span {
    background: var(--dream-color-primary);
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.work_progress.style1 .work_progress-number:before {
    position: absolute;
    top: 22px;
    width: calc(100% - 100px);
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--dream-color-primary)), color-stop(40%, var(--dream-color-primary)), color-stop(40%, transparent), to(transparent));
    background-image: -o-linear-gradient(left, var(--dream-color-primary), var(--dream-color-primary) 40%, transparent 40%, transparent 100%);
    background-image: linear-gradient(90deg, var(--dream-color-primary), var(--dream-color-primary) 40%, transparent 40%, transparent 100%);
    background-size: 12px 1px;
    content: "";
    left: -171px;
}
.first-process .work_progress-number:before {
   display:none;
}
.work-process.style1 .work_progress-number span{
    font-weight: 600;
    height: 45px;
    width: 45px;
    line-height: 45px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
   background: var(--dream-color-primary);
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 1;
}
.work_progress.style1:hover .work_progress-number span{
    transform: scale(1.1);
}
.work_progress.style1 .work_progress-number span:before {
    position: absolute;
    left: -18px;
    top: -18px;
    height: 85px;
    width: 85px;
    content: "";
    background: var(--dream-color-primary);
    z-index: -1;
    border-radius: 50%;
    right: 0;
    margin: auto;
    opacity: .2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.work_progress.style1 .work_progress-number span:after {
    position: absolute;
    left: -8px;
    top: -8px;
    height: 65px;
    width: 65px;
    content: "";
    background: var(--dream-color-primary);
    z-index: -1;
    border-radius: 50%;
    right: 0;
    margin: auto;
    opacity: .4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.before-none .work_progress.style-three .work_progress-number:before {
   display:none;
}
.work_progress.style1 h3.title {
    font-size: 20px;
    font-weight: 700;
    margin: 47px 0 15px;
}

/*work process style two*/

.work_progress.style-two {
    position: relative;
    padding: 0 30px;
    transition: .5s;
}
.work_progress.style-two .icon {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 60px;
}
.work_progress.style-two .icon::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 40px;
    border-left: 2px dashed #ddd;
    border-radius: 100%;
    bottom: -74px;
}
.work_progress.style-two .icon::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border: 2px solid #ddd;
    border-radius: 100%;
    bottom: -32px;
}
.work_progress.style-two .icon i {
    background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 50px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    width: 120px;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    display: inline-block;
}
.work_progress.style-two .work_progress-title {
    padding-top: 40px;
}
.work-process.style-two .icon {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 60px;
}
.work_progress.style-two .work_progress-number {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
}
.work_progress.style-two .work_progress-number span {
    background: #fff;
    border-radius: 50%;
    color: #0C5ADB;
    box-shadow: 0 0 10px #cccccc;
    display: inline-block;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 1;
}
.work_progress.style-two .work_progress-title h3 {
    font-size: 20px;
    margin: 30px 0 10px;
    font-weight: 700;
}
.work_progress.style-two .work_progress-desc p {
    margin: 0;
}

/*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: var(--dream-color-primary);
    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 four*/

.work_progress.style4 {
    position: relative;
    z-index: 1;
    padding: 58px 32px 20px;
    border-radius: 4px;
    transition: .4s;
    text-align: center;
}
.work_progress.style4:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .5s;
    background: url(http://wp.ditsolution.net/roofin/wp-content/uploads/2025/03/process.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.work_progress.style4:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    transition: .5s;
    background: url(http://wp.ditsolution.net/roofin/wp-content/uploads/2025/03/color.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    border-radius: 4px;
}
.work_progress.style4:hover:after {
    left: 0;
    width: 100%;
}
.work_progress.style4:hover h3.title,
.work_progress.style4:hover p.description{
    color: #fff;
}
.work_progress.style4 p.description{
    transition: .5s;
}
.work_progress.style4 h3.title {
    font-size: 20px;
    font-weight: 700;
    margin: 6px 0 11px;
}
.work_progress.style4 .work_progress-number {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    top: -37px;
}
.work_progress.style4 .work_progress-number span {
    background: var(--dream-color-primary);
    display: inline-block;
    height: 71px;
    width: 71px;
    line-height: 66px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 21px;
    position: relative;
    z-index: inherit;
    border: 3px solid #fff;
}
.work_progress.style4 .work_progress-number span::before {
    position: absolute;
    left: -13px;
    top: -13px;
    width: 48px;
    height: 48px;
    background: var(--dream-color-primary);
    opacity: 1;
    content: "";
    border-radius: 50%;
    z-index: -1;
}
.work_progress.style4 .work_progress-number span::after {
    content: "";
    top: -37px;
    left: 0;
    height: 40px;
    width: 309px;
    background: url(http://wp.ditsolution.net/roofin/wp-content/uploads/2025/03/line.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
}
.three .work_progress.style4 .work_progress-number span::after {
    display: none;
}

/*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 var(--dream-color-primary);
    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;
}

/*work process style 6*/
.work_progress.style6 {
    text-align: center;
    position: relative;
}
.work_progress.style6 .icon {
    display: inline-block;
    width: 80px;
    height: 82px;
    border-radius: 100%;
    background-color: #eff2f7;
    line-height: 102px;
    transition: .5s;
    border: none;
    border-bottom: 3px solid #2875ff;
    top: 0;
    position: relative;
    margin: 0 0 73px 0;
    box-shadow: none;
    text-align: center;
}
.work_progress.style6 .icon:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 60px;
    width: 1px;
    border-left: 1px dashed #2875ff;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
}
.work_progress.style6 .work_progress-number {
    position: relative;
    z-index: 1;
}
.work_progress.style6 .work_progress-number span {
    background: #fff;
    display: inline-block;
    height: 56px;
    width: 56px;
    line-height: 56px;
    text-align: center;
    color: #232323;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border: 1px dashed #2875ff;
    transition: 0.3s;
}
.work_progress.style6 .work_progress-number span::before {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 40px;
    height: 40px;
    background: #eff2f7;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
    transition: 0.4s;
    opacity: 1;
}
.work_progress.style6:hover .work_progress-number span::before {
    background: #2875ff;
}
.work_progress.style6:hover .work_progress-number span{
    color:#fff;
}
.work_progress.style6 .content {
    text-align: center;
    background: #eff2f7;
    border-radius: 5px;
    padding: 24px 15px 17px 15px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    margin: 80px 0 0 0;
}
.work_progress.style6 .content:before {
    content: "";
    position: absolute;
    height: 0;
    width: 100%;
    background: linear-gradient(-90deg, #2375fb 0%, #1129b9 100%);
    top: 0;
    left: 0;
    transition: 0.4s;
    z-index: -1;
    border-radius: 5px;
}
.work_progress.style6:hover .content:before{
    height: 100%;
}
.work_progress.style6 h3.title {
    font-size: 20px;
    color: #232323;
    font-weight: 700;
    margin: 10px 0 11px 0;
    transition: 0.4S;
}
.work_progress.style6 p.description{
    transition: .5s;
}
.work_progress.style6 .content:after {
    content: "";
    position: absolute;
    height: 35px;
    width: 70px;
    background: #eff2f7;
    top: -35px;
    left: 0;
    right: 0;
    transition: 0.4s;
    z-index: 0;
    margin: auto;
    border-radius: 0;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.work_progress.style6:hover .content:after {
    background: linear-gradient(-90deg, #2375fb 0%, #1129b9 100%);
}
.work_progress.style6:hover h3.title,
.work_progress.style6:hover p.description{
    color: #fff;
}

/*style seven*/

.work_progress.style7 {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 0 20px;
}
.work_progress.style7 .icon {
    text-align: center;
    border: none;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    box-shadow: none;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: var(--dream-color-primary);
    line-height: 130px;
}
.work_progress.style7 .content {
    padding: 40px 0 0;
}
.work_progress.style7 .work_progress-number span {
    background: transparent;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-size: 90px;
    width: inherit;
    font-weight: 700;
    font-family: 'Mulish';
    position: absolute;
    left: 0;
    right: 0;
    top: 82px;
    opacity: 0.1;
}
.work_progress.style7 h3.title {
    font-size: 22px;
    margin: 0 0 12px;
    color: #ffff;
}
/* style eight*/
.work_progress.style8 {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 0 0px;
}
.work_progress.style8 .content {
    border-radius: 5px;
    filter: drop-shadow(0px 10px 20px rgba(35, 50, 83, 0.07));
    background-color: #ffffff;
    padding: 26px 22px 32px;
    position: relative;
    z-index: 1;
}
.work_progress.style8 .content:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-image: linear-gradient(-45deg, #00237d 0%, #0b59db 100%);
    transition: .5s;
    border-radius: 5px;
}
.work_progress.style8:hover .content:before {
    width: 100%;
    left: 0;
}
.work_progress.style8 .icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 90px;
}
.work_progress.style8 .icon i {
    color: #fff;
    font-size: 35px;
}
.work_progress.style8 .icon:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -47px;
    left: -57px;
    right: 0;
    width: 141px;
    height: 140px;
    background-image: url(http://wp.ditsolution.net/roofin/wp-content/uploads/2025/03/proces.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
}
.work_progress.style8 h3.title {
    font-size: 16px;
    margin: 12px 0 15px;
    transition: .5s;
}
.work_progress.style8 p.description{
   transition:.5s;
}
.work_progress.style8:hover h3.title,
.work_progress.style8:hover p.description{
    color: #fff;
}
.work-two .work_progress.style8 .icon:before {
    background-image: url(http://wp.ditsolution.net/roofin/wp-content/uploads/2025/03/process2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
}
.work-three .work_progress.style8 .icon:before {
    background-image: url(http://wp.ditsolution.net/roofin/wp-content/uploads/2025/03/process3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.work-four .work_progress.style8 .icon:before {
    background-image: url(http://wp.ditsolution.net/roofin/wp-content/uploads/2025/03/process4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.work-two .work_progress.style8 .content:before {
    background-image: linear-gradient(-45deg, #FE542D 0%, #FF950B 100%);
}
.work-three .work_progress.style8 .content:before {
    background-image: linear-gradient(-45deg, #8B3FFE 0%, #D02FFB 100%);
}
.work-four .work_progress.style8 .content:before {
    background-image: linear-gradient(-45deg, #FF4F2B 0%, #FF47A6 100%);
}

/*style nine*/
.work_progress.style9 {
    position: relative;
    text-align: center;
}
.work_progress.style9 .content {
    text-align: center;
    background: #030D48;
    border-radius: 5px;
    padding: 24px 20px 17px 20px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    margin: 0;
}
.work_progress.style9 .content:before {
    content: "";
    position: absolute;
    height: 0;
    width: 100%;
    background: #34c780;
    top: 0;
    left: 0;
    transition: 0.4s;
    z-index: -1;
    border-radius: 5px;
}
.work_progress.style9:hover .content:before {
    height: 100%;
}
.work_progress.style9 .content:after {
    content: "";
    position: absolute;
    height: 15px;
    width: 35px;
    background: #030D48;
    top: -15px;
    left: 0;
    right: 0;
    transition: 0.3s;
    z-index: 0;
    margin: auto;
    border-radius: 0;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.work_progress.style9:hover .content:after {
    background: #34c780;
}
.work_progress.style9 h3.title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 10px 0 25px 0;
    transition: 0.4S;
    position: relative;
}
.work_progress.style9 p.description {
    transition: .5s;
}
.work_progress.style9:hover p.description{
    color: #fff;
}
.work_progress.style9 h3.title:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 2px;
    background: #34c780;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.4s;
    z-index: 1;
    border-radius: 5px;
}
.work_progress.style9 h4.sub_title {
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 500;
    background: #34c780;
    display: inline-block;
    padding: 8px 25px 8px 25px;
    border-radius: 20px;
    text-align: center;
    margin: 4px 0 18px 0;
}
.work_progress.style9 .work_progress-number {
    position: relative;
    z-index: 1;
    padding: 0 0 80px 0;
    text-align: center;
}
.work_progress.style9 .work_progress-number::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    width: 0;
    height: 53px;
    background: inherit;
    border-left: 2px dashed #34c780;
    content: "";
    margin: auto;
    border-radius: 0;
    z-index: -1;
    transition: 0.4s;
    opacity: 1;
}
.work_progress.style9 .work_progress-number span {
    background: #060531;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: #232323;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border: 2px solid #fff;
    transition: 0.3s;
}
.work_progress.style9 .work_progress-number span::before {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    background: #34c780;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
    transition: 0.4s;
    opacity: 1;
}
.work_progress.style9 .work_progress-number span::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -65px;
    width: 10px;
    height: 10px;
    background: #34c780;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
    transition: 0.4s;
    opacity: 1;
}

/*work process style 10*/
.work_progress.style10 {
    padding: 0 15px;
    position: relative;
    transition: .5s;
}
.work_progress.style10 h4.sub_title {
    border-radius: 30px;
    background-color: rgba(255,255,255,0.10196078431372549);
    border: 1px solid #121417;
    display: inline-block;
    padding: 6px 17px;
    font-size: 14px;
    color: #121417;
    font-weight: 500;
    font-family: "Mulish";
    text-transform: uppercase;
    position: relative;
}
.work_progress.style10 h4.sub_title:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 80px;
    background-color: #121417;
    top: -80px;
}
.work_progress.style10 h4.sub_title:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: 1px solid #121417;
    background-color: #ebfeff;
    top: -90px;
}
.work_progress.style10:hover h4.sub_title {
    background-image: linear-gradient(0deg, #2b25ff 0%, #096dff 100%);
    color: #fff!important;
    border-color: #096dff;
}
.work_progress.style10 .icon {
    margin-top: 30px;
}


/*
==============
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;
}

.ripple-video a {
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
    display: inline-block;
    height: 60px;
    width: 60px;
}
.ripple-video a i{
    color: var(--dream-color-primary);
}


/*
===========
Testimonial
===========
*/

/* style two */
.testimonial.style2 .testimonial-item {
    border: 1px solid #1414141A;
    border-radius: 20px;
    padding: 40px 40px 30px;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
}
.testimonial.style2 .testimonial-item:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
    height: 100%;
    width: 90%;
    border: 1px solid #1414141A;
    border-radius: 35px;
    z-index: -1;
    background: #ffffff;
}
.testimonial.style2 .testimonial-item:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
    height: 100%;
    width: 95%;
    border: 1px solid #1414141A;
    border-radius: 30px;
    z-index: -1;
    background: #ffffff;
}
.testimonial.style2 .testimonial-item .thumb img {
    width: 48px;
    height: 34px;
}
.testimonial.style2 .testimonial-item .company-logo {
    position: absolute;
    right: 40px;
    top: 40px;
}
.testimonial.style2 .testimonial-item .company-logo img {
    width: 155px;
    height: 26px;
}
.testimonial.style2 .testimonial-item p.quote {
    transition: .5s;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    color: #141414;
    margin: 17px 0 30px;
    border-bottom: 1px solid #1414141A;
    padding-bottom: 30px;
    width: 85%;
}
.testimonial.style2 .testimonial-item .author {
    display: flex;
    align-items: center;
    gap: 15px;
}
.testimonial.style2 .testimonial-item .author img {
    width: 60px;
}
.testimonial.style2 .testimonial-item h4.name {
    color: #141414;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.testimonial.style2 .testimonial-item h5.designation {
    color: #616161;
    font-weight: 500;
    line-height: 26px;
    font-size: 16px;
    margin: 0;
}
.testimonial.style2 .testimonial-item .ratting {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 40px;
    bottom: 42px;
}
.testimonial.style2 .testimonial-item  span.number {
    display: inline-block;
    color: #141414;
    font-size: 22px;
    font-weight: 600;
}
.testimonial.style2 .testimonial-item i.fa.fa-star.active {
    color: #F68931;
    font-size: 20px;
}

/* style three */
.testimonial.style3 .testimonial-item {
    border-radius: 20px;
    padding: 33px 76px 40px;
    position: relative;
    text-align: center;
    border: 1.5px solid #FFFFFF33;
    background: #61696B;
}
.testimonial.style3 .testimonial-item .thumb {
    position: absolute;
    left: 76px;
    top: 46px;
}
.testimonial.style3 .testimonial-item .thumb img {
    width: 61px;
    height: 46px;
}
.testimonial.style3 .testimonial-item p.quote {
    transition: .5s;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
    margin: 24px auto 30px;
    width: 100%;
}
.testimonial.style3 .testimonial-item .author img {
    width: 70px;
    height: 70px;
    margin: auto;
}
.testimonial.style3 .testimonial-item h4.name {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 600;
    margin: 13px 0 0;
}
.testimonial.style3 .testimonial-item h5.designation {
    color: #616161;
    font-weight: 500;
    line-height: 26px;
    font-size: 16px;
    margin: 0;
}
.testimonial.style3 .testimonial-item .ratting {}
.testimonial.style3 .testimonial-item i.fa.fa-star.active {
    color: #FFCC00;
    font-size: 20px;
    margin: 0 5px;
}


/*
==========
Case Study
==========
*/
.single_case_study.style1{
    position: relative;
}
.single_case_study.style1 .case-study-thumb{
	position:relative;
	z-index:1;
}
.single_case_study.style1 .case-study-thumb::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(12,90,219,.85);
    content: "";
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    border-radius: 5px;
}
.single_case_study.style1:hover .case-study-thumb::before {
    opacity: 1;
}
.case-study-thumb img {
    width: 100%;
    border-radius: 7px;
}
.single_case_study.style1 .cases-study-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    text-align: center;
    background: #fff;
    width: 70%;
    margin: auto;
    border-radius: 5px;
    padding: 30px 10px 37px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    transform: translateY(-70%);
    z-index: 999;
    bottom: inherit;
}
.single_case_study.style1:hover .cases-study-content {
    opacity: 1;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
}
.single_case_study.style1 h2.title {
    margin: 0;
    line-height: 25px;
}
.single_case_study.style1 .cases-study-content h2 a {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #232323;
}
.single_case_study.style1 .case_category span {
    color: #0C5ADB;
    margin-top: 6px;
    display: block;
}
.single_case_study.style1 .em-case-study-button a {
    display: block;
}
/*video style two*/

.video .em-video-image {
    line-height: 0;
}
.video .em-video-image img {
    border-radius: 0;
    width: 100%;
}

.video-it .em-video-image img {
    border-radius: 10px 0 0 10px;
}

.single-video .layer-1 {
    top: -20% !important;
    left: -158px !important;
    z-index: -1;
    position: absolute;
}
.single-video .layer-2 {
    top: -47% !important;
    left: 36% !important;
    z-index: -1;
    position: absolute;
}
.single-video .layer-3 {
    top: 109% !important;
    left: -12% !important;
    z-index: -1;
    position: absolute;
}
.single-video {
    position: relative;
    text-align: center;
    
}

.single-video .layer-4 {
    top: 83% !important;
    left: inherit !important;
    right: -126px;
    z-index: -1;
    opacity:1;
    position: absolute;
}
/*style five*/

.single-video.style-two.five .video-icon a {
    background: var(--dream-color-primary);
    height: 86px;
    width: 86px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 86px;
    color: #fff;
    font-size: 26px;
    position: relative;
    -webkit-transition: .5s;
    animation: none;
}

.new-service-video .single-video.style-one .video-icon {
    left: 10%;
    top: 64%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-55%) translateY(-11%);
}
.new-service-video .single-video.style-one .video-icon a {
    background: #FF9A62;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 59px;
    color: #fff;
    font-size: 19px;
}


/* Slider Dot Css*/
.case-study.style1 .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -36px;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.case-study.style1 .owl-dot {
    background: #bfcadc;
    height: 5px;
    width: 25px;
    display: inline-block !important;
    margin: 0 3px;
    border-radius: 50px;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.case-study.style1 .owl-dot.active {
    background: #0C5ADB;
    width:35px;
}
.case-study.style1 .case_study_carousel1 .owl-dots {
    bottom: -60px;
}
.case-study.style1 .case_study_carousel1 .owl-dots span {
    opacity: 0;
}

/*case study style two*/


.case-study.style1.style2 .case-study-thumb:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(black));
    background: linear-gradient(to bottom,rgba(0,0,0,0),#000);
    top: 25px;
    content: "";
    opacity: 1;
    transition: .5s;
}
.case-study.style1.style2 .single_case_study.style1.style2:hover .case-study-thumb::before {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(37, 19, 209,.2)),to(blue));
    background-image: linear-gradient(to bottom,rgba(37, 19, 209,.4),#2513d1);
    top: 0;
}
.case-study.style1.style2 .cases-study-content {
    top: 74%;
    background: transparent;
    width: 100%;
    bottom: inherit;
    opacity: 1;
}
.case-study.style1.style2 .cases-study-content h2 a {
    font-size: 20px;
    color: #fff;
}
.case-study.style1.style2 .case_category span {
    color: #fff;
}
.case-study.style1.style2 .single_case_study.style1.style2:hover .cases-study-content {
    opacity: 1;
    top: 58%;
}
.case-study.style1.style2 .owl-dots .owl-dot span {
    display: none;
}
/*owl dots*/

.case-study.style1.style2 .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -57px;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*case study style three*/
.single_case_study.style1.style3 {
    margin: 0 15px;
}
.single_case_study.style1.style3 .case-study-thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
.single_case_study.style1.style3 .cases-study-content {
    position: absolute;
    left: 0;
    right: 0;
    top: inherit;
    width: 86%;
    margin: auto;
    border-radius: 5px;
    padding: 19px 10px 24px;
    opacity: 1;
    bottom: -124px;
}
.single_case_study.style1.style3:hover .cases-study-content {
    opacity: 1;
    top: inherit;
    bottom: -124px;
    transform: translateY(-70%);
}
/*dots*/
.case-study.style1.style3 .owl-dots span {
    display: none;
}



/*
==========
Brand
==========
*/
.brand.style1 .brand-item img {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    width: 63%;
}
.brand.style1 .brand-item:hover  img {
    opacity: 1;
}

/*brand style two*/

.brand.style2 .brand-item img {
    width: 48%;
}
.new-brand {
    border-radius: 5px;
    filter: drop-shadow(0px 10px 20px rgba(12,90,219,0.07));
    background-color: #fff;
}

/*brand style two*/

 .brand.style3 .brand-item img {
    padding: 27px 45px;
    border: 1px solid #509aff;
    transition: .5s;
}
.brand.style3 .brand-item img {
    width: 74%;
}

/*brand style 5*/

.brand.style5 .brand-item img {
    width: 55%;
}

/*marketting-brand*/
.marketting-brand .brand-item {
    margin-right: 14px;
}

.get-quote-msg a{
    color:var(--dream-color-primary);
    text-decoration:underline !important;
}

.brand.style3 .brand-item img {
    width: 64%!important;
    opacity: 1;
    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;
}
.single-video.style-one .video-icon a{
    background: var(--dream-color-primary);
    height: 75px;
    width: 75px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 75px;
    color: #fff;
    font-size: 26px;
    position: relative;
    -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: 30px;
}
/* Style One */
.single-video.style-one .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)
    }
}



/*video style 5*/
.single-video.style6 .choose-video-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.single-video.style6 .video-icon a {
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 26px;
    position: relative;
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: .5s;
    width: 100px;
    height: 100px;
    background-image: linear-gradient(0deg, #2b25ff 0%, #096dff 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index:1;
}
.single-video.style6 .video-icon a:before {
    position:absolute;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-image: linear-gradient(0deg, #096dff 0%, #2b25ff 100%);
    z-index:-1;
}

/*single video style 7*/

.single-video.style7 .choose-video-icon a {
    display: inline-block;
    width: 89px;
    height: 89px;
    border-radius: 45px;
    background-image: linear-gradient(0deg, #2b25ff 0%, #096dff 100%);
    line-height: 89px;
    color: #fff;
    font-size: 19px;
    position:relative;
    z-index:1;
}
.single-video.style7 .choose-video-icon a:before {
    position: absolute;
    content: "";
    width: 130px;
    height: 130px;
    border-radius: 65px;
    background-color: rgba(18,20,23,0);
    border: 1px solid rgba(255,255,255,0.3);
    line-height: 130px;
    z-index: -1;
    left: -20px;
    top: -20px;
}




/*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 {
    position: relative;
    margin-bottom: 25px;
}
.skills .skill-item {
    position: relative;
    margin-bottom: 37px;
}
.skills .skill-item:last-child {
    margin-bottom: 27px;
}
.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 0px;
}
.skills .skill-item .skill-header .skill-title {
    font-size: 18px;
    color: #686868;
    font-weight: 500;
    margin-bottom: 15px;
}
.skills .skill-item .skill-bar {
    border-radius: 5px;
    position: relative;
    background: #dcdcdc;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    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: 10px;
    border-radius: 5px;
    background-color: #0c6e6d;
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    bottom: 100%;
    color: #686868;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    right: 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: 5px;
    border-radius: 5px;
    background-color: #0c59d7;
}

.skills .skill-item .bar.progress-line {
    position: relative;
}

/*style two*/
.single_skill.style2 .skills .skill-item:last-child {
    margin-bottom: 30px;
}
.single_skill.style2 .skills .skill-item .skill-bar:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #2875FF;
    top: 9px;
}



/*
==========
Blog Post
==========
*/
/* style one */
.blog-post.style1 .post-item.style1 {
    margin-bottom: 20px;
    border-radius: 20px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}
.blog-post.style1 .post-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    line-height: 0;
}
.blog-post.style1 .post-thumb img {
    width: 100%;
}
.blog-post.style1 .post-thumb:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.blog-post.style1 .post-thumb:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.blog-post.style1 .meta__blog {
    position: absolute;
    left: 35px;
    bottom: 0;
    display: flex;
    align-items: center;
}
.blog-post.style1 .meta__blog .date {
    background: #f68931;
    color: #ffff;
    height: 80px;
    width: 80px;
    line-height: 22px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.blog-post.style1 .meta__blog a.blog__admin {
    position: relative;
    z-index: 99;
    top: 15px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 25px;
}
.blog-post.style1 .meta__blog a.blog__admin:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -25px;
    height: 50px;
    width: 342px;
    background: #FFFFFF1A;
    backdrop-filter: blur(40px);
    z-index: -1;
    cursor: default;
}
.post-item.style1 .single_blog_post_content {
    padding: 27px 35px 25px;
}
.blog-post.style1 .single_blog_post_content h3 {
    margin: 0 0 0;
    border-bottom: 1px solid rgb(20 20 20 / 10%);
    padding-bottom: 25px;
    margin-bottom: 20px;
    transition: 0.5s;
}
.blog-post.style1 .single_blog_post_content h3 a {
    display: inline-block;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    transition: 0.5s;
    color: #141414;
}
.blog-post.style1 .post-item.style1:hover .single_blog_post_content h3 a {
    color: #F68931;
}
.post-item.style1 .single_blog_post_content .author-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post-item.style1 .single_blog_post_content .post-comment span {
    color: #141414;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    transition: 0.5s;
    font-family: 'Inter';
}
.post-item.style1 .single_blog_post_content .post-comment span i {
    display: inline-block;
    color: #F68931;
    font-size: 20px;
    padding-right: 4px;
}
.blog-post.style1 .blog_btn a {
    display: inline-block;
    transition: 0.5s;
    color: #616161;
    border: 1px solid #1414141A;
    height: 45px;
    width: 45px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    transform: rotate(-45deg);
}
.blog-post.style1 .post-item.style1:hover .blog_btn a {
    background: #f68931;
    border-color: #f68931;
    color: #ffffff;
}


/*blog style three*/
.post-item.style3 {
    background: #fff;
    border-radius:10px;
}
.post-item.style3:hover {
    border: none;
    filter: none;
}
.post-item.style3 .single_blog_post_content {
    padding: 28px 37px 33px;
}
.post-item.style3 .Comment {
    display: inline-block;
}
.blog-post.style3 .post-thumb img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    transform: scale(1.1);
}
.post-item.style3 {
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: transparent;
    border: none;
}

.blog-post.style3 .post-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0;
}
.blog-post.style3 .post-thumb img {
    overflow: hidden;
    transition: .5s;
    width: 100%;
    border-radius: 8px;
    transform: none;
}
.blog-post.style3 .categories {
    position: absolute;
    top: 32px;
    left: 32px;
}
.blog-post.style3 .categories a {
    padding: 4px 17px 2px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    background: var(--dream-color-primary);
    border-radius: 4px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.blog-post.style3 .user_author {
    display: inline-block;
}
.blog-post.style3 .user_author a {
    margin-right: 13px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    margin-right: 24px;
    color: #616161;
    position: relative;
    font-weight: 500;
}
.blog-post.style3 .date {
    display: inline-block;
    text-transform: capitalize;
    font-family: "Mulish", serif;
    margin-right: 24px;
    color: #616161;
    position: relative;
    font-weight: 500;
    background: #212226;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 0;
    padding: 4px 18px;
    border-radius: 30px;
    font-weight: 400;
    color: #fff;
    border: 1px solid#37383C;
}
.post-item.style3 .single_blog_post_content {
    overflow: hidden;
    padding: 31px 40px 25px 0;
}
.blog-post.style3 .post-item .content .meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: var(--dream-color-primary);
}
.blog-post.style3 .meta i {
    color: var(--dream-color-primary);
    display: inline-block;
    /* font-size: 13px; */
    margin-right: 3px;
}
.blog-post.style3 ul.post-categories {
    list-style: none;
}
.blog-post.style3 .single_blog_post_content h3 a {
    display: inline-block;
    font-size: 27px;
    color: #fff;
}
.blog-post.style3 .single_blog_post_content h3 a:hover{
    color:#2B55FF;
}
.blog-post.style3 .meta {
    display: inline-block;
    margin-bottom: 3px;
    font-weight: 500;
    text-transform: uppercase;
}
.blog-post.style3 .date {
    display: inline-block;
}
.blog-post.style3 .user_thumb {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 9px;
    float: left;
}
.blog-post.style3 .user_thumb img{
    border-radius: 100%;
}
.blog-post.style3 .blog_post_user {
    border-top: 1px solid rgba(29, 33, 36, 0.12);
    padding: 17px 27px 0;
}
.blog-post.style3 .author {
    display: inline-block;
}
.blog-post.style3 .author a {
    display: inline-block;
    color: #232323;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}
.blog-post.style3 .blog_btn a {
    transition: .5s;
    font-weight: 700;
    color: #232323;
    font-size: 16px;
    letter-spacing: 1px;
}
.blog-post.style3 p.description {
    transition: .5s;
    margin: 13px 0 15px;
}
.blog-post.style3 .blog_btn a i {
    font-size: 13px;
    display: inline-block;
    font-weight: 600;
    margin-left: 1px;
}

/*blog style five*/

.post-item.style5:hover {
    filter: no;
    background-color: transparent;
    border: none;
}
.post-item.style5 .single_blog_post_content h3 a {
    font-size: 24px;
    line-height: 32px;
    color: #121417;
    font-weight: 700;
    font-family: "Mulish";
    display: inline-block;
    transition: .5s;
}
.post-item.style5 .meta {
    border-top: 1px solid#E8E8E8;
    padding: 14px 0 0;
    margin-top: 20px;
}
.post-item.style5 .date {
    font-size: 16px;
    color: #121417;
    font-weight: 400;
    font-family: "Mulish";
    position: relative;
    padding-left: 22px;
}
.post-item.style5 .date:before{
   position:absolute; 
   content:"";
   width: 8px;
    height: 8px;
    border-radius:50%;
    background-image: linear-gradient(0deg, #2b25ff 0%, #096dff 100%);
    top:8px;
    left:0;
}
.post-item.style5:hover .post-thumb img {
    transform: inherit;
}
.post-item.style5 .post-thumb img{
    border-radius:10px;
}
.post-item.style5 .single_blog_post_content {
    padding: 10px 0 0;
}



/*
================
 Image Carousel
================
*/

.owl_wrapper{
  width: 100vw;
  overflow: hidden;
}
.owl_content{padding-left: 12%;}
.owl_wrapper .owl-item{
  opacity: 0;
  transform: scale(0.6);
  -ms-transform: scale(0.6);
  transition: all .2s;
  -webkit-transform: all .2s;
  z-index: 1;
}
.owl_wrapper .active{opacity: 0.5;}
.owl_wrapper .active.middle_beside{
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  opacity: 0.8;
  margin: 0 -1%;
  z-index: 2;
}
.owl_wrapper .active.middle{
  transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  z-index: 3;
}
.owl_wrapper .active.next_to_mid{margin-left: -1%;}
.owl_wrapper .active.prev_to_mid{margin-right: -1%;}



/*===== Navigation =====*/
.owl_wrapper .prev, .owl_wrapper .next{
  position: absolute;
  top: 100px; left: 100px;
  width: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #777;
  cursor: pointer;
  z-index: 5;
}
.owl_wrapper .next{left: calc(100% - 100px);}
.no_select{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.infos {
    width: 500px;
    text-align: center;
    font-family: 'Roboto', Arial;
    font-size: 14px;
    line-height: 16px;
    margin-top: 50px;
    color: #000;
}
.infos a {
    color: #555;
    text-decoration: none;
}
.infos a:hover {color: #999;}


#carousel {
  position: relative;
  height: 400px;
  overflow: hidden;
}
#carousel div {
  position: absolute;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  opacity: 1;
}
#carousel div img {
  width: 400px;
  transition: width 1s;
}
#carousel div.hideLeft {
  left: 0%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#carousel div.hideLeft img {
  width: 200px;
}
#carousel div.hideRight {
  left: 100%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#carousel div.hideRight img {
  width: 200px;
}
#carousel div.prev {
  z-index: 5;
  left: 30%;
  transform: translateY(50px) translateX(-50%);
}
#carousel div.prev img {
  width: 300px;
}
#carousel div.prevLeftSecond {
  z-index: 4;
  left: 15%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#carousel div.prevLeftSecond img {
  width: 200px;
}
#carousel div.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}
#carousel div.next {
  z-index: 5;
  left: 70%;
  transform: translateY(50px) translateX(-50%);
}
#carousel div.next img {
  width: 300px;
}
#carousel div.nextRightSecond {
  z-index: 4;
  left: 85%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#carousel div.nextRightSecond img {
  width: 200px;
}

/*contact*/
.contact{
    position: relative;
    z-index: 1;
}
.contact:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 147px;
    width: 100%;
    background: var(--dream-color-primary);
    z-index: -1;
    border-radius: 3px 3px 0 0;
}
.contact:after {
    position: absolute;
    content: "";
    top: 137px;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(https://wp.ditsolution.net/roofin/wp-content/uploads/2023/05/square-line.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background: #f7f4f4;
    padding-left: 25px;
    padding-top: 20px;
    height: 135px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    border-radius: 30px;
    color: #232323;
    transition: .5s;
}
.form-area.main-contact .buttons {
    display: flex;
    justify-content: center;
    margin-top: 21px;
}
.form-area.main-contact .buttons input {
    cursor: pointer;
    text-align: center;
    transition: .5s;
    border: none;
    background: #fff;
    border: 0;
    display: inline-block;
    padding: 14px 39px;
    border-radius: 7px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #232323;
}
.form-area.main-contact .buttons input:hover {
    background: #00247E;
    color: #fff;
}
.buttons input:hover{
    background:var(--dream-color-primary);
}
.form-group input::placeholder {
    color: #6d6d6d!important;
}
.form-group:last-child {
    margin-bottom: 0px;
}
.buttons p {
    margin: 0;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
.contact input.form-control {
    border: 0;
    border-radius: 6px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #ddd;
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #f7f4f4;
    border-radius: 30px;
    color: #fff;
     border: 1px solid rgba(35, 35, 35, 0.12);
    transition: .5s;
}
.contact .form-control:focus {
    outline: none;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
    border-color: var(--dream-color-primary);
}

/*contact two*/

.contact-two .form-area.main-contact textarea.form-control {
    height: 174px;
    color:#fff;
}
.contact-two .form-area.main-contact .buttons {
    display: inline-block;
    justify-content: center;
    margin-top: 19px;
}
.contact-two .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    color: #fff!important;
}

/*start-contact*/


.start-contact textarea.wpcf7-form-control.wpcf7-textarea {
    background: #fff;
    height: 135px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    border-radius: 5px;
    transition: .5s;
}
.start-contact .buttons {
    display: flex;
    justify-content: center;
}
.start-contact textarea.wpcf7-form-control.wpcf7-textarea.form-control::placeholder {
    color: #D0D0D0!important;
}
.start-contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #D0D0D0!important;
}
.start-contact .form-control:focus {
    border-color: var(--dream-color-primary)!important;
}
/*placeholder*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #fff!important;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #fff!important;
}
/*focus color*/
textarea:focus {
    outline: none;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
    border-color: var(--dream-color-primary)!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: var(--dream-color-primary);
    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: var(--dream-color-primary);
    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;
}
/*new-contact-two*/
.new-contact-two {
    background: url(http://wp.ditsolution.net/roofin/wp-content/uploads/2025/04/contact2-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}

.new-contact-two .quote_form.new-form select, .form-control {
    height: 52px;
}
.new-contact-two .form-area.apppontment-form {
    background: transparent;
    padding: 58px 75px 14px;
    box-shadow: none;
    border-radius: 5px;
}
.new-contact-two textarea.form-control {
    height: 162px!important;
    border-radius: 5px;
}
.new-contact-two .form-group .buttons {
    margin-top: 14px;
}
.new-contact-two .form-area.apppontment-form .button {
    padding: 14px 39px;
    border-radius: 4px;
    width: 100%;
    border: none;
    outline: 0;
    background: #232323;
    color: #fff;
    border:1px solid#232323;
}
.new-contact-two .form-area.apppontment-form .button:hover{
    background: transparent;
    border-color: #fff;
}
.new-contact-two .apointment-form-title {
    text-align: left;
    margin-bottom: 30px;
}
.new-contact-two .apointment-form-title h2 {
    font-size: 32px;
    color: #fff;
    margin: 0 0 3px;
    display: inline-block;
}
.new-contact-two .wpcf7-spinner {
    width: 0;
    height: 0;
}
.new-contact-two select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    height: 52px;
    border-radius: 5px;
    padding: 0 21px;
}
.new-contact-two input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #495057!important;
}
.new-contact-two textarea.wpcf7-form-control.wpcf7-textarea.form-control::placeholder {
    color: #495057!important;
}

/*odddo contact*/

.form-area.apppontment-form.oddo {
    background: #fff;
    padding: 51px 50px 33px;
    border-radius: 7px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    text-align: center;
}
.form-area.apppontment-form.oddo .apointment-form-title h2 {
    font-size: 25px;
    margin: 0 0 10px;
}
.form-area.apppontment-form.oddo .apointment-form-title p {
    margin: 0 0 45px;
}
.form-area.apppontment-form.oddo input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #495057!important;
}
.form-area.apppontment-form.oddo textarea.wpcf7-form-control.wpcf7-textarea.form-control::placeholder {
    color: #495057!important;
}
.form-area.apppontment-form.oddo select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    height: 52px;
    padding: 0 25px;
    border-radius: 5px;
}
.form-area.apppontment-form.oddo .button {
    background: #0C5ADB;
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 14px 39px;
    border-radius: 7px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
    width: 100%;
    margin-top: 17px;
}
.form-area.apppontment-form.oddo .button:hover {
    background: #00247E;
    color: #fff;
}


/*new form*/
.quote_form.new-form .form-control {
    background-color: #fff;
    border-color: transparent;
}
.form-area.quote_form.style-six {
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.form-area.quote_form.style-six .form-control {
    height: 52px;
    padding-left: 25px;
    background: #fff;
    border-radius: 5px;
    color: #fff;
}
.form-area.quote_form.style-six input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color:#232323!important;
}
.form-area.quote_form.style-six .form-group .buttons {
    margin-top: 0;
}
.form-area.quote_form.style-six select, .form-control {
    height: 55px;
}
.form-area.quote_form.style-six .button {
    background: #34BBFF;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
}
.quote_form.new-form input:focus, button:focus {
    outline: 0;
}
.form-area.quote_form.style-six input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
    background: #34BBFF;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    padding: 14px 32px;
}




/*blog style 12*/

.footer-post .recent-post-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14901960784313725);
    padding-bottom: 22px;
}
.footer-post .recent-post-text h4{
    line-height: 24px;
}
.footer-post .recent-post-text h4 a {
    color: #fff;
    font-size: 17px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 400;
}
.footer-post .recent-post-text .rcomment {
    text-transform: capitalize;
    color: #9EB3EF;
    font-size: 15px;
}
.footer-post .recent-post-image img {
    border-radius: 4px;
    height: 80px;
    width: 80px;
    object-fit: cover;
}
.footer-post .icon-box.style1 .icon-box-content h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #fff;
}


/*
=============
 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: 0px 0 0;
}
.portfolio-filter ul li {
    background: #f2f4ff;
    border: medium none;
    font-size: 16px;
    line-height: 1;
    -o-transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
    padding: 12px 27px;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 5px;
}
.portfolio-filter li.current_menu_item {
    background: var(--dream-color-primary);
    color: #fff;
}
.portfolio-filter .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}
.port-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
    border-radius: 5px;
}
.port-thumb::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.75);
    content: "";
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 5px;
}
.port-thumb:after {
    content: "";
    background: rgba(12,90,219,.85);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    transform-origin: top;
    -moz-transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -moz-transform: perspective(15em) rotateX(-90deg);
    -o-transform: perspective(15em) rotateX(-90deg);
    -ms-transform: perspective(15em) rotateX(-90deg);
    -webkit-transform: perspective(15em) rotateX(-90deg);
    transform: perspective(15em) rotateX(-90deg);
    z-index: 1;
    left: 0;
}
.single-content:hover .port-thumb:before {
    opacity: 1;
}
.single-content:hover .port-thumb:after {
    -moz-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -webkit-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
}

.portfolio-filter .content .single-content img {
    width: 100%;
    height: 100%;
}
.portfolio-filter .content .grid-item {
    margin-bottom:30px;
}
.portfolio-filter .content .grid-item .single-content{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.portfolio-filter .single-content .prot_content{
    position: relative;
    z-index: 2;
     border-radius: 0 0 4px 4px;
}

.portfolio-filter .single-content .prot_content {
    position: absolute;
    left: 0;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: all 400ms linear;
    width: 83%;
    opacity: 1;
    text-align: center;
    transform: translateY(-50%);
    bottom: -177px;
    padding: 16px 24px 21px;
    background: rgb(255, 255, 255);
    margin: auto;
    border-radius: 4px;
    right: 0;
}
.portfolio-filter .single-content:hover .prot_content{
    bottom: 0;
}
.portfolio-filter .content .grid-item .prot_content h4 {
    margin: 0;
}
.portfolio-filter .content .grid-item .prot_content h4 a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.portfolio-filter .content .grid-item .prot_content h4 a {
    display: inline-block;
    color: #232323;
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
    transition: 0.3s;
}
.portfolio-filter .content .grid-item .prot_content h4 a:hover{
   color: rgb(12, 90, 219); 
}
.portfolio-filter .content .grid-item .prot_content p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    position: relative;
    color: rgb(12, 90, 219);
    display: inline-block;
    margin: 3px 0 0;
}

/* 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: 48px;
}
.portfolio_info h2 {
    font-size: 25px;
    /* font-family: muli; */
    padding-bottom: 17px;
}
.portfolio-details-box li strong {
    margin-right: 5px;
}
.pr-title {
    padding: 24px 0 18px;
}
.port_dtl_social{} 
.port_dtl_social span{
	font-size:20px;
	font-weight:700;
	margin-bottom:10px;
	display:block;
	
} 
.port_dtl_social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: var(--dream-color-primary);
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    line-height: 35px;
}


.portfolio_info h3 {
    font-size: 25px;
    padding-bottom: 17px
}

.portfolio-details-box li strong {
    font-size: 20px;
    margin-right: 5px
}

.pr-title {
    padding: 24px 0 18px
}

.portfolio-details-box li {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 300;
    padding: 13px 0;
    text-transform: capitalize;
    list-style: none;
}

.portfolio_details .col-md-6 {
	float: left;
}
.portfolio_info ul {
    list-style: none;
}

.portfolio_info ul li {
    padding: 5px 0;
    margin-bottom: 20px;
}
.port_dtl_social {
    margin-top: 20px;
}
.portfolio-details-box .port_dtl_social i {
    padding: 0 10px 0 10px;
    color: #fff;
}
.pr-title h2 {
    font-size: 25px;
}


/* Service Details */

.service-details .flip-box .flip-box-inner .front-part .front-content-part .front-icon-part {
    display: none;
}
.menu-service-menu-container nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
    display: block;
    padding: 0 0;
}
.menu-service-menu-container ul#menu-1-75fd4cf {
    display: block;
}
.menu-service-menu-container ul {
    list-style: none;
    padding: 0;
    display:block;
}
.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: 20px 7px 20px 24px!important;
    background-color: #F3F6F9;
    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: var(--dream-color-primary);
    color: #fff!important;
}
.menu-service-menu-container ul .current_page_item a::after {
    background-color: #fff;
    color:#fff;
}
.menu-service-menu-container ul li a::after {
    content: '\f105';
    position: absolute;
    right: 16px;
    top: 21px;
    color: #232323;
    font-size: 17px;
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    transition: .5s;
    opacity: 1!important;
    background: transparent!important;
}
.menu-service-menu-container ul li a:hover {
    color: #fff;
    background: var(--dream-color-primary);
}
.menu-service-menu-container ul li a:hover:after {
    color: #fff;
}
.details-service .dreamit-button .button {
    padding: 11px 29px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

/* Hero Section */
.hero-single-slide{
    min-height: 887px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;    
}
.hero-content-left h1 {
    font-size: 50px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 800;
    line-height: 1.1;
}
.hero-content-left h2 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.2;
}
.hero-content-left h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.hero-content-left p {
    padding-right: 70px;
    margin-bottom: 35px;
}

/*style two */

ul.my-accordion.style2 li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    z-index: 1;
    background: #FDF2E9;
    border-radius: 15px;
}
ul.my-accordion.style2 li:before {
    position: absolute;
    content: "";
    right: 30px;
    top: 22px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #141414;
    z-index: 99;
    pointer-events: none;
}
ul.my-accordion.style2 li p {
    display: none;
    padding: 20px 30px 28px;
    background: #FFFFFF;
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #6161616b;
    border-top: 0;
}
ul.my-accordion.style2 a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    color: #141414;
    z-index: 1;
    padding: 17px 30px 17px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #1414141a;
}
ul.my-accordion.style2 a.active {
    color: #fff;
    background: #F68931;
    border: none;
}
ul.my-accordion.style2 a:after {
    width: 10px;
    height: 2px;
    background: #141414;
    position: absolute;
    right: 34px;
    content: " ";
    top: 30px;
    transition: all 0.2s ease-in-out;
}
ul.my-accordion.style2 a:before {
    width: 2px;
    height: 9px;
    background: #141414;
    position: absolute;
    right: 38px;
    content: " ";
    top: 26px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}
ul.my-accordion.style2 li p {
    display: none;
    padding: 20px 30px 28px;
    background: #FFFFFF;
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #1414141a;
    border-top: 0;
}
ul.my-accordion.style2 a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    right: 35px;
    top: 31px;
}
ul.my-accordion.style2 a.active:before {
 display: 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
==================
*/

.tab .nav-tabs li{
    text-align: center;
    background: var(--dream-color-primary);
    margin-right: 6px;
}

.tab .nav-tabs li.active{
    background: #fff;
}

.tab .nav-tabs li.active a{
    color: var(--dream-color-primary);
}

.tab .nav-tabs li a{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 12px 30px;
    font-weight: 700;
}

.tab .nav-tabs {
    border-bottom: 0;
}
.tab .tab-content{
    background: #fff;
    padding: 55px 36px 50px;
}
.tab .tab-content h2 {
    font-size: 30px;
    margin: 0 0 10px;
}
.tab .tab-content .button a{
    color: #fff;
}
.tab .button a {
    background: #0C5ADB;
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 14px 39px;
    border-radius: 7px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
    margin-top: 10px;
}
.tab .button a:hover {
    background: #00247E;
    color: #fff;
}


/*
==================
Tab
==================
*/
.filter-tab #tabs {
    margin: 0;
    list-style: none;
    display: block;
    text-align: left;
    border-radius: 0;
    margin-bottom: 66px;
}
.filter-tab .container{
    max-width:1320px;
    padding:0 10px;
    margin:auto;
}
.filter-tab .tab_content h1 {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 21px;
}
.filter-tab .tab_thumb {
    -webkit-box-shadow: 13px 10px 14px 3px rgba(12, 90, 219, .1);
    box-shadow: 13px 10px 14px 3px rgba(12, 90, 219, .1);
    border-radius: 10px;
}
.filter-tab ul.features {
    margin-top: 26px;
}
.filter-tab .row.alignment {
    display: flex!important;
    align-items: center!important;
}
.filter-tab ul li {
    display: inline-block;
    position: relative;
    border-radius: 10px;
    margin-bottom: 15px;
    width: 22%;
    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: -2px;
    left: 0;
    height: 101%;
    width: 100%;
    background: #fff;
    opacity: 1;
    border-radius: 0;
}
.filter-tab #tabs li {
    position: relative;
    margin-right: 12px;
}

.filter-tab #tabs li a.inactive:before{
    display: none!important;
}
.filter-tab #tabs li a.inactive h5.text {
    color: var(--dream-color-primary)!important;
}
.filter-tab #tabs h5.text {
    position: inherit;
    color: #fff!important;
    font-weight: 600;
    text-align: center;
    font-size: 19px;
}
.filter-tab #tabs li a h5.text {
    color: var(--dream-color-primary)!important;
    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;
    display: block;
    line-height: 25px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    padding: 20px 20px 19px;
    border-radius: 0;
    background: var(--dream-color-primary);
}
.filter-tab #tabs li a.inactive {
    background: var(--dream-color-primary);
    outline: none;
    position: relative;
}
.filter-tab #tabs li:before a.inactive {
    background: transparent;
    outline: none;
    position: relative;
}
.filter-tab #tabs li a.inactive h5.text {
    color: #fff;
    position: relative;
    z-index: 22;
    color: #fff!important;
}

.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 30px 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: 12px;
    text-align: left;
    height: 100%;
    width: 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;
    color: #616161;
}
.filter-tab ul.features li i {
    margin-right: 10px;
    color: var(--dream-color-primary);
}
.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;
    font-size: 16px;
    line-height: 1.5;
}
a.tab_button i {
    font-size: 11px;
    margin-left: 8px;
}
.filter-tab ul#tabs li a.inactive i {
    display: inline-block;
    color: #fff!important;
    position: relative;
    z-index: 2;
    top: 4px;
    font-size: 30px;
}
.filter-tab ul#tabs li a i {
    display: inline-block;
    color: #0C5ADB!important;
    position: relative;
    z-index: 2;
    top: 4px;
    font-size: 30px;
}
.filter-tab #tabs li a.inactive div#tab1C {
    margin-top: -9px;
}
.filter-tab .tab-btn a {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    background: var(--dream-color-primary);
    border-radius: 6px;
    padding: 16px 40px;
    margin-top: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-right: 15px;
}
.filter-tab .tab-btn a i{
    margin-left: 6px;
}
.filter-tab .tab-btn a:hover {
    background: #00247e;
}
/*roofin-new-tab*/
.roofin-new-tab .tab .nav-tabs li a {
    color: #232323;
    padding: 13px 30px;
    border-radius: 30px;
    border: 1px solid#ECECEE;
}
.roofin-new-tab .tab.style-two .tab-content p {
    color: #686868;
}
.roofin-new-tab .tab.style-two .nav-tabs li.active {
    border-radius: 30px;
    border-color: #2875FF;
    background: #2875FF;
}
.roofin-new-tab .tab .tab-content {
    background: transparent;
    padding: 26px 17px 9px;
}
.roofin-new-tab .tab.style-two .nav-tabs li {
    background: #fff;
    border-radius: 30px;
}
.roofin-new-tab .tab .nav-tabs li.active a {
    color: #fff;
}
.roofin-new-tab .button {
    display: none;
}


/* Crypto html Table  css start */

.crypto.table-section {
    background: inherit;
}
.crypto .explore_menu {
    text-align: left;
}
.crypto.table-section .table>:not(caption)>*>* {
    background-color: transparent!important;
    color: #fff;
}
.crypto .explore_menu form select {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    padding: 12px 36px;
    font-weight: 400;
    color: #fff;
    transition: .5s;
    border: 1px solid #003C44;
    background: #153841;
    margin: 60px 10px 0 0;
    border-radius: 6px;
}
.crypto .explore_menu1 form select {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    padding: 15px 36px;
    font-weight: 400;
    color: #fff;
    transition: .5s;
    background: #2A273E;
    margin: 0 10px 40px 0;
    border-radius: 6px;
    border: 0;
}
.crypto span.table-title {
    background: #153841;
    font-size: 16px;
    color: #00B98E;
    font-weight: 400;
    padding: 2px 12px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 18px;
}
.crypto .table-reponsive.box {
    width: 100%;
}
.crypto .box{
  padding: 20px 10px;
  max-width:100%;
  margin: 0 auto;
}
.crypto .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #332269;
    color: #fff;
    margin-bottom: 18px;
}
.crypto .table-bordered td, .table-bordered th {
    border: none;
}
.crypto .table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor;
    color: #fff;
    text-align: left;
}
.crypto tr.one {
    background: rgba(13,110,255,0.05);
}
.crypto .table-bordered {
    border: none;
}
.crypto span.color-2 {
    padding: 0;
    color: #88dba9;
}
.crypto span.color-2 {
    padding: 0;
    color: #db2304;
}
.crypto .table>thead tr {
    background: #030D48;
    height: 60px;
}
.crypto .table>thead tr th {
    padding: 15px 0 15px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Mulish';
    text-transform: capitalize;
}
.crypto .table tr td {
    padding: 4px 0 16px;
    text-align: left;
}
.crypto .table-number {
    padding: 0 60px 0 30px;
    position: relative;
}
.crypto .color-1 {
    color: #34c780;
}
.crypto .table tr td img {
    margin: -3px 10px 0 3px;
    position: relative;
    top: 13px;
}
.crypto span.img-text {
    padding: 0 !important;
    color: #8CA4B6;
}
.crypto tr.single td h6 {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #fff;
}
.dreamit-button-box.style9 .dreamit-button a {
    background: #0d6dff;
    padding: 16px 33px 16px 72px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 28px;
    color: #fff;
}
.dreamit-button-box.style9 .dreamit-button a:after {
    position: absolute;
    content: "";
    top: 15px;
    height: 26px;
    left: 38px;
    width: 26px;
    background: url("https://wp.ditsolution.net/roofin-new/wp-content/uploads/2023/10/button-icon.png");
    z-index: -1;
}
.crypto tr.one td h6 {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #fff;
}
.crypto tr.two td h6 {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #fff;
}
.crypto tr.double td h6 {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #fff;
}
.crypto tr.triple td h6 {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #fff;
}
.crypto td {
    color: #fff;
}
.crypto table.dataTable tbody tr {
    background-color: transparent;
}
.crypto table.dataTable tbody th, table.dataTable tbody td {
    padding: 26px 0;
}
.crypto .table thead th {
    vertical-align: bottom;
    border-bottom: none;
}
.crypto .dreamit-section-title h1 {
    font-size: 38px;
    font-weight: 400;
    color: #fff;
}
.crypto .dreamit-section-title p {
    color: #919ea4;
}
.crypto span.table-title {
    background: #153841;
    font-size: 16px;
    color: #00B98E;
    font-weight: 400;
    padding: 2px 12px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 18px;
}
.crypto .table-bordered>:not(caption)>* {
    border: 1px solid #002474;
}
.crypto .table td {
    border-top: none;
}
.crypto .table th {
    border-top: none;
}
.crypto .table-bordered td {
    border: none;
}
.crypto .table-bordered th {
    border: none;
}
.crypto .table-bordered td, .table-bordered th {
    border-top: 1px solid #002474 !important;
}
.crypto .table thead th {
    border-bottom: none !important;
}
.crypto-button .dreamit-button {
    text-align: right;
}
.crypto-table-head {
    width: 30%;
}

/*start all media css*/
/* style one */
.dreamit-media.style1 .reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}
.dreamit-media.style1 .reveal img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}
/* style three */
.dreamit-media.style3 .media-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    line-height: 0;
}
.dreamit-media.style3 .media-box:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.dreamit-media.style3 .media-box:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.dreamit-media.style3 .media-box img {
    border-radius: 20px 60px 60px 20px;
}

/* style four */
.dreamit-media.style4 .media-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    line-height: 0;
    background: #FFFFFF;
    border-radius: 50px 10px 10px 50px;
    padding: 16px;
}
.dreamit-media.style4 .media-box:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.dreamit-media.style4 .media-box:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.dreamit-media.style4 .media-box img {
    border-radius: 50px 10px 10px 50px;
}

/* style five */
.dreamit-media.style5 .media-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    line-height: 0;
}
.dreamit-media.style5 .media-box:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.dreamit-media.style5 .media-box:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}


/* end all media css */

/*circle button*/
.circle-badge {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 22;
}
text {
    font-family: 'Inter';
    font-size: 18px;
    fill: #141414;
}
 
/*video button style 8*/
.single-video.style8 {
    position: relative;
    display: inline-block;
}
.single-video.style8 .video-icon a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-image: linear-gradient(0deg, #2b25ff 0%, #096dff 100%);
    border-radius: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

/*counter style 23*/
.single-counter.style23 {
    position: relative;
    padding: 230px 50px 55px;
    border-radius: 20px;
}
.single-counter.style23 p.counter-desc {
    border-radius: 30px;
    background-color: rgba(255,255,255,0.14901960784313725);
    display: inline-block;
    padding: 6px 26px;
    color: #fff;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Mulish";
    margin: 0 0 0;
    position: absolute;
    top: 32px;
    right: 29px;
}
.single-counter.style23 span.count.percent {
    font-size: 80px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Mulish";
}
.single-counter.style23 span.suffix {
    font-size: 80px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Mulish";
}
.single-counter.style23 .counter-content.counter h6 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin: 13px 0 0;
}
.ai-counter .counter-content.counter {
    display: flex;
    align-items: center;
}
.ai-counter .single-counter.style1 .counter-content h6 {
    font-size: 20px;
    font-weight: 500;
    margin: 0px 0 0;
    padding-left: 17px;
}

/* client section css */
.options .option {
    position: relative;
    overflow: hidden;
    margin: 0 12px;
    background: url(https://wp.ditsolution.net/roofin/wp-content/uploads/2025/08/project-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    width: 432px;
    height: 520px;
    border-radius: 16px;
}
.options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    max-width: 100%;
    transition: all 0.4s;
    margin-top: -4px;
}
.options .option:not(.active) {
    flex-grow: 1;
}
.options .option:not(.active) .label {
    bottom: 10px;
    left: 10px;
}
.options .option .label {
    display: flex;
    align-items: flex-end;
    bottom: 0;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    padding: 42px 16px 0;
}
.options .option:not(.active) .label .icon-custom {
    display: flex !important;
}
.options .option .label .icon-custom {
    display: none;
    justify-content: center;
    align-items: center;
    min-width: 87px;
    max-width: 87px;
    height: 250px;
    transition: all 0.4s;
}
.options .option .icon-custom h3 {
    transform: rotate(-90deg);
    min-width: 350px;
    position: relative;
    bottom: 78px;
    left: 90px;
    line-height: 30px;
    color: #ffffff;
    transition: all 0.4s;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 0;
    font-family: "Outfit";
}
.options .option:not(.active) .label .info {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s;
}
.options .option .info {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s;
    border-radius: 100px;
    padding: 0 30px 25px;
}

.options .option .label .info .main {
    transition: all 0.4s;
    font-size: 26px;
    color: #FFFFFF;
    font-weight: 600;
    margin: 0 0 0;
    position: absolute;
    bottom: 56px;
    width: 68%;
    left: 46px;
}
.options .option p {
    transition: all 0.4s;
    font-size: 20px;
    line-height: 40px;
    color: #121417;
    font-weight: 500;
    font-family: "Mulish";
    position: absolute;
    top: 36px;
    right: 53px;
}
.options .option.active .icon i {
    color: #fff;
}
.options .option.active p {
    color: #fff;
}
.options .option.active {
    flex-grow: 10000;
    transform: scale(1);
    background-size: auto 100%;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.options .icon i {
    color: #121417;
    font-size: 45px;
    display: inline-block;
}
.options h3 a {
    font-size: 28px;
    line-height: 38px;
    color: #121417;
    font-weight: 600;
    font-family: "Mulish";
}
.options .option.active h3 a {
    color: #fff;
}
.options h3 a:hover{
    color:#fff;
}

.filter-tab-two .container {
    margin: 0 auto;
    padding: 0;
}
.filter-tab-two ul {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding-right: 45px;
}
.filter-tab-two ul li {
    list-style: none;
    text-align: left;
    margin: 0 0 26px;
}
.filter-tab-two #tabs a {
    position: relative;
    z-index: 1;
    transition: .5s;
    cursor: pointer;
}
.filter-tab-two ul#tabs h5 {
    margin: 0;
    font-size: 24px;
    color: #121417;
    font-weight: 600;
    font-family: "Mulish";
}
.filter-tab-two ul#tabs h5:hover{
    color:#0d65ff;
}

.filter-tab-two ul#tabs p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6B6B6B;
    font-weight: 400;
    margin: 18px 0 0;
}

.filter-tab-two .text .tab_content {
    margin-left: 0;
    display: inline-block;
}
.filter-tab-two ul.item-list.style2 li {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 13px;
}
.filter-tab-two .text h1 {
    line-height: 38px;
    color: #111111;
    margin: 0 0 0;
    font-size: 30px;
    line-height: 40px;
    color: #121417;
}
.filter-tab-two .text p {
    font-size: 16px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 16px 0px 0px;
    width: 46%;
}
.filter-tab-two ul.item-list.style2 {
    margin-top: 62px;
}

.filter-tab-two .text .tab-button a {
    padding: 16px 39px;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 44;
    border-radius: 5px;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Mulish";
    background-image: linear-gradient(0deg, #2b25ff 0%, #096dff 100%);
    margin-top: 26px;
}
.filter-tab-two .text .tab-button a i {
    transform: rotate(-50deg);
    display: inline-block;
    margin-left: 3px;
    transition: .5s;
}
.filter-tab-two .text .tab-button a:hover i {
    transform: rotate(0deg);
}
.filter-tab-two .text .tab-button a:hover {
    color: #111111;
}
.filter-tab-two .tab_box_content {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 68px 0 64px 0;
}
.filter-tab-two ul {
    position: absolute;
    z-index: 1;
    transition: .5s;
    padding-right: 0;
    left: -60%;
    top: 341px;
}
 .filter-tab-two .tab_box_content ul {
    position:inherit;
}
.filter-tab-two .row.align-items-center {
    background: #fff;
    border-radius: 20px;
    padding: 0px 0 0px 25px;
    overflow: hidden;
}
.filter-tab-two .tab_content h4 {
    font-weight: 500;
    margin: 0 0 14px;
    border-radius: 18px;
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(18,20,23,0.1);
    display: inline-block;
    padding: 7px 21px;
    font-size: 14px;
    color: #121417;
    font-weight: 500;
    font-family: "Mulish";
}
.filter-tab-two .tab_thumb {
    line-height: 0;
    position: absolute;
    right: 0;
    right: 0;
}








.ai-heading p.heading-text {
    position: relative;
}
.ai-heading p.heading-text:before {
    position: absolute;
    content: "";
    top: 0;
    left: -26px;
    width: 1px;
    height: 30px;
    background-color: rgba(243,246,243,0.2);
}

.ai-footer .mc4wp-form-fields input, .mc4wp-form-fields textarea {
    padding: 5px 25px;
    background: transparent;
    margin-bottom: 14px;
    border: 1px solid#35363A;
    border-radius: 0 30px 30px 0;
    margin-top: 35px;
    color: #fff;
}
.ai-footer .mc4wp-form-fields button {
    border-radius: 0 30px 30px 0;
    margin: auto;
    padding: 13px 43px;
    position: absolute;
    right: 7px;
    top: 58%;
    height: inherit;
}

ul.item-list.style5 li a {
    position: relative;
    transition:.5s;
}
ul.item-list.style5 li a:hover{
    padding-left:21px;
}
ul.item-list.style5 li a:after {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.30196078431372547);
    opacity:0;
    transition:.5s;
}
ul.item-list.style5 li a:hover:after{
    opacity:1;
}


/*
==================
 Elementor Custom
==================
*/
.elementor-editor-active .reveal {
    visibility: visible !important;
}


.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.style1 {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap:0px;
}
.marquee.style1:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, #141414 0%, rgba(20, 20, 20, 0) 50%, #141414 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.marquee.style1 .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: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}
.marquee.style1 .marquee-block .content-box {
    position: relative;
    margin-right:0px;
}
.marquee.style1 .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-bg{
    transform: rotate(-2deg)!important;
 }
.marquee-block h3 {
    font-size: 120px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    line-height: 120px;
}
.marquee-block h3 img {
    margin: 0 39px;
    position: relative;
    top: -2px;
}





/*///////////////*/


.service-wrapper {
    display: flex;
    gap: 39px;
    align-items: center;
}

.service-wrapper .service-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.service-wrapper .tab{
width:70px;
height:70px;
background:#222;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
transition:.3s;
}
.service-wrapper .tab.center {
    position: relative;
    left: -38px;
}
.service-wrapper .tab span{
color:white;
font-size:22px;
}

.service-wrapper .tab.active{
background:#ff8a00;
}

.service-wrapper .service-right {
    width: 100%;
    height: 613px;
    position: relative;
    border-radius: 20px;
    border: 1px solid #FFFFFF1A;
}


.service-wrapper img {
    position: absolute;
    width: 90%;
    height: 90%;
    object-fit: cover;
    border-radius: 20px;
    opacity: 0;
    transform: scale(0.9);
    top: 0;
    left: 0;
    border-radius: 20px!important;
    right: 0;
    text-align: center;
    margin: auto;
    bottom: 0;
}

.service-wrapper .service-img.active{
opacity:1;
transform:scale(1);
}
/* The End Of CSS */

 








