


/* ==============Web Developer Bappy============ */


.dark-1 .style-five .service-box-title h2 {
    margin: 25px 0 9px 0;
    font-size: 24px;
    color: #fff;
}


.dark-2 .icon-box .icon-box-content h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

 
.dark-4 .service-box.service-style-eight {
    padding: 70px 30px 22px;
    text-align: center;
    position: relative;
    background: #0c023f !important;
    border-radius: 7px;
    margin-bottom: 5px;
    transition: .5s;
    margin-right: 5px;
}

.dark-4 .service-box.service-style-eight .service-box-title h2 {
    margin: 10px 0 18px;
    font-size: 22px;
    padding: 0;
    color: #fff;
}

.dark-5 .one .icon-box.style-two {
    left: -71px;
    background-color: #100449;
}

.dark-5 .two .icon-box.style-two {
    display: block;
    box-shadow: 2px 10px 50px rgb(158 158 158 / 14%);
    background: #6e18dd;
    padding: 30px 20px 34px 33px;
    border-radius: 4px;
    margin: 0 50px 10px 0;
    position: relative;
    transition: all .3s ease-in-out;
}

.dark-5 .three .icon-box.style-two {
    left: -71px;
    background-color: #100449;
}

.dark-5 .icon-box .icon-box-content h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.dark-6 .zomia-single-blog_adn {
    margin-bottom: 55px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #14094e;
    border: 0;
    box-shadow: none;
    border-radius: 7px;
}

.dark-6 .zomia-blog-meta-left span::before, .zomia-blog-meta-left a::before {
    content: "";
    background: #5a49f8;
    width: 8px;
    height: 8px;
    position: absolute;
    right: -24px;
    top: 10px;
    border-radius: 50%;
}

.dark-6 .blog-page-title_adn h2 {
    font-size: 22px;
    margin: 20px 0 16px;
    line-height: 1.2;
    position: relative;
    border-top: 1px solid #2c2260;
    padding-top: 26px;
}

.dark-6 .blog-page-title_adn a {
    margin-bottom: 0;
    text-transform: none;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    font-weight: 600;
    color: #fff;
}

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

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

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


























