/*
 Theme Name:   Techwix Child
 Theme URI:    http://thepixelcurve.com/wp/techwix
 Description:  IT Solutions & Technology WordPress Child Theme
 Author:       Devthrow
 Author URI:   https://themeforest.net/user/devthrow
 Template:     techwix
 Version:      1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags:          custom-header, custom-logo, blog, theme-options
 Text Domain:  techwix-child

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
*/




.techwix-dark-header .techwix-header-area {
	background-color: #010F31;
	background-image: url(/wp-content/uploads/2024/05/TECW0006.png);
	background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, .swiper:not(.swiper-initialized)>.swiper-wrapper {
	
	overflow: visible !important;	
	
}

.techwix-service {
	padding: 45px 25px;
}

.blog-meta {
  display: none !important;	
	
}

.techwix-comments-area {
  display: none !important;	
}


.single-service .techwix-page-title-area,
.single-technology .techwix-page-title-area {
    display: none !important;
}


.single-service .tpc-site-content, .single-technology .tpc-site-content {
	padding: 0 !important	
}	

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--e-global-color-accent)
}

.techwix-search-box, .devthrow-progress-parent, 
.swiper-pagination .swiper-pagination-bullet::after {
	display: none;
}

.btn-secondary .techwix-btn::hover {
   background: white !important;
   color: var(--e-global-color-accent)
}

.btn-primary .techwix-btn::hover {
	 background-color: var(--e-global-color-accent)!important;
    color: var(--e-global-color-primary)!important;
    border-radius: 8px 8px 8px 8px!important;
}
	
	
	
	
	
	
	
	 	