/*!
Theme Name: empower
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: empower
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 with others.

empower is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */

.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
/*-----
 ## could not be added to empower.css so I added here
 ----*/
block cards-block bg-green .inner-center .title-wrap .description2 {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.68em;
  font-weight: 200;
  width: 49%;
}
@media only screen and (max-width: 800px) {
  .block .description2 {
    font-size: 17px;
    line-height: 1.55em;
  }
}
.block.bg-green .description2 {
  color: #121212;
  font-weight: 250;
	 font-size: 19px;
}

.company .our-offices .inner-center .top-wrapper .titles {
  display: grid;
  grid-template-columns: auto !important;
  align-content: baseline;
}

@media only screen and (max-width: 800px) {
  .people-grid ul li {
    width: calc(50% - var(--cell-margin));
    padding-bottom: 50px;
  }
	
  .people-grid ul li:first-child, .people-grid ul li:nth-child(2) { 
    width: calc(100% - var(--cell-margin)) !important;
  }
.people-grid ul li:nth-child(3){
    width: calc(50% - var(--cell-margin)) !important;
    padding-bottom: 50px !important;
  }
}
.x-social-global svg{
	width: 15px;
  	height: 15px;
}
.x-social-global path{
	fill: #f1f1f1;
}
.x-social-global a{
	display: block;
  padding: 10px 3px 10px 8px !important;
}
            
.preload-images,
#site-menu{
	display:none!important;
}
#colophon{
	background-color: #4CBB17;
}

/* Piyush */

.shadow-title{
	margin-bottom: 0px!important;
}

.below-shadow-desc p{
	margin-top: 0px;
	margin-bottom: 0px;
}

.solution-content-gradient{
	background-image: linear-gradient(180deg, #000000 50%,#151515 56%,#404040 62%, #FFFFFF 85%)!important;
}

.awsm-grid-wrapper .grid-2-col>.awsm-grid-card{
	width: 33.33%;
}

.awsm-grid figure{
	    max-height: 352px;
    background: #fff;
    border-radius: 0px!important;
    overflow: hidden;
}

.awsm-grid figure img{
	max-height: 100%!important;
}

.modal-style.style-1 figcaption{
	left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 20px;
    background: rgb(76 187 23 / 69%);
	display: flex;
	align-items: center;
	border-radius:0px!important;
}

.modal-style.style-1 .awsm-personal-info{
	display: flex;
    flex-direction: column;
}

.modal-style.style-1 .awsm-personal-info span{
	order: 2;
	font-family: "Proxima Nova", Sans-serif;
	color: #000;
	font-size: 1.1em;
	font-weight: 500;
	text-transform:capitalize;
}

.modal-style.style-1 .awsm-personal-info h3{
	font-family: "Proxima Nova", Sans-serif;
	color: #000;
	font-size: 1.5em;
	font-weight: 800;
}

.awsm-grid-wrapper .awsm-grid{
	padding-bottom: 0px!important;
}

.modal-style.style-1 .awsm-modal-content{
	background: #000;
	padding: 0px;
}

.modal-style.style-1 .awsm-modal-details{
	background: #4ab516;
	color: #000;
	padding: 40px;
	font-weight: 500;
}

.modal-style.style-1 .awsm-image-main{
	margin-right: 0px;
}

.modal-style.style-1 .awsm-modal-details h4{
	font-size: 18px;
	margin: 0px 0px 10px;
}

.left-border-sec{
	position: relative;
}

.left-border-sec .elementor-widget-wrap{
	padding-left: 70px!important;
}

.left-line{
	border-left: 3px solid #00b140;
    content: '';
    position: absolute;
    height: 100%;
	width: 10px!important;
    left: 50px;
    bottom: 0;
}

.modal-style.style-1 .awsm-main-social{
	padding: 20px;
	color: #fff!important;
}

.modal-style.style-1 .awsm-main-social a{
	color: #fff!important;
}

/* footer{
	display: none;
} */
body.home .elementor-section-wrap .elementor-element.home-slider{
	margin-top: 0px!important;
}

.home::-webkit-scrollbar{
	display: none;
}

.home-slider .elementor-widget-wrap{
	margin-bottom: 0px!important;
	padding: 0px!important;
}

#see-more img , #see-first img{
	cursor: pointer!important;
}

#see-more p{
	margin-bottom: 0px!important;
}

#see-more {
	color: #4cbb17;
	margin-bottom: 0px!important;
}


.tp-bullets{
	left: 50px!important;
	top: 66%!important;
	transform: inherit!important;
}

.slider-heading{
	left: 200px!important;
	top: 65%!important;
	transform: inherit!important;
}

.slider-para{
	left: 200px!important;
	top: 70%!important;
	transform: inherit!important;
}

.slider-para rs-layer{
	width: 320px!important;
	font-weight: 500!important;
}

.marquee {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
}

.marquee span {
	text-transform: uppercase;
	will-change: transform;
	transform: translateX(0);
	white-space: nowrap;
	-webkit-animation: marquee 4s linear infinite;
	animation: marquee 4s linear infinite;
	font-size: 14px;
	font-weight: 800;
	padding: 0 10px;
}


@-webkit-keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

.awsm-modal-content-main{
	display: flex!important;
}
.awsm-image-main.image{
	order: 2!important;
}

.modal-style.style-1 .awsm-modal-details{
	max-width: calc(100% - 300px);
}

.modal-style.style-1 .awsm-modal-details h3 , .modal-style.style-1 .awsm-modal-details h2{
	display: none;
}

.awsm-contact-details p:first-child span{
	display: none;
}

.awsm-contact-details p:nth-child(2) span{
	display: none;
}

.awsm-contact-details p{
	border-bottom: 0px;
}

.awsm-contact-details p:first-child{
	color: #00B140!important;
	font-size: 22px!important;
	font-weight: 600;
	padding: 0px!important;
}

.awsm-contact-details p:nth-child(2){
	font-size: 20px!important;
	font-weight: 600;
	padding: 0px!important;
}


.mission_single .elementor-widget-container {
	height:320px;
}



/* .home-slider{
	background: #000!important;
}

.home-slider rs-slide canvas{
	opacity: 0.8!important;
}
 */
.footer{
	padding: 12px 30px 2px 30px!important;
}

.news-content .image{
	background: #000;
	height: 100vh!important;
	padding: 0px!important;
}

.news-content .image-bg{
	opacity: 0.6;
}

.news-content .text-wrapper .meta, .news-content .text-wrapper .blog-author{
	display: none!important;
}

.news-content .text-wrapper .blog-title{
	color: #fff;
	font-size: 40px!important;
	line-height: 1.4em!important;
}

.news-content .post-preview .text-wrapper{
	width: 40%!important;
	bottom: 80px!important;
	transform: translatex(-50%);
}

.news-content .post-preview{
	position: relative!important;
}

.loadmore_div{
	text-align: center;
}

.loadmore_div img{
	width: 60px;
	margin: 0 auto;
}

.loadmore_div span{
	color: #21a14e;
	font-weight: 500;
}

.posts-grid .post-preview{
	border: 2px solid #00b140!important;
	margin-bottom: 20px;
	position: relative;
}

.posts-grid .owl-nav{
	position: absolute;
	top: 47%;
	width: 100%;
	transform: translateY(-50%);
}
.posts-grid .owl-nav button.owl-prev{
	margin-left: -60px;
}
.posts-grid .owl-nav button.owl-next{
	float: right;
	margin-right: -60px;
}

.posts-grid .owl-nav img{
	width:33px!important;
    margin-right: 13px;
}

#latest-posts .owl-stage-outer{
	overflow: hidden!important;
}

.posts-grid .owl-nav button.owl-prev .nav-button{
	font-size: 0px!important;
}
.posts-grid .owl-nav button.owl-next .nav-button{
	font-size: 0px!important;
}
.posts-grid .owl-item .item__col{
	padding: 0px 10px!important;
}

#latest-posts .post-preview .image{
	width: 60%!important;
}

.posts-grid .post-preview .text-wrapper{
	position: absolute;
    left: calc(60% + 20px);
	width: calc(40% - 40px);
	bottom: 20px;
}

.page-id-4986
.elementor-element-cd38976 {
    margin-top:0px!important;
}

.search-form-blog{
	margin-top: 60px;
	margin-bottom:0px;
}
.posts-grid .owl-item .post-preview .meta{
	display: none;
}
.posts-grid .owl-item:nth-child(odd) .post-preview:last-child{
	background: #4cbb17;
}

.posts-grid .owl-item:nth-child(even) .post-preview:first-child{
	background: #4cbb17;
}

.posts-grid .owl-item .post-preview .blog-title{
	color: #4cbb17;
}
.posts-grid .owl-item:nth-child(odd) .post-preview:last-child .blog-title{
	color: #000;
}

.posts-grid .owl-item:nth-child(even) .post-preview:first-child .blog-title{
	color: #000;
}

.page-id-4986 .site-main{
	overflow: inherit!important;
}

.bottom-left-line {
	border-bottom: 3px solid #4CBB17;
    content: '';
    height: 3px;
    width: 38%!important;
    left: -14%;
    bottom: 0;
}

.article-banner h2{
	font-size: 50px!important;
}

.article-banner h3{
	font-size: 40px!important;
	margin-bottom: 40px;
}

.bottom-left-line .elementor-widget-heading{
	margin-bottom: 10px;
}

@media (min-width: 1441px){
	/*.elementor-section.elementor-section-boxed > .elementor-container{
		max-width: 80%!important;
	}*/
	
	.grow-fear-sec p{
		margin: 1% 30% 0% 0%;
	}
	
	
}

@media (min-width: 1600px){
	.mission_single .elementor-widget-container {
		min-height: 376px;
	}
	/*
	?
	
	.media-sec img{
		max-width: 350px!important;
	}
	
	.dd-sec img{
		max-width: 550px!important;
	}
	
	.creative-sec img{
		max-width: 500px!important;
	}
	
	.elementor-4399 .media-sec .below-shadow-desc .elementor-widget-container{
		width: var(--container-widget-width, 815px );
    	max-width: 815px;
    	--container-widget-width: 815px;
	}
	
	.elementor-4399 .dd-sec .below-shadow-desc .elementor-widget-container{
		width:596px!important;
	}
	
	.elementor-4399 .creative-sec .below-shadow-desc .elementor-widget-container{
		    width: 831px!important;
	}
	
	.elementor-4399 .media-sec .below-shadow-desc p{
		font-size: 30px!important;
		letter-spacing: 1px!important;
	}
	
	.elementor-4399 .dd-sec .below-shadow-desc p{
		font-size: 30px!important;
		letter-spacing: 1px!important;
	}
	
	.elementor-4399 .creative-sec .below-shadow-desc p{
		font-size: 30px!important;
		letter-spacing: 1px!important;
	}
	
	.grow-fear-sec p{
		margin: 1% 40% 0% 0%;
	}
	
	.post-preview .text-wrapper .blog-title{
		font-size: 32px;
	}
}

@media (max-width: 1440px){
	.solution-page-heading .elementor-heading-title{
		font-size: 1.5rem!important;
	}
	
	.grow-fear-sec p{
		margin: 1% 19% 0% 0%;
	}
	
	.news-content .text-wrapper .blog-title{
		    font-size: 20px!important;
    		font-weight: 600!important;
	}
	
	.news-content .text-wrapper .blog-title{
		line-height: 1.2em!important;
	}

	.news-content .post-preview .text-wrapper{
		bottom: 20px!important;
    	width: 37%!important;
    	text-transform: uppercase;
    	padding: 0;
	}
	
	.news-content .post-preview{
		max-height: 100vh;
	}
	
	.news-content .image-bg{
		max-height: 100vh;
	}
}

@media (max-width: 1024px){
	.left-border-sec{
		padding-left: 20px!important;
	}
	
	.solution-banner{
		height: 78vh!important;
	}
	
	.mission-banner{
		height: 78vh!important;
	}
	
	.mission-col{
		width: 33.33%!important;
	}
	
	.mission_single .elementor-widget-container {
		min-height: 380px;
	}
	
	.mission_single h3{
		font-size: 20px!important;
	}
	
	.mission_single p{
		font-size: 16px!important;
	}
	
	.grow-fear-sec h2{
		font-size: 30px!important;
	}
	
	.grow-fear-sec p{
		font-size: 22px!important;
	}
}

@media (max-width: 991px){
	.mission-col{
		width: 33.33%!important;
	}
	
	.mission_single .elementor-widget-container {
		min-height: 410px;
	}
}

@media (max-width: 768px){
	.modal-style.style-1 .awsm-image-main{
		text-align: center;
	}
	
	.solution-banner{
		height: 40vh!important;
	}
	
	.mission-banner{
		height: 40vh!important;
	}
	
	.grow-fear-sec h2{
		font-size: 28px!important;
	}
	
	.grow-fear-sec p{
		font-size: 20px!important;
	}

}

@media(max-width: 767px){
	
	.solution-banner {
		display: flex;
	}
	
	.mission-banner {
		display: flex;
	}
	
	.solution-banner .elementor-container{
		margin-left: 0px;
		width: 100%;
	}
	
	.mission-banner .elementor-container {
		margin-left: 0px;
		width: 100%;
	}
	
	.solution-banner .elementor-container .elementor-widget-container{
		margin-bottom: 80px!important;
	}
	
	.mission-banner .elementor-container .elementor-widget-container{
		margin-bottom: 80px!important;
	}
	
	.awsm-grid-wrapper .grid-2-col>.awsm-grid-card{
		width: 50%;
	}
	
	.tp-bullets{
		left: 50px!important;
		top: 60%!important;
		transform: inherit!important;
	}

	.slider-heading{
		left: 150px!important;
		top: 60%!important;
		transform: inherit!important;
	}

	.slider-para{
		left: 150px!important;
		top: 65%!important;
		transform: inherit!important;
	}

	.slider-para rs-layer{
		width: 240px!important;
	}
	
	.awsm-modal-content-main{
		display: flex!important;
		flex-direction: column;
	}
	.awsm-image-main.image{
		order: 1!important;
	}

	.modal-style.style-1 .awsm-modal-details{
		max-width: 100%!important;
		order: 2!important;
	}
	
	.awsm-contact-details p{
		text-align: left;
	}
	
	.mission-col{
		width: 50%!important;
	}
	
	.mission_single .elementor-widget-container {
		min-height: 360px;
	}
	
	.contact_strip{
		width: 50%!important;
		max-width: 80%!important;
	}
	
	.contact_strip .elementor-image-box-wrapper{
		display: flex!important;
		align-items: center!important;
		text-align: right!important;
	}
	
	.contact_strip figure.elementor-image-box-img{
		order: 2!important;
	}
	
	
	
}

@media (max-width: 575px){
	.mission-col{
		width: 100%!important;
	}
	
	.mission_single .elementor-widget-container {
		min-height: inherit;
		padding-bottom: 50px!important;
	}
}

@media(max-width: 425px){
	.solution-banner {
		height: 35vh;
		display: flex;
	}
	
	.mission-banner{
		height: 35vh;
	}
	
	.solution-banner .elementor-container .elementor-widget-container{
		margin-bottom: 30px!important;
	}
	
	.mission-banner .elementor-container .elementor-widget-container{
		margin-bottom: 30px!important;
	}
	
	.left-border-sec .elementor-widget-container{
		margin-right: 10%!important;
	}
	
	.awsm-grid-wrapper .grid-2-col>.awsm-grid-card{
		width: 100%;
	}
	
	.tp-bullets{
		left: 30px!important;
		top: 45%!important;
		transform: inherit!important;
	}

	.slider-heading{
		left: 70px!important;
		top: 42%!important;
		transform: inherit!important;
	}

	.slider-para{
		left: 70px!important;
		top: 48%!important;
		transform: inherit!important;
	}

	.slider-para rs-layer{
		width: 200px!important;
	}
	
	#rev_slider_1_1_wrapper .hermes .tp-bullet{
		width: 13px !important;
    	height: 13px !important;
	}
	
	.slider-heading a{
		font-size: 20px!important;
		line-height: 28px!important;
	}
	
	.slider-heading a#slider-1-slide-1-layer-0, .slider-heading a#slider-1-slide-2-layer-0, .slider-heading a#slider-1-slide-3-layer-0, .slider-heading a#slider-1-slide-4-layer-0, .slider-heading a#slider-1-slide-5-layer-0, .slider-heading a#slider-1-slide-6-layer-0{
		font-size: 20px!important;
	}
	
	.footer-menu ul{
		justify-content: flex-start!important;
	}
	
	.footer-menu ul li span{
		font-size: 15px!important;
	}
	
	.footer-menu ul li{
		width: 41%!important;
		justify-content: flex-start!important;
		text-align: left!important;
		margin-right: 0px!important;
	}
	
	.elementor-3574 .elementor-element.elementor-element-4547051 {
		padding: 15px 0px 0px 15px;
	}
	
	footer .footer{
		padding: 12px 10px 12px 20px!important;
	}
	
	.left-border-sec .elementor-widget-wrap {
		padding-left: 30px!important;
	}
	
	.solution-page-heading .elementor-heading-title{
		font-size: 1.3rem!important;
	}
	
	.mission-page-heading .elementor-heading-title{
		font-size: 1.3rem!important;
	}
	
	.left-line{
		left: 15px;
	}
	
	.elementor-4399 .media-sec .below-shadow-desc p{
		font-size: 0.9rem!important;
	}
	
	.elementor-4399 .dd-sec .below-shadow-desc p{
		font-size: 0.9rem!important;
	}
	
	.elementor-4399 .creative-sec .below-shadow-desc p{
		font-size: 0.9rem!important;
	}
	
	.contact_strip{
		width: 80%!important;
		max-width: 80%!important;
	}
	
}

@media (max-width: 375px){
	.elementor-3574 .elementor-element.elementor-element-4547051 {
		padding: 15px 0px 0px 5px;
	}
	
	footer .footer{
		padding: 12px 10px 12px 10px!important;
	}
	
	.tp-bullets{
		left: 20px!important;
		top: 40%!important;
		transform: inherit!important;
	}

	.slider-heading{
		left: 60px!important;
		top: 37%!important;
		transform: inherit!important;
	}

	.slider-para{
		left: 60px!important;
		top: 43%!important;
		transform: inherit!important;
	}

	.slider-para rs-layer{
		width: 200px!important;
	}
	
	.slider-heading a#slider-1-slide-1-layer-0, .slider-heading a#slider-1-slide-2-layer-0, .slider-heading a#slider-1-slide-3-layer-0, .slider-heading a#slider-1-slide-4-layer-0, .slider-heading a#slider-1-slide-5-layer-0, .slider-heading a#slider-1-slide-6-layer-0{
		font-size: 18px!important;
	}
	
	.slider-para rs-layer#slider-1-slide-1-layer-1, .slider-para rs-layer#slider-1-slide-2-layer-1, .slider-para rs-layer#slider-1-slide-3-layer-1, .slider-para rs-layer#slider-1-slide-4-layer-1, .slider-para rs-layer#slider-1-slide-5-layer-1, .slider-para rs-layer#slider-1-slide-6-layer-1{
		font-size: 15px!important;
	}
	

	.footer-menu ul li span{
		font-size: 14px!important;
	}
}

@media (max-width: 320px){
	.slider-heading a#slider-1-slide-1-layer-0, .slider-heading a#slider-1-slide-2-layer-0, .slider-heading a#slider-1-slide-3-layer-0, .slider-heading a#slider-1-slide-4-layer-0, .slider-heading a#slider-1-slide-5-layer-0, .slider-heading a#slider-1-slide-6-layer-0{
		font-size: 17px!important;
	}
	
	.slider-para rs-layer#slider-1-slide-1-layer-1, .slider-para rs-layer#slider-1-slide-2-layer-1, .slider-para rs-layer#slider-1-slide-3-layer-1, .slider-para rs-layer#slider-1-slide-4-layer-1, .slider-para rs-layer#slider-1-slide-5-layer-1, .slider-para rs-layer#slider-1-slide-6-layer-1{
		font-size: 14px!important;
	}
}


.awsm-modal-items.style-1{
	position: absolute!important;
}
.search-form-blog{
	margin-top:0px!important;
	margin-bottom:30px!important;
}

	
	
	
	
	
	
	
	
	
	
	
	
	