

/*
============================================
      Developer : Ferdous Islam
============================================
*/


/*==============================================================
================================================================
01.HOME 01
================================================================
================================================================*/




/*================== 1.hero-area ======================*/
.heading.style1 h1 {
    font-size: 100px;
    letter-spacing: 20px;
    line-height: 110px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 400;
    text-align: center;
    transition: .5s;
}
.heading.style1 h2 {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 30px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 500;
    text-align: center;
    margin: 10px 0 15px;
}

.heading.style1 h2 span {
    padding: 0 50px 0;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.heading.style1 h2 span:before {
    position: absolute;
    content: "";
    left: 18px;
    width: 100%;
    height: 100%;
    top: 5px;
    background: url(https://wp.ditsolution.net/kitu//wp-content/uploads/2025/03/small-star.png);
    background-repeat: no-repeat;
    z-index: -1;
}
.heading.style1 h2 span:after {
    position: absolute;
    content: "";
    left: 82%;
    width: 100%;
    height: 100%;
    top: 3px;
    background: url(https://wp.ditsolution.net/kitu//wp-content/uploads/2025/03/small-star.png);
    background-repeat: no-repeat;
    z-index: -1;
}

/*   Dream-IT Button style 4    */
.dreamit-button.style1 {
    text-align: center;
}
.dreamit-button.style1 a {
    display: inline-block;
    border: 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    border-radius: 28px;
    background-color: #0e0e0e;
    padding: 14px 30px;
    margin: 0 0 0;
    overflow: hidden;
}
.dreamit-button.style1 a i {
    transform: rotate(-50deg);
    display: inline-block;
    margin-left: 0;
    transition: .5s;
    font-weight: 900;
}
.dreamit-button.style1 a:hover i {
    transform: rotate(0deg);
}
.dreamit-button.style1 a:hover {
    color: #111111;
    border: 0;
}
.dreamit-button.style1 a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    border-radius: 22px 22px 0 0;
    background: #fff;
    transition: .5s;
}
.dreamit-button.style1 a:hover:before {
    width: 100%;
    height: 50%;
}
.dreamit-button.style1 a:after {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    border-radius: 0 0 22px 22px;
    background: #fff;
    transition: .5s;
}
.dreamit-button.style1 a:hover:after {
    width: 100%;
    height: 50%;
}



/*================== 02.Feature-area ======================*/



/* Icon Box Css */
.icon-box.style1 {
    text-align: center;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.icon-box.style1:hover .icon-box-icon img {
    animation: 1s ease-in-out 0s 1 normal forwards running wobble_vertical;
    transition: 0.5s;
}
.icon-box.style1 .icon-box-content .title h2 {
    font-size: 25px;
    letter-spacing: 4px;
    line-height: 60px;
    text-transform: uppercase;
    color: #0a0a0a;
    font-weight: 500;
    margin: 5px 0 5px;
}
.icon-box.style1 .icon-box-content .description p {
    font-size: 17px;
    letter-spacing: 0.3px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    margin: 0 auto 0;
    width: 80%;
}

@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);
  }
}



/*================== 03.About-area ======================*/

.section-title {
    position: relative;
    transition: .5s;
    text-align: left;
}
.section-title .subtitle {
    position: relative;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 30px;
    text-transform: uppercase;
    color: #0a0a0a;
    font-weight: 400;
    margin: 0 0 0;
}
.section-title .title {
    font-size: 45px;
    letter-spacing: 9px;
    line-height: 60px;
    text-transform: uppercase;
    color: #0a0a0a;
    font-weight: 500;
    margin: 8px 0 2px;
}
.section-title .title-two {
    font-size: 45px;
    letter-spacing: 9px;
    line-height: 60px;
    text-transform: uppercase;
    color: #0a0a0a;
    font-weight: 100;
    margin: 0 0 28px;
}
.section-title.style1 p {
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    margin: 0 0 0;
    width: 85%;
}

/*counter section style one*/

.single-counter.style-one {
    text-align: left;
    overflow: hidden;
    padding: 25px 0 0;
}
.single-counter.style-one .counter-content span {
    display: inline-block;
    font-size: 40px;
    line-height: 26px;
    color: #0e0e0e;
    font-weight: 700;
    font-family: "Roboto";
}
.single-counter.style-one .counter-content h6 {
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 26px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 400;
    margin: 6px 0 0;
}

/*   Dream-IT Button style 4    */
.dreamit-button.style2 {
    text-align: left;
}
.dreamit-button.style2 a {
    display: inline-block;
    border: none;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    border-radius: 28px;
    background-color: #0e0e0e;
    padding: 13px 30px;
    margin: 0 0 0;
    overflow: hidden;
}
.dreamit-button.style2 a i {
    transform: rotate(-50deg);
    display: inline-block;
    margin-left: 3px;
    transition: .5s;
    font-weight: 900;
}
.dreamit-button.style2 a:hover i {
    transform: rotate(0deg);
}
.dreamit-button.style2 a:hover {
    color: #111111;
}
.dreamit-button.style2 a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    border-radius: 22px 22px 0 0;
    background: #fff;
    transition: .5s;
}
.dreamit-button.style2 a:hover:before {
    width: 100%;
    height: 50%;
}
.dreamit-button.style2 a:after {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    border-radius: 0 0 22px 22px;
    background: #fff;
    transition: .5s;
}
.dreamit-button.style2 a:hover:after {
    width: 100%;
    height: 50%;
}









/*================== 04.design-concept-area ======================*/

/*  section title style2 css start  */

.section-title.style2 {
    text-align: center;
}
.section-title.style2 .subtitle {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 30px;
    text-transform: uppercase;
    color: #0a0a0a;
    font-weight: 400;
    margin: 0;
}
.section-title.style2 h3 {
    font-size: 45px;
    letter-spacing: 9px;
    line-height: 55px;
    text-transform: uppercase;
    color: #0a0a0a;
    font-weight: 500;
    margin: 0;
    padding: 12px 0 0px;
}

.design-concept img {
    width: 100%;
}
.design-concept-two img {
    width: 100%;
}
.design-concept {
    display: inline-block;
    position: relative;
   margin: 50px 0 50px;
   z-index: 1;
}
.design-concept::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    z-index: -1;
    animation: borderMove 2s infinite ease-in-out;
}
.design-concept-two {
    display: inline-block;
    position: relative;
   margin: 50px 0 50px;
   z-index: 1;
}
.design-concept-two::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 0px;
    width: 92%;
    height: 100%;
    border: 1px solid #000000;
    z-index: -1;
    animation: borderMove 2s infinite ease-in-out;
}
@keyframes borderMove {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(5px, 5px);
    }
    100% {
        transform: translate(0, 0px);
    }
}





/*================== 05.Core Values-area ======================*/

.icon-box.style-two {
    display: flex;
    padding: 30px 0 0px 0;
    transition: 0.5s;
    gap: 20px;
}
.icon-box.style-two .icon-number {
    flex-shrink: 0;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.icon-box.style-two .icon-number span {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-color: rgba(14, 14, 14);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 55px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Roboto";
}

.icon-box.style-two .icon-number span:before {
    content: "";
    position: absolute;
    height: 150px;
    width: 1px;
    background: rgba(14, 14, 14, 0.200);
    left: 50%;
    top: -35px;
    z-index: -1;
    transition: .5s;
}
.icon-box.style-two:hover .icon-number span:before {
    background: #111111;
}
/*.icon-box.style3 .icon-box-icon:after {
    content: "";
    position: absolute;
    height: 46px;
    width: 1px;
    background: #fff;
    left: 50%;
    top: 80px;
    z-index: -1;
    transition: .5s;
}
.icon-box.style3:hover .icon-box-icon:after {
    background: #111111;
}
*/
.icon-box.style-two .icon-box-content {
    margin: 12px 0 0;
}
.icon-box.style-two .icon-box-content .title h2 {
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 25px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 600;
    margin: 0 0 9px;
}
.icon-box.style-two .icon-box-content .description p {
    font-size: 17px;
    line-height: 26px;
    color: rgba(14, 14, 14, 0.902);
    font-weight: 400;
    margin: 0 0 0;
}





/*================== 06.Services-area ======================*/

.section-title.style3 {
    text-align: center;
}
.section-title.style3 .subtitle {
    position: relative;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin: 0 0 0;
}
.section-title.style3 .title {
    font-size: 45px;
    letter-spacing: 9px;
    line-height: 55px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin: 10px 0 0px;
}

/*service box style1*/

.service-box.style1 {
    padding: 50px 35px 52px;
    background-color: rgba(255,255,255, 0.071);
    border: 0;
    text-align: left;
    position: relative;
    z-index: 1;
    border-radius: 0;
    margin: 0 0 0;
    transition: .5s;
}
.service-box.style1.icon {
    transition: .5s;
}
.service-box.style1:hover .icon {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.service-box.style1 .service-content h3 {
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    margin: 45px 0 15px;
    transition: .5s;
}
.service-box.style1 .service-content p {
    font-size: 17px;
    letter-spacing: 0.3px;
    line-height: 26px;
    color: rgba(248, 248, 248, 0.602);
    font-weight: 400;
    margin: 0px 0 0;
    transition: .5s;
}





/*================== 07.Experts-area ======================*/

.section-title.style4 .title {
    font-size: 30px;
    letter-spacing: 6px;
    line-height: 25px;
    text-transform: uppercase;
    color: #090909;
    font-weight: 500;
    margin: 0 0 0;
}
.section-title.style4 .description {
    font-size: 17px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    margin: 30px 0 0;
}

.heading.style1 h3 {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 55px;
    text-transform: uppercase;
    color: #090909;
    font-weight: 500;
    margin: 0 0 0;
}
.heading.style1 p {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    margin: 0 0 0;
}
.faq-area {
    border-top: 1px solid rgba(14, 14, 14, 0.502);
    padding: 15px 0px 15px;
}

.faq-area.bt {
    border-bottom: 1px solid rgba(14, 14, 14, 0.502);
}




/*================== 08.Consalting-area ======================*/

.section-title.style5 .title {
    font-size: 38px;
    letter-spacing: 8px;
    line-height: 48px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 500;
    margin: 0 0 0;
}

.section-title.style5 .description {
    font-size: 17px;
    line-height: 25px;
    color: #707070;
    font-weight: 400;
    margin: 19px 0 0;
}

.form-area.quote_form {
    background: #fff;
    padding: 55px 45px;
    border-radius: 0;
    text-align: center;
    position: absolute;
    margin-top: -185px;
    z-index: 1;
}

.form-tittle h4 {
    font-size: 30px;
    letter-spacing: 7px;
    line-height: 26px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 500;
    margin: 0 0 0;
}
.form-tittle p {
    font-size: 15px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    margin: 10px 0 32px;
}
.form-area.quote_form .form-control {
    border-radius: 0px;
    background-color:  rgba(14,14,14,0.051);
    border: 0;
    width: 100%;
    height: 56px;
    padding-left: 25px;
    transition: 0.5s;
    font-size: 17px;
    color: #707070;
    font-weight: 400;
    outline: 0;
}
/*placeholder*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #8e8e8e!important;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #8e8e8e!important;
}
.form-area.quote_form .buttons {
    text-align: center;
}
.form-area.quote_form .buttons input {
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    background-color: #0e0e0e;
    border-radius: 0;
    line-height: 18px;
    width: 100%;
    padding: 13px 50px;
    display: block;
    transition: .5s;
    margin: 10px 0 0;
    border: 0;
}

.heading.style1 h4 {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 55px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: 85px 0 8px;
}
.heading.style1 h4:after {
    position: absolute;
    content: "";
    right: -35px;
    top: 28px;
    width: 944px;
    height: 1px;
    background-color: rgba(14, 14, 14, 0.100);
    z-index: -1;
    transition: .5s;
}

.brand.style1 .brand-item {
    text-align: center;
}
.brand.style1 .owl-carousel .owl-item img {
    display: inline-block !important;
    width: 100%;
}
.brand.style1 .brand-item img {
    width: 85%!important;
    opacity: 1;
    transition: .5s;
    filter: brightness(0);
    margin: 0 115px 0;
}



/*================== 09.Portfolio-area ======================*/



/*========== Portfolio style two==========*/

.portfolio-filter.style_two .filters {
    width: 100%;
    text-align: center;
    margin-bottom: 39px;
}
.portfolio-filter.style_two ul {
    margin: 0;
    list-style: none;
    padding: 28px 0 0;
}
.portfolio-filter.style_two ul li {
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 25px;
    padding: 10px 0;
    cursor: pointer;
    background: #F6F5F5;
    font-size: 15px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 6px 25px;
    font-weight: 500;
    position: relative;
    margin: 45px 20px 7px;
    display: inline-block;
    border-radius: 30px;
}
.portfolio-filter.style_two li.current_menu_item {
    background: #111111;
    color: #fff;
}
.portfolio-filter.style_two .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}
.portfolio-filter.style_two .single-content {
    margin: 20px 20px 25px;
    text-align: center;
}
.portfolio-filter.style_two .port-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.portfolio-filter.style_two .single-content img {
    width: 100%;
    height: 100%;
}

.portfolio-filter.style_two .single-content .prot_content h4 a {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 55px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 400;
    margin: 0;
    transition: .5s;
}








/*================== 10.Feature-area ======================*/

.section-title.style6 {
    text-align: left;
    margin: 0 0 0px;
}
.section-title.style6 h3 {
    font-size: 45px;
    letter-spacing: 9px;
    line-height: 55px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}
.section-title.style6 .description {
    color: rgba(248, 248, 248, 0.502);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 23px 0 0;
}



/* button.style4 css start   */

.dreamit-button.style4 a {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    line-height: 28px;
    border-radius: 28px;
    background-color: rgba(255,255,255,0.2);
    border: 0;
    padding: 13px 30px;
    margin: 19px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.dreamit-button.style4 a i {
    transform: rotate(-50deg);
    display: inline-block;
    margin-left: 3px;
    transition: .5s;
}
.dreamit-button.style4 a:hover i {
    transform: rotate(0deg);
}
.dreamit-button.style4 a:hover {
    color: #111111;
}
.dreamit-button.style4 a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    border-radius: 22px 22px 0 0;
    background: #fff;
    transition: .5s;
}
.dreamit-button.style4 a:hover:before {
    width: 100%;
    height: 50%;
}
.dreamit-button.style4 a:after {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    border-radius: 0 0 22px 22px;
    background: #fff;
    transition: .5s;
}
.dreamit-button.style4 a:hover:after {
    width: 100%;
    height: 50%;
}









/*================== 10.Testi-area ======================*/


/* Style Two */

.testimonial.style2{
    padding: 10px;
}
.testimonial.style2 .testimonial-item {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 115px;
    align-items: center;
}
.testimonial.style2 .icon-thumb {
    /* float: left; */
    flex-shrink: 0;
}
.testimonial.style2 .testi-content .icon img {
    width: 70px;
}
.testimonial.style2 .testimonial-item .quote {
    font-size: 25px;
    line-height: 35px;
    color: #707070;
    font-weight: 500;
    font-style: italic;
    width: 88%;
    margin: 28px 0 42px;
}
.testimonial.style2 .testimonial-item .author img {
    height: 75px;
    width: 75px;
}
.testimonial.style2 .testimonial-item .author .bio .name {
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 25px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 400;
    margin: 30px 0 5px;
}
.testimonial.style2 .testimonial-item .author .bio .designation {
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 25px;
    color: #707070;
    font-weight: 400;
    margin: 0;
}





/*================== 10.Blog-area ======================*/


/*==========Blog Post==========*/

.blog-post.style1 .post-item {
    border: 0;
    background-color: rgba(201,220,222,0);
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    padding: 0;
    margin: 38px 0 0;
}
.blog-post.style1 .post-item:hover {
    transform: translateY(60px);
}
.blog-post.style1 .post-item .post-thumb {
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    line-height: 0;
}
.blog-post.style1 .post-item .post-thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    content: "";
    -webkit-transition: all .10s;
    transition: all .6s;
    z-index: 2;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);
}

.blog-post.style1 .post-item:hover .post-thumb::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);
}
.blog-post.style1 .post-item .post-thumb img {
    overflow: hidden;
    transition: .5s;
    border-radius: 0px;
}
.blog-post.style1 .post-item .categories {
    display: none;
}
.blog-post.style1 .post-item .single_blog_post_content {
    padding: 27px 0 0;
}
.blog-post.style1 .post-item .content .meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #111111;
}
.blog-post.style1 .post-item .date {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    color: #6b6b6b;
    font-weight: 400;
    margin: 0 0 0;
}
.blog-post.style1 .post-item h3.title {
    margin: 0;
}


.blog-post.style1 .post-item h3.title a {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 30px;
    color: #0e0e0e;
    font-weight: 400;
    margin: 15px 0 0;
    transition: .5s;
}


/*hover*/

.blog-post.style1 .post-item:hover .post-thumb img {
    transform: scale(1);
}





/*================== 10.Footer-area ======================*/

.heading.style-2 p {
    font-size: 17px;
    line-height: 26px;
    color: rgba(248, 248, 248, 0.502);
    font-weight: 400;
    margin: 35px 0 0;
}

.social-links.style1 li {
    list-style: none;
    display: inline-block;
    margin-top: 106px;
}
.social-links.style1 ul li a {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 27px;
    line-height: 25px;
    color: #ffffff;
}
.heading.style1 h6 {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;
    margin: 28px 0 13px;
}
ul.item-list.style1 {
    padding: 20px 0 0;
}
ul.item-list.style1 li {
    list-style: none;
}
ul.item-list.style1 li a {
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    color: rgba(248, 248, 248, 0.502);
    font-weight: 400;
    transition: .5s;
    margin: 0 0 19px;
}
ul.item-list.style1 li a:hover {
    color: #ffffff;
}
ul.item-list.style2 li {
    list-style: none;
}
ul.item-list.style2 li a {
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    color: rgba(248, 248, 248, 0.502);
    font-weight: 400;
    transition: .5s;
    margin: 0 0 0px;
}
ul.item-list.style2 li a:hover {
    color: #ffffff;
}
ul.item-list.style2 li:nth-child(2) {
    margin-top: 45px;
}



.heading.style-3 p {
    font-size: 17px;
    line-height: 26px;
    color: rgba(248, 248, 248, 0.502);
    font-weight: 400;
    transition: .5s;
    margin: 0 0 0px;
}
.heading.style-3 p span {
    font-weight: 700;
}
ul.item-list.style3 {
    float: right;
}
ul.item-list.style3 li {
    list-style: none;
    display: inline-block;
}
ul.item-list.style3 li a {
    font-size: 17px;
    line-height: 26px;
    color: rgba(248, 248, 248, 0.502);
    font-weight: 400;
    transition: .5s;
    margin: 0 0 0;
}
ul.item-list.style3 li:nth-child(2) {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 0 38px 0;
}
ul.item-list.style3 li:nth-child(2):before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 16px;
    top: 5px;
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.502);
    transition: .5s;
}
ul.item-list.style3 li:nth-child(2):after {
    position: absolute;
    content: "";
    z-index: -1;
    right: 16px;
    top: 5px;
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.502);
    transition: .5s;
}










/*==============================================================
================================================================
02.HOME 02
================================================================
================================================================*/






/*================== HOME 02.Hero-area 01 ======================*/

.single-slick.style_one .slick-slide {
    min-height: 900px !important;
}
.single-slick.style_one .hero-text-wrap {
    float: right;
    position: relative;
    left: 0;
}
.single-slick.style_one .hero-text-wrap h4 {
    font-size: 65px;
    letter-spacing: 13px;
    line-height: 50px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 700;
    text-align: left;
    margin: 0 0 0;
    animation: 1s 2s fadeInUp both;
}
.single-slick.style_one .hero-text-wrap h1 {
    font-size: 21px;
    letter-spacing: 4px;
    line-height: 22px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 500;
    text-align: left;
    margin: 51px 0 36px;
    animation: 1s 2s fadeInUp both;
}
.single-slick.style_one .hero-text-wrap p {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 30px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 500;
    text-align: left;
    margin: 0px 0 25px;
    font-family: "Roboto", sans-serif;
    animation: 1s 2s fadeInUp both;
}
.single-slick.style_one .hero-text-wrap p span {
    padding: 0 50px 0;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.single-slick.style_one .hero-text-wrap p span:before {
    position: absolute;
    content: "";
    left: 18px;
    width: 100%;
    height: 100%;
    top: 5px;
    background: url(https://wp.ditsolution.net/kitu//wp-content/uploads/2025/03/small-star.png);
    background-repeat: no-repeat;
    z-index: -1;
}
.single-slick.style_one .hero-text-wrap p span:after {
    position: absolute;
    content: "";
    left: 82%;
    width: 100%;
    height: 100%;
    top: 3px;
    background: url(https://wp.ditsolution.net/kitu//wp-content/uploads/2025/03/small-star.png);
    background-repeat: no-repeat;
    z-index: -1;
}
.single-slick.style_one .slider-buttons {
    display: flex !important;
    justify-content: left;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    border-radius: 28px;
    background-color: #0e0e0e;
    border: 1px solid transparent;
    padding: 12px 28px;
    margin: 20px 0 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    box-shadow: none;
    animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn:hover {
    color: #111111;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 21px;
    background: #ffffff;
    transform: scale(0);
    transition: .5s;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn:hover:before {
    transform: scale(1);
}
.single-slick.style_one .hero-text-wrap .btn i {
    margin-left: 5px;
    display: inline-block;
    position: relative;
    transform: rotate(-45deg);
    font-weight: 900;
}
.single-slick.style_one:hover .hero-text-wrap .btn i {
    transform: rotate(0deg);
}
/* slick slider dot */
.slick-slider ul.slick-dots {
    position: absolute;
    right: 15%;
    bottom: 43px;
    list-style: none;
    display: flex;
     animation: 1s 2s fadeInUp both;
}
.slick-slider ul.slick-dots li button {
    position: relative;
    z-index: 1;
    margin: 0 4px;
    display: inline-block;
    background: rgba(14,14,14,0.302);
    color: inherit;
    border: none;
    padding: 3px 37px;
    font: inherit;
    right: 0;
    text-align: center;
    left: 0;
    border-radius: 4px;
    font-size: 0;
    line-height: 0;
}
.slick-slider ul.slick-dots li.slick-active {
    position: relative;
    z-index: 1;
}
.slick-slider ul.slick-dots li.slick-active:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 15px;
    border-radius: 3px;
    height: 6px;
    width: 80px;
    border-radius: 4px;
    background: #0e0e0e !important;
    z-index: 3;
}






/*================== HOME 02.Feature-area 02 ======================*/

.dark .icon-box.style1 .img-icon img {
    filter: brightness(0) invert(1);
}


/*================== HOME 02.About-area 03 ======================*/


/* start skilss*/
.skills {
    position: relative;
    margin-bottom: 25px;
}
.skills .skill-item {
    position: relative;
    margin-bottom: 28px;
}

.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 0px;
}
.skills .skill-item .skill-header .skill-title {
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 26px;
    color: #0e0e0e;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0;
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 26px;
    color: #0e0e0e;
    font-weight: 400;
    top: -25px;
    position: absolute;
    right: 0;
}
.skills .skill-item .skill-bar {
    position: relative;
    background: #dcdcdc;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background-color: rgba(14,14,14,0.149);
}
.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: 6px;
    border-radius: 3px;
    background-color: #0e0e0e;
}
.skills .skill-item .bar.progress-line {
    position: relative;
}

.skills .bar.progress-line:before {
    position: absolute;
    content: "";
    top: -6px;
    right: 0;
    width: 6px;
    height: 15px;
    background-color: transparent;
}

/*dreamit-button style three*/

.dreamit-button.style3 {
    float: left;
}
.dreamit-button.style3 a {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    border-radius: 28px;
    background-color: #0e0e0e;
    border: 1px solid transparent;
    padding: 12px 28px;
    margin: 0px 0 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}
.dreamit-button.style3 a:hover {
    color: #111111;
    border: 1.5px solid transparent;
}
.dreamit-button.style3 a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    border-radius: 22px 22px 0 0;
    background: #fff;
    transition: .5s;
}
.dreamit-button.style3 a:hover:before {
    width: 100%;
    height: 50%;
}
.dreamit-button.style3 a:after {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    border-radius: 0 0 22px 22px;
    background: #fff;
    transition: .5s;
}
.dreamit-button.style3 a:hover:after {
    width: 100%;
    height: 50%;
}
.dreamit-button.style3 a i {
    display: inline-block;
    position: relative;
    transform: rotate(-45deg);
    font-weight: 900;
}
.dreamit-button.style3:hover a i {
    transform: rotate(0deg);
}


/*================== HOME 02.Services2-area 04 ======================*/


/*========== Circular infographic ========== */


.outer-circle {
    position: relative;
    width: 513px;
    height: 514px;
    border-radius: 50%;
    border: 1px solid rgba(14,14,14,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.circle-container {
    position: relative;
    border-radius: 50%;
    width: 354px;
    height: 354px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    animation: zoomIn 1.5s ease-in-out forwards;
}

.center-text {
    position: absolute;
    text-align: center;
    width: 75%;
    transition: opacity 0.3s ease-in-out;
}
.center-text h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 55px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 600;
    margin: 0;
}
.center-text p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 0 0 0;
}
.circle-item {
    position: absolute;
    width: 71px;
    height: 71px;
    background: #111111;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.circle-item img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}
.circle-item:hover {
    transform: scale(1.2);
}
        
/* Positioning icons */

.circle-item:nth-child(1) {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.circle-item:nth-child(2) {
    top: 29%;
    right: -22px;
}
.circle-item:nth-child(3) {
    bottom: 10px;
    left: 115px;
    transform: translateX(-50%);
}
.circle-item:nth-child(4) {
    top: 32%;
    left: -28px;
}
.circle-item:nth-child(5) {
    bottom: 30px;
    right: 55px;
}
 .circle-item:nth-child(6) {
    bottom: 20%;
    left: -5px;
}



/*================== HOME 02.-area 05 ======================*/

.heading.style1 h5 {
    text-align: center;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 55px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin: 72px 0 5px;
}
.heading.style1 h5:before {
    position: absolute;
    content: "";
    left: -10px;
    top: 27px;
    width: 458px;
    height: 1px;
    background-color: rgba(14, 14, 14, 0.200);
    z-index: -1;
    transition: .5s;
}
.heading.style1 h5:after {
    position: absolute;
    content: "";
    right: -5px;
    top: 27px;
    width: 458px;
    height: 1px;
    background-color: rgba(14, 14, 14, 0.200);
    z-index: -1;
    transition: .5s;
}

/*================== HOME 02.Feature-area 06 ======================*/

.brand.style3 .brand-item img {
    width: 84%!important;
    opacity: 1;
    transition: .5s;
    filter: brightness(0);
}




/*================== HOME 02.Blog-area 07 ======================*/

.blog_style_two .single_blog_adn {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 0 0 180px;
}
.blog_style_two .single_blog_adn:hover {
    transform: translateY(60px);
}
.blog_style_two .single_blog_adn .content {
    padding: 27px 0 0;
}
.blog_style_two .single_blog_adn .content .blog-meta-left span {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    color: #6b6b6b;
    font-weight: 400;
    margin: 0 0 0;
}
.blog_style_two .single_blog_adn .content h3.title {
    margin: 0;
}
.blog_style_two .single_blog_adn .content  h3.title a {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 30px;
    color: #0e0e0e;
    font-weight: 400;
    margin: 15px 0 0;
    transition: .5s;
}





/*==============================================================
================================================================
01.HOME 04
================================================================
================================================================*/




/*================== HOME 04.hero-area 01 ======================*/




/*slick slider style two*/
.single-slick.style-two .white-color {
    text-align: center;
}
.single-slick.style-two .hero-text-wrap h4 {
    font-size: 30px;
    letter-spacing: 6px;
    line-height: 80px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 400;
    margin: 0 0 0;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
}
.single-slick.style-two .hero-text-wrap h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-size: 80px;
    letter-spacing: 24px;
    line-height: 90px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 500;
    margin: 0 0 0;
}
.single-slick.style-two .hero-text-wrap p {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 30px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 500;
    margin: 32px 0 25px;
    font-family: "Roboto", sans-serif;
    animation: 1s 2s fadeInUp both;
}
.single-slick.style-two .hero-text-wrap p span {
    padding: 0 50px 0;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.single-slick.style-two .hero-text-wrap p span:before {
    position: absolute;
    content: "";
    left: 18px;
    width: 100%;
    height: 100%;
    top: 5px;
    background: url(https://wp.ditsolution.net/kitu//wp-content/uploads/2025/03/small-star.png);
    background-repeat: no-repeat;
    z-index: -1;
}
.single-slick.style-two .hero-text-wrap p span:after {
    position: absolute;
    content: "";
    left: 82%;
    width: 100%;
    height: 100%;
    top: 3px;
    background: url(https://wp.ditsolution.net/kitu//wp-content/uploads/2025/03/small-star.png);
    background-repeat: no-repeat;
    z-index: -1;
}
.single-slick.style-two .hero-text-wrap a.btn.btn-gradient-one {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    border-radius: 28px;
    background-color: #0e0e0e;
    border: 1px solid transparent;
    padding: 12px 28px;
    margin: 20px 0 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    box-shadow: none;
    animation: 1s 2s fadeInUp both;
}
.single-slick.style-two .hero-text-wrap a.btn.btn-gradient-one:hover {
    color: #111111;
}

.single-slick.style-two .hero-text-wrap a.btn.btn-gradient-one:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 21px;
    background: #ffffff;
    transform: scale(0);
    transition: .5s;
}
.single-slick.style-two .hero-text-wrap a.btn.btn-gradient-one:hover:before {
    transform: scale(1);
}
.single-slick.style-two .hero-text-wrap a.btn.btn-gradient-one i {
    margin-left: 5px;
    display: inline-block;
    position: relative;
    transform: rotate(-45deg);
    font-weight: 900;
}
.single-slick.style-two .hero-text-wrap a.btn.btn-gradient-one:hover i {
    transform: rotate(0deg);
}
.single-slick.style-two .hero-text-wrap .slider-buttons-three a {
    display: inline-block;
    position: relative;
    transform: rotate(90deg);
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    top: 220px;
    box-shadow: none;
    border: 0;
}


.section-title.style8 {
    text-align: left;
}
.section-title.style8 .subtitle {
    position: relative;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 25px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 400;
    text-align: center;
    margin: 0 0 20px;
}
.section-title.style8 .title {
    font-size: 55px;
    letter-spacing: 17px;
    line-height: 65px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 500;
    margin: 0 0 28px;
}
.section-title.style8 .description {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    margin: 17px auto 0;
}


/*================== HOME 04.SO WHY KITU-area 02 ======================*/


/*style seven*/

.section-title.style7 {
    text-align: center;
}
.section-title .subtitle {
    position: relative;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 30px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 400;
    margin: 0 0 0px;
}
.section-title.style7 .title {
    font-size: 45px;
    letter-spacing: 9px;
    line-height: 55px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 400;
    margin: 0px 0 0;
}
.section-title.style7 .description {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    padding: 0px 0 0;
    margin: 0;
}


/*================== HOME 04.testi-area 03 ======================*/

.heading.style-2 h3 {
    font-size: 45px;
    letter-spacing: 9px;
    line-height: 35px;
    color: #0e0e0e;
    font-weight: 500;
    margin: 0 0 38px;
    text-align: center;
}
.testimonial.style3 .testimonial-item {
    text-align: center;
    padding: 105px 0 0px;
}
.testimonial.style3 .testimonial-item p.quote {
    font-size: 25px;
    line-height: 35px;
    color: #707070;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    width: 70%;
    margin: 0 auto 58px;
}

.testimonial.style3 .testimonial-item .reviews_rating .testi-star i {
    color: #fec574c4;
    margin: 5px;
}
.testimonial.style3 .testimonial-item .reviews_rating .testi-star i:last-child {
    color: transparent;
    -webkit-text-stroke: 1px  #fec574c4;
}

.testimonial.style3 .testimonial-item h4.name {
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 25px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 400;
    margin: 10px 0 0;
}
.testimonial.style3 .testimonial-item h5.designation {
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 25px;
    color: #707070;
    font-weight: 400;
    margin: 5px 0 0;
}


 /*dots*/

.testimonial.style3 .owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.testimonial.style3 .owl-dot.active {
    transform: scale(1);
    border: 1px solid #152024;
    border-radius: 50%;
}
.testimonial.style3 .owl-dot {
    background: url('https://wp.ditsolution.net/kitu//wp-content/uploads/2025/04/testi-author1.png');
    width: 70px;
    height: 70px;
    display: inline-block;
    margin: 0 14px 0;
    border-radius: 50%;
    background-repeat: no-repeat;
    border: 1px solid transparent;
}
.testimonial.style3 .owl-dot:nth-child(2) {
    background: url('https://wp.ditsolution.net/kitu//wp-content/uploads/2025/04/testi-author2.png');
    background-repeat: no-repeat;
}
.testimonial.style3 .owl-dot:nth-child(3) {
    background: url('https://wp.ditsolution.net/kitu//wp-content/uploads/2025/04/testi-author3.png');
    background-repeat: no-repeat;
}
.testimonial.style3 .owl-dot:nth-child(4) {
    background: url('https://wp.ditsolution.net/kitu//wp-content/uploads/2025/04/testi-author4.png');
    background-repeat: no-repeat;
}

.testimonial.style3 .owl-dot:nth-child(4) {
    background: url('https://wp.ditsolution.net/kitu//wp-content/uploads/2025/04/testi-author5.png');
    background-repeat: no-repeat;
}






/*==============================================================
================================================================
01.HOME 04
================================================================
================================================================*/





/*================== HOME 05.hero-area 01 ======================*/


.dreamit-slick-slider .single-slick.one.three.align-items-center {
    position: relative;
}
.dreamit-slick-slider .single-slick.one.three .white-color {
    text-align: center;
}
.dreamit-slick-slider .single-slick.one.three .hero-text-wrap h1 {
    font-size: 55px;
    letter-spacing: 17px;
    line-height: 65px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    font-family: "Roboto";
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    margin: 0 0 0;
}

.dreamit-slick-slider .single-slick.one.three .hero-text-wrap p {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin: 0px 0 35px;
    font-family: "Roboto", sans-serif;
    animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .single-slick.one.three .hero-text-wrap .slider-buttons {
    margin: 51px 0 0;
}
.dreamit-slick-slider .single-slick.one.three .hero-text-wrap .btn {
    padding: 13px 25px;
    background: rgba(255,255,255,0.302);
    display: inline-block;
    border-radius: 28px;
    border: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    box-shadow: none;
}
.dreamit-slick-slider .single-slick.one.three .hero-text-wrap a.btn.two {
    background: #fff;
    color: #0e0e0e;
    margin-left: 15px;
    transition: .5s;
}
.dreamit-slick-slider .single-slick.one.three .hero-text-wrap a.btn.two:hover {
    color:  #fff;
}
.dreamit-slick-slider .single-slick.one.three .hero-text-wrap .btn i {
    font-size: 14px;
    font-weight: 900;
    display: inline-block;
    position: relative;
    transition: .5s;
    transform: rotate(-45deg);
}
.dreamit-slick-slider .single-slick.one.three .hero-text-wrap .btn:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #101010;
    border-radius: 5px;
    transition: .5s;
}

.dreamit-slick-slider .single-slick.one.three .hero-text-wrap .btn:hover:after {
    width: 100%;
    left: 0;
}

.dreamit-slick-slider .single-slick.one.three .hero-text-wrap p span {
    padding: 0 50px 0;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.dreamit-slick-slider .single-slick.one.three .hero-text-wrap p span:before {
    position: absolute;
    content: "";
    left: 18px;
    width: 100%;
    height: 100%;
    top: 5px;
    background: url(https://wp.ditsolution.net/kitu//wp-content/uploads/2025/03/small-star.png);
    background-repeat: no-repeat;
    z-index: -1;
    filter: brightness(0) invert(1);
}
.dreamit-slick-slider .single-slick.one.three .hero-text-wrap p span:after {
    position: absolute;
    content: "";
    left: 82%;
    width: 100%;
    height: 100%;
    top: 3px;
    background: url(https://wp.ditsolution.net/kitu//wp-content/uploads/2025/03/small-star.png);
    background-repeat: no-repeat;
    z-index: -1;
    filter: brightness(0) invert(1);
}



/*================== HOME 05.Team-area 02 ======================*/

/*==========Team Style 01==========*/

.team.style1 {
    background-color: transparent;
    padding: 0px 0px 0px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: 0px;
    overflow: hidden;
}

.team.style1 .image {
    position: relative;
    z-index: 1;
    transition: .5s;
    line-height: 0;
}
.team.style1 .image img {
    width: 100%;
}
.team.style1 .image:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: rgba(14, 14, 14, 0.302);
    transition: .5s;
}
.team.style1 .image:hover:before {
    width: 100%;
}
.team.style1 ul.social-icon {
    list-style: none;
    text-align: center;
    position: absolute;
    top: 20px;
    right: -40px;
    transition: .5s;
    z-index: 1;
}
.team.style1:hover ul.social-icon {
    right: 20px;
}
.team.style1 ul.social-icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.051);
    border: 1px solid #ffffff;
    font-size: 16px;
    letter-spacing: 3px;
    color: #ffffff;
    margin: 0 0 10px;
}
.team.style1 .content {
    margin: 27px 0 0;
}
.team.style1 .bio .name {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 25px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 500;
    margin: 0 0 0;
}
.team.style1 .bio .designation {
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 30px;
    color: #707070;
    font-weight: 400;
    margin: 0px 0 0;
}




/*================== HOME 05.Contact-area 03 ======================*/

/*section-title.style10 */

.section-title.style10 {
    text-align: left;
}
.section-title.style10 h2 {
    font-size: 60px;
    letter-spacing: 12px;
    line-height: 45px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 500;
    margin: 0 0 27px;
}
.section-title.style10 h2 span {
    font-weight: 300;
}
.section-title.style10 p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #707070;
    font-weight: 400;
    margin: 0 0 0;
}


.icon-box.style3 {
    position: relative;
    display: flex;
    gap: 22px;
    transition: 0.5s;
}
.icon-box.style3 .icon-box-icon {
    transition: 0.5s;
    display: inline-block;
}

.icon-box.style3 .icon-box-icon .icon i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    background-color: #0e0e0e;
    font-size: 25px;
    color: #ffffff;
}
.icon-box.style3 .icon-box-content .title {
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    font-weight: 500;
    margin: 0px 0 0;
}
.icon-box.style3 .icon-box-content .description {
    font-size: 18px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    margin: 8px 0 0;
}

.social-links.style2 ul {
    list-style: none;
    position: absolute;
    top: -27px;
    left: 61px;
}
.social-links.style2 ul li {
    display: inline-block;
    padding: 0 3px 0;
}
.social-links.style2 ul li a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.051);
    font-size: 16px;
    color: #0e0e0e;
    border: 1px solid rgba(14,14,14,0.5);
    margin: 0 0 10px;
}


.form-area.quote_form-two {
    background: #f8f8f8;
    padding: 90px 30px 68px;
}
.form-area.quote_form-two .form-control {
    font-size: 17px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    width: 100%;
    height: 56px;
    border: 0;
    border-radius: 0;
    background-color: rgba(14,14,14,0.051);
    transition: 0.5s;
}
.form-area.quote_form-two textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    width: 100%;
    height: 180px;
    background-color: rgba(14,14,14,0.051);
    transition: 0.5s;
    border: 0;
    border-radius: 0;
    transition: .5s;
}
.form-area.quote_form-two .buttons input {
    border-radius: 0;
    background-color: #0e0e0e;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    padding: 12px 45px;
    display: inline-block;
    transition: .5s;
    margin: 25px 0 0;

}
/*.form-area.quote_form-two .buttons input:hover {
    background: #fff;
    color: #0e0e0e;
}*/
.form-area.quote_form-two .buttons i {
    position: relative;
    left: -40px;
    top: 0;
    color: #fff;
    transform: rotate(-45deg);
    display: inline-block;
}
.form-area.quote_form-two .buttons:hover i {
    transform: rotate(0deg);
}







/*==============================================================
================================================================
INNER PAGE
================================================================
================================================================*/




/*================== Inner Page:01-About 01 ======================*/


.section-title.style2 p {
    font-size: 17px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    text-align: center;
    margin: 38px 0 0;
}

/*style seven*/

.dreamit-button.style7 .btn_button{
     position: relative;
}
.dreamit-button.style7 .dreamit-button a {
    display: inline-block;
    background: transparent;
    border-radius: 27px;
    border: 1px solid rgba(14,14,14,0.8);
    padding: 8px 30px;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 35px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.dreamit-button.style7 .dreamit-button a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 100%;
     width: 100%;
    background: #0e0e0e;
    border-radius: 27px;
    z-index: -1;
    transition: .5s;
    transform: scale(0);
}
.dreamit-button.style7 .dreamit-button a:hover:after{
    transform: scale(1);
} 
.dreamit-button.style7 .dreamit-button a:hover {
    color: #fff;
} 
.dreamit-button.style7 .dreamit-button .button i {
    display: inline-block;
    transform: rotate(-45deg);
}
.dreamit-button.style7 .dreamit-button .button:hover i {
    transform: rotate(0deg);
}


/*================== Inner Page:02-Services 01 ======================*/


.dark .outer-circle {
    border: 1px solid rgba(255,255,255,0.15);
}
.dark .circle-item {
    border: 2px solid transparent;
    background: rgba(255,255,255,0.102);
}
.dark .circle-item:hover img {
    filter: brightness(0) invert(1);
}
.dark .circle-container {
    background: rgba(255,255,255,0.031);
}
.dark .center-text h3 {
    color: #fff;
}


/*================== Inner Page:03-contact 02 ======================*/

/*       service box css start       */

.service-box.style3 {
    padding: 0;
    background-color: transparent;
    border: none;
    text-align: center;
    position: relative;
    z-index: 1;
}

.service-box.style3 .service-box-number {
    font-size: 26px;
    line-height: 50px;
    color: #111111;
    font-weight: 600;
    padding: 0;
}

.service-box.style3 .service-box-icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #0e0e0e;
    border: 0;
    transition: .5s;
}
.service-box.style3 .service-box-icon::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #fff;
    border: 1px solid #0e0e0e;
    transition: .5s;
    z-index: -1;
    transform: scale(0);
}
.service-box.style3:hover .service-box-icon::before {
    transform: scale(1);
}
.service-box.style3 .service-box-icon i {
    color: #fff;
}
.service-box.style3:hover .service-box-icon i {
    color: #0e0e0e;
}
.service-box.style3 .content {
    margin: 30px 0 0px;
}
.service-box.style3 .service-box-title h3 {
    font-size: 26px;
    line-height: 50px;
    color: #041424;
    font-weight: 700;
    margin: 0;
}
.service-box.style3:hover .service-box-title h3 {
    color: #fff;
}
.service-box.style3 p.description {
    transition: .5s;
    font-size: 16px;
    color: #686868;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.service-box.style3 .service-btn a {
    padding: 0;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    margin-top: 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: none;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 45px;
    color: #0e0e0e;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.service-box.style3:hover .service-btn a {
    border: none;
}
.service-box.style3 .service-btn a i {
    font-size: 9px;
    font-weight: 700;
    display: inline-block;
    transform: rotate(90deg);
}


/*================== Inner Page:04-Ajax Grid ======================*/


.portfolio-filter.style_one.style_four  .content .grid-item .single-content {
    padding: 0 12px 0;
}


.section-title.style11 {
    text-align: center;
}
.section-title.style11 .subtitle {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.section-title.style11 h2 {
    font-size: 45px;
    letter-spacing: 9px;
    line-height: 55px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding: 28px 0 0px;
}
.section-title.style11 p {
    font-size: 17px;
    line-height: 26px;
    color: #f8f8f8;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    margin: 28px 0 0;
}

/*================== Inner Page:05-Wide ======================*/


.portfolio-filter.style_one.style_five .filters {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    top: -150px;
    z-index: 2;
}
.portfolio-filter.style_one.style_five ul li {
    color: #fff;
}
.portfolio-filter.style_one.style_five li.current_menu_item {
    border-bottom: 2px solid  #fff;
}
.portfolio-filter.style_one.style_five  .content .grid-item .single-content {
    margin: 0;
}
.portfolio-filter.style_one.style_five .port-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
    z-index: 1;
    transition: .5s;
    padding: 0;
}

.portfolio-filter.style_one.style_five .port-thumb:before {
    content: '';
    position: absolute;
    background: rgba(24, 24, 24, 0.800);
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}
.portfolio-filter.style_one.style_five .port-thumb:hover:before{
    height: 100%;
}
.portfolio-filter.style_one.style_five .port-thumb img {
    width: 100%;
}
.portfolio-filter.style_one.style_five .single-content .prot_content {
    position: absolute;
    padding: 0;
    transition: 0.5s;
    bottom: 0%;
    z-index: 2;
    left: 0;
    right: 0;
    opacity: 0;
}
.portfolio-filter.style_one.style_five .single-content:hover .prot_content {
    bottom: 50%;
    opacity: 1;
}

.portfolio-filter.style_one.style_five .content .grid-item .prot_content h4 a {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin: 0 0 0;
}


/*================== Inner Page:05-Mixed ======================*/

.portfolio-filter.style_one.style_six  .single-content {
    padding: 0 35px 0;
}
.portfolio-filter.style_one.style_six .single-content .port-thumb {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 0;
}
.portfolio-filter.style_one.style_six .single-content .port-thumb:before {
    position: absolute;
    content: "";
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0px;
    background: rgba(14, 14, 14, 0.502);
    transform: scale(0);
    transition: .5s;
}
.portfolio-filter.style_one.style_six .single-content:hover .port-thumb:before {
    transform: scale(1);
}

.portfolio-filter.style_one.style_six .single-content .port-thumb img {
    width: 100%;
}
.portfolio-filter.style_one.style_six .single-content .Portfolio-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
    z-index: 11;
    opacity: 0;
    transition: .5s;
}
.portfolio-filter.style_one.style_six .single-content:hover .Portfolio-button {
    bottom: 50%;
    opacity: 1;
}
.portfolio-filter.style_one.style_six .single-content .Portfolio-button a.button-one {
    position: relative;
    z-index: 1;
    transition: .5s;
    background: #fff;
    padding: 13px 20px;
    border-radius: 20px;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 0;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 500;
    margin-right: 10px;
}
.portfolio-filter.style_one.style_six .single-content .Portfolio-button a.button-two {
    position: relative;
    z-index: 1;
    transition: .5s;
    background: #fff;
    padding: 13px 20px;
    border-radius: 20px;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 0;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 500;
    margin-left: 10px;
}



/*================== Inner Page:05-Shapes ======================*/



/*service-box.style4*/


.service-box.style4 {
    padding: 0;
    background-color: transparent;
    text-align: left;
    position: relative;
    z-index: 1;
}
.service-box.style4 .service-box-icon {
   display: none;
}
.service-box.style4 .single-image {
    line-height: 0;
}
.service-box.style4 .single-image img {
    width: 100%;
}
.service-box.style4 .service-content {
    padding: 40px 0 0;
}
.service-box.style4 .service-content .service-box-title h3 {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 25px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 400;
    transition: .5s;
    margin: 0px 0 0;
}
.service-box.style4 .service-content p.description {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    margin: 10px 0 0;
}

.my-image-carousel.style-one .owl-nav {
    justify-content: space-between;
    display: flex;
    padding: 0 40px;
    position: relative;
    top: -318px;
}
.my-image-carousel.style-one .owl-nav button.owl-prev i {
    font-size: 40px;
    font-weight: 700;
}
.my-image-carousel.style-one .owl-nav button.owl-next i {
    font-size: 40px;
    font-weight: 700;
}

.heading.style-3 h5 {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 30px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 400;
    text-align: left;
    margin: 0 0 0;
}
.heading.style-3 h6 {
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    border-bottom: 1px solid rgba(14, 14, 14, 0.200);
    padding: 0 0 10px;
    margin: 0 0 0;
    display: flex;
    justify-content: space-between;
}

.heading.style-2 h4 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 25px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 400;
    margin: 0 0 35px;
}


/*service-box.style5 */

.service-box.style5 {
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: 0 4px 0;
}
.service-box.style5 .single-image {
    line-height: 0;
}
.service-box.style5 .single-image img {
    width: 100%;
}
.service-box.style5 .content {
    text-align: center;
    margin: 32px 0 0;
}
.service-box.style5 .service-box-title h3 {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 25px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 400;
    margin: 0;
}




/*================================ Inner Page:06-Pricing tab ==================================*/


/*=============Pricing Tab Table Style One==============*/


.pricing_single_items.style_one {
    background: #fff;
    padding: 55px 0px 55px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.pricing_single_items.style_one .price_item_inner_center {
    background: #fff;
    padding: 0 0px;
}
 .container{
    max-width:1320px!important;
    padding:0 10px;
    margin:auto;
}
.pricing_single_items.style_one:hover:before {
    height: 100%;
    width:100%;
}
.pricing_area.style_one .price_item_inner {
    padding: 43px;
    background: rgba(14,14,14, 0.102);
    margin: 35px 0 32px;
}
.pricing_area.style_one .tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}
.pricing_area.style_one .tabs {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #F6F4F5;
    padding: 5px 9px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.pricing_area.style_one .tabs li {
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.pricing_area.style_one .tabs li a {
    outline: none;
    padding: 2px 18px;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    color: #062462;
    font-weight: 500;
    display: inline-block;
    border-radius: 20px;
}
.pricing_area.style_one .tabs_item {
    display: none;
    padding: 37px 0;
}
.pricing_area.style_one h2#price-yearly {
    margin: 0;
}
.pricing_area.style_one .tabs_item:first-child {
    display: block;
}
.pricing_area.style_one li.current a {
    background: #d9232b!important;
    color: #fff;
}
.pricing-body.style_one {
    text-align: left;
    padding: 0 50px;
}
.pricing_area.style_one ul.features li img {
    margin-right: 7px;
}
.pricing_area.style_one .thumb {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background-color: #062462;
    line-height: 124px;
    text-align: center;
    margin-right: 23px;
    transition: .5s;
}
.pricing_area.style_one .top-title {
    width: 0;
    height: 0;
    color: #fff;
    transform: rotate(0deg);
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.pricing_area.style_one .bootmp {
    transition: 0.4s;
    font-size: 20px;
    color: #707070;
    font-weight: 400;
    text-transform: lowercase;
    margin: 0 0 0;
}
 
.pricing_area.style_one h2#price-monthly {
    margin: 0 0 0;
}
.pricing_area.style_one span.month_inner {
    display: block;
    line-height: 0;
    margin: 15px 0 0;
}
.pricing_area.style_one .pricing-toggle p.tab-subtitle {
    font-size: 17px;
    line-height: 26px;
    color: #707070;
    font-weight: 500;
    text-align: center;
    margin: 22px 0 16px;
}
.pricing_area.style_one .tab_content h4 {
    font-size: 25px;
    line-height: 26px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 500;
    padding: 0 0 0;
    margin: 0;
}
.pricing_area.style_one h3.pricing-plan {
    font-size: 20px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    margin: 10px 0 0;
}
.pricing_area.style_one p.description {
    padding-top: 0;
    margin: 0px auto 0;
}
.pricing_area.style_one ul.features li {
    list-style: none;
    font-size: 18px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
    margin: 0 0 15px;
}
.pricing_area.style_one span.curencyp ,
.pricing_area.style_one span.tk {
    font-size: 60px;
    line-height: 26px;
    color: #0e0e0e;
    font-weight: 500;
    font-family: "Roboto";
    margin: 0;
}
.pricing_area.style_one ul.features li i {
    font-size: 18px;
    color: #0e0e0e;
    padding: 0 4px 0 0;
}
.pricing_area.style_one ul.features li img {
    position: relative;
    top: 3px;
}
.pricing_area.style_one ul.features li:nth-child(7){
    font-size: 20px;
    color: #041341;
    font-weight: 700;
    margin: 18px 0 18px;
}
.pricing_area.style_one .pricing-btn a {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    border-radius: 26px;
    background-color: #0e0e0e;
    padding: 10px 40px;
    margin: 15px 0 0;
}
.pricing_area.style_one .pricing-btn a:hover {
    background: rgba(14,14,14, 0.102);
    color: #0e0e0e;
}
.pricing_area.style_one .pricing-btn.two a {
    padding: 12px 59px;
    transition: 0.5s;
    display: block;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #041424;
    font-weight: 600;
    border-radius: 25px;
    background-color: rgba(4, 20, 36, 0.10196078431372549);
    padding: 12px 43px;
    margin-bottom: 0px;
}
.pricing_area.style_one .pricing-btn.two a:hover{
    background-image: linear-gradient(90deg, #3513f9 0%, #1a90ff 100%);
    color:#fff;
}
.pricing_area.style_one .pricing-btn a i {
    margin-left: 6px;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 6px;
}
.pricing_area.style_one .pricing-toggle-filter {
    justify-content: center;
    width: 260px;
    height: 60px;
    border-radius: 30px;
    background-color: rgba(4, 20, 36, 0.0784313725490196);
    align-items: center;
    padding-top: 14px;
}
.pricing_area.style_one .pricing-toggle {
    display: inline-block;
    position: relative;
    text-align: center;
    justify-content: center;
    position: relative;
    top: 0;
    border-radius: 30px;
}
.pricing_area.style_one .pricing-toggle span {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 25px;
    color: #0e0e0e;
    font-weight: 600;
}
.pricing_area.style_one .switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 47px;
    border: 1px solid#C2C9C1;
    border-radius: 30px;
    background: rgba(14, 14, 14, 0.200);
}
.pricing_area.style_one .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.pricing_area.style_one .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    border-radius: 10px;
}
.pricing_area.style_one .slider:before {
    position: absolute;
    content: "";
    height: 45px;
    width: 45px;
    left: 0;
    bottom: 0;
    background-color: #0e0e0e;
    transition: 0.4s;
    border-radius: 50%;
}
 input:checked + .slider {

}
 input:checked + .slider:before {
    transform: translateX(43px);
    background-color:#da242b;
}
.software-price-title .section-title.style16 .description {
    width: 47%;
}

/*price-dark*/

.price-dark .pricing_single_items.style_one {
    background: #353A34;
}
.price-dark .pricing_single_items.style_one .price_item_inner_center {
    background: #1E1E1E;
}

.mphb-calendar.mphb-datepick.inlinePicker.is-datepick {
    width: 100%!important;
}
.datepick-month {
    float: left;
    width: 26.4em;
}












/*============================ Dark Version ================================= */

/*==================Home 1======================= */
.dark .heading.style1 h2 span ,
.dark .single-slick.style_one .hero-text-wrap p span:before,
.dark .single-slick.style_one .hero-text-wrap p span:after {
    filter: brightness(0) invert(1);
}
.dark .icon-box.style1 .img-icon img {
    filter: brightness(0) invert(1);
}
.dark .design-concept-two::after {
    border: 1px solid rgba(255,255,255, 0.200);
}
.dark .design-concept::after {
    border: 1px solid rgba(255,255,255, 0.200);
}
.dark .icon-box.style-two .icon-number span:before {
    display: none;
}
.dark .faq-area {
    border-top: 1px solid rgba(255, 255, 255, 0.200);
}
.dark .form-tittle h4 {
    color: #fff;
}
.dark .form-area.quote_form {
    background: #161616;
}
.dark .form-area.quote_form .form-control {
    background-color: rgba(255,255,255,0.051);
}
.dark .form-area.quote_form .buttons input {
    background-color: rgba(255,255,255,0.1);
}
.dark  .brand.style1 .brand-item img {
    filter: brightness(0) invert(1);
}
.dark .heading.style1 h4:after {
    background-color: rgba(255,255,255, 0.200);
}


/*==================Home 2======================= */

.dark2 .heading.style1 h2 span {
    filter: brightness(0) invert(1);
}
.dark2 .single-slick.style_one .hero-text-wrap p span:before {
    filter: brightness(0) invert(1);
}
.dark2 .single-slick.style_one .hero-text-wrap p span:after {
    filter: brightness(0) invert(1);
}
.dark2 .slick-slider ul.slick-dots li.slick-active:before {
    background: #fff !important;
}
.dark2 .slick-slider ul.slick-dots li button {
    background: rgba(255,255,255,0.302);
}


/*==================Home 3======================= */

.dark2 .single-slick.style-two .hero-text-wrap p span:before {
    filter: brightness(0) invert(1);
}
.dark2 .single-slick.style-two .hero-text-wrap p span:after {
    filter: brightness(0) invert(1);
}
.dark2 .slick-slider ul.slick-dots li.slick-active {
    display: none;
}
/*==================Home 4======================= */
.dark .icon-box.style4 .icon-box-icon .img-icon img {
    filter: brightness(0) invert(1);
}
.dark .form-area.quote_form-two {
    background: #0e0e0e;
}
.dark .form-area.quote_form-two .form-control {
    background-color: #161616;
}
.dark .form-area.quote_form-two textarea.wpcf7-form-control.wpcf7-textarea {
    background-color: #161616;
}
.dark