
/* ============================================
        Developer : Ahiduzzaman Shanto
===============================================*/

/*
=======================================
        Slick Slider style three
=======================================
*/
.single-slick.three {
    position: relative;
    min-height: 800px !important;
    z-index: 1;
}
.single-slick.three .container{
    max-width: 1320px;
    margin: auto;
    padding: 15px;
}
.single-slick.three .slide-img, .parallax-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    z-index: -1;
}
.dreamit-slick-slider .single-slick.three .slick-dots {
	bottom: 50px !important;
	position: relative;
}
.dreamit-slick-slider .single-slick.three .hero-text-wrap {
    width: 63%;
}
.dreamit-slick-slider .single-slick.three .hero-text-wrap h4 {
    animation: 0.8s 0.8s fadeInUp both;
    webkit-animation: 1s 1.5s fadeInUp both;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffc804;
    font-weight: 500;
    font-family: "Inter";
    margin-bottom: 4px;
    padding-left: 39px;
    position: relative;
    z-index: 1;
    margin-top: 0;
}
.dreamit-slick-slider .single-slick.three .hero-text-wrap h4:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 23px;
    background: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/05/cleaning-shapes2.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 40%;
    z-index: -1;
}
.dreamit-slick-slider .single-slick.three .hero-text-wrap h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-size: 60px;
    line-height: 75px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
    text-transform: capitalize;
}
.dreamit-slick-slider .single-slick.three .hero-text-wrap p {
    font-size: 17px;
    opacity: 0.8 !important;
    color: #fff;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    width: 74%;
    padding: 17px 0 98px;
    position: relative;
    z-index: 1;
}
.dreamit-slick-slider .single-slick.three .hero-text-wrap p::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 95%;
    background: #2F6DFF;
    bottom: 30%;
}
.dreamit-slick-slider .single-slick.three .hero-text-wrap p:after {
    content: '';
    position: absolute;
    left: 0;
    margin: auto;
    bottom: 30%;
    height: 1px;
    width: 90px;
    border-radius: 50%;
    background: #FEC804;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: banner-move-bg;
}
@keyframes banner-move-bg {
    0% {
        -webkit-transform: translateX(480px);
        transform: translateX(480px);
    }
    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(480px);
        transform: translateX(480px);
    }
}
.dreamit-slick-slider .single-slick.three .hero-text h2 {
    font-size: 140px;
    font-weight: 900;
    font-family: "Poppins";
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,94,21,1);
    color: transparent;
    -webkit-mask-image: linear-gradient(-75deg, rgb(185 28 28 / 15%) 50%, #a31414 50%, rgba(255,255,255,0.15) 70%);
    -webkit-mask-size: 200%;
    animation: shine 3s infinite;
    transition: .5s;
    text-transform: uppercase;
    position: absolute;
    top: 40%;
    left: -6%;
    transform: rotate(-90deg);
}
@-webkit-keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }
    
    to {
      -webkit-mask-position: -50%;
    }
  }
.dreamit-slick-slider .single-slick.three .hero-text-wrap .btn {
    padding: 16px 36px;
    margin: 0;
    background: #306EFF;
    font-size: 15px;
}
.dreamit-slick-slider .single-slick.three .hero-text-wrap .btn:after {
    background: #FFC703;
}
.dreamit-slick-slider .single-slick.three .slider-single-image {
    right: 13%;
    top: 125px;
}
.dreamit-slick-slider .single-slick.three .slider-single-image:before {
    top: -80px;
    right: 0;
}




/*
=======================================
        title css start style 5
=======================================
*/
.section-title.style5 {
    position: relative;
    z-index: 2;
}
.section-title.style5 .section-title  .title {
    font-size: 48px;
    line-height: 50px;
    color: #171717;
    font-weight: 700;
    font-family: "Poppins";
    position: relative;
    z-index: 2;
}
.section-title.style5 .section-title .description {
    transition: .5s;
    font-size: 16px;
    line-height: 26px;
    color: #575f66;
    font-weight: 300;
    font-family: "Inter";
    padding: 17px 0 2px 0;
    margin: 0;
}
.section-title.style5 .section-title.center .description {
    margin: auto;
    width: 43%;
}
/*
=======================================
        About Us css start
=======================================
*/

  /*  Icon box css start style 3  */

  .icon-box.style3 {
    display: flex;
    align-items: center;
    padding: 0;
    transition: 0.5s;
}
.icon-box.style3 .icon-box-icon {
    flex-shrink: 0;
    padding-right: 0;
    position: relative;
    top: 4px;
}
.icon-box.style3 .icon {
    background: #fff;
    height: 70px;
    width: 70px;
    line-height: 78px;
    text-align: center;
    border-radius: 50%;
    margin-right: 26px;
}
.icon-box.style3 .icon i {
    font-size: 22px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #2f6eff;
}
.icon-box.style3 .icon-box-content .title {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    margin: 0;
}
.icon-box.style3 .icon-box-content .description {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Poppins";
    width: 79%;
    color: #B9BBD4;
    margin: 0;
}
.icon-box.style3 .img-icon {
    position: relative;
    padding: 0 20px 0 0;
}
.icon-box.style3 .img-icon img {
    top: 0;
    position: relative;
    transition: 0.5s;
}
.icon-box.style3:hover .img-icon img {
    transform: rotateY(180deg);
}
.about-exprnc-shape-html h4 {
    padding: 20px 0 0 0;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
}
.constuction3-about-skill .elementor-progress-percentage {
    position: relative;
    top: -30px!important;
}
.dreamit-button.style3 .dreamit-button a {
    font-family: 'Inter';
    display: inline-block;
    margin-left: 0;
    display: inline-block;
    background: #FF5E15;
    color: #fff;
    padding: 14px 33px;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 13px;
    position: relative;
    z-index: 1;
    border: none;
    transition: 0.5s;
}
.about-exprnc-shape-html h4 {
    padding: 20px 0 0 0;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
}
.constuction3-about-skill .elementor-progress-percentage {
    position: relative;
    top: -30px!important;
}
.dreamit-button.style3 .dreamit-button a {
    font-family: 'Inter';
    margin-left: 0;
    display: inline-block;
    background: #FF5E15;
    color: #fff;
    padding: 14px 33px;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 13px;
    position: relative;
    z-index: 1;
    border: none;
    transition: 0.5s;
}
.about-title-shape{
    position: relative;
    z-index: 1;
}
.about-title-shape:before {
    position: absolute;
    content: "";
    top: -80px;
    right: -10%;
    height: 44px;
    width: 44px;
    transition: .5s;
    z-index: -1;
    background-image: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/05/about-shape2.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
  /*  button css start style 5  */

.dreamit-button.style5 .dreamit-button a {
    display: inline-block;
    margin-left: 0;
    background: #171717;
    padding: 14px 33px;
    border-radius: 0;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    border: none;
    transition: 0.5s;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
}
.dreamit-button.style5 .dreamit-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    background: #FF5E15;
    transform: scale(0);
    transition: .5s;
}
.dreamit-button.style5 .dreamit-button a:hover:before {
    transform: scale(1);
}
.dreamit-button.style5 .dreamit-button a i {
    font-size: 13px;
    font-weight: 600;
    margin-left: 6px;
    display: inline-block;
    transform: revert;
    transform: rotate(-45deg);
    color: #fff;
}
.dreamit-button.style5 .dreamit-button a:hover i {
    transform: rotate(0deg);
}
.what-we-do-button .dreamit-button.style5 .dreamit-button a {
    background: #FF5E15;
}
.what-we-do-button .dreamit-button.style5 .dreamit-button a:before {
    background: #171717;
}

  /*  service-box-coursole css start style 2  */

  .cleeny-contact-title-shape{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.cleeny-contact-title-shape:before {
    position: absolute;
    content: "";
    height: 40%;
    width: 75%;
    background-image: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/03/service-shape-1.png);
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    transition: .5s;
    z-index: -1;
    top: 0;
    left: 0;
    margin: auto;
    -webkit-animation: dance-shape 3s alternate infinite;
    animation: dance-shape 3s alternate infinite;
}
@keyframes dance-shape {
    0% {
        -webkit-transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1.1);
    }
}
.em-service.style_2 {
    padding: 0 15px 0 15px;
    background: inherit;
    text-align: left;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    transition: .5s;
}
.em-service.style_2 .em_service_content {
    background: #0A2A99;
    width: 90%;
    padding: 56px 31px 17px;
    position: relative;
    z-index: 1;
    border-radius: 0 5px 5px 5px;
    margin-top: -30px;
}
.em-service.style_2 .em_service_content:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    background: #306EFF;
    width:0;
    height:100%;
    transition: .5s;
}
.em-service.style_2 .em_service_content:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/03/service-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    right: -30%;
    transform: scale(0);
    transition: .5s;
    z-index:-1;
    top: 40px;
}
.em-service.style_2:hover .em_service_content:after {
    transform: scale(1);
}
.em-service.style_2:hover .em_service_content:before {
    width:100%;
}
.em-service.style_2 .em-service-thumb {
    border-top: 1px solid #353535;
    border-left: 1px solid #353535;
    transition: .5s;
}
.em-service.style_2 .em-service-thumb img {
    line-height: 0;
    margin: 0;
    padding: 0;
    position: relative;
    transition: .5s;
}
.em-service.style_2 .icon_image {
    position: absolute;
    top: -42px;
    background: #ffff;
    height: 80px;
    width: 80px;
    line-height: 110px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
}
.em-service.style_2:hover .icon_image {
    background: #FFC704;
    transform: rotate(45deg);
}
.em-service.style_2 .icon_image img {
    display: inline-block;
    width: auto;
}
.em-service.style_2 .em-service-title h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    margin: 0;
    transition: .5s;
    text-transform: capitalize;
    padding: 0 0 5px 0;
}
.em-service.style_2:hover .em-service-title h2 {
    color: #FFC704;
}
.em-service.style_2 .service-box-desc p {
    font-size: 16px;
    line-height: 38px;
    font-weight: 400;
    font-family: "Inter";
    padding-bottom: 20px;
    color: #B8B9D5;
    transition: .5s;
    text-transform: capitalize;
    position: relative;
    margin: 0 0 15px 0;
}
.em-service.style_2 .service-box-desc p::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #223FA2;
    bottom: 0;
    transition: .5s;
}
.em-service.style_2:hover .service-box-desc p::before {
    background: #447CFF;
}
.em-service.style_2 .service-box-desc p i {
    display: inline-block;
    font-size: 14px;
    color: #FFC606;
    position: relative;
    top: 0;
    margin-right: 3px;
    transition: .5s;
    font-weight: 600;
}
.em-service.style_2:hover .service-box-desc p i {
    color:#fff;
}
.em-service.style_2:hover .service-box-desc p {
    color:#fff;
}
.em-service.style_2 .service-btn a {
    margin: 2px 0 0 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    text-decoration: none;
    background: inherit;
    padding: 5px 5px 5px 0;
    display: inline-block;
}
.em-service.style_2 .service-btn a:before {
    display:none;
}
.em-service.style_2 .service-btn a i {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 5px;
    transition: .5s;
}
.em-service.style_2:hover .service-btn a i {
    color: #fff;
    margin-left: 7px;
}
.service_cursousel_sliderr2 .slick-dots {
    text-align: center;
}
.service_cursousel_sliderr2 ul li {
    list-style:none;
    display: inline-block;
}
.service_cursousel_sliderr2 ul li.slick-active button {
    background: #306EFF;
    color: #fff;
}
.service_cursousel_sliderr2 ul li button {
    padding: 10px 20px 10px 20px;
    margin: 22px 8px 0 8px;
    border: 0;
    background: #F5F5F7;
    color: #306EFF;
}
.service_cursousel_sliderr2 ul li button:hover {
    background: #FFC704;
    color: #fff;
}
.service_cursousel_sliderr1 .owl-dots {
    text-align: center;
    padding-top: 20px;
}
.service_cursousel_sliderr1 .owl-dot {
    width: 10px;
    height: 10px;
    background: #306EFF !important;
    display: inline-block;
    margin-right: 11px;
    border-radius: 50%;
}
.service_cursousel_sliderr1 .owl-dot.active {
    background: #FFC704 !important;
}

/*icon box style four*/
.icon-box.style4 {
    display: flex;
    align-items: center;
    padding: 0;
    transition: 0.5s;
    margin: 0 0 0 30px;
}
.icon-box.style4 .icon-box-icon {
    flex-shrink: 0;
    padding-right: 0;
    position: relative;
    top: 4px;
}
.icon-box.style4 .icon {
    background: #fff;
    height: 70px;
    width: 70px;
    line-height: 78px;
    text-align: center;
    border-radius: 50%;
    margin-right: 26px;
}
.icon-box.style4 .icon i {
    font-size: 22px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #2f6eff;
}
.icon-box.style4 .icon-box-content .title {
    margin: 0;
    font-size: 15px;
    line-height: 30px;
    color: #00197e;
    font-weight: 300;
    font-family: "Poppins";
    margin-bottom: 4px;
}
.icon-box.style4 .icon-box-content .description {
    font-size: 22px;
    color: #00197e;
    font-weight: 600;
    font-family: "Inter";
    margin: 0;
    line-height: 28px;
}
.icon-box.style4 .img-icon {
    position: relative;
    padding: 0 20px 0 0;
}
.icon-box.style4 .img-icon img {
    top: 0;
    position: relative;
    transition: 0.5s;
}
.icon-box.style4:hover .img-icon img {
    transform: rotateY(180deg);
}

.cleeny-what-we-img {
    -webkit-animation: left-right 4s alternate infinite;
    animation: left-right 4s alternate infinite;
    position: absolute;
    top: 20px;
    right: 50px;
}
@keyframes left-right {
     0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.cleeny-circle-rotate {
    -webkit-animation-name: cleeny-circle-rotate;
    animation-name: cleeny-circle-rotate;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes cleeny-circle-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

  /*  case study css start style 5  */

.case-study.style4 .cases-study-content {
    position: absolute;
    left: 0;
    bottom: -300px;
    right: 0;
    text-align: left;
    background: #171717;
    background-image:url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/01/constraction-work-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
    padding: 50px 30px 40px 40px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1;
    width: 100%;
}
.case-study.style4 .owl-item.active.center .cases-study-content {
    opacity: 1;
    bottom: 0;
}
.case-study.style4 .case_category span {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    position: relative;
    z-index: 1;
    padding: 0 0 0 40px;
}
.case-study.style4 .case_category span:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 8px;
    background: #2f6eff;
    width: 30px;
    height: 2px;
}
.case-study.style4 h2.title {
    margin: 0;
    padding: 0;
    line-height: 1;
}
.case-study.style4 h2.title a {
    font-size: 28px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    transition:0.4s;
}
.case-study.style4 h2.title a:hover {
    color: #2f6eff;
}
.case-study.style4 .em-case-study-button {
    margin: 0 0 16px 0;
}
.case-study.style4 .em-case-study-button i {
    width: 40px;
    height: 40px;
    background: #2f6eff;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 11px;
    transition:0.3s;
}
.case-study.style4 .em-case-study-button i:hover {
    background:#fff;
    color: #2f6eff;
}
.case-study.style4 .owl-carousel .owl-dots.disabled, .case-study.style4 .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.case-study.style4 .owl-carousel .owl-dots.disabled, .case-study.style4 .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.case-study.style4 .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 6px;
    background: #D1D1D1;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.case-study.style4 .owl-theme .owl-dots .owl-dot.active span, .case-study.style4 .case-study.style4 .owl-theme .owl-dots .owl-dot:hover span {
    background: #FF5D13;
}
.case-study.style4 .owl-nav.disabled {
    position: absolute;
    top: -235px;
    right: 60px;
}
.case-study.style4 .owl-dots.disabled {
    padding: 66px 0 0 0;
}
.case-study.style4 button.owl-prev {
    width: 50px;
    height: 50px;
    background: #fff !important;
    color: #171717 !important;
    text-align: center;
    position: absolute;
    top: 0;
    border-radius: 0;
    transition:0.3s;
}
.case-study.style4 button.owl-next {
    width: 50px;
    height: 50px;
    background: #fff !important;
    color: #171717 !important;
    text-align: center;
    position: absolute;
    top: -60px;
    border-radius: 0;
    transition:0.3s;
}
.case-study.style4 button.owl-prev:hover {
    background: #2f6eff !important;
    color: #fff !important;
}
.case-study.style4 button.owl-next:hover {
    background: #2f6eff !important;
    color: #fff !important;
}
.case-study.style4 .owl-carousel .owl-nav button.owl-next{
    display: none;
}
.case-study.style4 .owl-carousel .owl-nav button.owl-prev{
    display: none;
}
.case-study.style4 .owl-carousel button.owl-dot {
    display: inline-block !important;
}
.case-study.style4 .owl-dots {
    position: relative;
    z-index: 1;
}
.case-study.style4 .owl-dots:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 76px;
    left: 38%;
    width: 117px;
    height: 1px;
    transition: .5s;
    border-radius: 0;
    background: #e9e7e7;
}
.case-study.style4 .owl-dots:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 76px;
    right: 38%;
    width: 117px;
    height: 1px;
    transition: .5s;
    border-radius: 0;
    background: #e9e7e7;
}

/*icon box style five*/

.icon-box.style5 {
    display: flex;
    align-items: center;
    padding: 0;
    transition: 0.5s;
    margin-bottom: 5px;
    background: inherit;
}
.icon-box.style5  .icon-box-icon {
    flex-shrink: 0;
    padding-right: 0;
}
.icon-box.style5 .icon i {
    font-size: 11px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #2f6eff;
    border-radius: 50%;
    color: #fff;
    transition: 0.5s;
}
.icon-box.style5 .icon-box-content .title {
    font-size: 20px;
    color: #00197e;
    font-weight: 600;
    font-family: "Inter";
    margin: 0 0 11px 0;
    line-height: 28px;
}
.icon-box.style5 .icon-box-content .description {
    font-size: 16px;
    line-height: 28px;
    color: #3a4268;
    font-weight: 300;
    font-family: "Poppins";
    margin: 0;
    width: 92%;
}
.icon-box.style5 .img-icon {
    background: inherit;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 75px;
    width: 75px;
    border: 5px solid #fff;
    border-radius: 50%;
    float: left;
    margin: 13px 27px 0 0;
}
.icon-box.style5 .img-icon img {
    top: -5px;
    position: relative;
    transition: 0.5s;
    z-index: 1;
    left: -10px;
}
.icon-box.style5:hover .img-icon img {
    top: 8px;
    left: 0;
}
.about-shape-home03{
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}




/*   style six   */

.icon-box.style6 {
    filter: drop-shadow(0px 10px 40px rgba(191,199,219,0.25));
    background-color: #ffffff;
    padding: 12px 8px 26px;
    margin: 0 0 10px 55px;
    border-radius: 5px;
    position:relative;
    z-index: 1;
}
.icon-box.style6::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #2F6DFF;
    transition: .5s;
    overflow: hidden;
    z-index: -1;
    transform: scale(.2, 1);
    opacity: 0;
    top: 0;
    left: 0;
    border-radius: 5px;
}
.icon-box.style6:hover::before {
    transform: scale(1);
    opacity: 1;
}
.icon-box.style6 .icon-box-icon {
    margin: 15px 32px 0 -52px;
    background: #F3F4F8;
    height: 90px;
    width: 90px;
    line-height: 108px;
    text-align: center;
    border-radius: 50%;
    float: left;
    border: 5px solid #fff;
    transition: .5s;
}
.icon-box.style6:hover .icon-box-icon {
    border: 5px solid #2F6DFF;
}
.icon-box.style6 .icon-box-content h4 {
    font-size: 22px;
    color: #00197e;
    font-weight: 600;
    font-family: "Inter";
    margin: 0;
    transition: .5s;
}
.icon-box.style6:hover .icon-box-content h4 {
    color: #fff;
}
.icon-box.style6 p.description {
    font-size: 15px;
    line-height: 26px;
    color: #3a4268;
    font-weight: 400;
    font-family: "Poppins";
    margin: 0;
    transition: .5s;
}
.icon-box.style6:hover p.description {
    color: #fff;
}



/*pricing style three*/

.pricing.style3 {
    position: relative;
    padding: 40px 30px 30px 32px;
    background: #ffffff;
    border-radius: 0;
    text-align: left;
    z-index: 1;
    margin: 0 0 -10px 0;
}
.pricing.style3:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
    transition: .5s;
    z-index: 1;
    background-image:url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/01/construction-pricing-top-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.pricing.style3:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 10px;
    width: 50%;
    transition: .5s;
    z-index: 1;
    background: #FF5D13;
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}
.pricing.style3:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 10px;
    width: 50%;
    transition: .5s;
    z-index: 1;
    background: #171717;
    border-radius: 0;
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
}
.pricing.style3 .pricing-head {
    display: flex;
}
.pricing.style3 .pricing_img {
    height: 78px;
    width: 78px;
    line-height: 106px;
    display: inline-block;
    background: #FF5D13;
    text-align: center;
    border-radius: 100%;
    margin: 0 20px 0 0;
    transition: .5s;
}
.pricing.style3 .pricing_img img {
    position: relative;
    transition: .5s;
}
.pricing.style3:hover .pricing_img img {
    transform: rotateY(180deg);
}
.pricing.style3 .pricing-title {
    font-size: 28px;
    color: #171717;
    font-weight: 500;
    font-family: "Poppins";
    margin: 10px 0 0 0;
}
.pricing.style3 .package-name {
    font-size: 16px;
    line-height: 26px;
    color: #575f66;
    font-weight: 300;
    font-family: "Inter";
    margin: 0;
}
.pricing.style3 .price-item .currency {
    position: relative;
    top: -10px;
    font-size: 24px;
    line-height: 26px;
    color: #171717;
    font-weight: 700;
    font-family: "Poppins";
}
.pricing.style3 .price-item .tk {
    display: inline-block;
    font-size: 48px;
    line-height: 26px;
    color: #171717;
    font-weight: 700;
    font-family: "Poppins";
}
.pricing.style3 .price-item .month {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #575f66;
    font-weight: 400;
    font-family: "Poppins";
}
.pricing.style3 .pricing-body {
    padding: 0;
}
.pricing.style3 .pricing-body ul {
    margin: 0;
    padding: 25px 0 45px 0;
    list-style: none;
}
.pricing.style3 .pricing-body ul li {
    margin-bottom: 0;
    padding: 10px 0 10px 0;
    border-bottom: 1px dashed rgba(23,23,23,0.2);
    font-size: 18px;
    line-height: 26px;
    color: #575f66;
    font-weight: 400;
    font-family: "Poppins";
}
.pricing.style3 .pricing-body ul li i {
    display: inline-block;
    color: #2f6eff;
    font-size: 16px;
    margin-right: 6px;
    top: 1px;
    position: relative;
}
.pricing.style3 .pricing-button {
    margin-top: 32px;
    display: inline-block;
    background: #fff;
    padding: 10px 30px;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-size: 16px;
    color: #171717;
    font-weight: 500;
    font-family: "Poppins";
    border: 1px solid rgba(23,23,23,0.2);
}
.pricing.style3 .pricing-button:after {
    display:none;
}
.pricing.style3 .pricing-button:hover {
    color: #FF5E15;
    border: 1px solid #FF5E15;
}

/*      pricing style three active css      */

.pricing.style3.active {
    background: #323132;
}
.pricing.style3.active .pricing-title {
    color: #fff;
}
.pricing.style3.active .pricing-body ul li {
    color: #b5b8bf;
    border-bottom: 1px dashed #57595c;
}
.pricing.style3.active .price-item .currency {
    color: #fff;
}
.pricing.style3.active .price-item .tk {
    color: #fff;
}
.pricing.style3.active .price-item .month {
    color: #8e939f;
}
.pricing.style3.active .pricing-button {
    background: inherit;
    color: #fff;
    border: 1px solid #FF5D13;
}
.pricing.style3.active .pricing-button:hover {
    color: #FF5E15;
}
.pricing.style3.active .package-name {
    color: #b5b8bf;
}



/*
===========
Testimonial
===========
*/

.testimonial.style4 {
    padding: 10px;
    transition: 0.5s;
    z-index: 2;
    position: relative;
}
.testimonial.style4 .owl-item:nth-child(odd) {
    margin-top: 0;
}
.testimonial.style4 .testimonial-item {
    transition: all .4s ease 0s;
    transition: 0.5s;
    position: relative;
    margin-top: 42px;
    text-align: center;
    z-index: 1;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 30px;
}
.testimonial.style4 .testimonial-content {
    position: relative;
    z-index: 1;
    padding: 0 30px 35px 30px;
    overflow: hidden;
}
.testimonial.style4 .testimonial-item .author {
    display: inline-block;
    position: relative;
    text-align: center;
    margin: -42px 0 0 0;
}
.testimonial.style4 .testimonial-item .author:before {
    font-size: 14px;
    position: absolute;
    bottom: 40px;
    left: -20px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 100%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10e";
    color: #fff;
    background: #00197e;
    border: 3px solid #FFAA16;
    transition: 0.4s;
}
.testimonial.style4 .testimonial-item:hover .author:before {
    background: #FFAA16;
}
.testimonial.style4 .testimonial-item .author img {
    object-fit: cover;
    margin-right: 0;
    border-radius: 50%;
    border: 7px solid #F7EFE1;
    transition:0.5s;
}
.testimonial.style4 .testimonial-item:hover .author img {
    border: 7px solid #FFAA16;
}
.testimonial.style4 .testimonial-item .bio h4.name {
    font-size: 22px;
    color: #171717;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
    margin:0;
}
.testimonial.style4 .testimonial-item .bio h5.designation {
    font-size: 16px;
    color: #575f66;
    font-weight: 300;
    font-family: "Inter";
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    transition: 0.4s;
    line-height: 0;
}
.testimonial.style4 .testimonial-item:hover .bio h5.designation {
    color: #171717;
}
.testimonial.style4 .testimonial-item .quote {
    margin: 10px 0 24px;
    transition: 0.5s;
    font-size: 18px;
    line-height: 30px;
    color: #171717;
    font-weight: 400;
    font-family: "Inter";
    text-align: center;
}
.testimonial.style4 .testimonial-item .testi-star i {
    font-size: 18px;
    text-align: center;
    padding: 0 3px 0 3px;
    color: #ddd;
}
.testimonial.style4 .testimonial-item .testi-star i.active {
    font-size: 18px;
    color: #ffae11;
    text-align: center;
    padding: 0 3px 0 3px;
}
/*hover*/

.testimonial.style4 .testimonial-item:hover .author .bio .name,
.testimonial.style4 .testimonial-item:hover .quote,
.testimonial.style4 .testimonial-item:hover .testi-star i.active{
    text-align:center;
}
/*dots*/
.testimonial.style4 .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    bottom: -65px;
    z-index: 1;
}
.testimonial-carousel-4 .owl-dots:after { 
    position: absolute;
    content: "";
    z-index: -1;
    top: 20px;
    right: 38%;
    width: 117px;
    height: 1px;
    transition: .5s;
    border-radius: 0;
    background: #424242;
}
.testimonial-carousel-4 .owl-dots:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 20px;
    left: 38%;
    width: 117px;
    height: 1px;
    transition: .5s;
    border-radius: 0;
    background: #424242;
}
.testimonial-carouse4 button {
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 35px;
    background: #2f6eff;
    color: #fff;
    font-family: 'Fira Sans';
    font-weight: 500;
    text-align: center;
    padding: 13px 30px;
    position: absolute;
     right: inherit; 
    top: 9px;
    display: inline-block;
    z-index: 1;
    margin: 0 9px;
}
.testimonial-carouse-4.owl-carousel .owl-nav button.owl-next, 
.testimonial-carouse-4.owl-carousel .owl-nav button.owl-prev, 
.testimonial-carouse-4.owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 0 6px 0 5px!important;
    font: inherit;
    right: 0;
    text-align: center;
    left: 0;
    border-radius: 0;
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #5D5D5D;
    margin-left: 10px;
}
.testimonial-carousel-4.owl-carousel button.owl-dot {
    position: relative;
    z-index: 22;
    height: 11px;
    width: 11px;
    margin: 0 7px;
    display: inline-block;
    background: #5D5D5D;
    border-radius: 100%;
}
.testimonial-carousel-4.owl-carousel button.owl-dot.active {
    background:#FF5E15!important;
}


    /*   animation   */

.cleeny-circle3-rotate {
    -webkit-animation-name: cleeny-circle3-rotate;
    animation-name: cleeny-circle3-rotate;
    -webkit-animation-duration: 45s;
    animation-duration: 45s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes cleeny-circle3-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.cleeny-appoinment-shape {
    -webkit-animation-name: cleeny-appoinment-shape;
    animation-name: cleeny-appoinment-shape;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes cleeny-appoinment-shape {
    0% {
    transform: rotate(0);
}
50% {
    transform: rotate(15deg);
}
100% {
    transform: rotate(0);
}
}
.cleeny-appoinment-title .section-title .subtitle:before {
    background-color: #fff;
}

    /*   marquee   */

 .marquee {
    position: relative;
    --duration: 40s;
    --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:0;
}
.marquee .marquee-block h3 {
    margin: 0;
}
.marquee .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 45s linear infinite;
    animation: scroll 45s linear infinite;
}

  @-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)));
    }
  }

.marquee.style2 .marquee-block {
    animation: scrollText-2 25s infinite linear;
    transition:0.5s;
}

  @keyframes scrollText-2 {
    from {
        transform: translateX(-50%)
    }

    to {
        transform: translateX(0%)
    }
}

/*counter section style three*/

.single-counter.style_three {
    background: #fff;
    text-align: left;
    background-image: none;
    z-index: 2;
    position: relative;
    padding: 40px 20px 33px 40px;
    transition: .5s;
    margin: 0 0 10px 0;
}
.counter-style-three .single-counter.style_three:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    transition: .4s;
    z-index: -1;
    background: #171717;
    border: 0;
    opacity: 1;
}
.counter-style-three .single-counter.style_three:hover:before {
    width: 100%;
}
.counter-style-three.active .single-counter.style_three:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .4s;
    z-index: -1;
    background: #171717;
    border: 0;
    opacity: 1;
}
.single-counter.style_three:after{
    display: none;
}
.counter-style-three.active .single-counter.style_three .counter-content span {
    margin-bottom: 17px;
    font-size: 42px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
    transition: .5s;
}
.single-counter.style_three .icon {
    margin: 0;
    position: relative;
    float: left;
    z-index: 1;
    padding: 0 25px 0 0;
}
.single-counter.style_three .icon img {
    position: relative;
    transition: .5s;
}
.single-counter.style_three:hover .icon img {
    transform: rotateY(180deg);
}
.single-counter.style_three .counter-content.counter {
    text-align: left;
    background: none;
    padding: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.single-counter.style_three .counter-content.counter:before {
    display:none;
}
.counter-style-three .single-counter.style_three .counter-content span {
    margin-bottom: 17px;
    font-size: 42px;
    color: #171717;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
    transition: .5s;
}
.single-counter.style_three:hover .counter-content span {
    color: #ffffff;
}
.counter-style-three .single-counter.style_three .counter-content .suffix {
    font-size: 42px;
    color: #171717;
    transition: .5s;
}
.counter-style-three.active .single-counter.style_three .counter-content .suffix {
    font-size: 42px;
    color: #fff;
    transition: .5s;
}
.single-counter.style_three:hover .counter-content .suffix {
    color: #ffffff;
}
.single-counter.style_three .counter-content h6 {
    font-size: 16px;
    line-height: 26px;
    color: #8e939f;
    font-weight: 300;
    font-family: "Inter";
    text-align: center;
    transition: .5s;
}

/*   footer contruction   */

.construction-footer .recent-post-text h4 a {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
}
.construction-footer .recent-post-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
}
.construction-footer .recent-post-image {
    float: left;
    overflow: hidden;
    margin-right: 20px;
    height: 80px;
    width: 80px;
}
.construction-footer .recent-post-text .rcomment {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 26px;
    color: #8e939f;
    font-weight: 300;
    font-family: "Inter";
}
.construction-footer .recent-post-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0;
}
.construction-footer .recent-post-image {
    float: left;
    overflow: hidden;
    margin-right: 20px;
    height: auto;
    width: 80px;
}
.construction-footer .recent-post-image a img {
    height: 80px;
    width: 80px;
}
.construction-footer .recent-post-text h4 {
    overflow: hidden;
    line-height: 18px;
    margin: 0;
    padding: 5px 0 0 0;
}
.construction-footer-email input[type="email"] {
    font-size: 14px;
    padding: 5px 15px;
    position: relative;
    margin-bottom: 0;
    height: 56px;
    background-color: #ffffff;
    outline: 0;
    border: none;
    width: 100%;
    float: right;
    border-radius: 0;
}
.construction-footer-email .mailchimp-form button {
    transition: all 0.4s ease 0s;
    border: medium none;
    background: #2f6eff;
    padding: 13px 29px;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    border-radius: 0;
    text-transform: uppercase;
    margin-top: 15px;
}
.construction-footer-email .mailchimp-form button:hover {
    background: #fff;
    color: #FF5E15;
}
.construction-footer h3{
    position: relative;
}
.construction-footer h3:before {
    position: absolute;
    content: "";
    bottom: -11px;
    left: 0;
    height: 3px;
    width: 75px;
    z-index: 1;
    background-image: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/01/construction-footer-title-border.png);
    background-repeat: no-repeat;
}

/*   Contact area css start   */

.form-area.contact-form.construction-contact .form-control{
    border-radius: 0;
    color: #171717;
    transition: 0.5s;
    height: 57px;
    background-color: #ffffff;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0 20px;
    margin-bottom: 20px;
    position: relative;
}
.form-area.contact-form.construction-contact i {
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 15px;
}
.form-area.contact-form.construction-contact input[type="email"] {
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    margin-bottom: 0;
    outline: 0;
    height: 57px;
    background-color: #ffffff;
    outline: 0;
    border: none;
    width: 100%;
    float: inherit;
    border-radius: 0;
}
.form-area.contact-form.construction-contact .date-form input {
    border-radius: 0;
    color: #171717;
    transition: 0.5s;
    height: 57px;
    background-color: #ffffff;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0 20px;
    margin-bottom: 0;
    position: relative;
}
.form-area.contact-form.construction-contact .select-room select {
    border-radius: 0;
    color: #171717;
    transition: 0.5s;
    height: 57px;
    background-color: #ffffff;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0 20px;
    margin-bottom: 0;
    position: relative;
}
.buttons.construction-button input {
    padding: 15px 15px;
    background: #FF5D13;
    display: block;
    color: #fff;
    border-radius: 0;
    width: 100%;
    font-family: "Poppins";
    cursor: pointer;
    text-align: center;
    transition: .5s;
    border: none;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.buttons.construction-button input:hover {
    background: #171717;
}
.form-area.contact-form.construction-contact .buttons.construction-button i {
    position: absolute;
    top: 13px;
    right: 28%;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    transform: revert;
    transform: rotate(-45deg);
    transition: .4s;
}
.form-area.contact-form.construction-contact .buttons.construction-button:hover i {
    transform: rotate(0deg);
}
.cleeny-contact-shape {
    -webkit-animation: shape-left-right 4s alternate infinite;
    animation: shape-left-right 4s alternate infinite;
}
@keyframes shape-left-right {
     0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* ========================================================================================================================= 
                                                Contruction home 4 
============================================================================================================================*/

/*   Banner area css start   */

.dreamit-slick-slider .single-slick.three.four .hero-text-wrap h4 {
    margin: 0 0 22px;
    font-size: 18px;
    text-transform: capitalize;
    color: #2f6eff;
    font-weight: 700;
    padding: 0 0 0 50px;
}
.dreamit-slick-slider .single-slick.three.four .hero-text-wrap h4:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    top:4px;
    background: #2f6eff;
    z-index: -1;
}
.dreamit-slick-slider .single-slick.three.four .hero-text-wrap h4:after {
    position: absolute;
    content: "";
    width: 38px;
    height: 2px;
    left: 0;
    top: 14px;
    background: #2f6eff;
    z-index: -1;
}
.dreamit-slick-slider .single-slick.three.four .hero-text-wrap h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    color: #ffffff;
    font-size: 80px;
    line-height: 100px;
    font-weight: 900;
    font-family: "Poppins";
    text-transform: uppercase;
}
.dreamit-slick-slider .single-slick.three.four .hero-text-wrap p {
    width: 72%;
    margin: 8px 0 20px;
    font-size: 16px;
    line-height: 24px;
    color: #eeeeef;
    font-weight: 400;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .single-slick.three.four .hero-text-wrap .btn {
    display: inline-block;
    background-color: #2f6eff;
    color: #fff;
    padding: 13px 38px;
    font-weight: 500;
    margin-top: 25px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    font-family: "Poppins";
    font-size: 19px;
}
.dreamit-slick-slider .single-slick.three.four .hero-text-wrap .btn:hover {
    border-radius: 0;
}
.dreamit-slick-slider .single-slick.three.four .hero-text-wrap .btn:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #171717;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0.5);
    opacity: 0;
    border-radius: 5px;
}
.dreamit-slick-slider .single-slick.three.four .hero-text-wrap .btn:hover:after {
    width: 100%;
    transform: scale(1);
    opacity:1;
    border-radius: 0;
}


/*   section title style 7 css start   */

.section-title.style7 .section-title .title {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #0a1027;
    font-weight: 700;
    font-family: "Poppins";
    margin-bottom: 0;
}
.section-title.style8 .section-title .title {
    font-size: 24px;
    color: #0a1027;
    font-weight: 500;
    font-family: "Poppins";
    padding-top: 40px;
    position: relative;
}
.section-title.style8 .section-title .title:before {
    background: #D0D0D0;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: 0;
}
.section-title.style8 .section-title .title:after {
    position: absolute;
    content: "";
    background: #2f6eff;
    width: 30px;
    height: 2px;
    left: 0;
    top: -1px;
    transition: 1s;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: title-MOV-BG;
}
@keyframes title-MOV-BG {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(1270px);
    }
}
.dreamit-button.style6 .button {
    display: inline-block;
    border: 1px solid #d0c5c552;
    padding: 9px 28px 5px;
    font-size: 16px;
    text-transform: uppercase;
    color: #0a1027;
    font-weight: 700;
    font-family: "Poppins";
    z-index: 1;
    position: relative;
    transition: 0.5s;
    background: inherit;
    text-align: center;
}
.dreamit-button.style6 .button:hover {
    color: #fff;
}
.dreamit-button.style6 .button:before {
    transform: scale(0.5);
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #2f6eff;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}
.dreamit-button.style6 .button:hover:before {
    transform: scale(1);
    width: 100%;
    opacity: 1;
}
.dreamit-button.style6 .button i {
    font-size: 13px;
    font-weight: 600;
    margin-left: 10px;
    display: inline-block;
    transform: rotate(-45deg);
    transition: 0.3s;
}
.dreamit-button.style6 .button:hover i {
    color: #fff;
    transform: rotate(0deg);
}

/*   about section css start   */

.about-experience {
    position: absolute;
    bottom: 20px;
    left: 159px;
    background-image: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/01/about-img-shape.png);
    background-repeat: no-repeat;
    height: 175px;
    width: 235px;
    padding: 52px 0 0 40px;
    text-align: center;
}
.about-experience h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
}
.about-experience h3 {
    font-size: 20px;
    color: #fff;
    text-transform: lowercase;
    font-weight: 500;
    padding: 0;
    margin: 6px 0 0 0;
}

/*   service section style 6 css start   */

.service-box.style6 .img_theme {
    line-height: 0;
}
.service-box.style6 .img_theme img {
    width: 100%;
}
.service-box.style6 {
    border-bottom: 0;
    text-align: center;
    border: 0;
    background: #0A2A99;
    padding: 28px 25px 32px;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.service-box.style6::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    background: #306EFF;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 10px;
    transform: scale(.2, 1);
    opacity: 0;
    transition: .5s;
}
.service-box.style6:hover::before {
    height: 100%;
    opacity: 1;
    top: 0;
    transform: scale(1);
}
.service-box.style6 .icon {
    top: -7px;
    border-bottom: 0;
    display: inline-block;
    z-index: 1;
    height: 85px;
    width: 85px;
    line-height: 115px;
    text-align: center;
    background: #306EFF;
    border-radius: 50%;
    margin: 0 24px 0 0;
    transition: .5s;
    float: left;
}
.service-box.style6:hover .icon {
    background: #fff;
}
.service-box.style6 .icon img {
    transition: .5s;
    filter: brightness(0) invert(1);
    transition: .5s;
}
.service-box.style6:hover .icon img {
    filter: brightness(1) invert(0);
}
.service-box.style6 .title {
    padding: 0;
    transition: .5s;
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
    margin: 0;
    line-height: 41px;
}
.service-box.style6 .content {
    text-align: left;
    position: relative;
}
.service-box.style6:hover .title {
    color: #fff;
}
.service-box.style6 p.description {
    transition: .5s;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #565969;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    padding: 0;
}
.service-box.style6:hover p.description {
    color: #565969;
}
.service-box.style6 .service-btn a {
    text-transform: uppercase;
    padding: 0;
    border-radius: 0;
    transition: 0.5s;
    margin: 0;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    background: inherit;
    text-decoration: none;
}
.service-box.style6 .service-btn a i {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    transition: .5s;
}
.service-box.style6 .service-btn a:before {
    display: none;
}
.service-box.style6 .title:before {
    display:none;
}
.service-box.style6:hover .service-btn a i {
    color: #fff;
}
.service-box.style6 .service-number {
    float: right;
    margin: -11% -9% 0 0;
    height: 45px;
    width: 45px;
    text-align: center;
    background: #306EFF;
    border-radius: 50%;
    transition: .5s;
}
.service-box.style6:hover .service-number {
    background: #FFC703;
}
.service-box.style6 .service-box-number {
    display: block;
    position: inherit;
    opacity: 100%;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    line-height: 45px;
    text-align: center;
}

/*   team style 3   */

.team.style3 {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.team.style3 .content {
    position: relative;
}
.team.style3 .image {
    position: relative;
}
.team.style3 .image::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(47,110,255,0.9999999999999999) 0%, rgba(33,33,33,0) 100%);
    bottom: -32%;
    opacity: 0.9;
    transition: .5s;
}
.team.style3:hover .image::before {
    height: 0;
}
.team.style3 .image:after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    bottom: -17%;
    background-image: linear-gradient(0deg, rgba(300,200,12,6) 16%, rgba(33,33,33,0) 84%);
    transition: .5s;
    opacity: 0.9;
}
.team.style3:hover .image:after {
    height: 100%;
}
.team.style3 .image .social-icon li {
    list-style: none;
    display: inline-block;
    padding: 0;
}
.team.style3 .image .social-icon li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background: #00197E;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    margin: 0 5px 0;
    display: inline-block;
    transition:0.5s;
}
.team.style3 .image .social-icon li a:hover {
    background: #2F6EFF;
}
.team.style3 .image img {
    width: 100%;
}
.team.style3 .image ul.social-icon {
    position: absolute;
    bottom: -50px;
    right: 0;
    background-color: inherit;
    padding: 0;
    border-radius: 0;
    transition: .5s;
    display: inline-block;
    left: 0;
    text-align: center;
}
.team.style3:hover .image ul.social-icon {
    bottom: 25px;
    transition: .5s;
    z-index: 1;
}
.team.style3 .content .bio {
    border-radius: 0;
    background: #fff;
    text-align: center;
    padding: 24px 0 23px;
    position: relative;
    z-index: 1;
}
.team.style3 .content .bio::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 100%;
    background: #2F6EFF;
    bottom: -5px;
    left: 0;
    transform: scale(0);
    transition: .5s;
}
.team.style3 .content .bio:hover::before {
    transform: scale(1);
}
.team.style3 .image {
    padding-bottom: 0;
    line-height: 0;
}
.team.style3 .content .bio h2.name {
    font-size: 22px;
    color: #00197e;
    font-weight: 700;
    font-family: "Inter";
    line-height: 28px;
    margin: 0;
}
.team.style3 .content .bio h5.designation {
    color: #8f9199;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
}

/*case study style two*/

.case-study.style2 .dreamit-single-cases-study {
    position: relative;
    z-index: 3;
    padding: 0;
    margin: 0;
}
.owl-item.active.center .case-study-thumb a img {
    transform: scale(1);
}
.owl-item.active.center .cases-study-content {
    opacity: 1;
    bottom: 0;
    left: 0;
}
.case-study.style2 .case-study-thumb::before {
    display:none;
}
.case-study.style2 .video-icon a {
    width: 48px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #2f6eff;
    display: inline-block;
    font-size: 15px;
    position: absolute;
    top: 80px;
    right: 49px;
    opacity: 0;
    transition: all 400ms linear;
}
.case-study.style2 .single_case_study:hover .video-icon a{
    top: 60px;
    opacity: 1;
}
.case-study.style2 .dreamit-single-cases-study {
    position: relative;
    transition: .5s;
    overflow: hidden;
}
.case-study.style2 .cases-study-content {
    position: absolute;
    bottom: 0;
    background: #2F6EFF;
    width: 68%;
    border-radius: 10px 10px 0 0;
    border-bottom: 5px solid #FFC704;
    padding: 27px 30px 36px;
    left: -75%;
    opacity: 0;
    transition: .5s;
    right: inherit;
    text-align: left;
}
.case-study.style2 .dreamit-single-cases-study:hover .cases-study-content {
    opacity: 1;
    left: 0;
    width: 68%;
}
.case-study.style2 h2.title {
    line-height: 23px;
    margin: 5px 0 0;
}
.case-study.style2 h2.title a {
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
}
.case-study.style2 .case_category span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
    margin: 0;
}
.case-study.style2 .em-case-study-button {
    margin-top: 0;
    transition: all 400ms linear;
    position: absolute;
    right: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    font-variant: inherit;
    z-index: -1;
}
.case-study.style2 .em-case-study-button a {
    color: #fff;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #2f6eff;
    line-height: 50px;
}
.case-study.style2 .em-case-study-button a i {
    display: inline-block;
    background: #FFC804;
    height: 46px;
    width: 46px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    transform: rotate(-45deg);
    color: #02197F;
    margin-left: 61px;
}
.case-study.style2 .em-case-study-button a:hover i {
    transform: rotate(0deg);
}

/*owl nav*/
.case-study.style2 .blog_wrap.case_study_carousel.owl-carousel .owl-nav {
    margin-top: 75px;
    position: relative;
}
.case-study.style2 .blog_wrap.case_study_carousel.owl-carousel .owl-nav:before {
    position: absolute;
    content: "";
    left: 43%;
    top: 26px;
    width: 50px;
    height: 2px;
    background-color: rgba(255,255,255,0.10196078431372549);
    z-index: -1;
    margin: auto;
}
.case-study.style2 .blog_wrap.case_study_carousel.owl-carousel .owl-nav:after {
    position: absolute;
    content: "";
    right: 43%;
    top: 26px;
    width: 50px;
    height: 2px;
    background-color: rgba(255,255,255,0.10196078431372549);
    z-index: -1;
    margin: auto;
}
.case-study.style2 .blog_wrap.case_study_carousel.owl-carousel button.owl-prev i {
    color: #fff;
}
.case-study.style2 .blog_wrap.case_study_carousel.owl-carousel button.owl-next i {
    color: #fff;
}
.case-study.style2 .blog_wrap.case_study_carousel .owl-nav button.owl-next, 
.case-study.style2 .blog_wrap.case_study_carousel .owl-nav button.owl-prev, 
.case-study.style2 .blog_wrap.case_study_carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 0 15px 0 10px!important;
    font: inherit;
    right: 0;
    text-align: center;
    left: 0;
    border-radius: 8px;
    display: inline-block;
    width: 40px;
    height: 8px;
    background-color: #2f6eff4f;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin-right: 9px;
    transition: .5s;
    color: #fff;
    position: relative;
}
.case-study.style2 .blog_wrap.case_study_carousel .owl-nav button.owl-prev:hover,
.case-study.style2 .blog_wrap.case_study_carousel .owl-nav button.owl-next:hover{
    background: #FF5E15;
    color: #fff;
}

/*case study style three*/

.case-study.style3 .dreamit-single-cases-study {
    position: relative;
    z-index: 3;
    padding: 0;
    margin: 0;
}
.case-study.style3 .case-study-thumb::before {
    display:none;
}
.case-study.style3 .video-icon a {
    width: 48px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #2f6eff;
    display: inline-block;
    font-size: 15px;
    position: absolute;
    top: 80px;
    right: 49px;
    opacity: 0;
    transition: all 400ms linear;
}
.case-study.style3 .single_case_study:hover .video-icon a{
    top: 60px;
    opacity: 1;
}
.case-study.style3 .dreamit-single-cases-study {
    position: relative;
    transition: .5s;
    overflow: hidden;
}
.case-study.style3 .cases-study-content {
    position: relative;
    bottom: 0;
    background: #2F6EFF;
    width: 50%;
    border-radius: 10px;
    border-bottom: 0;
    padding: 23px 30px 31px;
    left: 0;
    opacity: 0;
    transition: .5s;
    right: inherit;
    text-align: left;
    margin: -70px auto 0;
}
.case-study.style3 .dreamit-single-cases-study:hover .cases-study-content {
    opacity: 1;
    left: 0;
    width: 85%;
    bottom: 0;
}
.case-study.style3 .owl-item.active.center .cases-study-content {
    opacity: 1;
    bottom: 0;
    width: 85%;
    left: 0;
}
.case-study.style3 h2.title {
    line-height: 23px;
    margin: 1px 0 0 0;
}
.case-study.style3 h2.title a {
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
}
.case-study.style3 .case_category span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    margin: 0;
}
.case-study.style3 .em-case-study-button {
    margin-top: 0;
    transition: all 400ms linear;
    position: absolute;
    right: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    font-variant: inherit;
    z-index: -1;
}
.case-study.style3 .em-case-study-button a {
    color: #fff;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #2f6eff;
    line-height: 50px;
}
.case-study.style3 .em-case-study-button a i {
    display: inline-block;
    background: #FFC804;
    height: 46px;
    width: 46px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    transform: rotate(-45deg);
    color: #02197F;
    margin-left: 61px;
}
.case-study.style3 .em-case-study-button a:hover i {
    transform: rotate(0deg);
}

/*owl nav*/
.case-study.style3 .blog_wrap.case_study_carousel.owl-carousel .owl-nav {
    margin-top: 75px;
    position: relative;
}
.case-study.style3 .blog_wrap.case_study_carousel.owl-carousel .owl-nav:before {
    position: absolute;
    content: "";
    left: 43%;
    top: 26px;
    width: 50px;
    height: 2px;
    background-color: rgba(255,255,255,0.10196078431372549);
    z-index: -1;
    margin: auto;
}
.case-study.style3 .blog_wrap.case_study_carousel.owl-carousel .owl-nav:after {
    position: absolute;
    content: "";
    right: 43%;
    top: 26px;
    width: 50px;
    height: 2px;
    background-color: rgba(255,255,255,0.10196078431372549);
    z-index: -1;
    margin: auto;
}

/* Style Two */

.testimonial.style2{
    padding: 10px;
}
.testimonial.style2 .testimonial-item {
    background: #0A2A99;
    padding: 32px 33px 33px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.testimonial.style2 .testimonial-item::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #306EFF;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 5px;
    transform: scale(.2, 1);
    transition: .5s;
    opacity: 0;
}
.testimonial.style2 .testimonial-item:hover::before{
    opacity: 1;
    transform: scale(1);
}
.testimonial.style2 .testimonial-item .testi_content {
    position: relative;
    text-align: left;
}
.testimonial.style2 .quote_image {
    display: inline-block;
}
.testimonial.style2 .quote_image img {
    width: 33px !important;
}
.testimonial.style2 .reviews_rating {
    float: right;
}
.testimonial.style2 .testimonial-item .author {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    position: relative;
}
.testimonial.style2 .testimonial-item .author:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 56px;
    width: 56px;
    background: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/05/testi-shape3.png);
    background-repeat: no-repeat;
    transition:0.5s;
}
.testimonial.style2 .testimonial-item:hover .author:before {
    background: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/05/testi-shape4.png);
}
.testimonial.style2 .testimonial-item .author img {
    height: 65px;
    width: 66px;
    object-fit: cover;
    margin-right: 18px;
    border-radius: 50%;
    margin-left: 0;
}
.testimonial.style2 .testimonial-item .author .bio .name {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    margin: 0;
}
.testimonial.style2 .testimonial-item .author .bio .designation {
    opacity: 0.800;
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
    margin: 0;
    padding-left: 18px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    line-height: 26px;
}
.testimonial.style2 .testimonial-item .author .bio .designation::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #FFC803;
    border-radius: 50%;
    left: 0;
    top: 9px;
}
.testimonial.style2 .testimonial-item .quote {
    opacity: 0.800;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Poppins";
    margin: 0;
    padding: 24px 0 24px;
}
.testimonial.style2 .testimonial-item .testi-star i {
    color: #ddd;
    font-size: 13px;
}
.testimonial.style2 .testimonial-item .testi-star i.active {
    display: inline-block;
    color: #FBC155;
    font-size: 15px;
    margin-left: 14px;
}

/*   work process style css start   */

.work_progress.style2 {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    padding: 0 40px;
    transition:0.5s;
}
.work_progress.style2 .icon {
    border-radius: 20px;
    filter: drop-shadow(0px 30px 50px rgba(152,178,240,0.5));
    background-color: #ffffff;
    height: 110px;
    width: 110px;
    margin: auto;
    line-height: 140px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.work_progress.style2 .icon::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #2F6DFF;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 20px;
    transform: scale(0);
    transition: .5s;
}
.work_progress.style2:hover .icon::before {
    transform: scale(1);
}
.work_progress.style2 .icon img {
    border: none;
    transition: .5s;
    filter: brightness(1) invert(0);
}
.work_progress.style2:hover .icon img {
    filter: brightness(0) invert(1);
}
.work_progress.style2 .work_progress-title {
    padding-top: 0;
}
.work_progress.style2 .work_progress-title h2 {
    font-size: 24px;
    line-height: 42px;
    color: #00197e;
    font-weight: 600;
    font-family: "Inter";
    margin: 0;
    padding: 28px 0 22px;
    position: relative;
    z-index: 1;
}
.work_progress.style2 .work_progress-title h2::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 30px;
    background: #2F6DFF;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
}
.work_progress.style2:hover .work_progress-title h2::before {
    width: 100%;
}
.work_progress.style2 .work_progress-desc p {
    font-size: 16px;
    line-height: 24px;
    color: #565969;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}
.work_progress.style2 .work_progress-desc {
    padding-top: 0;
}
.work_progress.style2 .work_progress-number span::before {
    display:none;
}
.work_progress.style2 .work_progress-number {
    position: absolute;
    right: -13px;
    bottom: -13px;
}
.work_progress.style2 .work_progress-number span {
    display: inline-block;
    font-size: 14px;
    color: #00197e;
    font-weight: 600;
    font-family: "Inter";
    background: #FFC703;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    line-height: 26px;
}
.work_progress.style2 .work_progress-number span::after {
    display:none;
}
.work-shape-img .work_progress.style2{
    position: relative;
    transition:0.5s;
    z-index:1;
}
.work-shape-img .work_progress.style2::before {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    background-image: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/03/work-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 19px;
    right: -40%;
    z-index: 1;
    height: 32px;
    width: 306px;
}
.work-shape-img-02 .work_progress.style2{
    position: relative;
    transition:0.5s;
    z-index:1;
}
.work-shape-img-02 .work_progress.style2::before {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    background-image: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/03/work-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 19px;
    right: -40%;
    z-index: 1;
    height: 32px;
    width: 306px;
}
.work-shape-img-04{
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: work-shape-move;
}
@keyframes work-shape-move {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
.work-shape-img-03{
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: work-shape-move2;
}
@keyframes work-shape-move2 {
    0% {
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px);
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(-80px);
        transform: translatex(-80px);
    }
}

/*   Team style 4 css start   */

.team.style4 {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    margin: 0 0 10px 0;
}
.team.style4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.9;
}
.team.style4 .image {
    padding-bottom:0;
}
.team.style4 .image img {
    width: 100%;
}
.team.style4 .content {
    background: #F8F9FB;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -185px;
    padding: 28px 41px 27px;
    transition: 0.5s;
    box-shadow: 0 0 10px #ddd;
}
.team.style4 .bio .name {
    font-size: 24px;
    color: #0a1027;
    font-weight: 700;
    margin: 0;
}
.team.style4 .bio .designation {
    font-size: 16px;
    color: #565969;
    font-weight: 400;
    font-family: "Poppins";
    margin: 7px 0 21px;
    border-bottom: 1px solid #56596938;
    padding-bottom: 18px;
}
.team.style4 .content .social-icon {
    margin:0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.team.style4 .content .social-icon li{
    margin-bottom: 5px;
    margin-right: 5px;
}
.team.style4 .content .social-icon li a{
    display: inline-block;
}
.team.style4 .content .social-icon li a i {
    display: inline-block;
    color: #272727;
    font-size: 13px;
    margin-right: 12px;
    transition: 0.5s;
}
/*hover*/
.team.style4:hover .content {
    bottom: 8px;
}
.team.style4 .content .social-icon li a i:hover{
    color: #2f6eff;
}

/*   counter style 4 css start   */

.single-counter.style_four {
    background:#fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left;
    padding:20px 20px 20px 20px;
}
.single-counter.style_four .counter-content.counter {
    padding: 0;
    text-align: left;
}
.single-counter.style_four:before {
    display:none;
}
.single-counter.style_four:after {
    display:none;
}
.single-counter.style_four .counter-content span {
    font-size: 100px;
    color: #0a1027;
    font-weight: 500;
    font-family: "Poppins";
    margin: 0 0 1px;
    display: inline-block;
    line-height: 120px;
}
.single-counter.style_four .counter-content h6 {
    font-size: 18px;
    color: #0a1027;
    font-weight: 500;
    font-family: "Poppins";
    border-top: 1px solid #e1e3e5;
    padding-top: 25px;
}

/*   blog style 4 css start   */

.blog-post.style1.style4 .post-item {
    margin-bottom: 30px;
    border-radius: 4px;
    transition:0.5s;
}
.blog-post.style1.style4 .single_blog_post_content {
    padding: 26px 30px 30px 28px;
    border: 0;
    border-radius: 0 0 5px 5px;
}
.blog-post.style1.style4 .post-item:hover .single_blog_post_content {
    border-bottom: 0;
}
.blog-post.style1.style4 .post-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.blog-post.style1.style4 .author a {
    font-size: 16px;
    color: #565969;
    font-weight: 500;
    font-family: "Poppins";
    display: inline-block;
    text-transform: capitalize;
}
.blog-post.style1.style4 .meta {
    position: absolute;
    bottom: 6%;
    left: 6%;
    text-align: center;
    background: #FFC704;
    border-radius: 5px;
    padding: 10px 12px 7px;
    transition: .5s;
}
.blog-post.style1.style4 .post-item:hover .meta {
    background: #2f6eff;
}
.blog-post.style1.style4 .date {
    font-size: 16px;
    color: #00197e;
    font-weight: 500;
    font-family: "Inter";
    transition: .5s;
    padding: 0;
    line-height: 0;
}
.blog-post.style1.style4 .post-item:hover .date {
    color:#fff;
}
.blog-post.style1.style4 .categories a {
    display:none;
}
.blog-post.style1.style4 h3.title {
    padding: 0;
    margin: 0;
}
.blog-post.style1.style4 h3.title a {
    font-size: 22px;
    line-height: 30px;
    color: #00197e;
    font-weight: 600;
    font-family: "Inter";
    margin: 0;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none;
    transition: .5s;
}
.blog-post.style1.style4 h3.title a:hover {
    color: #2f6eff;
}
.blog-post.style1.style4 p.description {
    font-size: 16px;
    line-height: 26px;
    color: #3a4268;
    font-weight: 300;
    font-family: "Poppins";
    margin: 0;
    padding: 3px 0 18px;
}
.blog-post.style1.style4 .blog_btn a {
    transition: 0.5s;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #00197e;
    font-weight: 500;
    font-family: "Inter";
    background: inherit;
    border-bottom: 1px solid #F5F6F8;
    margin: 0;
    left: 0;
    padding: 0;
}
.blog-post.style1.style4 .post-item:hover .blog_btn a {
    border-bottom: 1px solid #306EFF;
    color: #306EFF;
    background: inherit;
}
.blog-post.style1.style4 .blog_btn a i{
    display: inline-block;
    font-size: 15px;
    position: relative;
    top: 1px;
    margin-left: 3px;
    background: inherit;
    transition: 0.5s;
    color: #00197e;
}
.blog-post.style1.style4 .post-item:hover .blog_btn a i {
    color: #306EFF;
    background: inherit;
}
.blog-post.style1.style4 .post-item .single_blog_post_content:after {
    display:none;
}

/*   blog style 3 css start   */

.blog-post.style1.style3 .post-item {
    margin-bottom: 30px;
    border-radius: 4px;
    transition: 0.5s;
}
.blog-post.style1.style3 .single_blog_post_content {
    padding: 28px 30px 28px 28px;
    border: 0;
    border-radius: 0 0 5px 5px;
}
.blog-post.style1.style3 .post-item:hover .single_blog_post_content {
    border-bottom: 0;
}
.blog-post.style1.style3 .post-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.blog-post.style1.style3 .categories {
    position: absolute;
    bottom: 0;
    right: 0;
    top: inherit;
    left: inherit;
}
.blog-post.style1.style3 ul.post-categories li {
    list-style: none;
}
.blog-post.style1.style3 .categories a {
    display: inline-block;
    margin: 0;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
    background: #306EFF;
    border-radius: 5px 0 0 0;
    padding: 4px 23px 2px;
    transition: 0.5s;
}
.blog-post.style1.style3 .categories a:hover {
    background: #FFC703;
}
.blog-post.style1.style3 .author a {
    font-size: 16px;
    color: #565969;
    font-weight: 500;
    font-family: "Poppins";
    display: inline-block;
    text-transform: capitalize;
}
.blog-post.style1.style3 .date {
    transition: .5s;
    padding: 0;
    line-height: 0;
    font-size: 15px;
    letter-spacing: 1px;
    color: #2f6eff;
    font-weight: 300;
    font-family: "Poppins";
    margin: 0;
}
.blog-post.style1.style3 a.meta_comments {
    font-size: 15px;
    letter-spacing: 2px;
    color: #2f6eff;
    font-weight: 300;
    font-family: "Poppins";
    position: relative;
    padding: 0 0 0 32px;
}
.blog-post.style1.style3 a.meta_comments::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 15px;
    background: #306EFF;
    left: 6px;
    top: 11px;
}
.blog-post.style1.style3 h3.title {
    padding: 0;
    margin: 0;
}
.blog-post.style1.style3 h3.title a {
    text-transform: capitalize;
    transition: .5s;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #00197e;
    font-weight: 700;
    font-family: "Inter";
    margin: 5px 0 13px;
}
.blog-post.style1.style3 .post-item:hover h3.title a {
    color: #FFC704;
    background: inherit;
}
.blog-post.style1.style3 p.description {
    font-size: 16px;
    line-height: 26px;
    color: #3a4268;
    font-weight: 300;
    font-family: "Poppins";
    margin: 0;
    padding: 3px 0 18px;
}
.blog-post.style1.style3 .blog_btns a {
    position: relative;
    background: inherit;
    border-bottom: 1px solid #F5F6F8;
    margin: 0;
    left: 0;
    padding: 0;
    display: inline-block;
    font-size: 15px;
    color: #2f6eff;
    font-weight: 500;
    font-family: "Poppins";
    transition: .5s;
}
.blog-post.style1.style3 .post-item .blog_btns a:hover  {
    color: #FFC703;
    background: inherit;
}
.blog-post.style1.style3 .blog_btns a i{
    display: inline-block;
    font-size: 15px;
    position: relative;
    top: 1px;
    margin-left: 3px;
    background: inherit;
    transition: 0.5s;
    color: #306EFF;
}
.blog-post.style1.style3 .post-item .blog_btns a:hover  i {
    color: #FFC703;
    background: inherit;
}
.blog-post.style1.style3 .post-item .single_blog_post_content:after {
    display:none;
}

/*   testimonial style 6 css start   */

.testimonial.style2.five.six .testimonial-item {
    background-color: inherit;
    position: relative;
    margin: 48px 0 0 0;
    padding: 0 10px 130px 60px;
    background-image: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/01/testi-box-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
}
.testimonial.style2.five.six .reviews_rating {
    display: none;
}
.testimonial.style2.five.six .testi-thumb {
    display: inline-block;
}
.testimonial.style2.five.six .testimonial-item .testi-thumb img {
    height: 92px;
    width: 92px;
    object-fit: cover;
    margin-right: 0;
    border-radius: 50%;
    margin-left: 0;
    border: 3px solid #2f6eff;
    position: absolute;
    top: -46px;
    z-index: 12;
}
.testimonial.style2.five.six .testimonial-item .testi_content {
    background: transparent;
    padding: 62px 45px 25px 0;
    position: inherit;
    margin-bottom: 0;
    text-align: left;
}
.testimonial.style2.five.six .testimonial-item .testi_content:before {
    content: "Customer Reviews";
    position: inherit;
    left: 0;
    top: -17px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    transition: .5s;
    background: transparent;
    font-size: 22px;
    color: #0a1027;
    font-weight: 500;
    font-family: "Poppins";
}
.testimonial.style2.five.six .testimonial-item .quote img {
    width: 57px;
    position: absolute;
    right: 11%;
    bottom: 27%;
}
.testimonial.style2.five.six .owl-dot.active {
    display: inline-block;
    background: #FF5E15;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 11px;
    margin-right: 6px;
    border: transparent;
}
.testimonial.style2.five.six .owl-dot {
    display: inline-block;
    background: #2f6eff54;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-top: 0;
    margin-right: 6px;
}
.testimonial.style2.five.six .owl-dots {
    position: absolute;
    bottom: 52px;
    left: 45%;
}
.testimonial.style2.five.six .testimonial-item:before {
    display:none;
}
.testimonial.style2.five.six .testimonial-item .quote {
    font-size: 16px;
    line-height: 24px;
    color: #565969;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    margin: 23px 0 23px;
}
.testimonial.style2.five.six .testimonial-item .quote {
    font-size: 16px;
    line-height: 24px;
    color: #565969;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    margin: 0;
}
.brand.style2.style3 .brand-carousel-3.owl-carousel .brand-item img {
    width: inherit;
}


/*   Service Details css   */


.icon-box.style12 {
    background: transparent;
    padding: 35px 15px 30px 30px;
    border-radius: 0;
    display: flex;
    align-items: center;
    filter: drop-shadow(0px 5px 30px rgba(117,117,117,0.1));
    background-color: #ffffff;
    border-left: 3px solid #2f6eff;
}
.icon-box.style12 .img-icon {
    display: inline-block;
    margin-top: 0;
    margin-right: 19px;
    background: #f5f6f7;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 87px;
    border-radius: 4px;
}
.icon-box.style12 h4.title {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 9px 0;
    color: #171717;
    font-weight: 700;
    font-family: "Poppins";
}
.icon-box.style12 p.description {
    font-size: 16px;
    line-height: 26px;
    color: #575f66;
    font-weight: 300;
    font-family: "Inter";
    transition:0.5s;
}
.service-dtls-faq a.active {
    border: 1px solid #F5F6F8 !important;
    background: #F5F6F8 !important;
    font-size: 20px;
    line-height: 30px;
    color: #171717;
    font-weight: 500;
    font-family: "Poppins";
}
.service-dtls-faq a.active:hover {
    color: #2f6eff;
}
.service-dtls-faq a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #2f6eff;
}
.service-dtls-ser .service-box.style6 .icon {
    top: 47%;
}
.service-dtls-ser .service-box.style6 .content {
    padding: 30px 35px 20px 41px;
}
.service-dtls-ser .service-box.style6 .icon img {
    filter: brightness(0) invert(1);
}
.service-dtls-title{
    position:relative;
}
.service-dtls-title:before {
    background: #dedfe0;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    z-index: 0;
}
.service-dtls-title:after {
    position: absolute;
    content: "";
    background: #2f6eff;
    width: 20px;
    height: 2px;
    left: 0;
    bottom: -1px;
    transition: 1s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: service-dtls-move;
}
@keyframes service-dtls-move {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(320px);
    }
}
.service-dtls-list ul li {
    background: #fff;
    padding: 14px 0 14px 24px !important;
    margin: 0 0 15px 0 !important;
    font-size: 17px !important;
    line-height: 30px;
    color: #171717;
    font-weight: 500;
    font-family: "Poppins";
}
.service-dtls-faq .my-accordion a {
    color: #171717 !important;
}
.blog-left-side {
    position: sticky;
    top: 160px;
}

/* about section css start */

.cleeny-about-shape1 {
    animation-name: about-shape1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes about-shape1 {
    0% {
      -webkit-transform: translateY(-45px);
      transform: translateY(-45px); }
    50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px); }
    100% {
      -webkit-transform: translateY(-45px);
      transform: translateY(-45px); 
    } 
}
.cleeny-about-shape2 {
    animation-name: about-shape2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes about-shape2 {
    0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px); }
    50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px); }
    100% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px); 
    } 
}

    /*   service style 5 css start here    */

.service-box.style5 .img_theme {
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.service-box.style5 .img_theme {
    position: relative;
}
.service-box.style5 .img_theme img {
    width: 100%;
}
.service-box.style5 .img_theme .icon img {
    width: 40px;
}
.service-box.style5 {
    padding: 0;
    background-color: inherit;
    border-bottom: none;
    text-align: left;
    position: relative;
    border-radius: 7px;
    z-index: 1;
    margin-bottom: 10px;
    border: none;
    overflow: hidden;
}
.service-box.style5:hover .img_theme .icon img {
    transform: rotate(45deg);
    transition: 0.5s;
}
.service-box.style5 .img_theme {
    position: relative;
    line-height: 0;
}
.service-box.style5 .button-content {
    position: relative;
    z-index: 1;
    background: #fff;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    padding: 55px 29px 25px;
}
.home-two-service .service-box.style5 .content {
    background: #fff;
}
.home-two-service .service-box.style5 .button-content{
    background: #00197D;
}
.home-two-service .service-box.style5 .service-btn a {
    color: #fff;
}
.home-two-service .service-box.style5 .service-btn a i {
    color: #fff;
}
.home-two-service  .service-box .icon img {
    filter: brightness(0) invert(1);
}
.home-two-service .service-box.style5:hover .service-btn a {
    color: #FFC804;
}
.home-two-service .service-box.style5:hover .service-btn a i {
    color: #FFC804;
}
.service-box.style5 .button-content::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #00197E;
    left: 0;
    top: 0;
    transform: none;
    right: 0;
    margin: auto;
    z-index: -1;
    transition: 0.5s;
}
.service-box.style5:hover .button-content::before {
    width: 100%;
}
.service-box.style5  .icon {
    position: absolute;
    top: 40px;
    right: 0;
    width: 103px;
    height: 70px;
    transition: .5s;
    display: inline-block;
    border: none;
    background: transparent;
}
.service-box.style5:hover .icon {
    background: transparent;
    transform: rotate(15deg);
}
.service-box.style5 .title {
    font-size: 22px;
    color: #00197e;
    font-weight: 600;
    font-family: "Inter";
    margin: 0;
    transition: .5s;
    padding: 0 0 15px 0;
}
.service-box.style5:hover .title{
    color: #fff;
    transition: .5s;
}
.service-box.style5 .content {
    text-align: left;
    padding: 23px 0 0 30px;
    position: absolute;
    background: #F3F3F7;
    left: 0;
    border-radius: 0 10px 0 0;
    bottom: 16%;
    width: 70%;
    z-index: 2;
    transition: 0.5s;
    height: 75px;
    overflow: hidden;
}
.service-box.style5:hover .content {
    bottom: 16%;
    height: 172px;
    padding: 30px 0 0 30px;
}
.service-box.style5 .content::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #306EFF;
    z-index: -1;
    top: 0;
    right: 0;
    transition: .5s;
    border-radius: 0 10px 0 0;
}
.service-box.style5:hover .content::before {
    width: 100%;
}
.service-box.style5 .content:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/03/service-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    right: -30%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
    top: 0;
}
.service-box.style5:hover .content:after {
    transform: scale(1);
}
.service-box.style5 .title:before {
    display:none;
}
.service-box.style5 p.description {
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
    font-family: "Inter";
    padding-bottom: 8px;
    color: #B8B9D5;
    transition: .5s;
    text-transform: capitalize;
    opacity: 0;
}
.service-box.style5:hover p.description {
    color: #fff;
    opacity: 1;
}
.service-box.style5 p.description i {
    font-size: 14px;
    color: #B8B9D5;
    transition: .4s;
    padding: 0 5px 0 0;
}
.service-box.style5:hover p.description i{
    color: #fff;
}
.service-box.style5 .service-btn a {
    padding: 0;
    border-radius: 22px;
    background-color: transparent;
    display: inline-block;
    margin-top: 11px;
    position: inherit;
    transition: .5s;
    font-size: 16px;
    color: #273689;
    font-weight: 500;
    font-family: "Inter";
    text-decoration: none;
}
.service-box.style5:hover .service-btn a {
    color:#fff;
}
.service-box.style5::before {
    display:none;
}
.service-box.style5 .service-btn a i {
    font-size: 12px;
    color: #273689;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    transition: .4s;
}
.service-box.style5:hover .service-btn a i{
    color:#fff;
}
.service-box.style5 .service-btn a:before {
    display:none;
}































