


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


/*   about css start   */

.about-exprnc-shape-html {
    background: #0B59DB;
    padding: 27px 36px 23px 36px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about-exprnc-shape-html:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 122px;
    background: #1164ED;
    transition: .5s;
    border-radius: 0 0 80px 80px;
}
.about-exprnc-shape-html h1 {
    font-size: 56px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Rajdhani";
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 0 10px 0;
}
.about-exprnc-shape-html h1:before {
    position: absolute;
    content: "";
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: .5s;
}
.about-exprnc-shape-html h4 {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Rajdhani";
    text-align: center;
    padding: 20px 0 0 0;
}



/* Line Css */

.title-lines .section-title.style2{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.title-lines .section-title.style2::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #DBE0E7;
    overflow: hidden;
}
.title-lines .section-title.style2::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 35px;
    bottom: 0;
    left: 0;
    background: #111111;
    -webkit-animation: moveLeftRight 20s linear infinite;
    animation: moveLeftRight 20s linear infinite;
    overflow: hidden;
}
@-webkit-keyframes moveLeftRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

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

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








/*       case study style 3 css start       */

.cases-study-content-f {
    position: relative;
    bottom: 62px;
}
.case-study.style4 .single_case_study .cases-study-content-inner {
    padding: 26px 0 21px 30px;
    position: relative;
    background-color: #fff;
    width: 75%;
    left: 0;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 10px 50px 0 rgba(175, 189, 199, 0.2);
    display: flex;
    align-items: center;
    transition: .3s;
    z-index: 1;
}
.case-study.style4 .single_case_study:hover .cases-study-content-inner {
    border-radius: 0 0 5px 0;
}
.case-study.style4 .single_case_study .cases-study-content-inner:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    transition: .3s;
    height: 100%;
    width: 6px;
    background: #111111;
}
.case-study.style4 .case-study-thumb img {
    width: 100%;
    border-radius: 10px;
    position: relative;
    transition: .5s;
    z-index: 1;
}
.case-study.style4 .case-study-thumb:before {
    background: rgba(12,89,215,0.30);
    position: absolute;
    content: "";
    z-index: 2;
    left: 0;
    top: 0;
    transition: .5s;
    height: 0;
    width: 100%;
    border-radius: 10px;
}
.case-study.style4 .single_case_study:hover .case-study-thumb:before {
    height: 100%;
    bottom:0;
}
.case-study.style4 .single_case_study .em-case-study-button a {
    display: block;
    font-size: 12px;
    color: #fff;
    background-color: #0c59d7;
    padding: 0;
    border-radius: 40px 40px 40px 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
}
.case-study.style4 .single_case_study .em-case-study-button {
    text-align: center;
    background: transparent;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    position: absolute;
    right: -44px;
    top: -45px;
    opacity: 0;
    transition: .5s;
    padding: 0;
}
.case-study.style4 .single_case_study:hover .em-case-study-button {
    opacity: 1;
    transition: .5s;
}
.case-study.style4 .single_case_study .cases-study-contents h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 5px;
    display: inline-block;
    padding: 0;
}
.case-study.style4 .single_case_study .cases-study-contents h2 a {
    margin: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .3s;
    font-size: 24px;
    line-height: 28px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
}
.case-study.style4 .single_case_study .cases-study-contents h2 a:hover {
    color: #111111;
}
.case-study.style4 .single_case_study .case_category span {
    font-size: 76px;
    font-weight: 700;
    font-family: "Rajdhani";
    top: 8px;
    transition: .3s;
    position: relative;
    margin: 0 15px 0 0;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #DADDDF;
}
.case-study.style4 .single_case_study:hover .case_category span {
    -webkit-text-stroke-color: #111111;
}
.port_dtl_social i {
    color: #fff;
}
.case_study_carousel_four.owl-theme .owl-dots .owl-dot.active span {
    background: #111111;
}
.case_study_carousel_four.owl-theme .owl-dots .owl-dot:hover span {
    background: #111111;
}
.case_study_carousel_four.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 5px;
}

/*       work process style 4 css start       */

.work_progress.style4 {
    padding: 0 50px;
    position: relative;
    text-align: center;
}
.work-process.style4 .icon {
    position: relative;
}
.work_progress.style4 .work_progress-number {
    position: absolute;
    left: 20%;
    top: 10%;
    z-index: 1;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background-color: #111111;
    transition: .5s;
}
.process-style4-shap-two .work_progress.style4 .work_progress-number {
    position: absolute;
    left: 20%;
    top: 38%;
}
.work_progress.style4 .icon img {
    border: 2px dashed #111111;
    border-radius: 100%;
    padding: 10px;
    transition: .5s;
}
.work_progress.style4:hover .icon img {
    animation: rotateme-img 20s linear infinite;
}
@keyframes rotateme-img {
    from {
        transform: rotate(0deg);
        }
    to {
        transform: rotate(360deg);
        }
}

.process-style4-shap-one {
    position: relative;
    transition: .5s;
}
.process-style4-shap-one::before {
    position: absolute;
    content: '';
    right: -80px;
    top: 90px;
    width: 139px;
    transition: .5s;
    height: 26px;
    background-repeat: no-repeat;
    background-image: url(https://wp.ditsolution.net/kitu/wp-content/uploads/2023/12/it-solution-work-shape-1.png);
}
.process-style4-shap-two::before {
    position: absolute;
    content: '';
    right: -80px;
    top: 90px;
    width: 139px;
    height: 26px;
    transition: .5s;
    background-repeat: no-repeat;
    background-image: url(https://wp.ditsolution.net/kitu/wp-content/uploads/2023/12/it-solution-work-shape-2.png);
}
.work_progress.style4 .title {
    font-size: 23px;
    color: #fff;
    margin: 20px 0 10px;
    transition: .5s;
}
.work_progress.style4 p.description {
    opacity: 0.502;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Nunito";
    text-align: center;
    transition: .5s;
}

/*       video box style 4 css start       */

.single-video.style-four .video-icon a {
    background: #111111;
    height: 70px;
    width: 70px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 70px;
    color: #fff;
    font-size: 18px;
    position: relative;
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: .5s;
    z-index:1;
}
.single-video.style-four .video-vemo-icon.venobox.vbox-item {
    color: #fff;
}
.single-video.style-four .video-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
}



/*       icon box style 8 css start       */

.icon-box.style8 {
    background: #fff;
    padding: 27px 20px 26px 27px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.icon-box.style8::before {
    position: absolute;
    content: '';
    left:0;
    bottom: 0;
    width: 100%;
    height:0;
    transition: 0.4s;
    background: #111111;
    z-index:-1;
}
.icon-box.style8:hover::before {
    height: 100%;
}
.icon-box.style8 .icon {
    color: #111111;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border: 2px solid #111111;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    margin: 0 20px 0 0;
    transition: 0.5s;
}
.icon-box.style8:hover .icon {
    color: #fff;
    border: 2px solid #fff;
}
.icon-box.style8 .icon-box-content h4 {
    font-size: 18px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
    margin: 0;
    padding: 0 0 11px 0;
    transition: 0.5s;
}
.icon-box.style8:hover .icon-box-content h4 {
    color: #fff;
}
.icon-box.style8 p.description {
    font-size: 26px;
    color: #0c59d7;
    font-weight: 600;
    font-family: "Rajdhani";
    margin: 0;
    padding: 0;
    transition: 0.5s;
}
.icon-box.style8:hover p.description {
    color: #fff;
}
.icon-box8 .icon-box.style8 {
    background: #fff;
    padding: 30px 20px 29px 27px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
    filter: drop-shadow(0px 10px 10px rgba(207,218,235,0.2));
    background-color: #ffffff;
    border: 1px solid #0c59d7;
}
.icon-box8 .icon-box.style8 .icon i {
    font-size: 24px;
}




/*  accordion style 3 css start  */

.accordion.style3 .my-accordion li {
    position: relative;
    margin-bottom: 0;
    list-style: none;
    z-index: 1;
    background: inherit;
    border-radius: 0;
    border-bottom: 1px solid #334664;
}
.accordion.style3 .my-accordion li:last-child {
    border-bottom: none;
}
.accordion.style3 .my-accordion li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: inherit;
    border: none;
}
.accordion.style3 .my-accordion a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    background: inherit;
    padding: 15px 20px 15px 0;
    z-index: 1;
    border-bottom: 1px solid transparent;
    border-radius: 4px;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff !important;
    font-weight: 600;
    font-family: "Rajdhani";
}
.accordion.style3 .my-accordion a.active {
    background: #0B59D7;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding: 15px 20px 15px 27px;
}
.accordion.style3 .my-accordion a:after {
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 28px;
    content: " ";
    top: 28px;
    transition: all 0.2s ease-in-out;
}
.accordion.style3 .my-accordion a:before {
    width: 2px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: 32px;
    content: " ";
    top: 24px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}
.accordion.style3 .my-accordion li p {
    display: none;
    padding: 17px 25px 25px 0;
    opacity: 0.502;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Nunito";
}
.accordion.style3 .my-accordion li:after {
    display:none;
}

/*  pricing style 4 css start  */

.pricing.style4 {
    position: relative;
    padding: 0 28px 36px 28px;
    background: #FFFFFF;
    border-radius: 5px;
    text-align: left;
    transition: .4s;
    z-index:1;
}
.pricing.style4:before {
    background: #0B59D7;
    position: absolute;
    content: "";
    z-index: -1;
    left:0;
    top: 0;
    width:100%;
    height:0;
    line-height: 28px;
    border-radius: 4px;
    transition:0.4s;
}
.pricing.style4:hover:before {
    height:100%;
}
.pricing.style4 .pricing-head {
    text-align: right;
    position: relative;
    padding: 0 31px;
}
.pricing.style4 .pricing-title {
    position: relative;
    z-index: 1;
    margin: 33px 0 17px;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    transition: .5s;
    font-size: 18px;
    line-height: 26px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
}
.pricing.style4 .pricing-head h3 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    font-family: "Rajdhani";
    margin: 0;
    position: absolute;
    right: 0;
    top: -17px;
    background: #0B59D7;
    border-radius: 5px;
    padding: 9px 17px 6px 17px;
    text-align: center;
}
.pricing.style4 .price-item {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 54px;
}
.pricing.style1 .price-item .currency{
    font-size: 42px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
}
.pricing.style4 span.currency {
    font-size: 42px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
}
.pricing.style4 .price-item .tk {
    font-size: 42px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
}
.pricing.style4 .pricing-p {
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    font-weight: 400;
    font-family: "Nunito";
    padding: 0 0 5px 60px;
}
.pricing.style4 .pricing-body ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.pricing.style4 .pricing-body ul li {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 26px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
}
.pricing.style4 .pricing-body ul li i {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #0B59D7;
    border-radius: 3px;
    text-align: center;
    position: relative;
    top: 7px;
}
.pricing.style4 .pricing-button {
    position: relative;
    display: inline-block;
    padding: 7px 18px;
    width: inherit;
    background: #fff;
    text-align: left;
    margin-top: 0;
    transition: .5s;
    border-radius: 4px;
    border: 1px solid #0c59d7;
    color: #041424;
    font-weight: 500;
    font-size: 16px;
    font-family: "Nunito";
    left: 60px;
}

/*   pricing all hover   */

.pricing.style4:hover .pricing-title {
    color: #fff;
}
.pricing.style4:hover .pricing-body ul li {
    color: #fff;
}
.pricing.style4:hover .pricing-body ul li i {
    color: #0B59D7;
    background: #fff;
}
.pricing.style4:hover .pricing-p {
    color: #fff;
    opacity: 0.8;
}
.pricing.style4:hover .pricing-button {
    background: #0c59d7;
    border: 1px solid #fff;
    color: #fff;
}
.pricing.style4 .pricing-button:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #0c59d7;
}
.pricing.style4:hover span.currency {
    color: #fff;
}
.pricing.style4:hover .price-item .tk {
    color: #fff;
}
.pricing.style4:hover .pricing-head h3 {
    color: #0B59D7;
    background: #fff;
}

/*pricing active*/

.pricing.style4.active {
    background: #0B59D7;
    transition: .5s;
}
.pricing.style4.active .pricing-title {
    background-color: inherit;
    color: #fff;
}
.pricing.style4.active .pricing-body ul li {
    color: #fff;
}
.pricing.style4.active .pricing-body ul li i {
    color: #0B59D7;
    background: #fff;
}
.pricing.style4.active .pricing-p {
    color: #fff;
    opacity: 0.80;
}
.pricing.style4.active .pricing-button {
    background: #0c59d7;
    border: 1px solid #fff;
    color: #fff;
}
.pricing.style4.active:hover .pricing-button {
    background: #fff;
    border: 1px solid #fff;
    color: #0c59d7;
}
.pricing.style4.active span.currency {
    color: #fff;
}
.pricing.style4.active .price-item .tk {
    color: #fff;
}
.pricing.style4.active .pricing-head h3 {
    color: #0B59D7;
    background: #fff;
}

/*   Blog post style 6 css start   */

.blog-post.style6 .single_blog_adn {
    background-color: #fff;
    padding: 20px 20px 27px;
    border-radius: 7px;
    transition:0.5s;
}
.blog-post.style6 .single_blog_adn:hover {
    box-shadow: 0 2px 4px #0003;
    margin-top: -5px;
}
.blog-post.style6 .single_blog_adn img{
    border-radius: 5px;
}
.blog-post.style6 .single_blog_adn .blog-meta-left {
    margin: 25px 0 10px;
}
.blog-post.style6 .single_blog_adn .blog-meta-left span {
    margin-right: 25px;
    font-size: 15px;
    line-height: 26px;
    color: #686868;
    font-weight: 400;
    font-family: "Nunito";
}
.blog-post.style6 .blog-meta-left a {
    font-size: 15px;
    line-height: 26px;
    color: #686868;
    font-weight: 400;
    font-family: "Nunito";
    text-transform: capitalize;
    transition:0.5s;
}
.blog-post.style6 .blog-meta-left a:hover {
    color: #111111;
}
.blog-post.style6 .single_blog_adn .content {
    padding: 0 10px;
}
.blog-post.style6 .single_blog_adn h4.title {
    margin-bottom: 17px;
}
.blog-post.style6 .single_blog_adn h4.title a {
    font-size: 23px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
    transition:0.5s;
}
.blog-post.style6 .single_blog_adn h4.title a:hover {
    color: #111111;
}
.blog-post.style6 .single_blog_adn .blog-meta-left i {
    color: #0B59D7;
    margin-right: 10px;
    font-size: 15px;
}
.blog-post.style6 .single_blog_adn .read-more {
    font-size: 18px;
    color: #041424;
    font-weight: 500;
    font-family: "Rajdhani";
    transition:0.5s;
}
.blog-post.style6 .single_blog_adn .read-more:hover {
    color: #111111;
}
.blog-post.style6 .single_blog_adn a i {
    margin-left: 7px;
    font-size: 15px;
    top: 0;
    position: relative;
    transition:0.5s;
}
.blog-post.style6 .single_blog_adn a:hover i {
    color: #111111;
}


/*   Footer css start   */
.mc4wp-form-fields button {
    position: absolute;
    right: 7px;
    top: 7px;
    border: none;
    background: #fff;
    padding: 13px 27px;
    border-radius: 5px;
}
.home-two-footer-subscribe .mc4wp-form-fields .mailchimp-form input[type="email"] {
    border: 1px solid rgba(255,255,255,0.2);
    width: 100%;
    background-color: transparent;
    color: #fff;
    height: 50px;
    padding: 6px 20px 6px;
    border-radius: 3px;
    outline:0;
}
.home-two-footer-subscribe .mc4wp-form-fields .mailchimp-form input:focus {
    border: 1px solid #668ee7;
}
.home-two-footer-subscribe .mc4wp-form-fields .mailchimp-form input[type="email"]::placeholder {
    color: #CCD0D7 !important;
    font-size:15px;
}
.home-two-footer-subscribe p.mailchimp-form button {
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 3px;
    background: #111111;
    color: #fff;
    /* font-family: 'Fira Sans'; */
    font-weight: 500;
    text-align: center;
    padding: 10px 29px;
    position: inherit;
    display: inline-block;
    margin-top: 20px;
}
.home-two-footer-subscribe p.mailchimp-form button:hover {
    background: #fff;
    color: #111111;
}
.it-solution-left-right {
    -webkit-animation: left-right 4s alternate infinite;
    animation: left-right 4s alternate infinite;
}
@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);
    }
}
.it-solution-dance {
    -webkit-animation: solutiondance 2s alternate infinite;
    animation: solutiondance 2s alternate infinite;
}

@keyframes solutiondance {
    0% {
        -webkit-transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

/*   Testimonial two css start   */

/* client-reviews */

.client-reviews-text h4 {
    font-size: 24px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
    text-align: center;
    margin: 24px 0 0 0;
    padding: 28px 0 5px 0;
    position: relative;
    z-index: 1;
}
.client-reviews-text h4::before {
    position: absolute;
    content: '';
    left:0;
    right:0;
    margin:auto;
    top: 0;
    width: 25px;
    height:2px;
    transition: 0.4s;
    background: #111111;
    z-index:1;
}

/* 39. client-reviews-text.two */

.client-reviews-text.two {
    width: 65%;
    text-align: center;
    margin: auto;
}
.client-reviews-text.two h5 {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 24px;
}
.client-reviews-text.two i {
    margin: auto;
    margin-bottom: 24px;
}
.client-reviews-text.two span {
    font-weight: bold;
    color: #fe5716;
}
.slider-nav.slick-initialized.slick-slider.slick-dotted {
    width: 64%;
    margin: auto;
    margin-top: 40px;
}
.slick-slide img {
    display: block;
    margin: auto;
    border-radius: 50px;
}
.slider-nav__item.slick-slide.slick-current {
    position: relative;
}
.slider-nav__item.slick-slide.slick-current:before {
    left: 19%;
    content: "";
    background-color: #01bd71b8;
    width: 97px;
    height: 100%;
    position: absolute;
    margin: auto;
    border-radius: 62px;
}
.slider-nav__item.slick-slide.slick-current:after {
    left: 21%;
    content: "";
    border: 3px solid #fff;
    width: 91px;
    height: 106px;
    position: absolute;
    margin: auto;
    border-radius: 62px;
    top: 3px;
}

/* 18. nav-c-slider */
.nav-c-slider {
    position: relative;
    border-radius: 100%;
    min-height: 530px;
    margin-right: 64px;
    flex-shrink: 0;
}
.nav-c-slider a img {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    /* border: 3px solid #fff; */
    /* box-shadow: rgb(0 0 0 / 17%) 3px 6px 7px 0; */
    /* -webkit-box-shadow: rgb(0 0 0 / 17%) 3px 6px 7px 0; */
    /* -moz-box-shadow: rgb(0 0 0 / 17%) 3px 6px 7px 0; */
}
.nav-c-slider a img,
.slider-main-img img {
    object-fit: cover;
}
.nav-c-slider a {
    position: absolute;
}
.nav-c-slider a:nth-child(1) {
    top: 0%;
    right: 9%;
}
.nav-c-slider a:nth-child(2) {
    top: 20%;
    right: -6%;
}
.nav-c-slider a:nth-child(3) {
    top: 44%;
    right: 0;
}
.nav-c-slider a:nth-child(4) {
    top: 68%;
    right: -2%;
}
.nav-c-slider a:nth-child(5) {
    top: 84%;
    right: 14%;
}
.slider-main-img {
    position: absolute;
    left: 9%;
    top: 48%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.slider-main-img img {
    width: 440px;
    height: 440px;
    border-radius: 100%;
}
a.next-slide:before,
a.next-slide.nav-active:before {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 100px;
    z-index: 1;
}
.next-slide:hover:before,
a.next-slide.nav-active:hover:before,
a.next-slide.nav-active:before {
    visibility: visible;
    opacity: 0.8;
}
a.next-slide.nav-active img {
    height: 120px;
    width: 120px;
    border: 5px solid #fff;
    top: -17px;
    position: relative;
    box-shadow: rgb(0 0 0 / 17%) 3px 6px 7px 0;
    -webkit-box-shadow: rgb(0 0 0 / 17%) 3px 6px 7px 0;
}
a.next-slide:before,
.client-reviews-text i {
    background-color: #0A9642;
}
@media(max-width: 1400px) {
    .client-reviews-text h3 {
        line-height: 40px;
        font-size: 24px;
    }
    .nav-c-slider {
        margin-right: 80px;
    }
    .slider-main-img img {
        width: 360px;
        height: 360px;
    }
    .nav-c-slider a img,
    a.next-slide:before,
    a.next-slide.nav-active:before {
        width: 70px;
        height: 70px;
    }
    .nav-c-slider {
        min-height: 475px;
    }
}

@media(max-width: 1200px) {
    .nav-c-slider {
        min-height: 446px;
        margin-right: 26px;
    }
    .client-reviews-text h3 {
        line-height: 34px;
        font-size: 20px;
    }
}

@media(max-width: 993px) {
    .slider-main-img img {
        width: 400px;
        height: 400px;
    }
    .nav-c-slider:before {
        width: 478px;
        height: 552px;
    }
    .request-quote {
        margin-top: 80px;
    }
}
@media(max-width: 576px) {
    .nav-c-slider {
        min-height: 446px;
        margin-right: auto;
        border: 0;
        border-top: 8px solid #fafafa;
        border-radius: 0;
    }
    .nav-c-slider:before {
        display: none;
    }
    .nav-c-slider a:nth-child(1) {
        top: -10%;
        left: 0;
        right: auto;
    }
    .gap.circle-slider.style_two .nav-c-slider a:nth-child(2) {
        top: 19%;
        right: 0;
        left: 17%;
    }
    .nav-c-slider a:nth-child(3) {
        top: -10%;
        left: 33%;
        right: auto;
    }
    .nav-c-slider a:nth-child(4) {
        top: -10%;
        left: 33%;
        right: auto;
    }
    .nav-c-slider a:nth-child(5) {
        top: -10%;
        left: 86%;
        right: auto;
    }
    a.next-slide:before,
    a.next-slide.nav-active:before,
    .nav-c-slider a img {
        width: 70px;
        height: 70px;
    }
}
@media(max-width: 450px) {

    a.next-slide:before,
    a.next-slide.nav-active:before,
    .nav-c-slider a img {
        width: 60px;
        height: 60px;
    }

}

/* testimonial style two*/

.gap.circle-slider.style_two .nav-c-slider {
    position: relative;
    border-radius: 100%;
    min-height: inherit;
    margin-right: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}
.gap.circle-slider.style_two .nav-c-slider a {
    position: inherit;
}
.gap.circle-slider.style_two .nav-c-slider a:nth-child(2) {
    top: 19%;
    right: 20px;
}
.gap.circle-slider.style_two .nav-c-slider a:nth-child(1) {
    top: 0;
    right: 40px;
}
.gap.circle-slider.style_two .nav-c-slider a:nth-child(5) {
    top: 84%;
    right: -40px;
}
.gap.circle-slider.style_two .nav-c-slider a:nth-child(4) {
    top: 68%;
    right: -20px;
}
.gap.circle-slider.style_two .client-reviews-text {
    text-align: center;
}
.gap.circle-slider.style_two a.next-slide:before, .client-reviews-text i {
    background-color: transparent;
}
.gap.circle-slider.style_two .client-reviews-text i {
    width: inherit;
    height: inherit;
    border-radius: inherit;
    justify-content: center;
    display: inline-block;
    align-items: center;
    margin-right: 7px;
    color: #FF9000;
    position: relative;
    padding: 25px 0 0 0;
}
.gap.circle-slider.style_two .client-reviews-text p {
    font-size: 20px;
    line-height: 34px;
    color: #041424;
    font-weight: 400;
    font-family: "Nunito";
    text-align: center;
    width: 71%;
    margin: auto;
    margin: 16px auto 0;
}
.gap.circle-slider.style_two .slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    background: #111111 !important;
    height: 60px;
    width: 60px;
    line-height: 60px;
    top: 40px;
    color:#fff;
    transition: 0.4s;
}
.gap.circle-slider.style_two .slick-prev.slick-arrow:hover {
    background: #fff !important;
    color: #111111;
}
.gap.circle-slider.style_two .slick-next.slick-arrow {
    position: absolute;
    right: 0;
    background: #111111 !important;
    height: 60px !important;
    width: 60px !important;
    line-height: 60px !important;
    top: 40px;
    color: #fff;
    transition: 0.4s;
}
.gap.circle-slider.style_two .slick-next.slick-arrow:hover {
    background: #fff !important;
    color: #111111;
}
.gap.circle-slider.style_two .slick-prev.slick-arrow:before {
    content:"\f104";
    font-family: Flaticon;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
    z-index: 1;
    font-size: 20px !important;
    color: #fff !important;
    line-height: 60px;
}
.gap.circle-slider.style_two .slick-next.slick-arrow:before {
    content:"\f105";
    font-family: Flaticon;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
    z-index: 1;
    font-size: 20px !important;
    color: #fff !important;
    line-height: 60px;
}
.gap.circle-slider.style_two .slick-prev.slick-arrow:hover:before {
    background: #fff !important;
    color: #111111 !important;
}
.gap.circle-slider.style_two .slick-next.slick-arrow:hover:before {
    background: #fff !important;
    color: #111111 !important;
}
.testi-title-shape{
    position:relative;
    z-index:1;
}
.testi-title-shape:before {
    content: "";
    width: 184px;
    height: 142px;
    position: absolute;
    top: 0;
    right: 11%;
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(https://wp.ditsolution.net/kitu/wp-content/uploads/2023/12/it-solution-testi-shape1.png);
}
.testi-title-shape:after {
    content: "";
    width: 184px;
    height: 142px;
    position: absolute;
    top: 0;
    left: 11%;
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(https://wp.ditsolution.net/kitu/wp-content/uploads/2023/12/it-solution-testi-shape2.png);
}

/*   slick-slider style four   */

.dreamit-slick-slider .single-slick.four .slider-single-image img {
    filter: brightness(1);
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap h4:before {
    display: none;
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap h4 {
    padding: 0;
    position: relative;
    z-index: 1;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    margin: 0 0 3px;
    font-size: 19px;
    line-height: 48px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Rajdhani";
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-size: 70px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: "Rajdhani";
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap .btn {
    padding: 15px 37px 15px 42px;
    font-weight: 500;
    color: #fff;
    background: #111111;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #111111;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    margin-right: 17px;
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap .btn:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #080E21;
    border-radius: 5px;
    transition: .5s;
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap .btn:hover:after {
    width: 100%;
    left: 0;
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap p {
    font-size: 18px;
    color: #B6B9C0;
    margin-top: 4px;
    width: 74%;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    font-weight: 400;
    font-family: "Nunito";
}
.dreamit-slick-slider .single-slick.four .slider-single-image {
    position: relative;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-align: right;
    margin-right: -81px;
    bottom: -98px;
}
.dreamit-slick-slider .single-slick.four.align-items-center {
    position: relative;
}
.dreamit-slick-slider .single-slick.four .lines {
    padding: 25px 0 0 0;
}
.dreamit-slick-slider .single-slick.four .lines .line {
    display: none;
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap .btn i {
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    border-radius: 25px;
    text-align: center;
    background: #111111;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    transition: .5s;
}
.dreamit-slick-slider .single-slick.four .hero-text-wrap .btn:hover i {
    background: transparent;
    color: #fff;
    transition: .5s;
}
.dreamit-slick-slider .single-slick.four .slider-single-image:before {
    position: absolute;
    content: "";
    background: url(https://wp.ditsolution.net/kitu/wp-content/uploads/2023/12/it-solution-slick-animation.png);
    left: -38px;
    top: 20%;
    height: 143px;
    width: 144px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.dreamit-slick-slider .single-slick.four .slider-single-image:before {
    -webkit-animation-name: slick-shape-rotateme;
    animation-name: slick-shape-rotateme;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes slick-shape-rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}



/*==================================================

 Digital payment Home css start here

================================================= */









/*==============================================================
================================================================
01.HOME 01
================================================================
================================================================*/




/*===============================================================
1.hero-area
===============================================================*/


.left-right-move, .heading.style1 h1:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 66%;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    transition: .5s;
    z-index: -1;
    animation: float-bobb3;
    -webkit-animation-duration: 0.5s;
    animation-duration: 2.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes float-bobb3 {
  0% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-20px); }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-20px); } }


.text-part {
    display: inline-block;
    position: relative;
    transform: translateX(0);
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
.heading.style1 h2 .text-part.left {
    transform: translateX(-200%);
    animation-name: slide-in-left;
}

.heading.style1 h2 .text-part.right {
    transform: translateX(200%);
    animation-name: slide-in-right;
}

@keyframes slide-in-left {
    0% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slide-in-right {
    0% {
        transform: translateX(200%);
    }
    100% {
        transform: translateX(0);
    }
}

.arrow-thumb {
    margin-top: 50px;
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}





/*
===============================================================
2.video-area
===============================================================
*/



.video-text .heading.style1 p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 31px 0 20px 0;
}
.single-video.style-one {
    position: absolute;
    top: -395px;
    z-index: 0;
}
.single-video.style-one .video-icon {
    left: 16%;
    position: absolute;
    top: 56%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    /* transform: translateX(-50%) translateY(-50%); */
}
.single-video.style-one .video-icon a {
    background: transparent;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 100px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    position: relative;
    z-index: 1;
    transform: .5s;
}
.single-video.style-one .video-icon a:hover {
    border: 1px solid #fff;
}
..single-video.style-one .video-icon a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 1px dashed transparent;
    animation-name: rotateme;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 0.5s;
    animation-duration: 2.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}
..single-video.style-one .video-icon a:hover:before {
    border: 1px dashed #ffffff;
}





/*===================== 4.who-area =====================*/

.who-shape {
    bottom: 15%;
    position: absolute;
    left: 47%;
    width: 100%;
    /* -webkit-animation: dance 2s alternate infinite; */
    animation-name: rotateme;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 0.5s;
    animation-duration: 2.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}



/*===================== 5.Marquee-area =====================*/


/* Marquee Css */

.marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0px;
    border-top: 1px solid rgba(255,255,255,0.149);
}
.marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap:0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

.marquee-block .content-box {
    position: relative;
    margin-right:0px;
}

.marquee-block .content-box:last-child {
    margin-right:0px;
}


  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
.marquee-block h3 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    margin: 0;
    padding: 26px 0px 50px;
}
.marquee-block h3 img {
    position: relative;
    top: 13px;
    margin: 0 30px 0;
    animation-name: rotateme;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 0.5s;
    animation-duration: 2.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}




/*
===============================================================
6.tab-area
===============================================================
*/



/*=========Tab Three============*/

.filter-tab-three #tabs {
    list-style: none;
    display: flex;
    justify-content: space-between;
    max-width: max-content;
    border-top: 2px solid #0101010D;
    padding: 5px 0 0;
}
.filter-tab-three .container {
    max-width: 1420px;
    padding: 0;
    margin: auto;
}
.filter-tab-three #tabs li {
    position: relative;
    min-width: 200px;
    max-width: 100%;
    flex: 1;
    margin: 0;
}

.filter-tab-three #tabs h5.text {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    font-family: "Plus Jakarta Sans";
    position: inherit;
    margin: 15px 0 17px;
}
.filter-tab-three #tabs li a p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 0 0 0;
}
.filter-tab-three #tabs li a.inactive img {
    filter: brightness(0)invert(1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.filter-tab-three #tabs a {
    cursor: pointer;
    padding: 0;
    display: inline-block;
    background-color: transparent;
    border: 0;
    margin: 0 10px 30px;
    text-align: left;
    position: relative;
    z-index: 1;
}
.filter-tab-three #tabs a:before {
    position: absolute;
    content: "";
    left: -10px;
    top: -7px;
    width: 470px;
    height: 1.5px;
    background-color: #111111;
    z-index: -1;
    transition: .5s;
}
.filter-tab-three #tabs li a.inactive {
    cursor: pointer;
    padding: 0;
    display: inline-block;
    background-color: transparent;
    border: 0;
    border-radius: 5px;
    margin: 0 10px 30px;
    text-align: left;
    position: relative;
    z-index: 1;
}
.filter-tab-three #tabs a.inactive:before {
    position: absolute;
    content: "";
    left: -10px;
    top: -7px;
    width: 0px;
    height: 2px;
    background-color: #111111;
    z-index: -1;
    transition: .5s;
}
.filter-tab-three #tabs li:before a.inactive {
    background-color:#ed1c24;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 30px 0 40px;
    margin: 0 10px 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.filter-tab-three #tabs li a:hover,
.filter-tab-three #tabs li a.inactive:hover {
    color: #5685bc;
    outline:none;
}
.filter-tab-three .row.tab_two {
    background: #fff;
    margin: 0 13px;
    position: relative;
    z-index: 1;
}
.filter-tab-three .content {
    padding-top: 35px;
}
.filter-tab-three .tab_content {
    padding: 0px 0px 0;
}
.filter-tab-three .tab_content h4 {
    font-size: 16px;
    letter-spacing: 5px;
    line-height: 26px;
    color: #111111;
    font-weight: 400;
    margin: 0 0 0;
}
.filter-tab-three .tab_content .tab-text h2 {
    font-size: 40px;
    letter-spacing: 10px;
    line-height: 55px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    margin: 50px 0 0;
}
.filter-tab-three .tab_content .tab-icon {
    position: relative;
    left: -78px;
    text-align: center;
    margin: 55px 0 0;
    /* animation: moveBox1; */
    -webkit-animation-duration: 0.5s;
    animation-duration: 7.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes float-bobb4 {
  0% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-20px); }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-20px); } 
}

.filter-tab-three .tab_thumb {
    position: relative;
    z-index: 1;
    float: right;
    padding-left: 25px;
}

.filter-tab-three .tab_thumb img {
    border-radius: 20px;
}

@keyframes moveBox1 {
  0% { right: 0; left: 0; }
  25% { right: 0; left: 100px; }
  50% { right: 100px; left: 0px; }
  75% { right: 0px; left: 100px; }
  100% { right: 0; left: 0; }
}




/*
===============================================================
8.counter-area
===============================================================
*/

.active .service-box.style1 {
    position: relative;
    top: 40px;
}

.heading.style1 h3 {
    font-size: 40px;
    letter-spacing: 10px;
    line-height: 55px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    margin: 0 0 0;
}





.faq-area .heading.style1 h4 {
    font-size: 35px;
    letter-spacing: 7px;
    line-height: 55px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    margin: 0 0 0;
}
.faq-area .heading.style1 p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 0 0 0;
}


.st .section-title.style2 h3 {
    font-size: 40px;
    letter-spacing: 10px;
    line-height: 55px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    padding: 0px 0 40px;
}

/*===================== 9.call-do-brand-area =====================*/

.left-right-mv {
    animation: float-bobb3;
    -webkit-animation-duration: 0.5s;
    animation-duration: 2.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}



/*==========Brand==========*/





/*
===============================================================
10.-area
===============================================================
*/








/*===================== 11.testi-area =====================*/


.testimonial.style9 .testimonial-item {
    position: relative;
    width: 66%;
    margin: auto;
    padding: 35px 10px 30px;
    text-align: center;
}
.testimonial.style9 .testimonial-item .testi-star i {
    color: transparent;
    -webkit-text-stroke: 1px #ffab00;
}
.testimonial.style9 .testimonial-item .testi-star i.active {
    color: #ffab00;
}
.testimonial.style9 .testimonial-item p.quote {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 35px 0 35px;
}
.testimonial.style9 .testimonial-item .author h4.name {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    display: inline-block;
    margin: 0;
}
.testimonial.style9 .testimonial-item .author h5.designation {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #6b6b6b;
    font-weight: 500;
    text-align: center;
    margin: 0 0 0;
}

.testimonial.style9 .owl-nav button.owl-prev {
    color: #6b6b6b;
    text-align: center;
    position: absolute;
    top: 47%;
    left: 0%;
    transition: .5s;
}
.testimonial.style9 .owl-nav button.owl-prev i {
    font-weight: 600;
    font-size: 15px;
    opacity: .5;
}
.testimonial.style9 .owl-nav button.owl-prev:hover {
    color: #ffab00;
}
.testimonial.style9 .owl-nav button.owl-next {
    color: #6b6b6b;
    text-align: center;
    position: absolute;
    top: 47%;
    right: 0%;
    transition: .5s;
}
.testimonial.style9 .owl-nav button.owl-next i {
     font-weight: 600;
    font-size: 15px;
    opacity: .5;
}
.testimonial.style9 .owl-nav button.owl-next:hover {
    color: #ffab00;
}






/*
==========================================
14.footer-area
==========================================
*/



.footer .heading.style1 h3 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 35px;
}

.footer ul.item-list.style2 {
    margin: 40px 0 0;
}
.footer ul.item-list.style2 li {
    list-style: none;
    display: table;
    font-size: 16px;
    margin: 0;
    letter-spacing: 1px;
    line-height: 28px;
    color: #999999;
    font-weight: 500;
    padding: 0 0 15px 0;
    transition: .5s;
    position: relative;
    z-index: 1;
}
ul.item-list.style2 li:hover {
    color: #fff;
    text-decoration: underline !important;
}
.footer ul.item-list.style1 li {
    list-style: none;
}
.footer ul.item-list.style1 li a {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #999999;
    font-weight: 500;
    padding: 0 0 17px 0;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.footer ul.item-list.style1 li a:hover {
    color: #fff;
    text-decoration: underline !important;
}

.footer-end {
    margin: 75px 0 0;
    padding: 25px 0 15px;
    border-top: 1px solid rgba(201, 220, 222, 0.149);
}
.footer-end .heading.style1 p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #999999;
    font-weight: 500;
    font-family: "Plus Jakarta Sans";
    text-align: center;
    margin: 0 0 0;
    padding: 0 0 0;
}
.footer-end .heading.style1 p span {
    color: #fff;
}



/*==============================================================
================================================================
02.HOME 02
================================================================
================================================================*/






/*==========dreamit-button.style5===============*/

.dreamit-button.style5 {
    position: relative;
    left: 78%;
}
.dreamit-button.style5 a.button {
    padding: 2px 3px;
    border: 2px solid black;
    border-radius: 25px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    line-height: 24px;
    color: #111111;
}
.dreamit-button.style5 a:hover {
    color: #111111;
}
.dreamit-button.style5 a i {
    display: inline-block;
    transform: rotate(90deg);
    font-weight: 900;
    font-size: 13px;
    position: relative;
    top: -5px;
}




/*
==========================================
home.02=03.counter-area
==========================================
*/


/*counter section style two*/

.single-counter.style_two {
    padding: 200px 0 220px;
    margin: 35px 0 50px;
}
.single-counter.style_two .counter-content span {
    font-size: 50px;
    letter-spacing: 13px;
    line-height: 26px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 600;
}
.single-counter.style_two .counter-content span.suffix {
    letter-spacing: 0;
}
.single-counter.style_two .counter-content h6 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 15px 0 0;
}
.single-counter.style_two .counter-content.counter {
    text-align: center;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.single-counter.style_two .counter-content.counter:before {
    position: absolute;
    content: "";
    z-index: 1;
    transition: .5s;
    width: 340px;
    height: 340px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px solid rgba(24, 24, 24, 0.102);
    display: inline-block;
}
.single-counter.style_two .counter-content.counter:hover:before {
    width: 460px;
    height: 460px;
    left: 0;
    right: 0;
    top: 56px;
    bottom: 0;
}
.single-counter.style_two .counter-content.counter:after {
    position: absolute;
    content: "";
    z-index: -1;
    transition: .5s;
    width: 460px;
    height: 460px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
   background: #fff;
    display: inline-block;
    transform: scale(0);
}
.single-counter.style_two .counter-content.counter:hover:after {
    
    transform: scale(1);
}
/*
==========================================
home.02=04.counter-area
==========================================
*/




/*========== Portfolio style one ==========*/

.portfolio-filter.style_one .filters {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.portfolio-filter.style_one ul {
    margin: 0;
    list-style: none;
    padding: 0px 0 0;
}
.portfolio-filter.style_one ul li {
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 26px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 400;
    background: transparent;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 0 0;
    position: relative;
    margin: 0 18px;
    display: inline-block;
    border-radius: 0;
    border-bottom: 2px solid  transparent;
}
.portfolio-filter.style_one li.current_menu_item {
    background: transparent;
    border-bottom: 2px solid  #0e0e0e;
}
.portfolio-filter.style_one .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}
.portfolio-filter.style_one .port-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.portfolio-filter.style_one .port-thumb img {
    transition: .5s;
    position: relative;
    z-index: 1;
}
.portfolio-filter.style_one .portfolio-filter .content .single-content img {
    width: 100%;
    height: 100%;
}
.portfolio-filter.style_one  .content .grid-item {
    padding: 0;
    margin: 0;
}
.portfolio-filter.style_one  .content .grid-item .single-content {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.portfolio-filter.style_one .port-thumb img:before {
    content: '';
    position: absolute;
    background: rgba(24, 24, 24, 0.800);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}
.portfolio-filter.style_one .port-thumb img:hover:before{
    opacity: 1;
}
.portfolio-filter.style_one .single-content .prot_content {
    position: relative;
    padding: 18px 27px 26px;
    transition: 0.5s;
}
.portfolio-filter.style_one .single-content:hover .prot_content{
    bottom: 40%;
}
.portfolio-filter.style_one .content .grid-item .prot_content h4 {
    margin: 0;
}
.portfolio-filter.style_one .content .grid-item .prot_content h4 a {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 25px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 400;
    margin: 0 0 0;
}
.portfolio-filter.style_one .content .grid-item .prot_content p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 21px;
    position: relative;
    padding-left: 31px;
}
.portfolio-filter.style_one .content .grid-item .prot_content p:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 0px;
    width: 22px;
    border: 1px solid #fff;
}
.portfolio-filter.style_one .single-content .picon {
    cursor: pointer;
    z-index: 22;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #111111;
    display: inline-block;
    font-size: 16px;
    top: -52px;
    transition: all 400ms linear;
    left: 32%;
    right: 0;
    margin: auto;
}
.portfolio-filter.style_one .content .picon a i{
    color: #fff;
}
.portfolio-filter.style_one .content .video-icon {
    display: inline-block;
    transition: all 500ms linear;
    position: absolute;
    top: -52px;
    z-index: 2;
    right: 48px;
}
.portfolio-filter.style_one .content .video-icon a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #111111;
    display: inline-block;
    font-size: 13px;
}
/*hover*/
.portfolio-filter.style_one .single-content:hover .picon{
    top: 7%;
}
.portfolio-filter.style_one .single-content:hover .video-icon {
    top: 7%;
}





/*
==========================================
home.02=05.counter-area
==========================================
*/


/*style five*/
.work_progress.style5 {
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 1;
}
.work_progress.style5 .icon {
    display: inline-block;
    position: relative;
    transition: .5s;
}
.work_progress.style5:hover .icon {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.work_progress.style5 h3.title {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 26px;
    color: #111111;
    font-weight: 600;
    display: inline-block;
    margin: 16px 0 0;
}







/*==============================================================
================================================================
03.HOME 03
================================================================
================================================================*/







/*==========================================
home.03=02.Icon-area
==========================================*/

/*icon box style four*/

.icon-box.style4 {
    background: rgba(14, 14, 14, 0.051);
    text-align: center;
    transition: 0.5s;
    padding: 30px;
    margin: 0;
}

.icon-box.style4 .icon-box-icon .img-icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    width: 65px;
    height: 65px;
    line-height: 90px;
    border-radius: 33px;
    background-color: rgba(255, 255, 255, 0.502);
}
.icon-box.style4 .icon-box-icon .img-icon:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #111111;
    transform: scale(0);
    transition: .5s;
}
.icon-box.style4:hover .icon-box-icon .img-icon:before {
    transform: scale(1);
}
.icon-box.style4:hover .icon-box-icon .img-icon img {
    filter: brightness(0) invert(1);
}
.icon-box.style4 .icon-box-content .title {
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 55px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-weight: 500;
    margin: 8px 0 0;
}
.icon-box.style4 .icon-box-content .description {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 0px 0 0;
}
.border-mid {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.border-mid:before {
    position: absolute;
    content: "";
    z-index: -1;
    transition: .5s;
    background: rgba(17, 17, 17, 0.102);
    width: 1px !important;
    height: 255px;
    left: 49%;
    top: 7px;
}


/*==========================================
home.03=03.portfolio-area
==========================================*/




/*==========================================
home.03=04.why-thumb-area
==========================================*/

.why-head .heading.style1 h2 {
    font-size: 40px;
    letter-spacing: 10px;
    line-height: 55px;
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    padding: 0 0 37px;
}

.duel-bd {
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}
.duel-bd:before {
    position: absolute;
    z-index: -1;
    transition: .5s;
    content: "";
    left: 10px;
    top: 15px;
    background: rgba(255, 255, 255, 0.302);
    width: 1px;
    height: 358px;
}
.duel-bd:after {
    position: absolute;
    z-index: -1;
    transition: .5s;
    content: "";
    left: 10px;
    top: 15px;
    background: rgba(255, 255, 255);
    width: 1px;
    height: 136px;
      animation: moveBorder 8s linear infinite;
}
@keyframes moveBorder {
    
    50% {
        top: 60%;
    }
    100% {
    bottom: 50%;
}
}



/*==========================================
home.03=05.about-area
==========================================*/


.heading.style-2 h6 {
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 28px;
    color: #111111;
    font-weight: 500;
    margin: 0 0 22px;
}







/*==============================================================
================================================================
04.HOME 04
================================================================
================================================================*/

/*==========================================
home.04=01.slider-area
==========================================*/



.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_two {
    background: transparent;
    border: 1px solid #111111;
    color: #111111;
    margin-left: 38px;
}
.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_two:hover{
    color:#fff;
    border: 1px solid transparent;
}
.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_two:before {
    background: #111111;
}

.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_three {
    position: relative;
    left: 54%;
    top: 100px;
}
.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_three {
    padding: 2px 3px;
    border: 2px solid black;
    border-radius: 25px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    line-height: 24px;
    color: #111111;
    background: transparent;
    outline: 0;
    box-shadow: none;
}
.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_three:hover {
    color: #111111;
    border: 2px solid black;
}
.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_three i {
    background: transparent;
     color: #111111;
    display: inline-block;
    transform: rotate(90deg);
    font-weight: 900;
    font-size: 13px;
    position: relative;
    top: -5px;
}

.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_three:before {
    display: none;
}









/*==========================================
home.04=02.feature-area
==========================================*/


/*icon box style four*/

.icon-box.style5 {
    display: flex;
    align-items: center;
    transition: 0.5s;
    gap: 70px;
    margin: 0px 0 72px 0;
}

.icon-box.style5 .icon-number span {
    width: 80px;
    height: 80px;
    background: transparent;
    color: #111111;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 1px solid #d9cece;
}
.icon-box.style5 .icon-number span:before  {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #111111;
    transform: scale(0);
    transition: .5s;
}
.icon-box.style5:hover .icon-number span:before {
    transform: scale(1);
}
.icon-box.style5:hover .icon-number span {
   color: #fff;
}
.icon-box.style5 .icon-box-content .title {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 25px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 600;
    margin: 0 0 0;
}
.icon-box.style5 .icon-box-content .description {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 15px 0 0;
}
.border-mid2 {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.border-mid2:before {
    position: absolute;
    content: "";
    z-index: -1;
    transition: .5s;
    background: rgba(17, 17, 17, 0.102);
    width: 1px !important;
    height: 85px;
    left: 49%;
    top: 7px;
}




/*==========================================
home.04=03.about-area
==========================================*/

.single-video.style-two {
    margin: 56px 0 0;
}
.single-video.style-two .choose-video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.single-video.style-two .video-icon a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: rgba(24,24,24,0.2);
    border: 1px solid #ffffff;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
    /* -webkit-animation: ripple-red 1s linear infinite; */
    /* animation: ripple-red 1s linear infinite; */
    -webkit-transition: .5s;
}

/*==========================================
home.04=04.-area
==========================================*/


.portfolio-filter.style_three .grid-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 70px;
}
.portfolio-filter.style_three .grid-item:nth-child(1) {
    grid-row: 1;
    grid-column: 1/9;
}

.portfolio-filter.style_three .grid-item:nth-child(2) {
    grid-row: 1;
    grid-column: 9/13;
}

.portfolio-filter.style_three .grid-item:nth-child(3) {
    grid-row: 2;
    grid-column: 1/5;
}
.portfolio-filter.style_three .grid-item:nth-child(4) {
    grid-row: 2;
    grid-column: 5/13;
}

.portfolio-filter.style_three .grid-item img {
    width: 100%;
    height: 535px;
}
.portfolio-filter.style_three .port-thumb {
    line-height: 0;
}
.portfolio-filter.style_three .prot_content {
    text-align: center;
}
.portfolio-filter.style_three .prot_content p {
    margin: 0;
}
.portfolio-filter.style_three .prot_content h3 {
    margin: 12px 0 0;
}
.prot_content h3 a {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
}







/*==========================================
home.04=05.-area
==========================================*/

.filter-tab-two .container {
    width: 1420px;
    margin: 0 auto;
    padding: 0;
}
.filter-tab-two ul {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding-right: 45px;
}
.filter-tab-two ul li {
    list-style: none;
    text-align: left;
    margin: 0 0 40px;
}

.filter-tab-two ul:before {
    position: absolute;
    z-index: -1;
    transition: .5s;
    content: "";
    left: -58px;
    top: 0px;
    background: rgba(0, 0, 0, 0.302);
    width: 1px;
    height: 358px;
}
.filter-tab-two #tabs a {
    position: relative;
    z-index: 1;
    transition: .5s;
    cursor: pointer;
}
.filter-tab-two #tabs a:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: -58px;
    top: 0;
    background: #000000;
    width: 1px;
    height: 115px;
}
.filter-tab-two #tabs a.inactive:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: -58px;
    top: 0;
    background: transparent;
    width: 1px;
    height: 115px;
}

.filter-tab-two ul#tabs h5 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    margin: 0;
}

.filter-tab-two ul#tabs p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6B6B6B;
    font-weight: 400;
    margin: 18px 0 0;
}

.filter-tab-two .text .tab_content {
    margin-left: 16px;
}
.filter-tab-two .text h1 {
    font-size: 25px;
    letter-spacing: 4px;
    line-height: 35px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    margin: 0 0 0;
}
.filter-tab-two .text p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 30px 0px 0px;
}

.filter-tab-two .text .tab-button a {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
    border-radius: 22px;
    background-color: rgba(17,17,17,0.969);
    border: 1px solid #ffffff;
    padding: 8px 30px;
    margin: 38px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.filter-tab-two .text .tab-button a i {
    transform: rotate(-50deg);
    display: inline-block;
    margin-left: 3px;
    transition: .5s;
}
.filter-tab-two .text .tab-button a:hover i {
    transform: rotate(0deg);
}
.filter-tab-two .text .tab-button a:hover {
    color: #111111;
    border: 1.5px solid transparent;
}
.filter-tab-two .text .tab-button 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;
}
.filter-tab-two .text .tab-button a:hover:before {
    width: 100%;
    height: 50%;
}
.filter-tab-two .text .tab-button 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;
}
.filter-tab-two .text .tab-button a:hover:after {
    width: 100%;
    height: 50%;
}








/*====================================================================
home.05
=====================================================================*/





/*========================home.05 = 01. counter-area========================*/


/*   counter section style three   */

.single-counter.style_three {
    display: flex;
    text-align: left;
    gap: 30px;
    align-items: center;
}
.single-counter.style_three .icon {
    width: 80px;
    height: 80px;
    background: #fff;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 1px solid #d9cece;
}
.single-counter.style_three:hover .icon {
    border: 1px solid transparent;
}
.single-counter.style_three .icon:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #111111;
    transform: scale(0);
    transition: .5s;
}
.single-counter.style_three:hover .icon:before {
    transform: scale(1);
}
.single-counter.style_three:hover .icon img {
    filter: brightness(0) invert(1);
}
.single-counter.style_three .counter-content span {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 28px;
    color: #111111;
    font-weight: 500;
    font-family: "Plus Jakarta Sans";
}
.single-counter.style_three .counter-content .suffix {
    color: #111111;
}
.single-counter.style_three .counter-content h6 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 4px 0 0;
}



/*==========================home.05 = 03. service-area=============================*/


/*   service box style 2 css start   */

.service-box.style2 {
    padding: 5px 20px 60px;
    background: transparent;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.service-box.style2 .service-box-icon {
    transition: .5s;
}
.service-box.style2:hover .service-box-icon {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.service-box.style2 .service-content h3 {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 35px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 600;
    margin: 19px 0 8px;
}
.service-box.style2 .service-content p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 0 0 0;
}



/*==========================home.05 = 04. case study-area=============================*/




.case-study.style1 .case-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 52px;
}
.case-study.style1 .gird-item {
   transition: .5s;
}
.case-study.style1 .gird-item img {
    max-width: 100%;
    height: auto;
    display: block;
}
.case-study.style1 .gird-item .image {
    position: relative;
    z-index: 1;
    transition: .5s;
    line-height: 0;
    overflow: hidden;
}
.case-study.style1 .gird-item .content h4 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    background-color: #111111;
    margin: 0 0 0;
    padding: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -58px;

}
.case-study.style1 .gird-item:hover .content h4 {
    bottom: 0px;
}
.case-study.style1 .gird-item .content h4 a {
    color: #ffffff;
}





/*==========================home.05 = 05. testimonial-area=============================*/



/* =========== Testimonial style 1 =========== */
.testimonial.style1{
    padding: 10px;
}

.testimonial.style1 .testimonial-item {
    padding: 35px 35px 30px;
    transition: all .4s ease 0s;
    position: relative;
    text-align: center;
    z-index: 1;
    border-radius: 7px;
    background: #fff;
    margin: 15px 0 0;
}
.testimonial.style1 .testimonial-item  .author {
    line-height: 0;
}
.testimonial.style1 .testimonial-item .author img {
    width: 15% !important;
    display: inline-block;
}
.testimonial.style1 .testimonial-item p.quote {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 27px 0 22px;
}
.testimonial.style1 .testimonial-item .bio h4.name {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    display: inline-block;
    margin: 0;
}
.testimonial.style1 .testimonial-item .bio h5.designation {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #6b6b6b;
    font-weight: 500;
    text-align: center;
    margin: 0 0 0;
}






/*====================================================================
home.06
=====================================================================*/




/*==============home.06 = 02. service-area==============*/



/*style nine*/
.section-title.style9 {
    text-align: center;
}
.section-title.style9 .title {
    font-size: 25px;
    letter-spacing: 8px;
    line-height: 30px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 400;
    margin: 0px 0 0;
}
.section-title.style9 p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 35px 0 0;
}





/*style six*/

.dreamit-button.style6 .dreamit-button a {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    margin: 35px 0 0;
    border-bottom: 1px solid #111111;
    transition: .5s;
}
.dreamit-button.style6 .dreamit-button a i {
    display: inline-block;
    margin-left: 6px;
    font-weight: 700;
    transform: rotate(-45deg);
   transition: .5s;
}
.dreamit-button.style6 .dreamit-button a:hover i {
    transform: rotate(0deg);
}

/*  team style 3 css start  */

.team.style3 {
    position: relative;
    z-index: 1;
    line-height: 0;
    transition:0.5s;
}
.team.style3 .image {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.team.style3 .team-content {
    position: absolute;
    bottom: 17px;
    text-align: center;
    left: 0;
    right: 0;
}
.team.style3 .team-content ul.social-icon {
    margin: 0 0 0px;
    opacity: 0;
    transition: .5s;
}
.team.style3:hover .team-content ul.social-icon {
    margin: 0 0 19px;
    opacity: 1;
}
.team.style3 .team-content ul.social-icon li {
    list-style: none;
    display: inline-block;
}
.team.style3 .team-content ul.social-icon li a {
    display: inline-block;
    color: #b2b2b2;
    font-size: 15px;
    letter-spacing: 12px;
    transition: .5s;
}
.team.style3 .team-content ul.social-icon li a:hover {
    color: #ffffff;
}
.team.style3 .team-content h2 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0;
}

/*==============home.06 = 03. call-do-area==============*/

.heading.style-3 h2 {
    font-size: 20px;
    letter-spacing: 6px;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin: 0 0 0;
}

.dreamit-button.style8 {
    text-align: center;
}
.dreamit-button.style8 a {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
    background-color: rgba(17, 17, 17, 0.97);
    position: relative;
    z-index: 1;
    border-radius: 22px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    padding: 9px 24px;
    overflow: hidden;
    transition: 0.5s;
}
.dreamit-button.style8 a i {
    transform: rotate(-50deg);
    display: inline-block;
    margin-left: 3px;
    transition: .5s;
}
.dreamit-button.style8 a:hover i {
    transform: rotate(0deg);
}
.dreamit-button.style8 a:hover {
    color: #111111;
    border: 1.5px solid transparent;
}
.dreamit-button.style8 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.style8 a:hover:before {
    width: 100%;
    height: 50%;
}
.dreamit-button.style8 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.style8 a:hover:after {
    width: 100%;
    height: 50%;
}




/*==============home.06 = 03. testimonoal-area==============*/


/*style 10*/

.testimonial.style10 .testimonial-item {
    position: relative;
    width: 66%;
    margin: auto;
    padding: 35px 10px 30px;
    text-align: center;
}
.testimonial.style10 .icon_image_testi {
    display: inline-block;
}
.testimonial.style10 .testimonial-item p.quotess {
    font-size: 20px;
    letter-spacing: 6px;
    line-height: 26px;
    color: #111111;
    font-weight: 400;
    text-align: center;
    margin: 32px 0 0;
}
.testimonial.style10 .testimonial-item p.quote {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 35px 0 35px;
}
.testimonial.style10 .testimonial-item .bio h4.name {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    display: inline-block;
    margin: 0;
}
.testimonial.style10 .testimonial-item .bio h5.designation {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #6b6b6b;
    font-weight: 500;
    text-align: center;
    margin: 0 0 0;
}




/*nav*/
.testimonial.style10 .owl-nav {
    display: flex;
    justify-content: space-between;
}
.testimonial.style10 button.owl-prev i, 
.testimonial.style10 button.owl-next i {
    display: inline-block;
    background-color:transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 46px;
    position: absolute;
    top: 58%;
}

/*==============home.06 = 04. contact-area==============*/

.form-area.quote_form_three .form-group h5 {
    letter-spacing: 2px;
    font-size: 17px;
    line-height: 26px;
    color: #0e0e0e;
    font-weight: 400;
    margin: 0 0 4px;
}
.form-area.quote_form_three .form-control {
    width: 100%;
    padding-left: 25px;
    transition: 0.5s;
    font-size: 15px;
    letter-spacing: 1px;
    color: #111111;
    outline: 0;
    height: 56px;
    border-radius: 0;
    background-color: rgba(14,14,14,0.051);
    border: 0;
    margin: 0 0 12px;
}
.form-area.quote_form_three .form-control::placeholder {
    color: rgba(112, 112, 112 0.600) !important;
}
.form-area.quote_form_three .form-control p {
    margin: 0;
}
.form-area.quote_form_three select#support {
    width: 100%;
    height: 56px;
    background: rgba(14,14,14,0.051);
    border: 0;
    padding: 0 20px;
}

.form-area.quote_form_three .wpcf7-form-control.wpcf7-textarea.form-control {
    height: 180px;
}
.form-area.quote_form_three .buttons {
    text-align: left;

    margin: 20px 0 0;
}
.form-area.quote_form_three .buttons input {
    background: #111111;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
    box-shadow: none;
    border: 1px solid transparent;
    font-weight: 600;
    padding: 14px 35px;
    border-radius: 0;
}

/*====================================================================
home.07
=====================================================================*/




/*==============home.07 = 01. hero-area==============*/


.heading.style-3 h1 {
    font-size: 100px;
    letter-spacing: 10px;
    line-height: 130px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 0;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.heading.style-3 h1:before {
    position: absolute;
    content: "";
    top: 59%;
    left: 39%;
    height: 100%;
    width: 100%;
    background: url(https://wp.ditsolution.net/kitu//wp-content/uploads/2025/03/home7-thumb.png);
    background-repeat: no-repeat;
    transition: .5s;
    z-index: -1;
    animation: float-bobb3;
    -webkit-animation-duration: 0.5s;
    animation-duration: 2.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.heading.style-3 h3 {
    font-size: 100px;
    letter-spacing: 10px;
    line-height: 130px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 0;
    padding-left: 29%;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.heading.style-3 h3:before {
    position: absolute;
    content: "";
    top: 46px;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(https://wp.ditsolution.net/kitu//wp-content/uploads/2025/03/home7-arrow.png);
    background-repeat: no-repeat;
    transition: .5s;
    z-index: -1;
}



.dreamit-button.style9 {
    text-align: center;
}
.dreamit-button.style9 .button {
    padding: 35px 40px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 17px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background:  rgba(255,255,255,0.4);
}
.dreamit-button.style9 .button:hover {
    border: 1px solid transparent;
}
.dreamit-button.style9 .button i {
    font-size: 16px;
    text-align: center;
    background: transparent;
    color: #ffffff;
    display: inline-block;
    transition: .5s;
    font-weight: 900;
    position: relative;
    transform: rotate(-45deg);
}
.dreamit-button.style9 .button:hover i {
    background: transparent;
    color: #fff;
}

.dreamit-button.style9 .button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #111111;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.5s ease-in-out;
    z-index: -1;
}

.dreamit-button.style9 .button:hover::after {
    transform: scale(1.2);
}











/*====================================================================
Inner-Page
=====================================================================*/



/*================ About-01 ==================*/


.dreamit-button.style10 a {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 25px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
    border-radius: 22px;
    background-color: rgba(255,255,255,0);
    border: 1px solid #111111;
    padding: 7px 30px;
    margin: 0px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.dreamit-button.style10 a i {
    transform: rotate(-50deg);
    display: inline-block;
    margin-left: 3px;
}
.dreamit-button.style10 a:hover {
    color: #ffffff;
    border: 1px solid transparent;
}
.dreamit-button.style10 a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    border-radius: 22px 22px 0 0;
    background: #111111;
    transition: .5s;
}
.dreamit-button.style10 a:hover:before {
    width: 100%;
    height: 50%;
}
.dreamit-button.style10 a:after {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    border-radius: 0 0 22px 22px;
    background: #111111;
    transition: .5s;
}
.dreamit-button.style10 a:hover:after {
    width: 100%;
    height: 50%;
}


/*================ About-02 ==================*/


.about1 .single-counter.style_three .icon {
    background: #111111;
}
.about1 .single-counter.style_three .icon:before {
    background: #ffffff;
}
.about1  .single-counter.style_three .icon img {
    filter: brightness(0) invert(1);
}
.about1  .single-counter.style_three:hover .icon img {
    filter: brightness(1) invert(0);
}


/*================ About-03 ==================*/


.heading.style-4 p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 15px 0 0;
}
.heading.style-4 p span {
    text-decoration: underline;
    cursor: pointer;
    transition: .5s;
}
.heading.style-4 p span:hover {
    color: #111111;
}

/*================ countdawn ==================*/



.timer-section.style1 .timer-content {
    text-align: center;
}
.timer-section.style1 .bio h2 {
    font-size: 45px;
    letter-spacing: 14px;
    line-height: 55px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
}
.timer-section.style1 .timer-content .bio h5 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #999999;
    font-weight: 400;
    margin: 52px 0 72px;
}
.timer-section.style1 .timer-content .date-timer ul li {
    list-style: none;
    display: inline-block;
}
.timer-section.style1 .timer-content .date-timer ul li:nth-child(2) {
    padding: 0 200px 0;
}
.timer-section.style1 .timer-content .date-timer ul li:nth-child(3) {
    padding-right: 200px;
}
.timer-section.style1 .timer-content .date-timer ul li h3{
    color: #fff;
    font-size: 100px;
    letter-spacing: 5px;
    line-height: 55px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 30px;
}
.timer-section.style1 .timer-content .date-timer ul li p {
    font-size: 16px;
    line-height: 55px;
    color: #999999;
    font-weight: 700;
}

.timer-section.style1 .timer-content .timer-btn a {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
    border-radius: 22px;
    background-color: rgba(255,255,255,0);
    border: 1px solid #ffffff;
    padding: 7px 30px;
    margin: 58px 0 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}
.timer-section.style1 .timer-content .timer-btn a:hover {
    color: #111111;
    border: 1.5px solid transparent;
}
.timer-section.style1 .timer-content .timer-btn 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;
}
.timer-section.style1 .timer-content .timer-btn a:hover:before {
    width: 100%;
    height: 50%;
}
.timer-section.style1 .timer-content .timer-btn 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;
}
.timer-section.style1 .timer-content .timer-btn a:hover:after {
    width: 100%;
    height: 50%;
}


/*================ service ==================*/

/*========== Flip Box========== */

/* front Part */
.flip-box .flip-box-inner {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .5s;
}
.flip-box .flip-box-inner .flip-box-wrap {
    position: relative;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.flip-box .flip-box-inner .back-part,
.flip-box .flip-box-inner .front-part {
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: left;
    -ms-flex-align: center;
    /*height: 200px;*/
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
        transition: .5s;
        overflow:hidden;
}
.flip-box .flip-box-inner .front-part {
    position: relative;
    bottom: 0;
    z-index: 10;
    padding: 50px 30px 50px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.102);
    border: 1px solid rgba(255,255,255,0.2);
    text-align: center;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part {
    margin-bottom: 18px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-title-part .front-title {
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin: 0 0 0;
}

.flip-box .flip-box-inner .front-part .front-background-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.flip-box .flip-box-inner .front-part .front-content-part{
    width: 100%;
    z-index: 1;
}

.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span, .flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 45px;
    line-height: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span {
    color: #111111;
    font-size: 55px;
}

.flip-box .flip-box-inner .front-part .front-content-part .front-title-part {
    margin-bottom: 10px;
}

.flip-box .flip-box-inner .front-part .front-content-part .front-desc-part .front-desc {
    margin-bottom: 0;
    font-size: 16px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
    display: inline-block;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 25px;
    font-family: 'Rajdhani';
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn i {
    transition: all 0.4s ease 0s;
}
.front-part .front-content-part .front-btn-part .front-btn.icon-after i {
    margin-left: 4px !important;
}


/* Back Part */
.flip-box .flip-box-inner .back-part {
    position: absolute;
    z-index: -1;
    padding: 60px 10px 60px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.102);
    border: 1px solid rgba(255,255,255,0.2);
    text-align: center;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part {
    display: none;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-title-part {
    margin-bottom: 18px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-title-part .back-title {
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #b8b8b8;
    font-weight: 400;
    margin: 0;
}


.flip-box .flip-box-inner .back-part::before {
    position: absolute;
    content: "";
    top: -112px;
    right: -112px;
    width: 224px;
    height: 224px;
    border-radius: 50%;
    transition: 0.4s;
    opacity: 0.1;
    z-index:-1;
}
.flip-box .flip-box-inner .back-part .back-background-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.flip-box .flip-box-inner .back-part .back-content-part{
    width: 100%;
    z-index: 1;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part .back-img {
    display: inline-block;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
    display: inline-block;
    line-height: 1;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn i {
    transition: all 0.4s ease 0s;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after span {
    float: left;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {
    margin-left: 5px !important;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before span {
    float: right;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {
    margin-left: 9px !important;
    margin-top: -2px;
}
.flip-box .flip-box-inner.rs-flip-right .front-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right .back-part {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-right .back-content-part {
    right: 15px;
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right:hover .front-part {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-content-part {
    right: 0;
}
.flip-box .flip-box-inner.rs-flip-left .front-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left .back-part {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-left .back-content-part {
    left: 15px;
}
.flip-box .flip-box-inner.rs-flip-left:hover .front-part {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-content-part {
    left: 0;
}
.flip-box .flip-box-inner.rs-flip-up .front-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up .back-part {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-up .back-content-part {
    top: 15px;
}
.flip-box .flip-box-inner.rs-flip-up:hover .front-part {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-content-part {
    top: 0;
}
.flip-box .flip-box-inner.rs-flip-down .front-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down .back-part {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-down .back-content-part {
    bottom: 15px;
}
.flip-box .flip-box-inner.rs-flip-down:hover .front-part {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-content-part {
    bottom: 0;
}
.flip-box .flip-box-inner:hover .back-part {
    z-index: 1;
}
.flip-box .flip-box-inner:hover .front-part {
    z-index: -1;
}
.flip-box:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}
.front-part, .back-part {
/*    min-height: 320px;*/
}




/*========== Project planner ========== */

.form-group h5 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #111111;
    font-weight: 400;
    margin: 0 0 12px;
}

.form-area.quote_form_two {
    background: #fff;
    padding: 0;
    margin: 68px 0 0;
}
.form-area.quote_form_two .form-group {
    padding: 0 20px;
}
.form-area.quote_form_two .form-control {
    width: 100%;
    padding-left: 25px;
    transition: 0.5s;
    font-size: 15px;
    letter-spacing: 2px;
    color: #111111;
    outline: 0;
    height: 60px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0);
    border: 1px solid #beb7b7;
    margin: 0 0 30px;
}
.form-area.quote_form_two .form-inner textarea {
    height: 150px;
}
/*placeholder*/
.form-area.quote_form_two input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #8e8e8e!important;
}
.form-area.quote_form_two textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #8e8e8e!important;
}


.form-area.quote_form_two .form-group label {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #111111;
    font-weight: 400;
    margin: 0 0 12px;
}
.form-area.quote_form_two .form-group legend {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #111111;
    font-weight: 400;
    margin: 0 0 26px;
}
.form-area.quote_form_two .form-group input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #000000;
    border-radius: 3px;
    background-color: white;
    cursor: pointer;
    margin-right: 5px;
}

.form-area.quote_form_two .form-group input[type="checkbox"]:checked {
  background-color: #111111;
  position: relative;
}

.form-area.quote_form_two .form-group input[type="checkbox"]:checked::after {
    content: "\2714";
    font-size: 12px;
    color: white;
    position: absolute;
    left: 2px;
    top: -7px;
}

.form-area.quote_form_two .form-group h4 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #111111;
    font-weight: 400;
    margin: 0 0 26px;
}
.form-area.quote_form_two select#budget, 
.form-area.quote_form_two select#timeframe {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    background: transparent;
    color: #111111;
    outline: 0;
    height: 60px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0);
    border: 1px solid #beb7b7;
    transition: 0.5s;
    margin: 0 0 12px;
}
.form-area.quote_form_two .form-group.mt {
    margin: 24px 0px 0;
}
.form-area.quote_form_two .form-group p#description {
    width: 80%;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 22px 0 0;
}
.form-area.quote_form_two .buttons {
    text-align: right;
}
.form-area.quote_form_two .buttons input {
    border-radius: 22px;
    background-color: rgba(17,17,17,0.969);
    border: 1px solid #111111;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    padding: 13px 40px;
    display: inline-block;
    transition: .5s;
    margin: 28px 0 0;
}


/*========== Contact Page ========== */

/*style six*/

.icon-box.style6 {
    display: flex;
    border-radius: 5px;
    background-color: rgba(255,255,255,0);
    border: 1px solid #000000;
    padding: 36px 40px 53px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.icon-box.style6:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 5px;
    background: #111111;
    transition: .5s;
}

.icon-box.style6:hover:before {
    width: 100%;
}
.icon-box.style6 .icon-box-icon {
    display: inline-block;
    margin-right: 18px;
}
.icon-box.style6 .icon-box-icon .icon {
    line-height: 60px;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #111111;
    display: inline-block;
    transition: 0.5s;
}

.icon-box.style6:hover .icon-box-icon .icon {
    background-color: #ffffff;
}
.icon-box.style6 .icon-box-icon .icon i {
    font-size: 20px;
    color: #fff;
    transition: 0.5s;
    display: inline-block;
}
.icon-box.style6:hover .icon-box-icon .icon i {
    color: #111111;
}
.icon-box.style6 .icon-box-icon:hover .icon i {
    animation: 1s ease-in-out 0s normal none infinite running kmacb-circle-img-anim;
}
.icon-box.style6 .icon-box-content h4 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 0 0 0;
    transition: 0.5s;
}
.icon-box.style6:hover .icon-box-content h4 {
    color: #999999;
}
.icon-box.style6 .icon-box-content p {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #111111;
    font-weight: 500;
    margin: 5px 0 0;
    transition: 0.5s;
}
.icon-box.style6:hover .icon-box-content p {
    color: #ffffff;
}






/*============================ Dark Version ================================= */

.dark .dreamit-button.style1 .button i {
    color: #fff;
}
.dark .icon-box.style1 .icon-box-icon .icon i {
    background-color: #1f2627;
}
.dark .icon-box.style-two .icon-box-icon .img-icon img {
    filter: brightness(0) invert(1);
}
.dark .filter-tab-three .row.tab_two {
    background: #111111;
}
.dark .service-box.style1 {
    background-color: #292929;
}
.dark .service-box.style1 .icon img {
    filter: brightness(0) invert(1);
}
.dark .faq-area {
    border-top: 1px solid rgba(255, 255, 255, 0.102);
}
.dark .faq-area.bt {
    border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}
.dark .blog-post.style1 .post-item {
    border: 2px solid  rgba(255, 255, 255, 0.102);
    background-color: transparent;
}
.dark .blog-post.style1 .post-item:hover {
   border: 2px solid  rgba(255, 255, 255, 0.102);
    background-color: transparent;
}
.dark .icon-box.style3 .icon-box-icon .img-icon {
    background: #111111;
}
.dark .icon-box.style3 .icon-box-icon .img-icon img {
    filter: brightness(0) invert(1);
}
.dark .icon-box.style3 .icon-box-icon .img-icon:before {
    background: #fff;
}
.dark .icon-box.style3:hover .icon-box-icon .img-icon img {
    filter: brightness(1) invert(0);
}
.dark .single-counter.style_two .counter-content.counter:before {
    border: 1px solid rgba(255,255,255,0.202);
}
.dark .single-counter.style_two .counter-content.counter:after {
    background: #222222;
}
.dark .work_progress.style5 .icon img {
    filter: brightness(0) invert(1);
}

.dark .form-area.quote_form {
    background: #222222;
}
.dark .form-area.quote_form .form-control {
    background-color: #111111;
    border: 1px solid rgba(255,255,255,0.1);
}
.dark .border-mid:before {
    background: rgba(255, 255, 255, 0.149);
}

.dark .skills .skill-item .skill-bar {
    background-color: #111111;
}
.dark .skills .skill-item .skill-bar .bar-inner .bar {
    background-color: #fff;
}


.dark .icon-box.style5 .icon-number span {
    background: #fff;
}
.dark .prot_content h3 a {
    color: #fff;
}
.dark .service-box.style2 .service-box-icon img {
    filter: brightness(0) invert(1);
}
.dark .testimonial.style1 .testimonial-item {
    background: #181818;
}

.dark .filter-tab-two ul:before {
    background: rgba(255,255,255, 0.302);
}
.dark .case-study.style1 .gird-item .content h4 {
    color: #111111;
    background-color: #ffffff;
}
.dark .case-study.style1 .gird-item .content h4 a {
    color: #111111;
}
.dark .form-area.quote_form_three .form-control {
    border: 1px solid #222;
}
.dark .form-area.quote_form_three .buttons input {
    border: 1px solid #fff;
}









































