/*
Theme Name:		 Techex Child
Theme URI:       https://rrdevs.net/demos/wp/techex
Description:	 Description: A premium WordPress theme for SaaS, Startup, It Service and many more
Author:			 rrdevs
Author URI:      https://rrdevs.net
Template:		 techex
Version:         1.0.9
Text Domain:	 techex-child
*/


/*
    Add your custom styles here
*/

.hero-2 .single-slide::before, .hero-2 .single-slide::after {
    background-image: -webkit-gradient(linear, left top, right top, from(#14516A), to(rgba(33, 30, 59, 0))) !important;
    background-image: -ms-linear-gradient(90deg, #14516A 0%, rgba(33, 30, 59, 0) 100%) !important;
    background-image: linear-gradient(90deg, #14516A 0%, rgba(33, 30, 59, 0) 100%) !important;
}

body[data-elementor-device-mode="desktop"] .main-navigation ul.navbar-nav .menu-item-has-children .sub-menu,
body[data-elementor-device-mode="desktop"] .main-navigation ul.navbar-nav .menu-item-has-children .sub-menu:not(.techex-megamenu-builder-content-wrap) a,
body[data-elementor-device-mode="desktop"] .main-navigation ul.navbar-nav>li>.sub-menu:before {
    background-color: #ffffff !important;
}

body[data-elementor-device-mode="desktop"] .main-navigation ul.navbar-nav .menu-item-has-children .sub-menu {
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 9%) !important;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    background: #fff;
    color: #000 !important;
}

.skip-link:focus {
    position: absolute;
    left: 5px;
    top: 5px;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    background: #fff;
    color: #000 !important;
    font-size: 0.875rem;
    font-weight: 600;
    z-index: 100000;
    text-decoration: none;
}

textarea.g-recaptcha-response {
    display: none !important;
}

.nice-select .list {
    z-index: 4 !important;
}