/*
 Theme Name:   Webteck Child  
 Theme URI:    https://themeholy.com/wordpress/webteck
 Description:  This is a child theme for Webteck - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     webteck
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  webteck-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 


:root {
  --theme-color: #35bfed !important;
  --primary-color: #35bfed;
  --swiper-theme-color: #35bfed !important;
}

.grecaptcha-badge{
    display:none;
}

.scroll-top{
    bottom:70px!important;
}


.elementor-widget-tragashapeimage {
    position: static;
}
.woocommerce-message.updated {
    display: none;
}

.blog-grid .blog-line {
    background-color: #a5a9b3 !important;
}
.blog-grid3.style2 {
    height: 100%;
}

.header-layout11 .menu-area{
    padding:0!important;
}

.header-logo img{
   width:120px!important;    
}

.header-logo .icon-masking .mask-icon{
    background:none!important;
}

.sticky-wrapper.sticky .header-logo img{
    content: url("https://hsxperts.com/wp-content/uploads/2024/06/Untitled_design-removebg-preview.png");
}

.certificate-logo .brand-box img {
    max-width: 100%;
    height: 130px;
    object-fit: contain;
}

.certificate-logo {
    overflow: hidden;
    position: relative;
}

.certificate-logo .swiper {
    width: 100%;
    overflow: hidden;
}

.brand-logo .brand-box{
    max-width: 100%;
    height: 80px;
    background: white;
    border-radius: 16px;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.3)!important;
    display: block!important;
    align-content: center;
}

.brand-logo .swiper-slide{
    padding: 20px
}


.brand-logo {
    overflow: hidden;
    position: relative;
}

.brand-logo .swiper {
    width: 100%;
    overflow: hidden;
}

.brand-logo .swiper-wrapper {
    display: flex;
    white-space: nowrap;
    animation: scroll 10s linear infinite reverse;
}

.certificate-logo .swiper-wrapper {
    display: flex;
    white-space: nowrap;
    animation: scroll 10s linear infinite;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-30%);
    }
}

.th-open .th-item-has-children .th-submenu{
	display: block !important;
}

.th-mobile-menu ul li a:before{
		display:none;
}



.th-open .th-item-has-children .th-submenu li a, .th-mobile-menu ul li ul li{
		padding-left:0px;
}

.th-open .th-item-has-children .mega-menu-title{
    font-size:16px;
}

.hero-style13{
	padding: 120px 0 60px 0;
}
#brandSlider4 img{
	  height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 150px;
}

.about-us-brand-box img{
		height:80px;
		max-width:150px;
}

.brand-box img{
		max-width:70%;
}

.swiper-wrapper{
	align-items:center;
}




/*Header*/

.header-absolute {
    position: relative;
    
}

.header-layout11 .sticky nav ul li a{
	color:white!important;
}

/*Home Page*/
.slider-arrow.slider-next {
    right: var(--pos-x, -60px);
}

.slider-arrow.slider-prev {
    left: var(--pos-x, -60px);
}



/*Testimonial*/

.elementor-widget-webtecktestimonials .title-area h2{
	font-size:36px!important;
  font-family: 'Manrope', sans-serif!important;
	line-height:43px!important;
}

.fa-arrow-left:before{
		color:var(--e-global-color-primary);
}
.fa-arrow-right:before{
		color:var(--e-global-color-primary);
}

.h-testimonial .slider-arrow {
	background-color: var(--white-color) !important;
}

.h-testimonial .slider-arrow:hover {
	background-color: var(--e-global-color-secondary) !important;
}

/*Contact Form*/

.h-contact-form .appointment-form2 {
    margin-left: 0px;
	  padding: 40px;
}

.h-contact-form .appointment-form2 .form-control{
		border: 1px solid #e3e3e3!important;
}

.appointment-form2 .th-btn {
    width: 100%;
    border: 1px solid;
		color:white;
	  background-color: var(--e-global-color-primary);
}

.join-us-form2 .services .wpcf7-checkbox{
		display:flex;
    flex-direction:column;
    padding-bottom:20px;
}

.join-us-form2 .services .wpcf7-checkbox input[type="checkbox"]{
		appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  display: inline-block !important;
  width: 14px;
  height: 14px;
  opacity: 1 !important;
  visibility:visible!important;
}

/* Services */ 

.service-card .th-btn{
    display: none;
}

.services .wpcf7-list-item .wpcf7-list-item-label{
	font-size: 14px;
    font-family: 'Manrope';
    line-height: 26px;
    margin-left: 5px;
}

.dialog-type-lightbox
 {
    background-color: unset!important;
}

.swiper-lazy-preloader{
    display:none!important;
}
@media (max-width: 768px) {
    .cursor2, .cursor{
        display:none!important;
    }
}