/*!
Theme Name: ExectTech
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: solidifai
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.

Solidifai 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

.gradient-right-side-terms{
  position: absolute;
  top: -80px;
  right: 0;
  width: 35vw;
  height: 100vh;
  background: linear-gradient(
    197.71deg,
    rgba(0, 221, 255, 0.5) 15.42%, 
    rgba(0, 83, 255, 0.5) 61.47%
  );
  z-index: 9999;
  pointer-events: none;
  opacity: 0.4; /* transparent overall */

  -webkit-mask-image: 
    linear-gradient(to left, rgba(0, 0, 0, 1) 3%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 1) 65%, transparent 100%);
  -webkit-mask-composite: destination-in;

  mask-image: 
    linear-gradient(to left, rgba(0, 0, 0, 1) 3%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 1) 65%, transparent 100%);
  mask-composite: intersect;
}

.gradient-right-side {
  position: absolute;
  top: -80px;
  right: 0;
  width: 35vw;
  height: 100vh;
  background: linear-gradient(
    197.71deg,
    rgba(0, 221, 255, 0.5) 15.42%, 
    rgba(0, 83, 255, 0.5) 61.47%
  );
  z-index: 9999;
  pointer-events: none;
  opacity: 01; /* transparent overall */

  -webkit-mask-image: 
    linear-gradient(to left, rgba(0, 0, 0, 1) 3%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 1) 65%, transparent 100%);
  -webkit-mask-composite: destination-in;

  mask-image: 
    linear-gradient(to left, rgba(0, 0, 0, 1) 3%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 1) 65%, transparent 100%);
  mask-composite: intersect;
}

			.gradient-left-side-about {
			  position: absolute;
			  top: -500px;
			  left: -115px;
			  width: 50vw;
			  height: 560px;
			  background: linear-gradient(
				197.71deg,
				rgba(0, 221, 255, 1) 15.42%, 
				rgba(0, 83, 255, 1) 61.47%
			  );
			  z-index: 9999;
			  pointer-events: none;
			  opacity: 0.3; /* transparent overall */
			  rotate: -20deg;

			  -webkit-mask-image: 
				linear-gradient(to right, rgba(0, 0, 0, 1) 3%, rgba(0, 0, 0, 0) 100%),
				linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 1) 65%, transparent 100%);
			  -webkit-mask-composite: destination-in;

			  mask-image: 
			linear-gradient(to right, rgba(0, 0, 0, 1) 3%, rgba(0, 0, 0, 0) 100%),
				linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 1) 69%, rgba(0, 0, 0, 1) 65%, transparent 100%);
				mask-composite: intersect;
			}

.gradient-right-side-about {
  position: absolute;
  top: -80px;
  right: -40px;
  width: 35vw;
  height: 400px;
  background: linear-gradient(
    197.71deg,
    rgba(0, 221, 255, 1) 15.42%, 
    rgba(0, 83, 255, 1) 61.47%
  );
  z-index: 9999;
  pointer-events: none;
  opacity: 0.5; /* transparent overall */
  rotate: -12deg;

  -webkit-mask-image: 
    linear-gradient(to left, rgba(0, 0, 0, 1) 3%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 1) 65%, transparent 100%);
  -webkit-mask-composite: destination-in;

  mask-image: 
linear-gradient(to left, rgba(0, 0, 0, 1) 3%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 1) 69%, rgba(0, 0, 0, 1) 65%, transparent 100%);
	mask-composite: intersect;
}

.gradient-bottom-side {
  position: absolute !important;
  bottom: 0;
  width: 100vw;
  height: 300px;
  background: linear-gradient(
    197.71deg,
    rgba(0, 221, 255, 1) 15.42%, 
    rgba(0, 83, 255, 1) 61.47%
  );
  z-index: 3;
  pointer-events: none;
  opacity: 0.2;

  transform: rotate(0deg); /* Keep upright if already written for bottom */

  -webkit-mask-image: 
    linear-gradient(to top, rgba(0, 0, 0, 1) 3%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 1) 65%, transparent 100%);
  -webkit-mask-composite: destination-in;

  mask-image: 
    linear-gradient(to top, rgba(0, 0, 0, 1) 3%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 1) 65%, transparent 100%);
  mask-composite: intersect;
}




.service-banner .blue-btn img{
	max-width: 14px;
    margin-right: 10px;
}

.brand-logo{
	margin-bottom: 30px;
}

.brand-logo .img-holder{
	box-shadow: 0px 1px 7px 1px rgba(0,0,0,0.24);
	background: #0C5776;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.brand-logo.white-logo .img-holder{
	background:#fff;
}

.brand-logo .download-btn{
	    display: flex;
    align-items: center;
    margin-top: 20px;
    color: #000000;
    text-decoration: underline;
}

.brand-logo .download-btn:hover{
	color:#2C99AE;
}

.brand-logo .download-btn img{
	max-width: 20px;
    margin-right: 10px;
}

.colors-list{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 30px;
	grid-column-gap: 30px;
}

.colors-list li{
	background:#0C5776;
    height: 200px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 30px;
	transition: all ease 0.3s;
}

.colors-list li:hover{
	transform:translateY(-5px);
	box-shadow: 0px 1px 7px 1px rgba(0,0,0,0.15);
}

.colors-list li p{
	color:#fff;
	margin-bottom:4px;
}

.colors-list li:nth-child(2){
	background:#2C99AE;
}

.colors-list li:nth-child(3){
	background:#BCFEFD
}

.colors-list li:nth-child(3) p{
	color:#000;
}

.colors-list li:nth-child(4){
	background:#F8DAD0
}

.page-template-page-hire .wpforms-field-container .wpforms-field-label {
    color: #2C99AE;
	font-weight: normal !important;
    font-size: 18px !important;
}

.page-template-page-hire .wpforms-field-container .wpforms-field-large {
    border: none !important;
    border-bottom: #F3F3F3 solid 2px !important;
    height: 32px !important;
    padding-left: 0 !important;
}

.page-template-page-hire .wpforms-submit-container .wpforms-submit {
    background: #2C99AE !important;
    padding: 16px 50px !important;
    border: none !important;
    outline: none !important;
    color: #fff !important;
    text-transform: uppercase !important;
    display: inline-block !important;
}

.page-template-page-hire .wpforms-submit-container .wpforms-submit:hover {
    background: #0D5676 !important;
}

@media only screen and (max-width: 991px) 
	.menu-icon{
		background: rgba(0, 83, 255, 1) !important;
	}
	.colors-list {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
	
	div.wpforms-container-full .wpforms-form .wpforms-one-third{
	width: 100% !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
	}
	
}


@media only screen and (max-width: 767px) {
	.colors-list {
    grid-template-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
	
}



