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

  /*  Site Scrollbar css  */
  
/* width */
::-webkit-scrollbar {
  width: 15px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0d6eff; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0D56FF; 
}


  /*  section title style 11 css  */

.style-11 .section-title.t_left h3{
    font-size: 42px;
    color: #232323;
    font-weight: 800;
}
.style-11 .section-title.t_left h2 {
    font-size: 42px;
    color: #232323;
    font-weight: 800;
}
.style-11 .section-title.t_left span {
    font-size: 42px;
    font-weight: 800;
}
.style-11 .section-title.t_left {
    margin: 0 0 35px 0;
}
.style-11 .section-title.t_left p {
    width: 100%;
    margin: 18px 0 0 0;
    font-size: 16px;
    line-height: 28px;
}
.style-11 .section-title.t_center h3{
    font-size: 42px;
    color: #232323;
    font-weight: 800;
}
.style-11 .section-title.t_center h2 {
    font-size: 42px;
    color: #232323;
    font-weight: 800;
}
.style-11 .section-title.t_center span {
    color: #2475fc;
    font-size: 42px;
    font-weight: 800;
}
.style-11 .section-title.t_center {
    margin: 0 0 35px 0;
}
.style-11 .section-title.t_center p {
    margin-bottom: 0;
    width: 100%;
    margin: 18px 0 0 0;
}
.software-work-title .style-11 .section-title.t_left h3{
    color: #ffffff;
}

  /*  dreamit-button style6 css  */

.dreamit-button-box.style6 .dreamit-button a {
    background: linear-gradient(to left, #1129b9, #2375fb 100%);
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 28px;
    color: #fff;
}
.dreamit-button-box.style6 .dreamit-button a:hover {
    background: linear-gradient(to left, #2375fb, #1129b9 100%);
}
.dreamit-button-box.style6 .dreamit-button a:before {
    display:none;
}


  /*  service box style20 css  */
  
.service-box.style20 {
    transition: .5s;
    position: relative;
    border-radius: 30px;
    filter: drop-shadow(5px 0px 15px rgba(204,204,204,0.25));
    background: #ffffff;
    padding: 35px 20px 25px 30px;
}
.service-box.style20 .service-box-img img {
    -webkit-filter: grayscale(1);
}
.service-box.style20:hover .service-box-img img {
    -webkit-filter: grayscale(0);
}
.service-box.style20 .service-box-icon {
    float: left;
    margin: 0 20px 0 0;
}
.service-box.style20 .service-box-title h2 {
    font-size: 22px;
    line-height: 28px;
    color: #232323;
    font-weight: 700;
    margin: 22px 0 40px 0;
}
.service-box.style20 .service-box-title h2:hover {
    color:#2475fc;
}
.service-box.style20 .em_service_content .thumb {
    display: none;
}
.service-box.style20 .service-box-desc p {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.service-box.style20 .service-btn > a {
    font-size: 16px;
    line-height: 28px;
    color: #232323;
    font-weight: 600;
    transition: 0.5s;
    display: inherit;
    position: relative;
}
.service-box.style20:hover .service-btn > a {
    color:#2475fc;
}
.service-box.style20 .service-btn > a i {
    margin-left: 0;
    right: 50px;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
}
.service-box.style20 .service-btn a i:after {
    content: "";
    position: absolute;
    top: 1px;
    right: -11px;
    background: #EFF1F7;
    height: 25px;
    width: 25px;
    color: blue;
    z-index: -1;
    border-radius: 100%;
}
.service-box.style20:hover .service-btn > a i {
    opacity: 1;
    right: 25px;
    color: #2475fc;
}

  /*  icon-box.style-ten 17 css  */
  
.icon-box.style-ten.seventeen .icon-box-icon {
    padding-right: 10px;
}
.icon-box.style-ten.seventeen .icon-box-icon .icon i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    text-align: center;
    background: inherit;
    border-radius: 50%;
    color: #2475FC;
    font-size: 17px;
    display: inline-block;
}
.icon-box.style-ten.seventeen .title h2 {
    font-size: 18px;
    color: #232323;
    margin: 0 0 7px;
}

 /*  single_testimonial.style-eleven css  */

.single_testimonial.style-eleven .author {
    margin: 0;
    float: left;
}
.single_testimonial.style-eleven .testi_thumb {
    position: relative;
    margin: 0 27px 0 -13px;
    display: inline-block;
}
.single_testimonial.style-eleven .testi_thumb img {
    border-radius: 5px;
    width: 76px;
    height: 76px;
}
.single_testimonial.style-eleven .testi_title h2 {
    font-size: 18px;
    letter-spacing: inherit;
    font-weight: 700;
    color: #232323;
    text-align: left;
    margin: 5px 0 0 0;
}
.single_testimonial.style-eleven .testi_title span {
    font-weight: 400;
    font-size: 16px;
    padding-top: 2px;
    margin: 0 0 0 30px;
    color: #616161;
    display: inline-block;
}
.single_testimonial.style-eleven .testi_thumb:before {
    display:none;
}
.single_testimonial.style-eleven .testi_text {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    font-style: inherit;
    width: inherit;
    margin: inherit;
}
.single_testimonial.style-eleven .testi_title {
    margin-bottom: 0;
}
.single_testimonial.style-eleven .testi-content {
    position: relative;
    top: 8px;
}

 /*  single_testimonial.style-12 css  */

.testimonial-style-12 .single_testimonial {
    position: relative;
    margin: 10px 0 16px 0;
    text-align: left;
    padding: 32px 0 44px 28px;
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid rgba(30,30,30,0.1);
}
.testimonial-style-12 .testi_thumb {
    margin: 0 20px 0 0;
    display: inline-block;
}
.testimonial-style-12 .testi_thumb img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
}
.testimonial-style-12 .testi_thumb:before {
    display:none;
}
.testimonial-style-12 .testi_title {
    margin-bottom: 4px;
    display: inline-block;
}
.testimonial-style-12 .testi_title h2 {
    font-size: 18px;
    font-weight: 700;
    color: #232323;
    margin: 0;
}
.testimonial-style-12 .testi_title span {
    padding-top: 2px;
    color: #616161;
    font-weight: 400;
    font-size: 16px;
}
.testimonial-style-12 .testi_content {
    position: relative;
    padding: 17px 0 0;
    border-radius: 0;
    text-align: left;
    margin-bottom: 0;
    box-shadow: none;
    background: transparent;
}
.testimonial-style-12 .testi_text {
    font-size: 16px;
    font-style: normal;
    width: 100%;
    color: #616161;
    line-height: 28px;
}
.testimonial-style-12 .reviews_rating {
    position: absolute;
    bottom: -14px;
    left: 27%;
    margin: 0;
    background: #fff;
    padding: 2px 20px 2px 20px;
    border: 1px solid rgba(30,30,30,0.1);
    border-radius: 30px;
}
.testimonial-style-12 .testi-star i.active {
    color: #FFB500;
    font-size: 14px;
    margin: 0 2px;
}


 /*  work_progress style-7 css  */


.work_progress.style_7 {
    margin-bottom: 10px;
    position: relative;
    padding: 26px 0 6px 25px;
    border-radius: 20px;
    background-image: linear-gradient(-90deg, #1129b9 0%, #2375fb 100%);
    text-align: left;
    transition:0.5s;
}
.work_progress.style_7:hover {
    background-image: linear-gradient(-90deg, #2375fb 0%, #1129b9 100%);
}
.work-box-bg .work_progress.style_7 {
    background-image: linear-gradient(-90deg, #2375fb 0%, #1129b9 100%);
}
.work-box-bg .work_progress.style_7:hover {
    background-image: linear-gradient(-90deg, #1129b9 0%, #2375fb 100%);
}
.work_progress.style_7 .wrok_process_thumb {
    text-align: left;
    border: none;
    border-radius: 0;
    display: inline-block;
    position: relative;
    box-shadow: none;
    float: left;
    margin: 0 15px 0 0;
}
.work_progress.style_7 .wrok_process_thumb img {
    border-radius: 0;
    border: none;
}
.work_progress.style_7 .work_progress-title {
    padding-top: 0;
    text-align: left;
}
.work_progress.style_7 .work_progress-number {
    display: none;
}
.work_progress.style_7 .work_progress-title h2 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 800;
    text-align: left;
    display: inline-block;
}
.work_progress.style_7 .work_progress-number span {
    display: none;
}
.work_progress.style_7 .work_progress-desc {
    padding-top: 10px;
}
.work_progress.style_7 .work_progress-desc p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 300;
    text-align: left;
}

/*   team style 11    */

.team-member-area.team-style-11 {
    background: #fff;
    box-shadow: none;
    margin-bottom: 10px;
    overflow: inherit;
    border-radius: 55px;
    background-color: #ffffff;
    padding: 30px 30px 28px 30px;
    border: 1px solid rgba(30,30,30,0.1);
}
.team-member-area.team-style-11 .dreamit-team-member-single:hover {
    transform: translate3d(0,0,0);
    overflow:inherit; 
    box-shadow: none;
}
.team-member-area.team-style-11 .dreamit-team-member-single:hover .team-member-content:after {
    display:none;
}

.team-member-area.team-style-11 .team-member-thumb img {
    border-radius: 0;
}
.team-member-area.team-style-11 .team-member-thumb::before {
    display:none;
}
.team-member-area.team-style-11 .team-member-thumb {
    position: relative;
    overflow: hidden;
}
.team-member-area.team-style-11 .team-member-thumb::before {
    display:none;
}
.team-member-area.team-style-11 .social-icon-eight {
    position: relative;
}
.team-member-area.team-style-11 .social-icon-eight-inner {
    position: absolute;
    left: 0;
    bottom: -55px;
    right: 0;
    margin: auto;
    z-index: 1;
    transition: .5s;
    border-radius: 25px;
    background-color: #eff2f7;
    height: 50px;
    line-height: 48px;
    width: 180px;
    text-align: center;
}
.team-member-area.team-style-11 .social-icon-eight-inner a {
    height: 37px;
    width: 37px;
    line-height: 37px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    margin: 0 4px 0 4px;
    background-image: linear-gradient(-90deg, #1129b9 0%, #2375fb 100%);
}
.team-member-area.team-style-11:hover .social-icon-eight-inner{
	bottom:27px;
}
.team-member-area.team-style-11 .team-member-content {
    background: #fff;
    padding: 18px 0 0;
    position: relative;
}
.team-member-area.team-style-11 .team-member-content:after {
    display:none;
}
.team-member-area.team-style-11 .team-member-content h2 {
    color: #232323;
    transition: .3s;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 19px;
}
.team-member-area.team-style-11 .team-member-content h5 {
    color: #616161;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    margin: 8px 0 0 0;
}


/*  single pricing style-five css   */

.single_pricing.style-five {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 20px 50px 57px 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid rgba(30,30,30,0.1);
}
.single_pricing.style-five:hover {
    border: 1px solid #2475fc;
}
.single_pricing.style-five .featur {
    border: none;
    border-top: 1px solid #e6e6e6;
    border-radius: 0;
    transition:0.3s;
}
.single_pricing.style-five:hover .featur {
    border-top: 1px solid #2475fc;
}
.single_pricing.style-five.active .featur {
    border: none;
    border-top: 1px solid #528ce9;
    border-radius: 0;
    transition:0.3s;
}
.single_pricing.style-five.active:hover .featur {
    border-top: 1px solid #fff;
}
.single_pricing.style-five .pricing_title h3 {
    padding-bottom: 0;
    font-size: 24px;
    color: #232323;
    font-weight: 700;
}
.single_pricing.style-five .price_item {
    margin-bottom: 23px;
}
.single_pricing.style-five .price_item span {
	color: #232323;
}
.single_pricing.style-five .curencyp {
	top: -25px;
}
.style-five .featur {
	border: 0;
}
.style-five .featur ul {
    padding: 30px 0 6px;
}
.single_pricing.style-five.active {
    background-image: linear-gradient(-90deg, #1129b9 0%, #2375fb 100%);
}
.single_pricing.style-five.active .pricing_title h3 {
	color: #fff;
}
.single_pricing.style-five.active .price_item span {
	color: #fff;
}
.single_pricing.style-five.active .featur ul li {
	color: #fff;
}
.single_pricing.style-five .featur ul li {
    position: relative;
    padding: 8px 0 8px 30px;
}
.single_pricing.style-five .featur ul li:last-child {
    color: #616161;
    opacity: 0.52;
}
.single_pricing.style-five.active .featur ul li:last-child {
    color: #fff;
    opacity: 1;
}
.single_pricing.style-five .featur ul li:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    top: 16px;
    left: 0;
    border-radius: 100%;
    background-image: linear-gradient(-90deg, #1129b9 0%, #2375fb 100%);
}
.single_pricing.style-five.active .featur ul li:before {
    background:#fff;
}
.single_pricing.style-five .order_now {
    text-align: center;
}
.single_pricing.style-five .order_now a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 48px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #616161;
    border-radius: 28px;
    background-color: #ffffff;
    border: 1px solid rgba(30,30,30,0.1);
}
.single_pricing.style-five:hover .order_now a {
	background-image: linear-gradient(-90deg, #1129b9 0%, #2375fb 100%);
	color:#fff;
}
.single_pricing.style-five.active .order_now a {
	background: #fff;
	color:#2475fc;
	border: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border:1px solid #fff;
}
.single_pricing.style-five.active:hover .order_now a {
	background-image: linear-gradient(-90deg, #1129b9 0%, #2375fb 100%);
	color:#fff;
}
.single_pricing.style-five.active .order_now a i {
	color:#2475fc;
}
.single_pricing.style-five .order_now a i {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #616161;
    position: relative;
    top: 1px;
    font-size: 16px;
}
.single_pricing.style-five:hover .order_now a i {
	color:#fff;
}


/*  single blog style-seven css  */

.blog_style_seven .techno-single-blog_adn {
    border: none;
}
.blog_style_seven .em-blog-content-area_adn {
    overflow: hidden;
    padding: 30px 0 25px;
    border: none;
}
.blog_style_seven .techno-blog-thumb_adn a img {
    border-radius: 30px;
}
.blog_style_seven .techno-blog-meta-left a {
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    margin-right: 20px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #2475fc;
    border-radius: 28px;
    padding: 6px 20px;
    background-color: #ffffff;
    border: 1px solid rgba(30,30,30,0.1);
}
.blog_style_seven .techno-blog-meta-left a:hover  {
    color: #fff;
    background-color: #2475fc;
    border: 1px solid #2475fc;
}
.blog_style_seven .blog-page-title_adn h2 {
    font-size: 22px;
    line-height: 35px;
    margin: 0;
    padding: 22px 0 20px;
    border-bottom: 1px solid #DCDCDC;
    transition:0.3s;
}
.blog_style_seven .blog-inner_adn {
    padding: 28px 0 0 0;
}
.blog_style_seven .techno-blog-meta-left span {
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    margin-right: 0;
    color: #616161;
    position: relative;
    font-weight: 500;
}
.blog_style_seven .techno-blog-meta-top {
    position: relative;
    left: 0;
    top: 0;
}
.blog_style_seven .techno-blog-meta-top ul {
    list-style: none;
    display: inline-block;
}
.blog_style_seven .techno-blog-meta-left span:hover {
    color: #616161!important;
}
.blog_style_seven .techno-blog-readmore {
    display: inline-block;
    position: absolute;
    right: 12%;
    bottom: 38px;
}
.blog_style_seven .techno-blog-readmore a {
    display: inline-block;
    font-size: 16px;
    color: #616161;
    font-weight: 500;
    transition:0.3s;
}
.blog_style_seven .techno-blog-readmore a:hover {
    color: #2475fc;
}
.blog_style_seven .blog-content_adn p {
    margin: 0;
}

.blog_style_seven .user_thumb {
    display: inline-block;
    text-align: center;
    float: left;
    margin: 0 8px 0 0;
}
.blog_style_seven .user_thumb img {
    text-align: left;
    margin: inherit !important;
    height: 48px;
    width: 48px;
}
.blog_style_seven .blog-inner_adn a {
    position: relative;
    top: 9px;
    font-size: 18px;
    color: #232323;
    font-weight: 600;
    transition: 0.3s;
    text-transform: capitalize;
}
.blog_style_seven .blog-inner_adn a:hover {
    color: #2475fc;
}


/*  software footer css   */

.software_from .mc4wp-form-fields input {
    font-size: 16px;
    height: 56px;
    padding: 5px 125px 5px 20px;
    position: relative;
    width: 100%;
    background: #ffffff;
    margin: auto;
    border: 0;
    border-radius: 28px;
    color: #232323;
}
.software_from .mc4wp-form-fields input::placeholder {
    font-size: 15px;
}
.software_from .mc4wp-form-fields button {
    border-radius: 28px;
    padding: 6px 20px;
    font-size: 15px;
}
.software-footer-address .elementor-icon-list-icon i {
    border-radius: 100%;
    background-image: linear-gradient(-90deg, #1129b9 0%, #2375fb 100%);
    color: #fff;
    height: 34px;
    width: 34px;
    line-height: 34px;
    transition: 0.3s;
    text-align: center;
}
.software-footer-address .elementor-icon-list-icon i:hover {
    background:#fff;
    color: #2475fc;
}
.software-footer .elementor-grid-item a i {
    border-radius: 100%;
    background-image: linear-gradient(-90deg, #1129b9 0%, #2375fb 100%);
    color: #fff;
    height: 34px;
    width: 34px;
    line-height: 34px;
    transition:0.3s;
}
.software-footer .elementor-grid-item a i:hover {
    background:#fff;
    color: #2475fc;
}



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

                                    software Dark css Start

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


.software-dark .service-box.style20 .service-btn > a {
    color: #fff;
}
.software-dark .service-box.style20:hover .service-btn > a {
    color: #2475fc;
}
.software-dark .service-box.style20 .service-btn a i:after {
    background: #151515;
}
.software-dark .service-box.style20 {
    filter: none;
}
.software-dark .icon-box.style-ten.seventeen .title h2 {
    color: #fff;
}
.software-dark .single_testimonial.style-eleven .testi_text {
    color: #A2A2A2;
}
.software-dark .testimonial-style-12 .single_testimonial {
    background-color: #101010;
    border: 1px solid rgba(30,30,30,0.1);
}
.software-dark .testimonial-style-12 .reviews_rating {
    background: #101010;
    border: 1px solid rgba(255,255,255,0.1);
}
.software-dark .work_progress.style_7 {
    background-color: #101010;
    background-image: none;
}
.software-dark .team-member-area.team-style-11 {
    background-color: #101010;
    background: #101010;
    border: 1px solid rgba(30,30,30,0.1);
}
.software-dark .team-member-area.team-style-11 .team-member-content {
    background: #101010;
}
.software-dark .team-member-area.team-style-11 .team-member-content h2 {
    color: #fff;
}
.software-dark .team-member-area.team-style-11 .team-member-content h5 {
    color: #A2A2A2;
}
.software-dark .team-member-area.team-style-11 .social-icon-eight-inner {
    background-color: #101010;
}
.software-dark .single_pricing.style-five {
    background-color: #101010;
    border: 1px solid rgba(255,255,255,0.1);
}
.software-dark .single_pricing.style-five:hover {
    border: 1px solid #2475fc;
}
.software-dark-active .single_pricing.style-five.active {
    border: 1px solid #151515;
}
.software-dark .single_pricing.style-five .pricing_title h3 {
    color: #fff;
}
.software-dark .single_pricing.style-five .price_item span {
    color: #fff;
}
.software-dark .single_pricing.style-five .featur ul li {
    color: #A2A2A2;
}
.software-dark .single_pricing.style-five .featur ul li:last-child {
    color: #bfbfbf;
}
.software-dark .single_pricing.style-five .order_now a {
    background-color: #1e1d1d;
    border: none;
    color: #fff;
    padding: 16px 48px;
}
.software-dark .single_pricing.style-five .order_now a i {
    color: #fff;
}
.software-dark .single_pricing.style-five .featur {
    border-top: 1px solid #A2A2A2;
}
.software-dark-active .single_pricing.style-five.active .order_now a {
    background-image: linear-gradient(-90deg, #1129b9 0%, #2375fb 100%);
    color: #fff;
    border:1px solid #fff;
    transition:0.5s;
}
.software-dark-active .single_pricing.style-five.active:hover .order_now a {
    background-image:none;
    background: #fff;
    color: #2475fc;
    border:1px solid #fff;
}
.software-dark-active .single_pricing.style-five.active .order_now a i {
    color: #fff;
    transition:0.5s;
}
.software-dark-active .single_pricing.style-five.active .featur ul li:last-child {
    color: #c3c3c3;
}
.software-dark-active .single_pricing.style-five.active:hover .order_now a i {
    color: #2475fc;
}
.software-dark .blog_style_seven .em-blog-content-area_adn {
    background: #151515;
}
.software-dark .blog_style_seven .techno-blog-meta-left a {
    background-color: #101010;
    border: 1px solid #101010;
}
.software-dark .blog-page-title_adn a {
    color: #fff;
    transition:0.4s;
}
.software-dark .blog-page-title_adn a:hover {
    color: #2475fc;
}
.software-dark .blog_style_seven .techno-blog-meta-left span {
    color: #A2A2A2!important;
}
.software-dark .blog_style_seven .techno-blog-meta-left span:hover {
    color: #A2A2A2!important;
}
.software-dark .blog_style_seven .blog-inner_adn a {
    color: #fff;
}
.software-dark .blog_style_seven .techno-blog-readmore a {
    color: #A2A2A2;
    transition:0.4s;
}
.software-dark .blog_style_seven .techno-blog-readmore a:hover {
    color: #2475fc;
}
.software-dark .blog_style_seven .techno-blog-readmore a i {
    color: #A2A2A2;
    transition:0.4s;
}
.software-dark .blog_style_seven .techno-blog-readmore a:hover i {
    color: #2475fc;
}
.software-dark .techno-single-blog_adn {
    -webkit-box-shadow: none;
    box-shadow:none !important;
}
.software-dark .blog_style_seven .blog-page-title_adn h2 {
    border-bottom: 1px solid #383838;
}
.software-dark .techno-blog-thumb_adn {
    background: #151515;
}
.software-dark.software_from .mc4wp-form-fields input {
    background: #101010;
    color: #fff;
}
.software-dark.software_from .mc4wp-form-fields input:focus, .mc4wp-form-fields textarea:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.software-dark.software_from .mc4wp-form-fields button {
    background: #0c5adb;
    background-image: linear-gradient(-90deg, #1129b9 0%, #2375fb 100%);
}


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

                                    software Dark css End

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

.techno-main-menu.transprent-menu.style-19 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #616161;
    font-size: 16px;
    font-weight: 400;
    transition:0.3s;
}
.techno-main-menu.transprent-menu.style-19 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    color: #2875ff;
}
.techno-main-menu.transprent-menu.style-19 a.dtbtn {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    background-image: linear-gradient(-90deg, #2375fb 0%, #1129b9 100%);
    border-radius: 28px;
    padding: 10px 30px;
}
.techno-main-menu.transprent-menu.style-19 a.dtbtn:hover {
    background-image: linear-gradient(-90deg, #1129b9 0%, #2375fb  100%);
}

.techno-main-menu.transprent-menu.style-19 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 70px;
    height: 70px;
}

/*  section title 12 css */

.style-11.style-12 .section-title.t_center {
    margin: 0 0 25px 0;
}
.style-11.style-12 .section-title h5 {
    color: #2875ff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 4px;
}
.style-11.style-12 .section-title.t_center h3 {
    font-size: 35px;
}
.style-11.style-12 .section-title.t_left h3 {
    font-size: 35px;
}
.style-11.style-12 .section-title.t_left h2 {
    font-size: 35px;
}
.style-11.style-12 .section-title.t_left {
    margin: 0 0 15px 0;
}
.style-11.style-12 .section-title.t_center h2 {
    font-size: 35px;
}




/*  feature-box style-12 css */

.feature-box.style-12 {
    border-radius: 5px;
    padding: 0 30px 27px 30px;
    transition: .5s;
    background: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 0 10px 0;
}
.feature-box.style-12:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-image: linear-gradient(210deg, #2375fb 0%, #1129b9 100%);
    z-index:-1;
    transition: .5s;
    border-radius: 5px;
}
.feature-box.style-12:hover:before {
    height:100%;
}
.feature-box.style-12 .feature_box_img {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #fff;
    line-height: 80px;
    transition: .5s;
    border-bottom: 3px solid #2875ff;
    top: -45px;
    position: relative;
}
.feature-box.style-12 .feature_box_img img {
    -webkit-filter: grayscale(1);
    transition:0.5s;
}
.feature-box.style-12:hover .feature_box_img img {
    -webkit-filter: grayscale(0);
}
.feature-box.style-12 .feature-box-title h2 {
    margin: -4px 0 22px;
    transition: 0.5s;
    font-size: 20px;
    color: #232323;
    font-weight: 700;
}
.feature-box.style-12:hover .feature-box-title h2  {
    color: #fff;
}
.feature-box.style-12 .feature-box-desc p {
    line-height: 28px;
    transition: 0.4s;
}
.feature-box.style-12:hover .feature-box-desc p {
    color: #fff;
}


/*  Dream IT Button style-8 css */

.dreamit-button-box.style8 {
    padding: 42px 0 0 0;
}
.dreamit-button-box.style8 .dreamit-button a {
    background: linear-gradient(-90deg, #2375fb 0%, #1129b9 100%);
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 28px;
    color: #fff;
}
.dreamit-button-box.style8 .dreamit-button a:hover {
    background: linear-gradient(to left, #1129b9, #2375fb 100%);
}
.dreamit-button-box.style8 .dreamit-button a:before {
    display:none;
}


/*  Service style-22 css start */

.service-box.style22 {
    border-radius: 5px;
    padding: 56px 30px 30px 30px;
    transition: .5s;
    background: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 0 10px 0;
}
.service-box.style22:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-image: linear-gradient(210deg, #2375fb 0%, #1129b9 100%);
    z-index:-1;
    transition: .5s;
    border-radius: 5px;
}
.service-box.style22:hover:before {
    height:100%;
}
.service-box.style22 .em_service_content {
    overflow: visible;
}
.service-box.style22 .service__box--icon {
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    margin: auto;
}
.service-box.style22 .service-box-img {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #fff;
    line-height: 80px;
    transition: .5s;
    border-bottom: 3px solid #2875ff;
    top: 0;
    position: relative;
}
.service-box.style22 .service-box-img img {
    -webkit-filter: grayscale(1);
    transition: 0.5s;
}
.service-box.style22:hover .service-box-img img {
    -webkit-filter: grayscale(0);
}
.service-box.style22 .service-box-title h2 {
    margin: 0 0 21px;
    transition: 0.5s;
    font-size: 22px;
    color: #232323;
    font-weight: 700;
}
.service-box.style22:hover .service-box-title h2  {
    color: #fff;
}
.service-box.style22 .service-box-desc p {
    line-height: 28px;
    transition: 0.4s;
}
.service-box.style22:hover .service-box-desc p {
    color: #fff;
}
.service-box.style22 .service-btn > a {
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    margin-top: 5px;
    font-size: 16px;
    line-height: 30px;
    color: #232323;
    font-weight: 500;
    transition: 0.5s;
}
.service-box.style22:hover .service-btn > a {
    color: #fff;
}
.service-box.style22 .service-btn > a i {
    margin-left: 5px;
    color: #232323;
    font-weight: 500;
    transition: 0.5s;
    position: relative;
    top: 1px;
}
.service-box.style22:hover .service-btn > a i {
    color: #fff;
}
/*  Service style-22 css end */


/*  single-counter.style_9 css start  */

.single-counter.style_9 {
    background: #eff2f7;
    background-repeat: no-repeat;
    background-position: center;
    padding: 52px 28px 26px;
    background-size: contain;
    border-radius: 5px;
}
.single-counter.style_9 .counter-content span {
    font-size: 50px;
    color: #232323;
    font-weight: 700;
}
.single-counter.style_9 h6 {
    font-size: 20px;
    line-height: 28px;
    color: #232323;
    font-weight: 600;
    margin: 0;
}
.single-counter.style_9 .icon {
    position: absolute;
    top: 30px;
    right: 30px;
}
.data-skill-area{
    margin:0 130px 0 130px;
}


/*  singl testimonial style fifteen css start  */

.single_testimonial.style_15 {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    position: relative;
    margin-top: 10px;
    text-align: left;
    background: #fff;
    border-radius: 4px;
    padding: 43px 50px 50px 50px;
}
.single_testimonial.style_15 .testi_content {
    position: relative;
    padding: 0;
    -webkit-box-shadow: 0 25px 40px 0 rgba(0,0,0,.1);
    box-shadow: none;
    background: transparent;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 22px;
}
.single_testimonial.style_15 .testi_text {
    width: 100%;
    margin: auto;
    font-size: 16px;
    color: #616161;
    font-weight: 500;
    font-style: italic;
}
.single_testimonial.style_15 .author {
    display: flex;
    margin-top: 47px;
}
.single_testimonial.style_15 .testi_thumb {
    position: relative;
    margin: 0 27px 0 0;
    display: inline-block;
}
.single_testimonial.style_15 .testi_title h2 {
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 30px;
    color: #232323;
    font-weight: 700;
}
.single_testimonial.style_15 .testi_title span {
    display: block;
    padding-top: 0;
    font-size: 15px;
    line-height: 23px;
    color: #2875ff;
    font-weight: 400;
}
.single_testimonial.style_15 .reviews_rating {
    position: absolute;
    bottom: 50px;
    left: 14%;
    right: 0;
    margin: auto;
    text-align: center;
}
.single_testimonial.style_15 .testi-star {
    display: inline-block;
    border-bottom: 1px solid #DFDFDF;
    padding: 0 52px 7px 52px;
}
.single_testimonial.style_15 .testi-star i.active {
    color: #FCC153;
    font-size: 12px;
    margin: 0 4px;
}
.single_testimonial.style_15 .testi_thumb:before {
    display:none;
}
.single_testimonial.style_15 .reviews_rating:before {
    background: url("https://wp.ditsolution.net/techno-new/wp-content/uploads/2023/10/data-testi-qu-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    position: absolute;
    bottom: -7px;
    right: 50px;
    height: 80px;
    width: 70px;
}
.testimonial_list15.owl-carousel.curosel-style.testimonial-style15 .owl-nav div {
    border-radius: 50%;
    color: #2875ff;
    font-size: 19px;
    height: 49px;
    line-height: 49px;
    position: absolute;
    transition: 0.3s;
    width: 49px;
    text-align: center;
    z-index: 1;
    opacity: 1;
    background: #fff;
    border: 1px dotted #2875ff;
}
.testimonial_list15.owl-carousel.curosel-style.testimonial-style15 .owl-nav div:hover {
    background: linear-gradient(-90deg, #2375fb 0%, #1129b9 100%);
    color:#fff;
}
.testimonial_list15.owl-carousel.curosel-style.testimonial-style15 .owl-nav .owl-next {
    left: auto;
    right: -100px;
    top: 61%;
}
.testimonial_list15.owl-carousel.curosel-style.testimonial-style15 .owl-nav .owl-prev {
    right: -100px;
    left: auto;
    top: 41%;
}
    /*  singl testimonial style fifteen css end  */



   /* blog post style 10 css start */


.blog_carousel_10.owl-carousel.curosel-style-10 .owl-nav div {
    border-radius: 50%;
    color: #2875ff;
    font-size: 19px;
    height: 49px;
    line-height: 49px;
    position: absolute;
    transition: 0.3s;
    width: 49px;
    text-align: center;
    z-index: 1;
    opacity: 1;
    background: #fff;
    border: 1px dotted #2875ff;
}
.blog_carousel_10.owl-carousel.curosel-style-10 .owl-nav div:hover {
    background: linear-gradient(-90deg, #2375fb 0%, #1129b9 100%);
    color:#fff;
}
.blog_carousel_10.owl-carousel.curosel-style-10 .owl-nav .owl-next {
    left: auto;
    right: 17px;
    top: -115px;
}
.blog_carousel_10.owl-carousel.curosel-style-10 .owl-nav .owl-prev {
    right: 90px;
    left: auto;
    top: -115px;
}
.blog_carousel_10.owl-carousel.curosel-style-10 .techno-blog-meta-left a:hover {
    color: #2875ff !important;
}
.blog_carousel_10.owl-carousel.curosel-style-10 .blog-page-title_adn a:hover {
    color: #2875ff;
}
.blog_carousel_10.owl-carousel.curosel-style-10 .techno-blog-meta-top {
    display:none;
}
.blog_carousel_10.owl-carousel.curosel-style-10 .techno-blog-meta-left span:hover {
    color: #2875ff !important;
}
.blog_carousel_10.owl-carousel.curosel-style-10 .techno-blog-thumb_adn a img {
    border-radius:5px 5px 0 0;
}
.blog_carousel_10.owl-carousel.curosel-style-10 .techno-single-blog_adn {
    margin-bottom: 0;
    overflow: hidden;
    text-align: left;
    transition: all 0.3s ease-in-out 0s;
    background: #eff2f7;
    border: none;
    border-radius: 0 0 5px 5px;
}
.blog_carousel_10.owl-carousel.curosel-style-10 .em-blog-content-area_adn {
    overflow: hidden;
    padding: 25px 35px 15px;
}
.blog_carousel_10.owl-carousel.curosel-style-10 .blog-page-title_adn h2 {
    font-size: 22px;
    line-height: 35px;
    margin: 12px 0 0 0;
}
.blog_carousel_10.owl-carousel.curosel-style-10 .blog-content_adn p {
    margin: 8px 0 15px;
}

.data-science-footer .recent-post-text h4 a {
    font-size: 16px;
}

.data-science-footer .recent-post-text h4 a:hover {
    color: #2875ff;
}


   /* workprocess style 8 css start */


.work_progress.style_8 {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    padding: 0;
}
.work_progress-child-one .work_progress.style_8::after {
    position: absolute;
    right: 0;
    top: 10px;
    content: "";
    background: url("https://wp.ditsolution.net/techno-new/wp-content/uploads/2023/10/data-work-shape-line1.png");
    height: 63px;
    width: 229px;
    background-repeat: no-repeat;
    margin-right: -119px;
    background-size: contain;
}
.work_progress-child-three .work_progress.style_8::after{
    background: url("https://wp.ditsolution.net/techno-new/wp-content/uploads/2023/10/data-work-shape-line2.png");
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    height: 63px;
    width: 229px;
    background-repeat: no-repeat;
    margin-left: -119px;
    background-size: contain;
}
.work_progress.style_8 .wrok_process_thumb {
    display: inline-block;
    width: 80px;
    height: 82px;
    border-radius: 100%;
    background-color: #eff2f7;
    line-height: 80px;
    transition: .5s;
    border: none;
    border-bottom: 3px solid #2875ff;
    top: 0;
    position: relative;
    margin: 0 0 73px 0;
    box-shadow: none;
}
.work_progress.style_8 .wrok_process_thumb:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 60px;
    width: 1px;
    border-left: 1px dashed #2875ff;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
}
.work_progress.style_8 .wrok_process_thumb img {
    -webkit-filter: grayscale(1);
    transition: 0.5s;
    border: none;
    border-radius: 0;
}
.work_progress.style_8:hover .wrok_process_thumb img {
    -webkit-filter: grayscale(0);
}
.work_progress.style_8:hover .wrok_process_thumb {
    border-color: #2875ff;
}
.work_progress.style_8 .work_progress-number span {
    background: #fff;
    display: inline-block;
    height: 56px;
    width: 56px;
    line-height: 56px;
    text-align: center;
    color: #232323;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border: 1px dashed #2875ff;
    transition:0.3s;
}
.work_progress.style_8:hover .work_progress-number span {
    color: #fff;
}
.work_progress.style_8 .work_progress-number span::before {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 40px;
    height: 40px;
    background: #eff2f7;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
    transition: 0.4s;
    opacity: 1;
}
.work_progress.style_8:hover .work_progress-number span::before {
    background: #2875ff;
}
.work_progress.style_8 .work_progress-number span::after {
    display:none;
}
.work_progress.style_8 .work_progress-title {
    padding-top: 0;
}
.work_progress.style_8 .progress_content {
    text-align: center;
    background: #eff2f7;
    border-radius: 5px;
    padding: 24px 15px 17px 15px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    margin: 80px 0 0 0;
}
.work_progress.style_8 .progress_content:before {
    content: "";
    position: absolute;
    height: 0;
    width: 100%;
    background: linear-gradient(-90deg, #2375fb 0%, #1129b9 100%);
    top: 0;
    left: 0;
    transition:0.4s;
    z-index: -1;
    border-radius: 5px;
}
.work_progress.style_8:hover .progress_content:before {
    height: 100%;
}
.work_progress.style_8 .progress_content:after {
    content: "";
    position: absolute;
    height: 35px;
    width: 70px;
    background: #eff2f7;
    top: -35px;
    left: 0;
    right: 0;
    transition: 0.4s;
    z-index: 0;
    margin: auto;
    border-radius: 0;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.work_progress.style_8:hover .progress_content:after {
    background: linear-gradient(-90deg, #2375fb 0%, #1129b9 100%);
}
.work_progress.style_8 .work_progress-title h2 {
    font-size: 20px;
    color: #232323;
    font-weight: 700;
    margin: 10px 0 7px 0;
    transition:0.4S;
}
.work_progress.style_8:hover .work_progress-title h2 {
    color: #fff;
}
.work_progress-desc p {
    transition:0.4s;
}
.work_progress.style_8:hover .work_progress-desc p {
    color: #fff;
}
.work_progress.style_8 .work_progress-number {
    position: relative;
    z-index: 1;
}
.work_progress-child-one .work_progress.style_8 .work_progress-number::after {
    position: absolute;
    left: 0;
    bottom: 22px;
    content: "";
    background: url("https://wp.ditsolution.net/techno-new/wp-content/uploads/2023/10/data-line-shape-work.png.png");
    height: 10px;
    width: 1129px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}


  /* ==================================================================
                 crypto css start 
    ===================================================================*/


   /* style-11 style-13 .section-title css start */

.style-11.style-13 .section-title.t_left {
    margin: 0 0 7px 0;
}
.style-11.style-13 .section-title h5 {
    text-transform: inherit;
    letter-spacing: 0;
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 20px;
    color: #0d6eff;
    font-weight: 500;
    display:inline-block;
}
.style-11.style-13 .section-title.t_left h5:before {
    content: "";
    position: absolute;
    width: 160px;
    height: 1px;
    background-image: linear-gradient(90deg, #0d6dff 0%, #0d6dff 5%, #0b0b33 92%, #0b0b33 100%);
    left: 100%;
    top: 10px;
    margin: 0 0 0 10px;
}
.style-11.style-13 .section-title.t_left h3 {
    font-size: 38px;
    color: #ffffff;
    font-weight: 800;
}
.style-11.style-13 .section-title.t_left h2 {
    font-size: 38px;
    color: #ffffff;
    margin-top: 4px;
    font-weight: 800;
}
.style-11.style-13 .section-title.t_left p {
    width: 100%;
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 26px;
    color: #a6a6ab;
    font-weight: 400;
}
.subtitle-13 {
    position: relative;
    display: inline-block;
}
.style-11.style-13 .section-title.t_center h5:before {
    content: "";
    position: absolute;
    width: 160px;
    height: 1px;
    background-image: linear-gradient(90deg, #0d6dff 0%, #0d6dff 5%, #0b0b33 92%, #0b0b33 100%);
    top: 11px;
    left: 100%;
    margin: 0 0 0 10px;
}
.style-11.style-13 .section-title.t_center h5:after {
    content: "";
    position: absolute;
    width: 160px;
    height: 1px;
    background-image: linear-gradient(90deg, #0b0b33 0%, #0b0b33 8%, #0d6dff 95%, #0d6dff 100%);
    top: 11px;
    right: 100%;
    margin: 0 10px 0 0;
}
.style-11.style-13 .section-title.t_center h3 {
    font-size: 42px;
    color: #ffffff;
    font-weight: 800;
}
.style-11.style-13 .section-title.t_center h2 {
    font-size: 42px;
    color: #ffffff;
    margin-top: 4px;
    font-weight: 800;
}
.style-11.style-13 .section-title.t_center p {
    width: 47%;
    font-size: 16px;
    line-height: 26px;
    color: #a6a6ab;
    font-weight: 400;
    margin: 20px auto 0;
}
.style-11.style-13 .section-title.t_center {
    margin: 0 0 25px 0;
}

  /* crypto-revolution css start */

.crypto-revolution-button{
    position: relative;
    z-index:1;
    padding:0 20px 0 0;
}
.crypto-revolution-button:before{
    position: absolute;
    content: "";
    top: 17px;
    left: 39px;
    height: 26px;
    width: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    background: url("https://wp.ditsolution.net/techno-new/wp-content/uploads/2023/10/crypto-button-icon.png");
}

   /* Revolution circle animation css start */

.rotatecircle {
    -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);
  }
}

.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);
  }
}
.move-top1 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: move-top1;
    animation-name: move-top1;
}
@keyframes move-top1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.move-top2 {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: move-top2;
    animation-name: move-top2;
}
@keyframes move-top2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.move-right3{
  -webkit-animation: footermoveLeftBounceright 2.1s linear infinite;
    animation: footermoveLeftBounceright 2.1s linear infinite;
}
@keyframes footermoveLeftBounceright {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}



    /* Button style 9 css start */
    
.dreamit-button-box.style9 {
    padding: 18px 0 0 0;
}
.dreamit-button-box.style9 .dreamit-button a {
    background: #0d6dff;
    padding: 16px 33px 16px 72px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 28px;
    color: #fff;
}
.dreamit-button-box.style9 .dreamit-button a:before {
    background: #0D56FF;
}
.dreamit-button-box.style9 .dreamit-button a:after {
    position: absolute;
    content: "";
    top: 15px;
    height: 26px;
    left: 38px;
    width: 26px;
    background: url("https://wp.ditsolution.net/techno-new/wp-content/uploads/2023/10/button-icon.png");
    z-index: -1;
}

    /* service box style 24 css start */
    
.service-box.style24 {
    border-radius: 10px;
    padding: 25px 30px 30px 30px;
    transition: .5s;
    background: #fff;
    background-color: rgba(13,110,255,0.1);
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 0 10px 0;
}
.service-box.style24:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #0d6eff;
    z-index:-1;
    transition: .5s;
    border-radius: 10px;
}
.service-box.style24:hover:before {
    height:100%;
}
.service-box.style24 .em_service_content {
    overflow: visible;
}
.service-box.style24 .service-box-img {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #f0932b;
    line-height: 80px;
    transition: .5s;
    top: 0;
    position: relative;
}
.crypto-service-box-2 .service-box.style24 .service-box-img {
    background-color: #0d6eff;
}
.crypto-service-box-3 .service-box.style24 .service-box-img {
    background-color: #34c780;
}
.crypto-service-box-4 .service-box.style24 .service-box-img {
    background-color: #f368e0;
}
.crypto-service-box-5 .service-box.style24 .service-box-img {
    background-color: #00D1FB;
}
.crypto-service-box-6 .service-box.style24 .service-box-img {
    background-color: #ee5253;
}
.service-box.style24:hover .service-box-img {
    background-color: #fff;
}
.service-box.style24 .service-box-img img {
    transition: 0.5s;
    filter: brightness(0)invert(1);
}
.service-box.style24:hover .service-box-img img {
    filter: brightness(1)invert(0);
}
.service-box.style24 .service-box-title h2 {
    margin: 0 0 21px;
    transition: 0.5s;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    padding: 60px 0 0 0;
}
.service-box.style24 .service-box-desc p {
    line-height: 26px;
    transition: 0.4s;
    color: #919da4;
    font-size: 16px;
    font-weight: 400;
}
.service-box.style24:hover .service-box-desc p {
    color: #fff;
}
.service-box.style24 .service-box-title {
    position: relative;
    z-index: 1;
    overflow: visible;
}
.service-box.style24 .service-box-title:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
    width: 1px;
    background-color: #f0932b;
    z-index: -1;
    transition: .5s;
    border-radius: 5px;
}
.crypto-service-box-2 .service-box.style24 .service-box-title:before {
    background-color: #0d6eff;
}
.crypto-service-box-3 .service-box.style24 .service-box-title:before {
    background-color: #34c780;
}
.crypto-service-box-4 .service-box.style24 .service-box-title:before {
    background-color: #f368e0;
}
.crypto-service-box-5 .service-box.style24 .service-box-title:before {
    background-color: #00D1FB;
}
.crypto-service-box-6 .service-box.style24 .service-box-title:before {
    background-color: #ee5253;
}
.service-box.style24:hover .service-box-title:before {
    background-color: #fff;
}


    /* feture box style 13 css start */

.feature-box.style-13 {
    padding: 3px 28px 2px;
    border: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: left;
    position: relative;
    border-radius: 8px;
    background: #fff;
    background: #030D48;
    overflow: hidden;
    margin: 0 0 8px;
}
.feature-box.style-13:hover {
    background: #0d6eff;
}
.feature-box.style-13 .feature-box-content {
    float: left;
}
.feature-box.style-13 .feature-box-title h2 {
    font-size: 18px;
    margin: 18px 0 12px;
    color: #fff;
    transition: .5s;
    font-weight: 600;
}
.feature-box.style-13 .feature-box-desc p {
    margin-bottom: 20px;
    transition: .5s;
    color: #919da4;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
}
.feature-box.style-13:hover .feature-box-desc p {
    color: #fff;
}
.feature-box.style-13 .feature-box-desc p span {
    color: #00B88E;
    transition: .5s;
}
.feature-box.style-13:hover .feature-box-desc p span {
    color: #fff;
}



/*==============================
/* CRYPTOZONE COUNTDOWN AREA CSS 
===============================*/

.elementor-image-gallery {
    text-align: center;
}
.dreamit-countdown {
    text-align: center;
}
.counterdowns span {
    text-align: center;
    padding-top: 7px;
}
span.cdowns {
    width:55px;
    height:61px;
    line-height:55px;
    background: #0581EB;
    display: inline-block;
    margin: 0 4px;
    font-weight:400;
	border-radius:4px;
    position: relative;
}
span.cdowns:nth-child(1) {
    background: #0094FB;
    position: relative;
    z-index:1;
}
span.cdowns:nth-child(1):before{
    position: absolute;
    content:"";
    background: #0094FB;
    height:31px;
    width:55px;
    position: relative;
    z-index:1;
    top: 0;
    left: 0;
}
span.cdowns:nth-child(2) {
 background:#48DCA8;
}
span.cdowns:nth-child(3) {
background:#FEC107;
}
span.cdowns:nth-child(4) {
 background:#E031CA;
}
span.time-counts {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    position: relative;
}
.counterdowns p {
    color: #fff;
    font-size: 13px;
    font-weight:400;
    position: absolute;
    text-transform: uppercase;
    bottom:-64px;
    left:10px;
    
}
span.cdowns:nth-child(1) .counterdowns p{
    left: 10px;
     position: absolute;
}
div#gallery-1 {
    display: flex;
    justify-content: center;
    line-height: -4px;
}
span.span-4 {
    padding-left: 35px;
}

/* Cart JS */
.color p {
    margin: 14px 0 20px;
}
.date p {
       margin: 6px;
}
.title p {
    margin: 6px;
    font-size: 16px;
    font-weight: 500;
       opacity: 0;
}
.text {
    overflow: hidden;
    opacity: 0;
    display: none;
}
canvas#myChart-kLzFDo {
    height: 441px!important;
    width: 441px!important;
}


   /* workprocess style 9 css start */


.work_progress.style_9 {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    padding: 0;
}
.work_progress.style_9 .work_progress-number span {
    background: #060531;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: #232323;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border: 2px solid #fff;
    transition: 0.3s;
}
.work_progress.style_9:hover .work_progress-number span {
    color: #fff;
}
.work_progress.style_9 .work_progress-number span::before {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    background: #34c780;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
    transition: 0.4s;
    opacity: 1;
}
.work_progress-child-two .work_progress.style_9 .work_progress-number span::before {
    background: #0d6eff;
}
.work_progress-child-three .work_progress.style_9 .work_progress-number span::before {
    background: #d99137;
}
.work_progress-child-four .work_progress.style_9 .work_progress-number span::before {
    background: #d668db;
}
.work_progress.style_9 .work_progress-number span::after {
    display:none;
}
.work_progress.style_9 .work_progress-title {
    padding-top: 0;
}
.work_progress.style_9 .progress_content {
    text-align: center;
    background: #030D48;
    border-radius: 5px;
    padding: 24px 15px 17px 15px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    margin: 0;
}
.work_progress.style_9 .progress_content:before {
    content: "";
    position: absolute;
    height: 0;
    width: 100%;
    background: #34c780;
    top: 0;
    left: 0;
    transition: 0.4s;
    z-index: -1;
    border-radius: 5px;
}
.work_progress.style_9:hover .progress_content:before {
    height: 100%;
}
.work_progress-child-two .work_progress.style_9:hover .progress_content:before {
    background: #0d6eff;
    height: 100%;
}
.work_progress-child-three .work_progress.style_9:hover .progress_content:before {
    background: #d99137;
    height: 100%;
}
.work_progress-child-four .work_progress.style_9:hover .progress_content:before {
    background: #d668db;
    height: 100%;
}
.work_progress.style_9 .progress_content:after {
    content: "";
    position: absolute;
    height: 15px;
    width: 35px;
    background: #030D48;
    top: -15px;
    left: 0;
    right: 0;
    transition: 0.3s;
    z-index: 0;
    margin: auto;
    border-radius: 0;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.work_progress.style_9:hover .progress_content:after {
    background: #34c780;
}
.work_progress-child-two .work_progress.style_9:hover .progress_content:after {
    background: #0d6eff;
}
.work_progress-child-three .work_progress.style_9:hover .progress_content:after {
    background: #d99137;
}
.work_progress-child-four .work_progress.style_9:hover .progress_content:after {
    background: #d668db;
}
.work_progress.style_9 .work_progress-title h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 10px 0 25px 0;
    transition: 0.4S;
    position: relative;
}
.work_progress.style_9:hover .work_progress-title h2 {
    color: #fff;
}
.work_progress.style_9 .work_progress-title h2:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 2px;
    background: #34c780;
    bottom: 0;
    left: 0;
    right:0;
    margin:auto;
    transition: 0.4s;
    z-index: 1;
    border-radius: 5px;
}
.work_progress-child-two .work_progress.style_9 .work_progress-title h2:before {
    background: #0d6eff;
}
.work_progress-child-three .work_progress.style_9 .work_progress-title h2:before {
    background: #d99137;
}
.work_progress-child-four .work_progress.style_9 .work_progress-title h2:before {
    background: #d668db;
}
.work_progress.style_9:hover .work_progress-title h2:before {
    background: #fff;
}
.work_progress.style_9 .work_progress-desc p {
    transition: 0.4s;
    color: #a6a6ab;
}
.work_progress.style_9:hover .work_progress-desc p {
    color: #fff;
}
.work_progress.style_9 .work_progress-number {
    position: relative;
    z-index: 1;
    padding: 0 0 80px 0;
}
.work_progress.style_9 .work_progress-number::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    width: 0;
    height: 53px;
    background: inherit;
    border-left: 2px dashed #34c780;
    content: "";
    margin: auto;
    border-radius: 0;
    z-index: -1;
    transition: 0.4s;
    opacity: 1;
}
.work_progress-child-two .work_progress.style_9 .work_progress-number::before {
    border-left: 2px dashed #0d6eff;
}
.work_progress-child-three .work_progress.style_9 .work_progress-number::before {
    border-left: 2px dashed #d99137;
}
.work_progress-child-four .work_progress.style_9 .work_progress-number::before {
    border-left: 2px dashed #d668db;
}
.work_progress.style_9 .work_progress-number::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 10px;
    height: 10px;
    background: #34c780;
    content: "";
    margin: auto;
    border-radius: 100%;
    z-index: -1;
    transition: 0.4s;
    opacity: 1;
}
.work_progress-child-two .work_progress.style_9 .work_progress-number::after {
    background: #0d6eff;
}
.work_progress-child-three .work_progress.style_9 .work_progress-number::after {
    border-left: 2px dashed #d99137;
    background:#d99137;
}
.work_progress-child-four .work_progress.style_9 .work_progress-number::after {
    background:#d668db;
}
.work_progress.style_9 .work_progress-sub-title h3 {
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 500;
    background: #34c780;
    display: inline-block;
    padding: 8px 25px 8px 25px;
    border-radius: 20px;
    text-align: center;
    margin: 4px 0 18px 0;
}
.work_progress-child-two .work_progress.style_9 .work_progress-sub-title h3 {
    background: #0d6eff;
}
.work_progress-child-three .work_progress.style_9 .work_progress-sub-title h3 {
    background: #d99137;
}
.work_progress-child-four .work_progress.style_9 .work_progress-sub-title h3 {
    background: #d668db;
}
.work_progress.style_9 .work_progress-sub-title {
    position: relative;
    z-index: 1;
    overflow: visible;
}
.work_progress-child-four .work_progress.style_9 .work_progress-sub-title:before {
    position: absolute;
    right: 0;
    bottom: -12px;
    width: 1132px;
    height: 3px;
    background: url("https://wp.ditsolution.net/techno-new/wp-content/uploads/2023/10/crypto-line.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    z-index: -1;
    transition: 0.4s;
    opacity: 1;
}

   /* icon box style twenty three css start */

.icon-box.style-twenty-three .icon-box-icon {
    padding-right: 15px;
}
.icon-box.style-twenty-three .icon-box-icon .img-icon {
    display: inline-block;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 48px;
    border-radius: 100%;
    background: #0d6eff;
    box-shadow: none;
}
.icon-box.style-twenty-three:hover .icon-box-icon .img-icon {
    background: #34c780;
    animation: 1.3s ease-in-out 0s normal none infinite running kmacb-circle-img-anim;
}
.icon-box.style-twenty-three  .icon-box-content h2 {
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 0;
}
.crypto-feture-button .dreamit-button-box.style9 .dreamit-button a:after {
    background: url("https://wp.ditsolution.net/techno-new/wp-content/uploads/2023/10/crypto-feture-button.png");
}

   /* team area style 13 css start */

.team-member-area.team-style-13 {
    position: relative;
    padding: 40px 0 35px 0;
    z-index: 1;
    overflow: hidden;
    background: #0b1548;
    border-radius: 5px;
    margin: 0 0 10px 0;
}
.team-member-area.team-style-13:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 136px;
    clip-path: polygon(0 0%, 100% 0%, 100% 20%, 100% 65%, 60% 100%, 40% 100%, 0% 65%, 0% 50%);
    background:#00226E;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
    transition:0.5s;
}
.team-member-area.team-style-13:hover:before {
    background: #0d6eff;
}
.team-member-area.team-style-13 .team-member-thumb::before {
    display:none;
}
.team-member-area.team-style-13 .team-member-thumb img {
    width: auto;
    border-radius: 50%;
}
.team-member-area.team-style-13 .team-member-content h2 {
    color: #fff;
    transition: .4s;
    font-size: 20px;
    margin: 25px 0 5px 0;
    font-weight: 700;
}
.team-member-area.team-style-13 .team-member-content h5 {
    text-transform: capitalize;
    padding: 0 0 44px 0;
    position: relative;
    font-size: 16px;
    color: #919da4;
    font-weight: 400;
}
.team-member-area.team-style-13 .team-member-sub-title h5::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 20px;
    background: #0d6eff;
    bottom: 10px;
}
.team-member-area.team-style-13 .social-icon-eight a {
    color: #fff;
    padding: 0 7px 00 7px;
    transition: 0.2s;
}
.team-member-area.team-style-13 .social-icon-eight a:hover {
    color: #0d6eff;
}

   /* team area style 14 css start */

.team-member-area.team-style-14 {
    position: relative;
    padding: 0;
    z-index: 1;
    overflow: hidden;
    background: inherit;
    border-radius: 0;
    margin: 0 0 10px 0;
}
.team-member-area.team-style-14 .team-member-thumb::before {
    display:none;
}
.team-member-area.team-style-14 .team-member-thumb img {
    width: auto;
    border-radius: 50%;
    border: 5px solid #00195D;
    transition:0.4s;
}
.team-member-area.team-style-14:hover .team-member-thumb img {
    border: 5px solid #0d6eff;
}
.team-member-area.team-style-14 .team-member-content h2 {
    color: #fff;
    transition: .4s;
    font-size: 20px;
    margin: 0 0 5px 0;
    font-weight: 700;
}
.team-member-area.team-style-14 .team-member-content h5 {
    text-transform: capitalize;
    padding:0;
    position: relative;
    font-size: 16px;
    color: #919da4;
    font-weight: 400;
}
.team-member-area.team-style-14 .social-icon-eight a {
    color: #fff;
    transition: 0.4s;
    background: #0d6eff;
    border-radius: 50%;
    z-index: 1;
    position: relative;
    height: 38px;
    width: 38px;
    line-height: 38px;
    display: inline-block;
    top: -22px;
}
.team-member-area.team-style-14 .social-icon-eight a:hover {
    color: #0d6eff;
    background: #fff;
}


/*  crypto footer css   */

.software_from .mc4wp-form-fields input {
    font-size: 16px;
    height: 56px;
    padding: 5px 125px 5px 20px;
    position: relative;
    width: 100%;
    background: #ffffff;
    margin: auto;
    border: 0;
    border-radius: 28px;
    color: #232323;
}
.software_from .mc4wp-form-fields input::placeholder {
    font-size: 15px;
}
.software_from .mc4wp-form-fields button {
    border-radius: 28px;
    padding: 6px 20px;
    font-size: 15px;
}
.crypto-footer .elementor-icon-list-item a {
    position: relative;
    z-index: 1;
    padding: 0 0 0 25px;
}
.crypto-footer .elementor-icon-list-item a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    height: 1px;
    background: #0d6eff;
    top: 10px;
}


   /* icon box style twenty four css start */

.icon-box.style-twenty-four .icon-box-icon {
    padding-right: 15px;
}
.icon-box.style-twenty-four .icon-box-icon .img-icon {
    display: inline-block;
    text-align: center;
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 100%;
    background: #0d6eff;
    box-shadow: none;
    transition:0.3s;
}
.icon-box.style-twenty-four:hover .icon-box-icon .img-icon {
    animation: 1.3s ease-in-out 0s normal none infinite running kmacb-circle-img-anim;
}
.crypto-contact-icon-box-one .icon-box.style-twenty-four .icon-box-icon .img-icon {
    background: #34c780;
    transition:0.3s;
}
.crypto-contact-icon-box-one .icon-box.style-twenty-four:hover .icon-box-icon .img-icon {
    background: #0d6eff;
}
.crypto-contact-icon-box-three .icon-box.style-twenty-four .icon-box-icon .img-icon {
    background: #e2ac68;
    transition:0.3s;
}
.crypto-contact-icon-box-three .icon-box.style-twenty-four:hover .icon-box-icon .img-icon {
    background: #0d6eff;
}
.icon-box.style-twenty-four  .icon-box-content h2 {
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}

   /* Crypto Contact css start */

.form-area.quote_form.crypto-contact {
    background: #030D48;
    padding: 16px 40px 25px 40px;
    border-radius: 10px;
}
.crypto-contact-title h2 {
    font-size: 28px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 700;
    padding: 0 0 7px 0;
}
.form-area.quote_form.crypto-contact .form-control {
    background-color: inherit;
    border: 1px solid rgba(255,255,255,0.15);
    height: 52px;
    border-radius: 26px;
    color: #fff;
    padding: 0 0 0 25px;
}
.form-area.quote_form.crypto-contact .form-control::placeholder {
    font-size: 15px;
    line-height: 26px;
    color: #919da4;
    font-weight: 400;
}
.form-area.quote_form.crypto-contact .form-control:focus {
    border: 1px solid #0d6eff;
    box-shadow: none;
}
.form-area.quote_form.crypto-contact textarea.form-control {
    height: 117px;
    border-radius: 40px;
    padding: 10px 10px 0 25px;
}
.form-area.quote_form.crypto-contact .form-group {
    margin-bottom: 20px;
}
.form-area.quote_form.crypto-contact .form-group .buttons {
    margin-top: 10px;
    text-align: left;
    position:relative;
    z-index:1;
    display:inline-block;
}
.form-area.quote_form.crypto-contact .button {
    color: #fff;
    padding: 16px 35px 16px 72px;
    border-radius: 28px;
    background: #0d6eff;
    transition:0.4s;
    position:relative;
    z-index:1;
}
.form-area.quote_form.crypto-contact .button:hover {
    background: #0D56FF;
    color: #fff;
}
.form-area.quote_form.crypto-contact .form-group .buttons:before {
    position: absolute;
    content: "";
    top: 15px;
    height: 26px;
    left: 33px;
    width: 26px;
    background: url("https://wp.ditsolution.net/techno-new/wp-content/uploads/2023/10/crypto-contact-btn-icon.png");
    z-index: 2;
}
.form-area.quote_form.crypto-contact input:focus, button:focus {
    border: none;
    outline: 0;
}


 /* Pi chart css start */

.crypto-pie-chart img {
    top: 131px;
    position: absolute;
    right: 86px;
    left: 0;
    margin: auto;
}

   /* Crypto html Table  css start */

.crypto.table-section {
    background: inherit;
}
.crypto .explore_menu {
    text-align: left;
}
.crypto .explore_menu form select {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    padding: 12px 36px;
    font-weight: 400;
    color: #fff;
    transition: .5s;
    border: 1px solid #003C44;
    background: #153841;
    margin: 60px 10px 0 0;
    border-radius: 6px;
}
.crypto .explore_menu1 form select {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    padding: 15px 36px;
    font-weight: 400;
    color: #fff;
    transition: .5s;
    background: #2A273E;
    margin: 0 10px 40px 0;
    border-radius: 6px;
    border: 0;
}
.crypto span.table-title {
    background: #153841;
    font-size: 16px;
    color: #00B98E;
    font-weight: 400;
    padding: 2px 12px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 18px;
}
.crypto .table-reponsive.box {
    width: 100%;
}
.crypto .box{
  padding: 20px 10px;
  max-width:100%;
  margin: 0 auto;
}
.crypto .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #332269;
    color: #fff;
    margin-bottom: 18px;
}
.crypto .table-bordered td, .table-bordered th {
    border: none;
}
.crypto .table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor;
    color: #fff;
    text-align: left;
}
.crypto tr.one {
    background: rgba(13,110,255,0.05);
}
.crypto .table-bordered {
    border: none;
}
.crypto span.color-2 {
    padding: 0;
    color: #88dba9;
}
.crypto span.color-2 {
    padding: 0;
    color: #db2304;
}
.crypto .table>thead tr {
    background: #030D48;
    height: 60px;
}
.crypto .table>thead tr th {
    padding: 15px 0 15px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Mulish';
    text-transform: capitalize;
}
.crypto .table tr td {
    padding: 18px 0 16px;
    text-align: left;
}
.crypto .table-number {
    padding: 0 60px 0 30px;
    position: relative;
}
.crypto .color-1 {
    color: #34c780;
}
.crypto .table tr td img {
    margin: -3px 10px 0 3px;
}
.crypto span.img-text {
    padding: 0 !important;
    color: #8CA4B6;
}
.crypto tr.single td h6 {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #fff;
}
.crypto tr.one td h6 {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #fff;
}
.crypto tr.two td h6 {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #fff;
}
.crypto tr.double td h6 {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #fff;
}
.crypto tr.triple td h6 {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #fff;
}
.crypto td {
    color: #fff;
}
.crypto table.dataTable tbody tr {
    background-color: transparent;
}
.crypto table.dataTable tbody th, table.dataTable tbody td {
    padding: 26px 0;
}
.crypto .table thead th {
    vertical-align: bottom;
    border-bottom: none;
}
.crypto .dreamit-section-title h1 {
    font-size: 38px;
    font-weight: 400;
    color: #fff;
}
.crypto .dreamit-section-title p {
    color: #919ea4;
}
.crypto span.table-title {
    background: #153841;
    font-size: 16px;
    color: #00B98E;
    font-weight: 400;
    padding: 2px 12px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 18px;
}
.crypto .table-bordered>:not(caption)>* {
    border: 1px solid #002474;
}
.crypto .table td {
    border-top: none;
}
.crypto .table th {
    border-top: none;
}
.crypto .table-bordered td {
    border: none;
}
.crypto .table-bordered th {
    border: none;
}
.crypto .table-bordered td, .table-bordered th {
    border-top: 1px solid #002474 !important;
}
.crypto .table thead th {
    border-bottom: none !important;
}
.crypto-button .dreamit-button {
    text-align: right;
}
.crypto-table-head {
    width: 30%;
}


/* start tab section*/

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: none;
    width: 100%;
}
ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 13px 0 0 34px;
    height: 59px;
    line-height: 31px;
    border-bottom: 1px solid #18295C;
    background-color: #030D48;
    color: #fff;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    font-weight: 600;
    transition: .5s;
    width: 100%;
    text-align: left;
    border-radius: 0;
}
ul.tabs li:first-child {
    border-radius:5px 5px 0 0;
}
ul.tabs li:last-child {
    border-bottom:none;
    border-radius: 0 0 5px 5px;
}

.tab_last {
    border-right: 1px solid #333;
}
ul.tabs li:hover {
    background-color: #030D48;
    color: #fff;
}
ul.tabs li.active {
    background-color: #030D48;
    color: #fff;
    display: block;
    font-weight: 600;
}
.tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
}
.tab_content {
    padding: 0 0 0 4px;
    display: none;
}
.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
 /* .tabs {
    display: none;
  }*/
  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display:none;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .d_active {
    background-color: #666;
    color: #fff;
  }
}
/*footer social menu*/

li#menu-item-1487 {
    height: 45px;
    border-radius: 100%;
}
a.hfe-menu-item {
    border-radius: 100%;
}
/*accordion section*/



.crypto-accordion .accordion {
    max-width: 517px;
    height: 360px;
    scroll-behavior: none;
}
.crypto-accordion ul.accordion {
  padding: 0;
}
.crypto-accordion .accordion li {
  list-style-type: none;
  padding: 0;
  position: relative;
}
.crypto-accordion .accordion li:last-child{
    border-bottom: none;
}
.crypto-accordion .accordion li p {
    display: none;
    padding: 0 0 5px 17px;
    color: #fff;
    font-size: 16px;
}
.crypto-accordion .accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    text-indent: 15px;
    user-select: none;
    font-size: 20px;
    color: #0094fb!important;
    display: inline-block;
}
.crypto-accordion .accordion a:after {
    width: 8px;
    height: 16px;
    border-right: 2px solid #fff;
    position: absolute;
    right: 16px;
    content: " ";
    top: 34px;
    transform: rotate(1deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.crypto-accordion .accordion a:before {
    width: 15px;
    height: 8px;
    border-top: 2px solid #fff;
    position: absolute;
    right: 10px;
    content: " ";
    top: 41px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.crypto-accordion .accordion p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.8;
}

.crypto-accordion a.active:after {
    transform: rotate(90deg)!important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: 43px!important;
    top: 29px!important;
}
.crypto-accordion a.active:before{
    display: none;
}
.crypto-accordion .accordion {
    max-width: 100%;
    height: 480px;
    scroll-behavior: none;
    padding-right: 116px;
}
.crypto-accordion ul.accordion {
  padding: 0;
}
.crypto-accordion .accordion li {
    list-style-type: none;
    padding: 6px 21px 2.3px;
    position: relative;
    background: #030D48;
    margin-bottom: 16px;
    border-radius: 5px;
}
.crypto-accordion .accordion li:before {
    position: absolute;
    content: "";
    left: 31px;
    top: 23px;
    width: 32px;
    height: 32px;
    border-radius: 30px;
    background: #0d6eff;
}
.crypto-accordion ul.tabs li i {
    font-size: 12px;
    margin-right: 7px;
    color: #0d6eff;
}
.crypto-accordion .accordion li:last-child{
    border-bottom: none;
}
.crypto-accordion .accordion li p {
    display: none;
    color: #919ea4;
    font-size: 16px;
    border-top: 1px solid #18295C;
    margin: 5px 0 13px 15px;
    padding: 17px 0 0 0;
    width: 97%;
}
.crypto-accordion .accordion a {
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    text-indent: 15px;
    user-select: none;
    font-size: 18px;
    color: #fff!important;
    display: inline-block;
    padding: 20px 0 20px 40px;
}
.crypto-accordion .accordion a:after {
    width: 8px;
    height: 13px;
    border-right: 2px solid #fff;
    position: absolute;
    left: 41px;
    content: " ";
    top: 32px;
    transform: rotate(1deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.crypto-accordion .accordion a:before {
    width: 12px;
    height: 8px;
    border-top: 2px solid #fff;
    position: absolute;
    left: 42px;
    content: " ";
    top: 37px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.crypto-accordion .accordion p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.8;
}
.crypto-accordion a.active:before{
    display: none;
}

/***************/
mark {
  background-color: transparent;
  position: relative;
}
mark::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 0.4em);
  height: 95%;
  left: -0.2em;
  top: 3%;
  background-color: rgba(0, 255, 0, 0.4);
  transform: skew(-10deg, 0);
  z-index: -1;
  border-right: 2px solid rgba(0, 255, 0, 0.5);
}


/* crypto blog area css start */

.blog_carousel_13.owl-carousel.curosel-style-13 .techno-single-blog_adn {
    margin-bottom: 30px;
    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: #006DFF;
    border: none;
    overflow: hidden;
    padding: 0;
    border-radius: 5px;
}
.blog_carousel_13.owl-carousel.curosel-style-13 .techno-blog-meta-left span {
    color: #fff;
}
.blog_carousel_13.owl-carousel.curosel-style-13 .blog-page-title_adn h2 {
    font-size: 20px;
    margin: 10px 0 0;
    line-height: 28px;
    color:#fff;
}
.blog_carousel_13.owl-carousel.curosel-style-13 .blog-page-title_adn a {
    color: #fff;
}
.blog_carousel_13.owl-carousel.curosel-style-13 .blog-page-title_adn a:hover {
    color: #fff;
}
.blog_carousel_13.owl-carousel.curosel-style-13 .blog-content_adn p {
    margin: 10px 0 15px;
    color:#fff;
    display:none;
}
.blog_carousel_13.owl-carousel.curosel-style-13 .techno-blog-meta-top li {
    display: none;
}
.blog_carousel_13.owl-carousel.curosel-style-13 .owl-prev {
    position: absolute;
    left: -60px;
    top: 42%;
    height: 46px;
    width: 46px;
    background: transparent;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #2C2C52;
    transition:0.3s;
}
.blog_carousel_13.owl-carousel.curosel-style-13 .owl-prev:hover {
    background: #006DFF;
    border: 2px solid #006DFF;
}
.blog_carousel_13.owl-carousel.curosel-style-13 .owl-next {
    position: absolute;
    right: -60px;
    top: 42%;
    height: 46px;
    width: 46px;
    background: transparent;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #2C2C52;
    transition:0.3s;
}
.blog_carousel_13.owl-carousel.curosel-style-13 .owl-next:hover {
    background: #006DFF;
    border: 2px solid #006DFF;
}
.blog_carousel_13.owl-carousel.curosel-style-13 .blog-inner_adn {
    transition: 0.5s;
}
.blog_carousel_13.owl-carousel.curosel-style-13 {
    transition:0.4s;
    position:relative;
}
.blog_carousel_13.owl-carousel.curosel-style-13 .techno-blog-readmore {
    padding: 15px 0 0 0;
}
.blog_carousel_13.owl-carousel.curosel-style-13 .learn_btn {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
}
.blog_carousel_13.owl-carousel.curosel-style-13 .learn_btn:before {
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    content: " ";
    bottom: -2px;
    transition: 0.4s;
}
.blog_style_thirteen .techno-single-blog_adn:hover .learn_btn:before {
    width: 100%;
}
.blog_carousel_13.owl-carousel.curosel-style-13 .em-blog-content-area_adn {
    overflow: hidden;
    padding: 25px 30px 29px;
}


/*<!-- ============================================================== -->
            <!-- Start  coundown-area   Css -->
<!-- ============================================================== -->*/

.crypto-countdown-area {
    text-align: center;
}
.crypto-countdown-area .row.backg {
    padding: 30px 0 45px 0;
    margin-top: 0;
}
.crypto-techno-countdown {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.crypto-techno-countdown li {
    list-style-type: none;
    display: inline-block;
    font-size: 14px;
    color: #a6a6ab;
    margin: 0 10px 47px 10px;
}
.crypto-techno-countdown li span {
    display: block;
    font-size: 35px;
    color: #fff;
    margin: 30px 0 10px 0;
    padding: 5px 6px;
}
.crypto-techno-countdown li .crypto-day {
    background: #0d6eff;
    border-radius: 4px;
}
.crypto-techno-countdown li .crypto-hours {
    background: #00C87D;
    border-radius: 4px;
}
.crypto-techno-countdown li .crypto-minute {
    background: #FF9516;
    border-radius: 4px;
}
.crypto-techno-countdown li .crypto-second {
    background: #FF68E4;
    border-radius: 4px;
}















