/*
Theme Name: Taal
Theme URI: https://taal.org/themes/twentyseventeen/
Author: Wizardz Of Web
Author URI: https://taal.org/
Description: TAAL Tech is a dynamic, trusted global technology company providing excellence in Engineering and Digitalization services to customers in the United States, Canada, Europe, Middle East, and APAC regions. Our proficiency lies in empowering customers to craft and execute strategy for Engineering Design outsourcing. 90% of our business comes from repeat customers, who have chosen us as their go-to-partner for all Design-led Engineering Transformation initiatives. Our unwavering commitment revolves around delivering enduring advantages to clients, fueling their strategic edge through unparalleled quality, agility, innovation, and cost optimization.
Version: 3.9
Tested up to: 6.8
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: taal
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
.newsletter-form .wpcf7-not-valid-tip{position: absolute;
  bottom: -50px;
  z-index: 99999999;
  font-size: 15px;}
.newsletter-form p{margin-bottom:0;}
.newsletter-form .newsltter-button{
	padding: 20px 40px;
  border: none;
  color: white;
  background: linear-gradient(90deg, #3d5afe, #00e676);
  cursor: pointer;
  font-size: 18px;
  transition: opacity 0.3s;
  float: right;
	border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.menu-item svg {
    display: none;
}
#contact_form .form-control:focus{
	color:#ccc;
}