



/* ===============Developer BAPPY================== */



.dreamit-button-box.style3 .dreamit-button a {
    display: inline-block;
    background: transparent;
    color: #fff;
    padding: 14px 0px 14px 35px;
    font-size: 18px;
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
    position: relative;
}

.dreamit-button-box.style3 .dreamit-button a:before{
    content: "";
    background-color: #bfbfc3;
    height: 1px;
    width: 65%;
    bottom: 10px;
    position: absolute;
}    

.dark1 .service-box.service-style-two {
    background: #0c0c2f;

}

.dark1 .service-box.service-style-two .service-btn {
    margin-top: 30px;
    border-top: 1px solid #141243;
    padding-top: 18px;
}

.dark1 .service-box.service-style-two:hover .service-btn {
    margin-top: 30px;
    border-top: 1px solid #141243;
    padding-top: 18px;
}

.dark1 .service-box.service-style-two .service-box-title h2 {
    transition: .5s;
    font-size: 24px;
    font-weight: 600;
    margin: 35px 0 17px;
    color: #fff;
}

.dark1 .service-box.service-style-two .service-box-desc p {
    transition: .5s;
    color: #fff;
}

.dark1 .service-box.service-style-two .service__number span {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 150px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1f1f3b;
}

.dark2 .single_protfolio {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    background: #0f0e3e;
    border-radius: 6px;
    padding: 25px 30px 30px;
    transition: .3s;
}

.dark2 .prot_content h3 {
    margin: 0;
    color: #fff;
}

.dark2 .prot_content p span {
    display: inline-block;
    padding-top: 0px;
    position: relative;
    color: #fff;
    opacity: .8;
}



.dark3 .service-box-title h2{
    margin: 0 0 8px 0;
    font-size: 20px;
    padding: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #fff;
}

.dark3 .service-box-title h2:hover{
    margin: 0 0 8px 0;
    font-size: 20px;
    padding: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #fff;
}

.dark3 .service-box-desc p {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff;
    opacity: .8;
}

/* .dark3 .service-btn > a {
    color: #5a49f8;
    display: inline-block;
    transition: all .5s ease 0s;
    position: relative;
    font-weight: 500;
    transition: .5s;
} */

.dark3 .service-btn > a:hover {
    color: #fff;
    transition: .5s;

}

.dark3 .service-box.style-one:hover .service-btn > a{
    color: #fff;
    transition: .5s;

}
    
.dark4 .testi_text {
    font-size: 18px;
    font-weight: 400;
    margin: auto;
    color: #fff;
    opacity: .7;
}

.dark4 .testi_title h2 {
    font-size: 24px;
    margin-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    color: #fff;
}

.dark5 .my-accordion li a {
    color: #fff;
}

.dark5 .my-accordion p {
    display: none;
    margin: 13px 0 10px 0;
    color: #fff;
    opacity: .7;
}

.dark6 .single_pricing {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 25px 35px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    border: none;
    border-radius: 8px;
    background: #090930;
}

.dark6 .featur {
    border-top: 1px solid #111735;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 32px;
}

.dark6 .pricing_title h3 {
    font-size: 18px;
    color: #5a49f8;
    text-transform: capitalize;
    padding-bottom: 20px;
    font-weight: 400;
}

.dark6 .featur ul li {
    display: block;
    font-size: 17px;
    padding: 8px 0;
    text-transform: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
    color: #fff;
    opacity: .7;
}

.dark7 .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: #0f0e3e;
    border: 0;
    box-shadow: none;
    border-radius: 7px;
}

.dark7 .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;
}

.dark7 .zomia-blog-meta-left span {
    color: #fff;
    position: relative;
    font-weight: 400;
}

.dark7 .zomia-blog-meta-left a, .zomia-blog-meta-left span {
    margin-right: 30px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    font-weight: 400;
    opacity: .7;
}

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

.dark7 .zomia-blog-meta-left a {
    margin-right: 30px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    font-weight: 400;
    opacity: .7;
}

.dark7 .blog-content_adn p {
    margin: 16px 0 15px;
    color: #fff;
    opacity: .7;
}

.dark7 .learn_btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85px;
    background: #0f0e3e;
    height: 1px;
    transition: .3s;
}


.dark-bt .dreamit-button a:hover {
    background: linear-gradient(to left, #533efe, #740fd6);
    color: #fff;
}




























