

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


.brand-logo-text {
    font-size: 18px;
    line-height: 28px;
    color: #222429;
    font-weight: 400;
    position: relative;
    display: inline-block;
}
.brand-logo-text:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 68px;
    background: #222429;
    right: -78px;
    top: 15px;
}
.brand-logo-text span{
    color:#0045ff;
}

/*---------------icon box style 9 css start-------------*/

.icon-box.style9 {
    display: block;
    border: 1px solid #c4d4ff;
    padding: 30px 10px 28px 25px;
    transition: 0.5s;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background:#fff;
}
.icon-box.style9:after {
    content: "";
    position: absolute;
    top: 0;
    left:0;
    height: 100%;
    width: 0;
    z-index: -2;
    border-radius: 0;
    transition:0.4s;
    background:url(https://wp.ditsolution.net/cyber-new/wp-content/uploads/2023/11/it-service-icon-box-bg1.png);
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.icon-box.style9.ten:after {
    background:url(https://wp.ditsolution.net/cyber-new/wp-content/uploads/2023/11/it-service-feture-bg.png);
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.icon-box.style9:hover:after {
    width: 100%;
}
.icon-box.style9:before {
    content: "";
    position: absolute;
    top: -12px;
    height: 125px;
    width: 80px;
    background: #f7f7f7;
    left: 0;
    z-index: -1;
    rotate: -32deg;
    border-radius: 0 0 40px 40px;
    transition:0.4s;
}
.icon-box.style9:hover:before {
    background-image: linear-gradient(59deg, #bb00ff 0%, #0045ff 100%);
}
.icon-box.style9 .icon-box-icon {
    float: left;
    padding: 12px 25px 0 0;
}
.icon-box.style9 .icon-box-content {
    overflow: hidden;
}
.icon-box.style9 .icon-box-content h2 {
    text-transform: capitalize;
    margin-bottom: 9px;
    transition: .3s;
    font-size: 20px;
    color: #0a0a1d;
    font-weight: 700;
}
.icon-box.style9:hover .icon-box-content h2 {
    color: #fff;
}
.icon-box.style9 .icon-box-content .description p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    color: #686868;
    font-weight: 300;
    transition: .3s;
}
.icon-box.style9:hover .description p {
    color: #fff;
}
.feture-icon-box-style-ten-one .icon-box.style9.ten{
    border-radius: 5px 5px 50px 5px;
}
.feture-icon-box-style-ten-two .icon-box.style9.ten{
    border-radius: 5px 50px 5px 5px;
}
.feture-icon-box-style-ten-three .icon-box.style9.ten{
    border-radius: 5px 5px 5px 50px;
}
.feture-icon-box-style-ten-four .icon-box.style9.ten{
    border-radius: 50px 5px 5px 5px;
}

/*---------------section title style 5 css start-------------*/

.section-head.style-five .section-title.t_left {
    margin: auto auto auto 0;
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
}
.section-head.style-five .section-title.t_left h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
    color: #0045ff;
    font-weight: 500;
    background: #f4f5f8;
    display: inline-block;
    padding: 11px 20px 11px 32px;
    border-radius: 5px;
    left: 30px;
    position: relative;
    letter-spacing: 0;
}
.section-head.style-five .section-title.t_left h5:before {
    content: "";
    position: absolute;
    top: 20px;
    width: 50px;
    height: 2px;
    border-radius: 1px;
    background: #0045ff;
    left: -29px;
    z-index: 1;
    transition: 0.4s;
}
.it-service-tsti-title .section-head.style-five .section-title.t_left h5{
    background: #fff;
}
.section-head.style-five .section-title.t_left h3 {
    font-size: 48px;
    color: #0a0a1d;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
    padding: 6px 0 0 0;
    text-transform: inherit;
}
.section-head.style-five .section-title.t_left span {
    color: #0145FF;
}
.section-head.style-five .section-title.t_left h2 {
    font-size: 48px;
    color: #0a0a1d;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
    padding: 6px 0 0 0;
    text-transform: inherit;
}
.section-head.style-five .section-title.t_center h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
    color: #0045ff;
    font-weight: 500;
    background: #f4f5f8;
    display: inline-block;
    padding: 11px 20px 11px 32px;
    border-radius: 5px;
    left: 30px;
    position: relative;
    letter-spacing: 0;
}
.section-head.style-five .section-title.t_center {
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}
.section-head.style-five .section-title.t_center h3 {
    font-size: 48px;
    color: #0a0a1d;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
    padding: 6px 0 0 0;
    text-transform: inherit;
}
.section-head.style-five .section-title.t_center span {
    color: #0145FF;
}
.section-head.style-five .section-title.t_center h2 {
    font-size: 48px;
    color: #0a0a1d;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
    padding: 6px 0 0 0;
    text-transform: inherit;
}
.it-service-about-title .section-head.style-five .section-title.t_left h5{
    background: #8331FF;
}
.it-service-about-title .section-head.style-five .section-title.t_left h5:before {
    background: #fff;
}
.section-head.style-five .section-title.t_left p {
    margin: 30px auto 0;
    padding: 0 0 6px 0;
}
.it-service-top-feture h3 {
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 0 0 7px 0;
}

/*---------------button style 6 css start-------------*/

.dreamit-button-box.style6 {
    padding: 43px 0 0 0;
}
.dreamit-button-box.style6 .dreamit-button a {
    display: inline-block;
    font-weight: 500;
    color: #050a1e;
    font-size: 16px;
    padding: 16px 40px;
    transition: .4s;
    border-radius: 28px;
    background: #ffffff;
    font-family: "Rubik";
    position:relative;
    overflow:hidden;
    z-index: 1;
}
.dreamit-button-box.style6 .dreamit-button a:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 28px;
    background: #0145FF;
    left: 0;
    z-index: -1;
    transition: 0.4s;
}
.dreamit-button-box.style6 .dreamit-button a i {
    font-size: 16px;
    transition: .0s;
}
.dreamit-button-box.style6 .dreamit-button a:hover .dreamit-button a i {
    color: #fff;
}
.dreamit-button-box.style6 .dreamit-button a:hover {
    background: inherit;
    color: #fff;
}
.dreamit-button-box.style6 .dreamit-button a:hover:before {
    width:100%;
}

/*---------------button style 7 css start-------------*/

.dreamit-button-box.style7 {
    padding: 27px 0 0 0;
}
.dreamit-button-box.style7 .dreamit-button a {
    display: inline-block;
    font-weight: 500;
    color: #0045ff;
    font-size: 17px;
    padding: 15px 47px;
    transition: .4s;
    border-radius: 30px;
    background: #ffffff;
    font-family: "Rubik";
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px dashed #7744D9;
}
.dreamit-button-box.style7 .dreamit-button a:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 30px;
    background-image: linear-gradient(59deg, #bb00ff 0%, #0045ff 100%);
    left: 0;
    z-index: -1;
    transition: 0.4s;
}
.dreamit-button-box.style7 .dreamit-button a:hover {
    background: inherit;
    color: #fff;
    border: 1px solid #fff;
}
.dreamit-button-box.style7 .dreamit-button a:hover:before {
    width:100%;
}

/*---------------button style 6 css start-------------*/

.dreamit-button-box.style8 {
    padding: 0;
}
.dreamit-button-box.style8 .dreamit-button a {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    font-size: 17px;
    padding: 16px 40px;
    transition: .4s;
    border-radius: 28px;
    background: #bb00ff;
    font-family: "Rubik";
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-image: linear-gradient(59deg, #bb00ff 0%, #0045ff 100%);
}
.dreamit-button-box.style8 .dreamit-button a:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 28px;
    background: #0145FF;
    left: 0;
    z-index: -1;
    transition: 0.4s;
}
.dreamit-button-box.style8 .dreamit-button a i {
    font-size: 16px;
    transition: .0s;
}
.dreamit-button-box.style8 .dreamit-button a:hover .dreamit-button a i {
    color: #fff;
}
.dreamit-button-box.style8 .dreamit-button a:hover {
    background: inherit;
    color: #fff;
}
.dreamit-button-box.style8 .dreamit-button a:hover:before {
    width:100%;
}



/*---------------Counter style 6 css start-------------*/

.single-counter.style_six {
    padding: 0 0 25px 0;
}
.single-counter.style_six .count.percent {
    font-size: 50px;
    font-weight: 700;
}
.single-counter.style_six .suffix {
    font-size: 48px;
    font-weight: 700;
    top: 0;
}
.single-counter.style_six #counter h6 {
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    margin: 2px 0 0;
}

/*---------------Blog  style 7 css start-------------*/

.blog_style_seven .cyber-single-blog_adn {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0 0 30px;
    overflow: hidden;
    text-align: left;
    transition: all 0.3s;
}
.blog_style_seven .cyber-single-blog_adn .cyber-blog-thumb_adn img {
    border-radius: 0;
    width: 100%;
}
.blog_style_seven .cyber-single-blog_adn .em-blog-content-area_adn {
    padding: 20px 30px 30px 30px;
    background: #f4f4f4;
    box-shadow: none;
    position: relative;
    top: -20px;
    z-index: 2;
    width: 88%;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 3px solid #ff3c00;
    transition:0.4s;
}
.blog_style_seven .cyber-single-blog_adn:hover .em-blog-content-area_adn{
    border-top: 3px solid #0145FF;
}
.blog_style_seven .cyber-single-blog_adn .em-blog-content-area_adn:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-radius: 28px;
    background-image: url(https://wp.ditsolution.net/cyber-new/wp-content/uploads/2023/11/it-service-blog-shape1.png);
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    z-index: -1;
    transition: 0.4s;
}
.blog_style_seven .cyber-single-blog_adn:hover .em-blog-content-area_adn:before {
    width: 100%;
    height: 100%;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.blog_style_seven .cyber-blog-meta-left {
    border-bottom: none;
    padding-bottom: 4px;
    margin-bottom: 0;
}
.blog_style_seven .blog-page-title_adn h2 {
    font-size: 19px;
    margin: 10px 0 22px;
    line-height: 1.2;
}
.blog_style_seven .blog-page-title_adn h2 a {
    transition: .5s;
    font-size: 19px;
    line-height: 27px;
    color: #232323;
    font-weight: 700;
}
.blog_style_seven .cyber-blog-readmore a {
    text-transform: inherit;
    margin-top: 8px;
    display: block;
    font-size: 16px;
    color: #6d6d6d;
    font-weight: 500;
    background: #fff;
    padding: 0 0 0 18px;
    height: 42px;
    line-height: 42px;
    position: relative;
    transition: 0.4s;
    z-index: 1;
}
.blog_style_seven .cyber-single-blog_adn:hover .cyber-blog-readmore a{
    color: #fff;
}
.blog_style_seven .cyber-blog-readmore a:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    border-radius:0;
    background-image: linear-gradient(59deg, #bb00ff 0%, #0045ff 100%);
    left: 0;
    z-index: -1;
    transition: 0.4s;
}
.blog_style_seven .cyber-single-blog_adn:hover .cyber-blog-readmore a:before {
    width: 100%;
}
.blog_style_seven .cyber-blog-readmore a i {
    right: 17px;
    position: absolute;
    top: 15px;
    font-size: 10px;
    transition:0.3s;
}
.blog_style_seven .cyber-single-blog_adn:hover .cyber-blog-readmore a i{
    color: #fff;
}
.blog_style_seven .cyber-blog-meta-left span {
    transition: .3s;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    margin-right: 24px;
    position: relative;
    font-size: 16px;
    color: #6d6d6d;
    font-weight: 300;
}
.blog_style_seven .cyber-blog-meta-left i {
    color: #ff3c00;
    padding: 0 14px 0 0;
    font-size: 15px;
    transition:0.4s;
}
.blog_style_seven .cyber-single-blog_adn:hover .cyber-blog-meta-left i{
    color:#0145FF;
}

/*---------------IT Service footer css start-------------*/

.it-service-footer .subscribe-wrapper button {
    border: medium none;
    border-radius: 0;
    font-weight: 500;
    text-align: center;
    padding: 14px 30px;
    position: absolute;
    right: 0;
    top: 105px;
    width: 100%;
    height: 60px;
    background: #11102F;
}


/*---------------IT Service testimonial style 8 css start-------------*/


.testimonial-style_8 .single_testimonial {
    background-image: linear-gradient(59deg, #bb00ff 0%, #0045ff 100%);
    padding: 17px 30px 43px 42px;
    border-radius: 5px 70px 5px 70px;
}
.testimonial-style_8 .reviews_rating {
    color: #fff;
    display: inline-block;
}
.testimonial-style_8 .testi_author {
    display: flex;
    align-items: center;
    margin-top: 29px;
}
.testimonial-style_8 .testi_thumb {
    display: inline-block;
}
.testimonial-style_8 .testi_thumb img {
    width: 70px;
    border-radius: 100%;
    margin-right: 23px;
}
.testimonial-style_8 .testi_text {
    color: #fff;
    padding: 27px 10px 27px 0;
}
.testimonial-style_8 .testi_title h2 {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    margin: 0;
    font-weight: 600;
}
.testimonial-style_8 .testi_title span {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin: 7px 0 0;
    position: relative;
    padding: 0 0 0 37px;
}
.testimonial-style_8 .testi_title span:before {
    content: "";
    position: absolute;
    top: 9px;
    width: 30px;
    height: 1px;
    border-radius: 1px;
    background: #fff;
    left: 0;
    z-index: 1;
}
.testimonial-style_8 .owl-prev {
    position: absolute;
    right: -13%;
    top: 33%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: inherit;
    background-image: linear-gradient(59deg, #bb00ff 0%, #0045ff 100%);
    border-radius: 100%;
    text-align: center;
    color: #fff;
    transition:0.4s;
}
.testimonial-style_8 .owl-next {
    position: absolute;
    right: -13%;
    top: 53%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: inherit;
    background-image: linear-gradient(59deg, #bb00ff 0%, #0045ff 100%);
    border-radius: 100%;
    text-align: center;
    color: #fff;
    transition:0.4s;
}
.testimonial-style_8 .owl-prev:hover {
    background-image: linear-gradient(59deg, #0045ff 0%, #bb00ff  100%);
}
.testimonial-style_8 .owl-next:hover {
    background-image: linear-gradient(59deg, #0045ff 0%, #bb00ff  100%);
}


.it-service-animation1 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: move-top;
    animation-name: move-top;
}
@-webkit-keyframes move-top {
    0% {
        -webkit-transform: translateX(0) translateY(20px);
        transform: translateX(0) translateY(20px)
    }
    50% {
        -webkit-transform: translateX(0) translateY(-20px);
        transform: translateX(0) translateY(-20px)
    }
    100% {
        -webkit-transform: translateX(0) translateY(20px);
        transform: translateX(0) translateY(20px)
    }
}
.it-service-animation2 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: move-left;
    animation-name: move-left;
}
@-webkit-keyframes move-left {
    0% {
        -webkit-transform: translateX(20px) translateY(0);
        transform: translateX(20px) translateY(0)
    }
    50% {
        -webkit-transform: translateX(-20px) translateY(0);
        transform: translateX(-20px) translateY(0)
    }
    100% {
        -webkit-transform: translateX(20px) translateY(0);
        transform: translateX(20px) translateY(0)
    }
}
.it-service-animation3 {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: move-top3;
    animation-name: move-top3;
}
@-webkit-keyframes move-top3 {
    0% {
        -webkit-transform: translateX(0) translateY(20px);
        transform: translateX(0) translateY(20px)
    }
    50% {
        -webkit-transform: translateX(0) translateY(-10px);
        transform: translateX(0) translateY(-10px)
    }
    100% {
        -webkit-transform: translateX(0) translateY(20px);
        transform: translateX(0) translateY(20px)
    }
}
.it-service-animation2-rotate {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.it-service-animation2-rotate2 {
    -webkit-animation-name: rotateme2;
    animation-name: rotateme2;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotateme2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.it-service-animation2-dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}
.it-service-animation2-dance2 {
  -webkit-animation: dance2 1.5s alternate infinite;
  animation: dance2 1.5s alternate infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: scale(0.5);
  }

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



















