/*
Theme Name: Webteck
Theme URI: https://angfuzsoft.com/wordpress/webteck
Author: Themeholy
Author URI: https://themeforest.net/user/angfuz_soft
Description: Webteck - Technology & IT Solutions WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webteck
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/* Header sub-menu icon */
.hide-icon.main-menu ul.sub-menu li a:before {
    display: none;
}
/* .hide-icon.main-menu ul.sub-menu li a:hover {
    padding-left: 0;
} */
.hide-icon.main-menu ul.sub-menu li a {
    padding-left: 0px;
}
/*** Start custom changes for HR checkbox **/
body input[type="checkbox"] {
    visibility: visible;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
}

 .contact-form2 .form-group .wpcf7-form-control-wrap label{
	margin-top: auto;
}
/*** End custom changes for HR checkbox **/

/** Hide the webteck for image on mobile */
.service-card2_content .ser-shape{
	display: none !important;
}

.service-card2_wrap .style1.wow.fadeInUp.background-image {
	display: none !important;
}

.service-card2_wrap.style1 .shape-mockup {
	display: none !important;
}
.service-card2_wrap.style1 {
	grid-template-columns: repeat(1, 1fr) !important;
}

.service-card2_icon {
  background: none !important;
}

/** End Hide the webteck for image on mobile */