/*
Theme Name: Staging Maxxion Systems
Theme URI: http://maxxion.com/
Author: Centaur Team
Author URI: http://maxxion.com/
Description:  This Theme is specially desinged and Developed by <a href="https://www.centaursystemsinc.com/">Centaur</a> for <a href="http://maxxion.com/">Maxxion Systems</a> through Bootstrap Starter Theme. 
Version: 99.1.1
License: GNU General Public License v2 or later
License URI: LfICENSE
Text Domain: AAAU
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Montserrat", sans-serif;
  line-height: 19px;
  font-weight: 400;
  font-size: 16px;
  color: #777777;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #31353e;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 18px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h2 a {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.04;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    line-height: 0.88889;
    font-size: 45px;
  }
}

h4 {
  line-height: 1.52;
  font-size: 25px;
}
h5 {
  line-height: 1.47368;
  font-size: 19px;
}

p {
  margin-bottom: 1.5em;
}
/*
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

/*body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
}
*/
.navbar-brand {
  height: auto;
  max-width: 125px;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.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%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header: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;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.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-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}*/

.copyright a, footer#colophon a {
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

header#masthead {
  background-color: #ebf0ff;
  padding: 40px 0 0px;
  border: none;
  box-shadow: none;
  position: relative;
  z-index: 1;
}

.btn_contact_us {
  min-width: 140px;
  border: none;
  display: inline-block;
  padding: 0 30px;
  line-height: 48px;
  border-radius: 5px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .21);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  background-color: #469bff;
}

.btn_contact_us:hover {
  background-color: #79b7ff;
  color: #ffffff;
}

.container {
  max-width: 1200px;
  padding: 0 20px;
}

.navbar-brand > a {
  width: 100%;
  text-transform: inherit !important;
}
.pwr-business {
  text-align: left;
  clear: both;
  color: rgb(102, 102, 102);
  font-size: 18px;
  margin-left: 34px;
  margin-top: 0px;
  height: 0;
  display: block;
  font-weight: 400;
}

.navbar-nav > li {
  margin: 0 35px;
}
.navbar-nav > li:last-child {
  margin: 0 0 0 35px;
}
.navbar-nav > li:first-child {
  margin: 0 35px 0 0px;
}

.navbar-nav>li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #31353e !important;
  text-decoration: none;
}
.navbar-nav > li > a:hover, .navbar-nav > li.current_page_item > a {
  color: #ba131a !important;
}


.banner-area {
  padding-top: 115px;
  background-color: #ebf0ff;
  position: relative;
}
.banner-area:after {
    content: "";
    display: block;
    height: 184px;
    background-image: url("images/top-wave-after.png");
    background-position: 0 100%;
    background-size: 100% 184px;
    background-color: #fff;
}


.banner-area .container > .banner_content{
  padding-bottom: 70px;
}
body.home .banner-area .container > .banner_content{
  padding-bottom: 0px;
}

.banner-title {
  font-family: "Roboto", sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 1.29;
  color: #31353e;
  padding: 0;
  margin: 0;
}
.banner-title span {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.54;
  font-family: "Montserrat", sans-serif;
  display: block;
}

.banner_content {
  min-height: 180px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.54;
  color: #31353e;
  max-width: 750px;
}
body.home .banner_content {
  min-height: inherit;
}
body.home .banner-button {
  margin-top: 46px;
  display: inline-block;
}





.button {
  min-width: 140px;
  border: none;
  display: inline-block;
  padding: 0 30px;
  line-height: 48px;
  border-radius: 5px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .21);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  background-color: #ba131a;
}

.button:hover {
  background-color: #e92f39;
  text-decoration: none;
  color: #ffffff;
}


/*footer.site-footer {
  background: #1e3953 !important;
  padding: 60px 0 0;
  color: #ffffff !important;
  font-size: 14px;
}*/

footer.site-footer h3 {
  margin-bottom: 15px;
  margin-top: 0;
  display: block;
  margin-bottom: 15px;
  color: #31353e;
  font-size: 16px;
}
footer.site-footer .ft-col-1 h3 {
  margin-bottom: 14px;
}
/*footer.site-footer .ft-col-3 {
  padding-top: 30px;
}*/


footer.site-footer .contact-info {
  padding-left: 30px;
  position: relative;
}
footer.site-footer .contact-info i {

  transform: rotate(95deg);
  position: absolute;
  top: 6px;
  left: 0;
  color: #93c83f;
  font-size: 15px;

}

footer.site-footer .contact-info .tel-info a {
  font-size: 18px !important;
  font-family: "Ubuntu", sans-serif;
  color: #ffffff;
  font-weight: 700 !important;
  line-height: 24px;
}
footer.site-footer .contact-info .tel-info a:hover {
  color: #93c83f;
}
footer.site-footer .contact-info .email-info a {
  font-size: 14px;
  font-style: italic;
  color: #ffffff;
}
footer.site-footer .contact-info .email-info a:hover {
  color: #93c83f;
}

.menu-footer-menu-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-footer-menu-container ul li {
  width: 49%;
  display: inline-block;
  margin-top: 14px;
  padding-left: 14px;
}

.menu-footer-menu-container ul li a {
  padding-left: 20px;
  font-size: 14px;
  color: #ffffff;
  position: relative;
}
.menu-footer-menu-container ul li a:before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: -2px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  color: #93c83f;
  transition: .33s all ease;

}
.menu-footer-menu-container ul li a:hover:before {
  left: 5px;
}


.home_section.text-image-section {
  position: relative;
  overflow: hidden;
}
.home_section.text-image-section.bg-white {
  margin-top: -220px;
  background: transparent !important;
}


.home_section.text-image-section .row {
  align-items: center;
}


.home_section.text-image-section.bg-white .text_section_image {
  max-width: 65%;
}
.text_section_image img {
  max-width: 698px;
  width: auto;
  height: auto;
}

.home_section.text-image-section.bg-white .text_section_image img {
  margin-left: -52px;
}

.home_section.text-image-section.bg-white .text_section_text_block {
  max-width: 35%;
  padding: 180px 0 0 60px;
}

.home_section.text-image-section.bg-white .text_section_text_block h3 {
  margin-bottom: 70px;
}


.section_text_block_content .text_top_title {
  font-size: 18px;
    font-weight: 500;
    color: #469bff;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.home_section.text-image-section.bg-gray {
  background-repeat: no-repeat;
  background-size: 556px 338px;
  background-position: 140px 210px;
  overflow: hidden;
  background-color: #ebf0ff;
}

.home_section.text-image-section.bg-gray:before {
    content: "";
    display: block;
    height: 184px;
    background-image: url("images/top-wave-before.jpg");
    background-position: 0 100%;
    background-size: 100% 184px;
}
.home_section.text-image-section.bg-gray:after {
  content: "";
  display: block;
  height: 184px;
  background-image: url("images/top-wave-after.png");
  background-position: 0 100%;
  background-size: 100% 184px;
  background-color: #fff;
}

.home_section.text-image-section.bg-gray .container {
  margin: -160px auto -100px;
}

.home_section.text-image-section.bg-gray .text_section_text_block {
  max-width: 43%;
  padding: 120px 60px 0 0;
}

.home_section.text-image-section.bg-gray .text_section_image {
  max-width: 57%;
}
.home_section.text-image-section.bg-gray .text_section_image img {
  margin-right: -65px;
}
.home_section.text-image-section.bg-gray .text_section_text_block h3 {
  margin-bottom: 30px;
}

.home_section.text-image-section .text_details h3 {
  font-size: 30px;
  font-weight: 500;
  margin: 30px 0 !important;
}
.home_section.text-image-section .text_details {
  margin-bottom: 50px;
}


.home_section.text-image-section.bg-gray .button {
  background-color: #469bff;
}
.home_section.text-image-section.bg-gray .button:hover {
  background-color: #79b7ff;
}

.partners-section {
  padding: 20px 0 60px;
  text-align: center;
  overflow: hidden;
}

.partners-section h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.04;
    color: #31353e;
    text-transform: inherit;
    margin-bottom: 105px;
}
.partners-section h2  span {
  font-size: 18px;
    font-weight: 500;
    color: #469bff;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}

.partners_logos {
    text-align: center;
    display: grid;
    justify-items: center;
    -webkit-align-items: center;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
}


.partners_logos img {
  min-width: 60%;
  max-width: 80%;
}


.text-image-section.style-portfolio {
  background: #ebf0ff;
  position: relative;
}

.text-image-section.style-portfolio .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.text-image-section.style-portfolio .text-image-container .text-image-row {
  margin-bottom: 80px;
}
.text-image-section.style-portfolio .text-image-container .text-image-row:first-child {
  margin-bottom: 96px;
}

.text-image-container .text-image-row .text_section_text_block {
  padding-left: 120px;
}

.text-image-container .text-image-row:nth-child(even) .text_section_text_block {
  padding-left: 12px;
  padding-right: 120px;
}

.text-image-section.style-portfolio .text_section_text_block .section_text_block_content h3.text_title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.33;
    color: #31353e;
}

.text-image-section.style-portfolio .text_section_text_block .section_text_block_content .text_top_title {
  font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    color: #469bff;
    margin: 11px 0 20px;
}



h2.section_title, h2.top_title {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.04;
  color: #31353e;
  text-transform: inherit;
  margin-bottom: 105px;
}
h2.section_title span, h2.top_title span {
  font-size: 18px;
  font-weight: 500;
  color: #469bff;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}



.text-image-section.style-portfolio:before {
  content: "";
  display: block;
  height: 184px;
  background-image: url("images/top-wave-before.jpg");
  background-position: 0 100%;
  background-size: 100% 184px;
}


.text-image-section.style-portfolio:after {

  content: "";
  display: block;
  height: 184px;
  background-image: url("images/top-wave-after.png");
  background-position: 0 100%;
  background-size: 100% 184px;
  background-color: #fff;


}


.text-image-section .text_section_image img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.text-form-section .row {
  align-items: center;
}

.text-form-section-content h2 {
  max-width: 490px;
  margin-bottom: 15px !important;
}
.text-form-section-details {
  max-width: 490px;
}
.text-form-section-form .wpforms-container .wpforms-field {
  padding: 7px 0;
}

.text-form-section-form input, .text-form-section-form select {
  height: 33px !important;
  line-height: 34px !important;

  padding: 0 35px 0 16px !important;
  width: 100%;
  max-width: 355px;
  vertical-align: middle;
  color: #323232 !important;
  border: 3px solid #A9A9A9 !important;
  -moz-appearance: none;
  -webkit-appearance: none;

  border-radius: 0 !important;

  font-size: 13px !important;

}

.text-form-section-form textarea {
    color: #323232 !important;
    padding: 10px 35px 0 16px !important;
    height: 85px !important;
    min-height: auto;
    border: 3px solid #A9A9A9 !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0 !important;


}

.wpforms-submit {
  height: 50px !important;
    min-width: 170px !important;
    color: #fff !important;
    background: #469bff !important;
    border: 2px solid #469bff !important;
    margin: 0 auto !important;
    max-width: 365px !important;
    width: 100% !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: .81 !important;
    text-align: center !important;
    display: inline-block !important;
    z-index: 10 !important;
    border-radius: 5px !important;
}

.wpforms-submit:hover {
  background: #79b7ff !important;
  border: 2px solid #79b7ff !important;
}



.text-form-section-form {
  padding: 0 50px;
}


.footer-above-section {
  background-color: #ebf0ff;
  position: relative;
}
.footer-above-section:before {
  content: "";
  display: block;
  height: 184px;
  background-image: url("images/top-wave-before.jpg");
  background-position: 0 100%;
  background-size: 100% 184px;
}
.bottom-above-inner {
  padding: 90px 0 80px;
  max-width: 750px;
}

.bottom-above-inner h2.top_title {
  font-weight: 900;
  line-height: 1.29;
  margin-bottom: 35px !important;
}


.footer-top{
  background-color: #dde3f6;
  padding: 40px 0 54px;
}


.footer-socials {
  display: block;
}

.footer-socials a {
  font-size: 18px;
  color: #000000;
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
}
.footer-socials a:hover {
  color: #ba131a;
}

.address-info {
  font-size: 16px;
  color: #31353e;
}

.address-info span {
  font-weight: 700;
  display: block;
}



.copy-text-bar {
  padding: 30px 0;
  background: #ffffff;

  font-size: 16px;
  color: #31353e;
  text-decoration: none;
}

.copy-text-bar a {
  font-size: 16px;
  color: #31353e;
}

.copy-text-bar a:hover {
  text-decoration: underline;
}

.maxxion-logo {
  margin-bottom: 25px;
  display: inline-block;
}

.newsletter_form input {
  display: block !important;
  background: transparent !important;
  line-height: 34px !important;
  border: none !important;
  border-bottom: 1px solid #979eb1 !important;
  max-width: 230px !important;
  font-size: 16px !important;
  width: 100% !important;
  border-radius: 0 !important;
}
div.wpforms-container-full {
  margin: 0 !important;
  width: 100% !important;
}
.newsletter_form .wpforms-submit {
  background: #ba131a !important;
  border-color: #ba131a !important;
  width: auto !important;
  min-width: 120px !important;
}
.newsletter_form .wpforms-submit:hover {
  background: #469bff !important;
  border: 2px solid #469bff !important;
}
.newsletter_form .wpforms-field {
  padding: 0 !important;
}

.text-section-content .text_section_title {
  font-size: 18px;
  font-weight: 500;
  color: #469bff;
  text-transform: uppercase;
  margin-bottom: 12px;
}


.text-section-content h3 {
  color: #31353e;
  padding: 0;
  margin: 0 0 20px;
  font-size: 1.17em;
  font-weight: 700;
}

.section1.inner_section.text-image-section.bg-white .row {
  align-items: center;
}


.inner_section.style-portfolio {
  background: transparent !important;
}
.inner_section.style-portfolio:before, .inner_section.style-portfolio:after {
  display: none !important;
}


.inner_section.logos-section .all_logos {
  display: grid;
  grid-gap: 30px;
  padding: 70px 0 50px;
  grid-template-columns: 1fr 1fr;
}


.single_logo_item {
  width: 170px;
  height: 180px;

  border-radius: 8px;
  box-shadow: 0 12px 65px 0 rgba(112, 121, 146, .26);
  background-color: #fff;
  font-size: 18px;
  color: #31353e;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 30px 10px;
}

.single_logo_item img {
  display: block;
  max-width: 56px;
}


.style-services .text-image-row {
  position: relative;
  padding: 50px 0;
}


.style-services .row {
  margin: 0;
}

.style-services .text_section_image {
  padding: 0;
}
.style-services .text_section_image img {
  max-width: 650px;
}

.style-services .text_section_text_block {
  padding: 0px 30px !important;
}

.style-services .text-image-row:nth-child(even) .text_section_text_block .section_text_block_content {
  margin: 0 0 0 auto;
}
.style-services .text-image-row:nth-child(even) .text_section_image img {
  margin: 0 0 0 auto;
}


.style-services .text_section_text_block .section_text_block_content {
  max-width: 580px;
}


.style-services .text_section_text_block h3 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.04;
  color: #31353e;
  margin-bottom: 30px;
}
.services-section-content {
  margin-bottom: 30px;
}
.services-section-content > h3 {
  text-align: center;
  margin-bottom: 74px;
}
.services-section-content h3 span {
  font-size: 18px;
    font-weight: 500;
    color: #469bff;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}

.section1 .container {
  max-width: 1000px;
}

.single_services_item {
  box-shadow: 0 12px 65px rgba(112, 121, 146, .2606);
  padding: 40px 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;

}

.single_services_item h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.04;
  color: #31353e;
  margin-bottom: 60px;
}

.section1 .single_services_item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section1 .single_services_item ul li {
  margin: 30px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 37px;
  text-align: center;
  color: #31353e;
}



.section2 .single_services_item ul {
  display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 160px;
    list-style: none;
}
.section2 .single_services_item ul li {
  width: 25%;
  margin: 20px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 37px;
  text-align: center;
  color: #31353e;
}


.section3.inner_section.services-section .services_listing_content h3 {
  color: #31353e;
  padding: 0;
  margin: 0;
  font-size: 1.17em;
  font-weight: 700;
}


.section3 .single_services_item ul {
  display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 160px;
    list-style: none;
    margin-bottom: 40px !important;
}
.section3 .single_services_item ul li {
  width: 25%;
  margin: 20px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 37px;
  text-align: center;
  color: #31353e;
}

.section3 .services_listing .services_listing_content:first-child ul {
  max-width: 856px;
  padding: 0;
  margin: 0px auto;
}

.section3 .services_listing .services_listing_content:nth-child(2) ul, .section3 .services_listing .services_listing_content:nth-child(4) ul {
  justify-content: center;
}

.section3 .section-image-right {
  margin-bottom: 40px;
}



@media screen and (min-width: 500px) {
  .inner_section.logos-section .all_logos {
    display: grid;
    grid-gap: 30px;
    padding: 50px 0 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section1 .services_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 32px;
    margin-bottom: 32px;
    justify-content: center;
    margin: 0;
  }
  .section1 .single_services_item {
    width: 100%;
    max-width: 470px;
  }

  .newsletter_form .wpforms-submit {
    position: absolute !important;
    right: 0;
    top: -60px;
  }

}

@media screen and (min-width: 992px) {
  .copy-text-bar .row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
    text-align: center;
    flex-wrap: inherit;
  }

  .inner_section.logos-section .all_logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    padding: 70px 0 100px;
  }
  .section3 .section-image-right {
    margin-bottom: 40px;
    width: 406px;
  }  
  .section3 .single_services_item ul, .section2 .single_services_item ul {
    padding: 0 160px;
  }
  .section3.inner_section.services-section {
    margin-bottom: 80px;
  }
  
}


@media screen and (max-width: 991px) {

  .btn_contact_us {
    display: none;
  }
  header#masthead {
    padding-top: 20px;
  }

  .banner-area {
    padding-top: 30px;
  }
  .banner-title span {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .banner-area .container > .banner_content {
    text-align: center;
  }

  .banner-title {
    font-size: 40px;
  }
  body.home .banner-button {
    font-size: 16px;
    margin-top: 34px;
  }

  .need-help {
    padding-top: 20px;
  }

  .text-form-section-form {
    padding: 0 12px;
  }

  .banner-area:after, .home_section.text-image-section.bg-gray:after, .text-image-section.style-portfolio:after {
    height: 74px;
    background-size: 140% 74px;
    background-position: -60px 0;
  }

  .home_section.text-image-section.bg-white .text_section_text_block {
    max-width: 100%;
    padding: 60px 0 0 12px;
    order: 1;
    margin-bottom: 30px;
  }
  .home_section.text-image-section.bg-white .text_section_image {
    max-width: 100%;
    order: 2;
  }
  .home_section.text-image-section.bg-white {
    margin-top: 0;
  }
  .home_section.text-image-section .row {
    margin: 0;
  }
  .home_section.text-image-section.bg-white .text_section_image img {
    margin-left: 0;
  }

  .section_text_block_content .text_top_title {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
  }
  .home_section.text-image-section.bg-white .text_section_text_block h3 {
    font-size: 32px;
    line-height: 48px;
  }
  
  .home_section.text-image-section.bg-gray:before, .text-image-section.style-portfolio:before, .footer-above-section:before {
    height: 74px;
    background-size: 140% 74px;
    background-position: -60px 0;
  }

  .home_section.text-image-section.bg-gray .text_section_text_block {
    max-width: 100%;
    padding: 170px 12px 0 0;
  }
  .section_text_block_content .text_top_title {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
  }
  .home_section.text-image-section.bg-gray .text_section_text_block h3 {
    font-size: 32px;
    line-height: 48px;
  }

  .home_section.text-image-section.bg-gray .text_section_image {
    max-width: 100%;
  }

  h2.section_title, h2.top_title {
    text-align: left;
    font-size: 32px;
    line-height: 48px;
    max-width: 90%;
    margin-bottom: 50px;
  }
  h2.section_title span, h2.top_title span {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
  }

  .partners_logos {
    grid-template-columns: 1fr 1fr !important;
    grid-column-gap: 40px !important;
    grid-row-gap: 40px !important;
  }


  .style-portfolio .text_section_image {
    order: 1;
  }
  .style-portfolio .text_section_text_block {
    padding-top: 10px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    order: 2;
  }

  .text-image-section.style-portfolio .text-image-row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .ft-col-2, .ft-col-3 {
    text-align: center;
    padding-top: 15px;
  }

  .ft-col-4 {
    text-align: center;
    padding-top: 25px;
  }

  .copy-text-bar a {
    margin-bottom: 20px;
  }
  .copy-text-bar {
    text-align: center;
  }

  .copy-text-bar .row {
    display: block;
  }

  .copy-text-bar a {
    display: block;
  }
  .section3 .single_services_item ul, .section2 .single_services_item ul, .section1 .single_services_item ul {
    padding: 0 20px !important;
  }
  .single_services_item h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .services-section-content > h3, .style-services .text_section_text_block h3 {
    font-size: 32px;
    line-height: 48px;
  }
  .single_services_item {
    margin-bottom: 40px;
  }


}

@media screen and (max-width: 499px) {
  .single_services_item ul {
    justify-content: center !important;
  }
  .single_services_item ul li {
    width: 100% !important;
    text-align: center !important;
  }
  .section1 .row.services_row {
    display: block;
  }
  .newsletter_form {
    max-width: 230px;
    margin: 0px auto;
  }


}


#contact_us_form_popup {
  padding: 44px 200px;
  max-width: 970px;
  box-shadow: none;
  border-radius: 8px;
  position: relative;
  width: 100%;
  background: #fff;
}

.fancybox__content h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  color: #31353e;
  margin-bottom: 40px;
  text-align: center;
}

.f-button {
  background: #469bff !important;
  height: 42px !important;
  width: 42px !important;
  color: #ffffff;
  right: 40px !important;
  top: 40px !important;
  border-radius: 21px !important;
}

.fancybox__content .wpforms-submit {
  min-width: 140px !important;
  max-width: 140px !important;
  background: #ba131a !important;
  border-color: #ba131a !important;
  margin: 0px auto !important;
}
.fancybox__content .wpforms-submit:hover {
  background: #469bff !important;
  border-color: #469bff !important;
}

