/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL & Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Version: 4.8.3
Requires at least: 5.3
Tested up to: 6.6
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra 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.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */


body {
	
    font-family: jost !important;

}
.home div#primary {
    padding-top: 0 !important;
}
/* div#primary {
    padding-top: 460px !important;
} */
.bounce2 {
  animation: bounce2 3s ease infinite;
}
@keyframes bounce2 {

	40% {transform: translateY(-30px);}
	60% {transform: translateY(-30px);}
}
/* .shake {
  animation: shake 10s ease infinite;
}
@keyframes shake {

	10%, 30%, 50%, 70%, 90% {transform: translateX(-30px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
	    
} */

.play-video-btn .video-popup {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #03a84e;
    height: 76px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -41px auto 0;
    position: relative;
    padding-left: 2px;
    text-align: center;
    width: 76px;
    z-index: 1;
}
@keyframes popup-overlay {
    0% {
        transform: scale(1);
        opacity: 0.25;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.35;
    }
    100% {
        transform: scale(1);
        opacity: 0.25;
    }
}

.play-video-btn .video-popup:after {
    border: 1px solid #cacaca;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.25;
    z-index: -2;
    animation: popup-overlay 1.4s linear infinite;
    -webkit-animation: popup-overlay 1.4s linear infinite;
    -moz-animation: popup-overlay 1.4s linear infinite;
    -ms-animation: popup-overlay 1.4s linear infinite;
    -o-animation: popup-overlay 1.4s linear infinite;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}



a {
	text-decoration:none !important;
	text-decoration-line:none !important;
	color:#000;
}
.infobox-content h2 a:hover{
	color:#03a84e;
	
}

/* work-process-area */

@media only screen and (max-width: 1199px) {
  .work-process-area .container {
    padding-bottom: 44px;
  }
}

.working-process-item {
  max-width: 216px;
  margin-bottom: 22px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .working-process-item {
    margin: 0 auto 34px;
  }
}
.working-process-item .icon-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.working-process-item .icon-box .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f7f7;
  border-radius: 5px;
  color: #03a84e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px;
  position: relative;
  text-align: center;
  width: 70px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .icon-box .inner {
    height: 60px;
    margin: 10px;
    width: 60px;
  }
}
.working-process-item .icon-box .inner:before {
  border: 2px dashed #e8efef;
  border-radius: 5px;
  content: "";
  height: calc(100% + 30px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .icon-box .inner:before {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
  }
}
.working-process-item .icon-box .inner img {
  position: absolute;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .icon-box .inner img {
    width: 18px;
  }
}
.working-process-item .icon-box .inner .icon-hover {
  opacity: 0;
}
.working-process-item .content {
  margin-top: 34px;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .content {
    margin-top: 24px;
  }
}
.working-process-item .title {
  font-size: 22px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.working-process-item .desc {
  margin-bottom: 0;
}
.working-process-item .shape-arrow-icon {
  position: absolute;
  width: 33px;
  top: 40px;
  right: -52px;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .shape-arrow-icon {
    position: absolute;
    width: 33px;
    top: 30px;
    right: -6px;
  }
}
@media only screen and (max-width: 991px) {
  .working-process-item .shape-arrow-icon {
    display: none;
  }
}
.working-process-item .shape-arrow-icon .shape-icon,
.working-process-item .shape-arrow-icon .shape-icon-hover {
  position: absolute;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.working-process-item .shape-arrow-icon .shape-icon-hover {
  opacity: 0;
}
.working-process-item:hover .icon-box .inner {
  background-color: #03a84e;
}
.working-process-item:hover .icon-box .inner:before {
  border-color: #03a84e;
}
.working-process-item:hover .icon-box .inner .icon-hover {
  opacity: 1;
}
.working-process-item:hover .shape-icon {
  opacity: 0;
}
.working-process-item:hover .shape-icon-hover {
  opacity: 1;
}

.working-process-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .working-process-content-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .working-process-content-wrap .working-col {
    width: 50%;
  }
}
@media only screen and (max-width: 479.98px) {
  .working-process-content-wrap .working-col {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {

	.play-video-btn {
    margin-top: -27px;
}

}

.footer-newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 28px;
}
@media only screen and (max-width: 1199px) {
  .footer-newsletter-form {
    margin-top: 18px;
  }
}
.footer-newsletter-form form {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .footer-newsletter-form form {
    width: 100%;
  }
}
.footer-newsletter-form form [type=email] {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 600px;
  border: none;
  height: 70px;
  border-radius: 5px;
  font-size: 16px;
  color: #272a33;
  padding: 0 210px 0 32px;
}
.footer-newsletter-form form [type=email]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #272a33;
}
.footer-newsletter-form form [type=email]::-moz-placeholder {
  /* Firefox 19+ */
  color: #272a33;
}
.footer-newsletter-form form [type=email]:-ms-input-placeholder {
  /* IE 10+ */
  color: #272a33;
}
.footer-newsletter-form form [type=email]:-moz-placeholder {
  /* Firefox 18- */
  color: #272a33;
}
@media only screen and (max-width: 1199px) {
  .footer-newsletter-form form [type=email] {
    font-size: 14px;
    height: 55px;
    padding: 0 210px 0 22px;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .footer-newsletter-form form [type=email] {
    padding: 1px 148px 0 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-newsletter-form form [type=email] {
    padding: 1px 118px 0 22px;
  }
	
	.aol-archive.aol-wrapper {
    position: relative;
    top: -65px;
}
	.home .first-content.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    margin-top: -79px;
}
	.play-video-btn {
    margin-top: -94px;
}

	.utube-button.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    background: #fff !important;
}
	.aol-md-10 {
    margin-bottom: 15px;
}
	.mobile-form .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff00;
     border:none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: none;
}
	.home.well.well-lg.form-group.aol-md-4 {
    margin-bottom: 12px !important;
}
	.mobile-form select.aol-filter-select.form-control {
    height: 55px;
    margin-bottom: 10px;
	
}
.mobile-form input.form-control {
    display: none;
}
	.mobile-form{
		margin-top:35px;
	}
	
}


@keyframes movebounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes movebounce2 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes movebounce2 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
 .shape1 {
  
  animation: movebounce 4s linear infinite;
  -webkit-animation: movebounce 4s linear infinite;
  -moz-animation: movebounce 4s linear infinite;
  -ms-animation: movebounce 4s linear infinite;
  -o-animation: movebounce 4s linear infinite;
}
@media only screen and (max-width: 1699px) {
 .shape1 {
    width: 200px;
  }
}
@media only screen and (max-width: 1399.98px) {
   .shape1 {
    width: 170px;
  }
}
.shape2 img {
 
  
  animation: movebounce2 5s linear infinite;
  -webkit-animation: movebounce2 5s linear infinite;
  -moz-animation: movebounce2 5s linear infinite;
  -ms-animation: movebounce2 5s linear infinite;
  -o-animation: movebounce2 5s linear infinite;
}



button.fusion-button.button.btn.btn-info.btn-block.aol-filter-button {
    background-color: #8b0021;
    padding: 8px;
}
#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #fff;
}
.ast-separate-container.ast-right-sidebar #secondary, .ast-separate-container.ast-left-sidebar #secondary {
    border: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 465px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #8b0021;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	background:#fff;
	color:#000;
	border: 1px solid #03a84e;
}

.ast-separate-container.ast-two-container #secondary .widget {
  
    padding: 0;
 
}
p.desc {
	color:#000;
}

.home div#primary {
    padding-top: 0 !important;
}

.bounce2 {
  animation: bounce2 3s ease infinite;
}
@keyframes bounce2 {

	40% {transform: translateY(-30px);}
	60% {transform: translateY(-30px);}
}
/* .shake {
  animation: shake 10s ease infinite;
}
@keyframes shake {

	10%, 30%, 50%, 70%, 90% {transform: translateX(-30px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
	    
} */

.play-video-btn .video-popup {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #03a84e;
    height: 76px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -41px auto 0;
    position: relative;
    padding-left: 2px;
    text-align: center;
    width: 76px;
    z-index: 1;
}
@keyframes popup-overlay {
    0% {
        transform: scale(1);
        opacity: 0.25;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.35;
    }
    100% {
        transform: scale(1);
        opacity: 0.25;
    }
}

.play-video-btn .video-popup:after {
    border: 1px solid #cacaca;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.25;
    z-index: -2;
    animation: popup-overlay 1.4s linear infinite;
    -webkit-animation: popup-overlay 1.4s linear infinite;
    -moz-animation: popup-overlay 1.4s linear infinite;
    -ms-animation: popup-overlay 1.4s linear infinite;
    -o-animation: popup-overlay 1.4s linear infinite;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}



a {
	text-decoration:none !important;
	text-decoration-line:none !important;
	color:#000;
}
.infobox-content h2 a:hover{
	color:#03a84e;
	
}

/* work-process-area */

@media only screen and (max-width: 1199px) {
  .work-process-area .container {
    padding-bottom: 44px;
  }
}

.working-process-item {
  max-width: 216px;
  margin-bottom: 22px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .working-process-item {
    margin: 0 auto 34px;
  }
}
.working-process-item .icon-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.working-process-item .icon-box .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f7f7;
  border-radius: 5px;
  color: #03a84e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px;
  position: relative;
  text-align: center;
  width: 70px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .icon-box .inner {
    height: 60px;
    margin: 10px;
    width: 60px;
  }
}
.working-process-item .icon-box .inner:before {
  border: 2px dashed #e8efef;
  border-radius: 5px;
  content: "";
  height: calc(100% + 30px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .icon-box .inner:before {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
  }
}
.working-process-item .icon-box .inner img {
  position: absolute;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .icon-box .inner img {
    width: 18px;
  }
}
.working-process-item .icon-box .inner .icon-hover {
  opacity: 0;
}
.working-process-item .content {
  margin-top: 34px;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .content {
    margin-top: 24px;
  }
}
.working-process-item .title {
  font-size: 22px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.working-process-item .desc {
  margin-bottom: 0;
}
.working-process-item .shape-arrow-icon {
  position: absolute;
  width: 33px;
  top: 40px;
  right: -52px;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .shape-arrow-icon {
    position: absolute;
    width: 33px;
    top: 30px;
    right: -6px;
  }
}

.working-process-item:hover .icon-box .inner {
  background-color: #03a84e;
}
.working-process-item:hover .icon-box .inner:before {
  border-color: #03a84e;
}
.working-process-item:hover .icon-box .inner .icon-hover {
  opacity: 1;
}
.working-process-item:hover .shape-icon {
  opacity: 0;
}
.working-process-item:hover .shape-icon-hover {
  opacity: 1;
}

.working-process-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .working-process-content-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .working-process-content-wrap .working-col {
    width: 50%;
  }
}
@media only screen and (max-width: 479.98px) {
  .working-process-content-wrap .working-col {
    width: 100%;
  }
	a.video-popup {
    top: 60px !important;
}
	.footer-newsletter-form form [type=submit] {
    top: 26% !important;
    background-color: #03a84e !important;
    border: 1px solid #fff !important;
}
	.btn-newsletter {
    top: 26% !important;
}
}
@media only screen and (min-width: 768px) {

	.play-video-btn {
    margin-top: -27px;
}

}

.footer-newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 28px;
}
@media only screen and (max-width: 1199px) {
  .footer-newsletter-form {
    margin-top: 18px;
  }
}
.footer-newsletter-form form {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .footer-newsletter-form form {
    width: 100%;
  }
}
.footer-newsletter-form form [type=email] {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 600px;
  border: none;
  height: 70px;
  border-radius: 5px;
  font-size: 16px;
  color: #272a33;
  padding: 0 210px 0 32px;
}
.footer-newsletter-form form [type=email]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #272a33;
}
.footer-newsletter-form form [type=email]::-moz-placeholder {
  /* Firefox 19+ */
  color: #272a33;
}
.footer-newsletter-form form [type=email]:-ms-input-placeholder {
  /* IE 10+ */
  color: #272a33;
}
.footer-newsletter-form form [type=email]:-moz-placeholder {
  /* Firefox 18- */
  color: #272a33;
}
@media only screen and (max-width: 1199px) {
  .footer-newsletter-form form [type=email] {
    font-size: 14px;
    height: 55px;
    padding: 0 210px 0 22px;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .footer-newsletter-form form [type=email] {
    padding: 1px 148px 0 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-newsletter-form form [type=email] {
    padding: 1px 118px 0 22px;
  }
	.aol-archive.aol-wrapper {
    position: relative;
    top: -65px;
}
	.home .first-content.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    margin-top: -79px;
}
	.play-video-btn {
    margin-top: -94px;
}

	.utube-button.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    background: #fff !important;
}
	.aol-md-10 {
    margin-bottom: 15px;
}
	.mobile-form .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff00;
     border:none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: none;
}

	.mobile-form select.aol-filter-select.form-control {
    height: 55px;
    margin-bottom: 10px;
	
}
.mobile-form input.form-control {
    display: none;
}
	.mobile-form{
		margin-top:35px;
	}
	.home .mobile-form button.fusion-button.button.btn.btn-info.btn-block.aol-filter-button {
    background-color: #8b0021;
    padding: 16px;
    background-image: url(/wp-content/uploads/2024/11/search-interface-symbol.png);
    background-repeat: no-repeat;
    text-indent: -12002px;
    background-size: contain;
    width: 100%;
    background-size: 24px;
    background-position: center;
    position: relative;
    top: -9px;
    left: 0;
}
}


@keyframes movebounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes movebounce2 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes movebounce2 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
 .shape1 {
  
  animation: movebounce 4s linear infinite;
  -webkit-animation: movebounce 4s linear infinite;
  -moz-animation: movebounce 4s linear infinite;
  -ms-animation: movebounce 4s linear infinite;
  -o-animation: movebounce 4s linear infinite;
}
@media only screen and (max-width: 1699px) {
 .shape1 {
    width: 200px;
  }
}
@media only screen and (max-width: 1399.98px) {
   .shape1 {
    width: 170px;
  }
}
.shape2 img {
 
  
  animation: movebounce2 5s linear infinite;
  -webkit-animation: movebounce2 5s linear infinite;
  -moz-animation: movebounce2 5s linear infinite;
  -ms-animation: movebounce2 5s linear infinite;
  -o-animation: movebounce2 5s linear infinite;
}
/* @media only screen and (max-width: 1699px) {
   .shape2 img {
    width: 170px;
  }
}
@media only screen and (max-width: 1399.98px) {
   .shape2 img {
    width: 130px;
  }
} */

button.fusion-button.button.btn.btn-info.btn-block.aol-filter-button {
    background-color: #8b0021;
    padding: 8px;
}
#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #fff;
}
.ast-separate-container.ast-right-sidebar #secondary, .ast-separate-container.ast-left-sidebar #secondary {
    border: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 465px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #03a84e;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	background:#fff;
	color:#000;
	border: 1px solid #03a84e;
}

.ast-separate-container.ast-two-container #secondary .widget {
  
    padding: 0;
 
}


.home div#primary {
    padding-top: 0 !important;
}

.bounce2 {
  animation: bounce2 3s ease infinite;
}
@keyframes bounce2 {

	40% {transform: translateY(-30px);}
	60% {transform: translateY(-30px);}
}
/* .shake {
  animation: shake 10s ease infinite;
}
@keyframes shake {

	10%, 30%, 50%, 70%, 90% {transform: translateX(-30px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
	    
} */

.play-video-btn .video-popup {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #03a84e;
    height: 76px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -41px auto 0;
    position: relative;
    padding-left: 2px;
    text-align: center;
    width: 76px;
    z-index: 1;
}
@keyframes popup-overlay {
    0% {
        transform: scale(1);
        opacity: 0.25;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.35;
    }
    100% {
        transform: scale(1);
        opacity: 0.25;
    }
}

.play-video-btn .video-popup:after {
    border: 1px solid #cacaca;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.25;
    z-index: -2;
    animation: popup-overlay 1.4s linear infinite;
    -webkit-animation: popup-overlay 1.4s linear infinite;
    -moz-animation: popup-overlay 1.4s linear infinite;
    -ms-animation: popup-overlay 1.4s linear infinite;
    -o-animation: popup-overlay 1.4s linear infinite;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}



a {
	text-decoration:none !important;
	text-decoration-line:none !important;
	color:#000;
}
.infobox-content h2 a:hover{
	color:#03a84e;
	
}

/* work-process-area */

@media only screen and (max-width: 1199px) {
  .work-process-area .container {
    padding-bottom: 44px;
  }
}

.working-process-item {
  max-width: 216px;
  margin-bottom: 22px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .working-process-item {
    margin: 0 auto 34px;
  }
}
.working-process-item .icon-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.working-process-item .icon-box .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f7f7;
  border-radius: 5px;
  color: #03a84e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px;
  position: relative;
  text-align: center;
  width: 70px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .icon-box .inner {
    height: 60px;
    margin: 10px;
    width: 60px;
  }
}
.working-process-item .icon-box .inner:before {
  border: 2px dashed #e8efef;
  border-radius: 5px;
  content: "";
  height: calc(100% + 30px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .icon-box .inner:before {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
  }
}
.working-process-item .icon-box .inner img {
  position: absolute;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .icon-box .inner img {
    width: 18px;
  }
}
.working-process-item .icon-box .inner .icon-hover {
  opacity: 0;
}
.working-process-item .content {
  margin-top: 34px;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .content {
    margin-top: 24px;
  }
}
.working-process-item .title {
  font-size: 22px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.working-process-item .desc {
  margin-bottom: 0;
}
.working-process-item .shape-arrow-icon {
  position: absolute;
  width: 33px;
  top: 40px;
  right: -52px;
}

@media only screen and (max-width: 991px) {
  .working-process-content-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .working-process-content-wrap .working-col {
    width: 50%;
  }
}
@media only screen and (max-width: 479.98px) {
  .working-process-content-wrap .working-col {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {

	.play-video-btn {
    margin-top: -27px;
}

}
@media only screen and (min-width: 950px) {
 .working-process-content-wrap {
        gap: 100px !important;
        margin-top: 25px;
    }
		#new-section {
    gap: 222px !important;
    margin-top: 15px;
    flex-direction: row-reverse;
}
	#new-section .shape-arrow-icon {
    transform: rotate(180deg );
}
	.rtl .working-process-content-wrap {
    gap: 100px !important;
    margin-top: 25px;
    flex-direction: row-reverse;
}
	#new-section .shape-arrow-icon {
    position: absolute;
    width: 33px;
    top: 60px;
    left: -102px;  
}
	#first .shape-arrow-icon {
    display: none;
}
	.rtl div#new-section {
    flex-direction: row;
}
	.rtl #new-section .shape-arrow-icon {
    position: absolute;
    width: 33px;
    top: 60px;
    right: 326px;
}
	.rtl .html-jobs #new-section .shape-arrow-icon {
    transform: rotate(180deg );
}
	.rtl .working-process-item .shape-arrow-icon {
    position: absolute;
    width: 33px;
    top: 40px;
    left: 223px;
}
}

.footer-newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 28px;
}
@media only screen and (max-width: 1199px) {
  .footer-newsletter-form {
    margin-top: 18px;
  }
}
.footer-newsletter-form form {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .footer-newsletter-form form {
    width: 100%;
  }
}
.footer-newsletter-form form [type=email] {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 600px;
  border: none;
  height: 70px;
  border-radius: 5px;
  font-size: 16px;
  color: #272a33;
  padding: 0 210px 0 32px;
}
.footer-newsletter-form form [type=email]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #272a33;
}
.footer-newsletter-form form [type=email]::-moz-placeholder {
  /* Firefox 19+ */
  color: #272a33;
}
.footer-newsletter-form form [type=email]:-ms-input-placeholder {
  /* IE 10+ */
  color: #272a33;
}
.footer-newsletter-form form [type=email]:-moz-placeholder {
  /* Firefox 18- */
  color: #272a33;
}
@media only screen and (max-width: 1199px) {
  .footer-newsletter-form form [type=email] {
    font-size: 14px;
    height: 55px;
    padding: 0 210px 0 22px;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .footer-newsletter-form form [type=email] {
    padding: 1px 148px 0 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-newsletter-form form [type=email] {
    padding: 1px 118px 0 22px;
  }
	.aol-archive.aol-wrapper {
    position: relative;
    top: -65px;
}
	.rtl .footer-newsletter-form form [type=email] {
    width: 100% !important;
}
	.home .first-content.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    margin-top: -79px;
}
	.play-video-btn {
    margin-top: -94px;
}

	.utube-button.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    background: #fff !important;
}
	.aol-md-10 {
    margin-bottom: 15px;
}
	.mobile-form .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff00;
     border:none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: none;
}
	
	.mobile-form select.aol-filter-select.form-control {
    height: 55px;
    margin-bottom: 10px;
	
}
.mobile-form input.form-control {
    display: none;
}
	.mobile-form{
		margin-top:35px;
	}
	.home .mobile-form button.fusion-button.button.btn.btn-info.btn-block.aol-filter-button {
    background-color: #8b0021;
    padding: 16px;
    background-image: url(/wp-content/uploads/2024/11/search-interface-symbol.png);
    background-repeat: no-repeat;
    text-indent: -12002px;
    background-size: contain;
    width: 100%;
    background-size: 24px;
    background-position: center;
    position: relative;
    top: -9px;
    left: 0;
}
}


@keyframes movebounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes movebounce2 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes movebounce2 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
 .shape1 {
  
  animation: movebounce 4s linear infinite;
  -webkit-animation: movebounce 4s linear infinite;
  -moz-animation: movebounce 4s linear infinite;
  -ms-animation: movebounce 4s linear infinite;
  -o-animation: movebounce 4s linear infinite;
}
@media only screen and (max-width: 1699px) {
 .shape1 {
    width: 200px;
  }
}
@media only screen and (max-width: 1399.98px) {
   .shape1 {
    width: 170px;
  }
}
.shape2 img {
 
  
  animation: movebounce2 5s linear infinite;
  -webkit-animation: movebounce2 5s linear infinite;
  -moz-animation: movebounce2 5s linear infinite;
  -ms-animation: movebounce2 5s linear infinite;
  -o-animation: movebounce2 5s linear infinite;
}
/* @media only screen and (max-width: 1699px) {
   .shape2 img {
    width: 170px;
  }
}
@media only screen and (max-width: 1399.98px) {
   .shape2 img {
    width: 130px;
  }
} */

button.fusion-button.button.btn.btn-info.btn-block.aol-filter-button {
    background-color: #8b0021;
    padding: 8px;
}
#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #fff;
}
.ast-separate-container.ast-right-sidebar #secondary, .ast-separate-container.ast-left-sidebar #secondary {
    border: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 465px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #8b0021;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	background:#fff;
	color:#000;
	border: 1px solid #03a84e;
}

.ast-separate-container.ast-two-container #secondary .widget {
  
    padding: 0;
 
}

.home .form-control {
    border-right: 16px solid transparent !important;
}
.home.well.well-lg.form-group.aol-md-4 {
    margin-bottom: 12px !important;
}
	.pc-form select.aol-filter-select.form-control {
    height: 55px;
    margin-bottom: 10px;
	
}
.pc-form input.form-control {
    display: none;
}
	.pc-form{
		margin-top:35px;
	}
	
.pc-form .well.well-lg {
	background-color:transparent;
	border:none;
}
   .home .pc-form button.fusion-button.button.btn.btn-info.btn-block.aol-filter-button {
    background-color: #8b0021;
    padding: 14.5px;
    background-image: url(/wp-content/uploads/2024/11/search-interface-symbol.png);
    background-repeat: no-repeat;
    text-indent: -12002px;
    background-size: contain;
    width: 39%;
    background-size: 23px;
    background-position: center;
    position: absolute;
    top:-80px;
    left: 170px;	
}
button.fusion-button.button.read-more.btn.btn-info {
    background: #8b0021;
}
button.fusion-button.button.read-more.btn.btn-info:hover {
    background: #fff;
	color:#000;
	border: 1px solid #03a84e;
}
.elementor-6 .elementor-element.elementor-element-5128d33 .elementor-button:hover{
	 background: #fff;
	color:#000 ;
	border: 1px solid #03a84e;
}
.elementor-6 .elementor-element.elementor-element-5128d33 .elementor-button{
	background-color: #8b0021;
}
@media (min-width: 1000px) and (max-width: 1500px) {
	
		.elementor.elementor-78 {
    overflow-x: hidden !important;
}
   .home .pc-form button.fusion-button.button.btn.btn-info.btn-block.aol-filter-button {
    background-color: #8b0021;
    padding: 14.5px;
    background-image: url(/wp-content/uploads/2024/11/search-interface-symbol.png);
    background-repeat: no-repeat;
    text-indent: -12002px;
    background-size: contain;
    width: 39%;
    background-size: 23px;
    background-position: center;
    position: absolute;
    top:-80px;
    left: 140px !important;	
}
}
@media only screen and (min-width: 768px) {
   
	.ast-separate-container.ast-right-sidebar #secondary, .ast-separate-container.ast-left-sidebar #secondary {
    border: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 10px;
}

/* 	.rtl .page-id-159838 .working-process-content-wrap {
    flex-direction: row-reverse;
} */
	
}

.elementor-6 .elementor-element.elementor-element-ef364ad .elementor-nav-menu--dropdown a:hover, .elementor-6 .elementor-element.elementor-element-ef364ad .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-6 .elementor-element.elementor-element-ef364ad .elementor-nav-menu--dropdown a.highlighted, .elementor-1036 .elementor-element.elementor-element-ef364ad .elementor-nav-menu--dropdown a:hover, .elementor-1036 .elementor-element.elementor-element-ef364ad .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-1036 .elementor-element.elementor-element-ef364ad .elementor-nav-menu--dropdown a.highlighted {
    background-color: #8b0021;
}
.elementor-1036 .elementor-element.elementor-element-ef364ad .elementor-menu-toggle {
    background-color: #8b0021;
}
.elementor-element.elementor-element-7aad2bd.e-flex.e-con-boxed.e-con.e-child {
    border-bottom: 1px solid #ababab57 !important;
}
@media screen and (max-device-width: 930px) and (orientation: portrait) {
 
	 .working-process-content-wrap {
        gap: 0 !important;
        margin-top: 25px;
    }

/* 	.home .pc-form button.fusion-button.button.btn.btn-info.btn-block.aol-filter-button {
    background-color: #8B0021;
    padding: 16px;
    background-image: url(/wp-content/uploads/2024/11/search-interface-symbol.png);
    background-repeat: no-repeat;
    text-indent: -12002px;
    background-size: contain;
    width: 100%;
    background-size: 24px;
    background-position: center;
    position: relative !important;
    top: -22px !important;
    left: 0 !important;
} */
	
}
	.sticky .elementor-element-7aad2bd {
    position: fixed !important;
    top: 0 !important;
    transition: 0.2s cubic-bezier(0, 0.54, 0, 1.08) all;
    width: 100% !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    background-color: #fff !important;
    z-index: 999 !important;
}
.sticky .elementor-element.elementor-element-7aad2bd.e-flex.e-con-boxed.e-con.e-child {
    background-color: #fff !important;
}
.sticky .elementor-1036 .elementor-element.elementor-element-13608b0 img {
    width: 50%;
	transition:0.3s linear all;
}

body.rtl header, 
body.rtl footer,.rtl .page-id-160036 {
    direction: ltr;
    text-align: left;
}
.rtl .footer-newsletter-form form [type=email] {
    
    width: 540px;
   
}
.rtl .job-sections .job_filters .showing_jobs {   
    display: block !important;
}
.rtl .job-sections .job_filters .search_jobs {    
    display: none;
}
body.rtl .sticky .elementor-159945 .elementor-element.elementor-element-63634a8 {
    right: 0px;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.2s cubic-bezier(0, 0.54, 0, 1.08) all;
    width: 100% !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    background-color: #fff !important;
    z-index: 999 !important;
}
body.rtl.blog {
    direction: ltr;
    text-align: left;
}
body .rtl {
	direction:rtl !important;
	text-align:left !important;
}
.elementor-160060 .elementor-element.elementor-element-41b9ad8:not(.elementor-motion-effects-element-type-background), .elementor-160060 .elementor-element.elementor-element-41b9ad8 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #fff;
}
.video-popup>img {
    width: 18px !important;
   
}
.footer-newsletter-form form [type=submit], input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-newsletter {
    top: 0% !important;
    background-color: #03a84e !important;
    border: 1px solid #fff !important;
    position: absolute;
    right: 0%;
    padding: 26px 55px;
	color:#fff;
}
.footer-newsletter-form form [type=submit], input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-newsletter:hover {
    top: 0% !important;
    background-color: #ffffff !important;
    border: 2px solid #03a84e !important;
    position: absolute;
    right: 1px;
    padding: 24px 52px;
    color: #000;
}
.page-id-159836 .job_filters .search_jobs {    
    display: none !important;
}
.page-id-159837 .job-section .job_filters {
   
    display: none !important;
}
.home div.job_listings ul.job_listings {
    
    position: relative;
   
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 110px;
}
.sticky .elementor-1036 .elementor-element.elementor-element-ef364ad .elementor-nav-menu--main .elementor-item {
    color: #000000;
    fill: #000;
    padding-left: 14px;
    padding-right: 14px;
}
.company b, strong, .position h3 {   
    font-size: 16px !important;
}
ul.meta li {
    font-size: 16px;
}
.location {
    font-size: 16px;
}
.rp4wp-related-job_listing>ul li.job_listing a, .rp4wp-related-job_listing>ul li.no_job_listings_found a, ul.job_listings li.job_listing a, ul.job_listings li.no_job_listings_found a {  
    padding: 10px 20px !important;   
}


@media (max-width:768px) {
	.footer-newsletter-form form [type=submit], input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-newsletter {
    top: 0% !important;
    background-color: #03a84e !important;
    border: 1px solid #fff !important;
    position: absolute;
    right: 0%;
    padding: 19px 10px !important;
    color: #fff;
}
}



