/*!
Theme Name: Visiontech
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: visiontech
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

Visiontech is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}


hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #ffffffa1;
}

header.sticky {
    backdrop-filter: blur(10px);
    position: fixed;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 13%);
    animation: header_sticky 0.35s linear;
}


.my-0 h4,
.my-0 h5,
.my-0 h6{
    margin-top: 0px!important;
    margin-bottom: 12px;
}
.form-group.w-100 p, .form-group.w-100 {
    font-size: 12px;
    line-height: 1.5em;
}
.mt-0 h2{
    margin-top: 0px;
}
body{
	overflow-x: hidden;
}
body .wpcf7 form .wpcf7-response-output {
    margin: 10px 0;
    padding: 5px 0;
    border: 2px solid #00a0d2;
    font-size: 14px;
    line-height: normal;
    text-align: center;
}
.hero_form .wrapper{
    display: flex;
    grid-gap: 0px;
    flex-wrap: wrap;
    column-gap: 20px;
	justify-content: center;
}

.form-group.w-50 {
    width: 50%;
}
.form-field.w-100 {
    width: 100%;
}
.form-field p {
    margin-top: 5px;
    margin-bottom: 5px;
}
.form-group.w-100{
    width: 100%;
    display: block;
}

.form-group label{
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    width: 100%;
    line-height: 1.3em;
    margin-bottom: 6px;
}

.wpcf7-not-valid-tip{
	font-size: 10px;
    line-height: 1.2em;
}

.form-group input,
.form-group select,
.form-group textarea{
    padding: 8px 14px;
    background: #ebebeb;
    min-height: 45px;
    border-radius: 8px;
    border: 1px solid #dddddd;
    display: block;
    width: 100%;
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.form-group input:focus,
.form-group select:focus,
.form-group input:focus-visible,
.form-group select:focus-visible{
    border: 1px solid #a5a5a5;
    outline: none;
    box-shadow: 0px 0px 5px #dddddd;
}
input[type="submit"]{
    cursor: pointer;
    width: 100%;
	font-family: 'Poppins', sans-serif;
}   
.form-group {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 6px 0;
}
.wrapper .submit-field {
	position: relative;
	margin-top: 30px;
}
.submit-field span.wpcf7-spinner {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.icon-list-field.col-3 ul{
    display: grid!important;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 5px 10px;
}
.icon-list-field.col-2 ul{
    display: grid!important;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 5px 10px;
}
.inline-list ul{
    grid-row-gap: 20px;
}
body {
  counter-reset: section;
}
.step-section .step::before {
    counter-increment: section;
    content: counter(section);
    background: #FFF;
    padding: 5px 12px;
    border-radius: 22px;
    position: absolute;
    right: 70px;
    border: 2px solid #0061B8;
    width: 37px;
    height: 36px;
    text-align: center;
    top: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.step-section .step figure img{
    padding: 10px;
}
body .text-slider .swiper .swiper-wrapper,
body .logo-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  transition-duration: linear !important;
}
body .logo-slider .swiper-wrapper img{
	max-height: 90px;
	width: auto;
}
.heading-slides {
    position: relative !important;
    height: 420px !important;
    overflow: hidden !important;
}

/* This is the moving track */
.heading-slides > .e-con-inner {
    position: absolute !important;
    top: 0;
    left: 0;

    width: 100% !important;

    display: flex !important;
    flex-direction: column !important;

    gap: 0 !important;

    transform: translate3d(0, 0, 0);

    transition:
        transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);

    will-change: transform;
}

/* Individual heading */
.heading-slides .heading {
    flex: 0 0 80px !important;
    width: 100% !important;
    height: 80px !important;
    min-height: 80px !important;
    display: flex !important;
    align-items: center !important;
    opacity: 0.06;
    transition: opacity 0.8s ease;
    margin: 0 !important;
    padding: 0 !important;
}

/* Heading text */
.heading-slides .heading h2 {
    margin: 0 !important;
    padding: 0 !important;
}

/* Active */
.heading-slides .heading.active {
    opacity: 1;
}
.single-blog-item .elementor-widget-image a{
	width: 100%;
}

@keyframes header_sticky {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


@media screen and (max-width: 992px){
	.step-section .step::before{
		right: 100px;
	}
	 .header-menu nav {
        margin-top: 35px!important;
        padding-bottom: 20px;
    }
    .header-menu nav ul li{
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px){
	.form-group{
		gap: 10px;
	}
}