/*!
Theme Name: controloxxi
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: controloxxi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

controloxxi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

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

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

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Montserrat", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

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

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

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

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

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

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

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1; }

a:visited {
  color: #800080; }

a:hover,
a:focus,
a:active {
  color: #191970; }

a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }

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

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

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

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

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

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

.main-navigation li {
  position: relative; }

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

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

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

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

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

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

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

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }

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

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

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

body {
  font-family: "Montserrat", sans-serif !important; }

a {
  text-decoration: none !important; }

.bold {
  font-weight: 700; }

.semi-bold {
  font-weight: 600; }

.regular {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.banner {
  position: relative; }

ul {
  margin-left: 0px;
  padding-left: 18px !important; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(85.07deg, rgba(10, 43, 81, 0.71) 13.76%, rgba(147, 185, 230, 0.23) 78.24%); }

.flex-center-vertical {
  display: flex;
  align-items: center; }
  @media (max-width: 990px) {
    .flex-center-vertical {
      flex-direction: column;
      justify-content: center; } }

.banner-section {
  position: absolute;
  width: 100%; }
  @media (max-width: 990px) {
    .banner-section {
      position: relative; } }

select {
  display: none !important; }

.styledSelect {
  width: 100%;
  height: 46px !important;
  cursor: pointer;
  color: #112d4e;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500 !important;
  font-size: 20px !important;
  padding: 10px;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  background-color: #ffffff !important;
  border-radius: 8px !important;
  padding-left: 15px !important;
  cursor: pointer !important; }
  @media (max-width: 990px) {
    .styledSelect {
      width: 100%; } }
  .styledSelect:after {
    position: absolute;
    right: 15px;
    color: #112d4e;
    font-size: 20px;
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="%23112d4e" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5" /></svg>');
    display: inline-block;
    width: 19px; }

.select {
  margin-bottom: 10px; }
  .select .dropdown-opened {
    display: block;
    opacity: 1;
    width: 100%;
    background: #ffffff;
    margin-top: 10px;
    transition: all ease 0.9s; }
  .select ul {
    display: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-radius: 8px; }
    .select ul li {
      cursor: pointer;
      color: #112d4e;
      font-weight: 500;
      font-size: 20px;
      padding: 10px; }
      @media (max-width: 990px) {
        .select ul li {
          font-size: 14px;
          padding: 5px 0px; } }

.pest-control-container {
  margin-bottom: 100px; }
  @media (max-width: 990px) {
    .pest-control-container {
      margin-bottom: 40px; } }
  .pest-control-container .pest-row {
    margin-bottom: 60px; }
    @media (max-width: 990px) {
      .pest-control-container .pest-row {
        flex-direction: column;
        margin-bottom: 0px; } }
  .pest-control-container .main-title {
    color: #112d4e;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    margin: 100px 0px 70px; }
    @media (max-width: 990px) {
      .pest-control-container .main-title {
        font-size: 27px;
        line-height: 150%;
        margin: 0px 0px 20px; } }
  @media (max-width: 990px) {
    .pest-control-container .col {
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: center; } }
  .pest-control-container .pest-control-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 152px;
    height: 152px;
    border: 4px solid #112d4e;
    border-radius: 12px; }
    @media (max-width: 990px) {
      .pest-control-container .pest-control-item {
        width: 123px;
        height: 123px; } }
    .pest-control-container .pest-control-item .pest-link {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .pest-control-container .pest-control-item .pest-link .image {
        min-height: 100px;
        object-fit: contain; }
        @media (max-width: 990px) {
          .pest-control-container .pest-control-item .pest-link .image {
            min-height: 66px;
            width: 49px; } }
      .pest-control-container .pest-control-item .pest-link .title {
        color: #112d4e;
        font-size: 15px;
        font-weight: 600;
        line-height: 19px;
        text-align: center; }

.col-plus {
  width: 152px;
  height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #112d4e;
  border-radius: 12px; }
  @media (max-width: 990px) {
    .col-plus {
      width: 123px;
      height: 123px; } }
  .col-plus a {
    display: flex;
    width: 100%;
    height: 152px;
    align-items: center;
    justify-content: center; }

.personalized-proposal-container {
  position: relative;
  margin-bottom: 109px; }
  @media (max-width: 990px) {
    .personalized-proposal-container {
      margin-bottom: 40px; } }
  .personalized-proposal-container .main-col {
    display: flex;
    justify-content: end; }
    @media (max-width: 990px) {
      .personalized-proposal-container .main-col {
        flex-direction: column; } }
  .personalized-proposal-container .image {
    position: absolute;
    width: 630px;
    left: 0px; }
    @media (max-width: 1400px) {
      .personalized-proposal-container .image {
        width: 450px; } }
    @media (max-width: 990px) {
      .personalized-proposal-container .image {
        width: 100%;
        position: relative; } }
    .personalized-proposal-container .image:after {
      content: "";
      position: absolute;
      width: 102%;
      height: 426px;
      border: 3px solid #f05913;
      border-radius: 15px;
      border-radius: 15px;
      margin: 7px 37px 14px 8px;
      left: 0px; }
      @media (max-width: 1400px) {
        .personalized-proposal-container .image:after {
          height: 317px; } }
      @media (max-width: 990px) {
        .personalized-proposal-container .image:after {
          width: 100%;
          height: 100%; } }
    .personalized-proposal-container .image img {
      border-radius: 15px; }
      @media (max-width: 990px) {
        .personalized-proposal-container .image img {
          width: 100%; } }
  .personalized-proposal-container .content {
    width: 60%;
    background-color: #fae8e0;
    border-radius: 15px;
    padding: 45px 50px 77px 0px;
    margin-top: 22px;
    padding-left: 176px; }
    @media (max-width: 1200px) {
      .personalized-proposal-container .content {
        padding-left: 112px; } }
    @media (max-width: 990px) {
      .personalized-proposal-container .content {
        padding-left: 0px;
        width: 100%;
        padding: 20px; } }
    .personalized-proposal-container .content .description {
      color: #f05913;
      font-size: 21px;
      font-weight: 700;
      line-height: 46px; }
      @media (max-width: 1200px) {
        .personalized-proposal-container .content .description {
          font-size: 17px; } }
      @media (max-width: 990px) {
        .personalized-proposal-container .content .description {
          font-size: 18px;
          line-height: 150%;
          text-align: center; } }
    .personalized-proposal-container .content .phone {
      background-color: #f05913;
      border-radius: 10px;
      padding: 10px 20px;
      display: inline-flex; }
      @media (max-width: 990px) {
        .personalized-proposal-container .content .phone {
          text-align: center; } }
      .personalized-proposal-container .content .phone a {
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        display: flex;
        flex-direction: column; }
        @media (max-width: 990px) {
          .personalized-proposal-container .content .phone a {
            font-size: 16px; } }
      .personalized-proposal-container .content .phone span {
        font-size: 12px;
        font-weight: 400; }
    .personalized-proposal-container .content .proposal {
      background-color: transparent;
      border-radius: 10px;
      padding: 10px 20px;
      display: inline-flex;
      border: 3px solid #f05913;
      margin-top: 20px; }
      @media (max-width: 990px) {
        .personalized-proposal-container .content .proposal {
          text-align: center; } }
      .personalized-proposal-container .content .proposal a {
        color: #f05913;
        font-size: 20px;
        font-weight: 700; }
        @media (max-width: 1200px) {
          .personalized-proposal-container .content .proposal a {
            font-size: 19px; } }
        @media (max-width: 990px) {
          .personalized-proposal-container .content .proposal a {
            font-size: 16px; } }

.error404 {
  text-align: center; }
  .error404 .services-banner {
    text-align: center;
    object-fit: cover;
    height: 410px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .error404 .services-banner h1 {
      color: #ffffff;
      font-size: 48px;
      font-weight: 600;
      line-height: 59px; }
    .error404 .services-banner p {
      color: #ffffff;
      font-size: 16px; }
  .error404 .container-404 {
    text-align: center; }
    .error404 .container-404 .inner-div {
      margin: 60px 0px; }
      .error404 .container-404 .inner-div h2,
      .error404 .container-404 .inner-div h3,
      .error404 .container-404 .inner-div h4,
      .error404 .container-404 .inner-div h5 {
        font-weight: 700;
        font-size: 16px;
        line-height: 26px; }
      .error404 .container-404 .inner-div p {
        font-size: 16px;
        font-weight: 500;
        line-height: 26px; }

.form-container.mobile {
  background-color: #112d4e;
  padding: 42px;
  border-radius: 10px; }
  @media (max-width: 990px) {
    .form-container.mobile {
      margin: 10px; } }
  .form-container.mobile .main-title {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #ffffff; }
    @media (max-width: 990px) {
      .form-container.mobile .main-title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 20px; } }
  .form-container.mobile .form-images-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff; }
    .form-container.mobile .form-images-container .inner-div {
      height: 81px;
      width: 81px;
      border-radius: 12px;
      border: 2px solid #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      cursor: pointer; }
      .form-container.mobile .form-images-container .inner-div .image-container {
        height: 112px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 990px) {
          .form-container.mobile .form-images-container .inner-div .image-container img {
            width: 35px; } }
      .form-container.mobile .form-images-container .inner-div .pest-text {
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px; }
        @media (max-width: 990px) {
          .form-container.mobile .form-images-container .inner-div .pest-text {
            font-size: 16px; } }
    .form-container.mobile .form-images-container .inner-div.active {
      background-color: #f05913; }
  .form-container.mobile select {
    color: #112d4e;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px; }
  .form-container.mobile form #gform_fields_1 {
    grid-row-gap: 17px !important; }
  .form-container.mobile form input {
    background-color: #214d82;
    color: #ffffff;
    border-radius: 8px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.5); }
  .form-container.mobile form #gform_submit_button_1 {
    border-radius: 8px;
    background-color: #f05913;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    height: 46px; }
  .form-container.mobile form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    font-size: 16px; }
  .form-container.mobile form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    font-size: 16px; }
  .form-container.mobile form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
    font-size: 16px; }
  .form-container.mobile form input:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    font-size: 16px; }
  .form-container.mobile .bottom-text {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px; }
    @media (max-width: 990px) {
      .form-container.mobile .bottom-text {
        text-align: center; } }

.gform_validation_errors {
  color: #c02b0a !important;
  margin-bottom: 0 !important;
  margin-top: 12px !important; }

header .top-header {
  background-color: #fae8e0;
  color: #f05913;
  text-align: center;
  font-size: 16px;
  line-height: 19.5px;
  padding: 13px; }
  @media (max-width: 990px) {
    header .top-header {
      font-size: 14px; } }
  header .top-header a {
    color: #f05913; }
  header .top-header p {
    margin-bottom: 0px; }
  header .top-header span {
    font-size: 12px; }
header .bottom-header {
  padding: 30px 0px; }
  header .bottom-header .logo img {
    width: 143px; }
  header .bottom-header .menu-col {
    display: flex;
    justify-content: end;
    align-items: center; }
    header .bottom-header .menu-col .menu {
      margin-right: 38px; }
      @media (max-width: 990px) {
        header .bottom-header .menu-col .menu {
          margin-right: 0px; } }
      header .bottom-header .menu-col .menu nav ul li a {
        color: #112d4e;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px; }
    header .bottom-header .menu-col .phone-header-info {
      background-color: #f05913;
      border-radius: 10px;
      padding: 7px 30px;
      color: #ffffff; }
      @media (max-width: 990px) {
        header .bottom-header .menu-col .phone-header-info {
          display: none; } }
      header .bottom-header .menu-col .phone-header-info .phone-number {
        display: flex;
        flex-direction: column; }
        header .bottom-header .menu-col .phone-header-info .phone-number a {
          color: #ffffff;
          font-size: 24px;
          font-weight: 700;
          line-height: 29px;
          letter-spacing: 0.01em; }
          @media (max-width: 1400px) {
            header .bottom-header .menu-col .phone-header-info .phone-number a {
              font-size: 19px; } }
        header .bottom-header .menu-col .phone-header-info .phone-number span {
          font-family: Montserrat;
          font-size: 8px;
          font-weight: 700;
          line-height: 10px;
          text-transform: uppercase; }
header .mega-menu {
  padding-left: 0px !important; }
  @media (max-width: 1200px) {
    header .mega-menu li {
      margin-right: 3px !important; } }
  @media (max-width: 1400px) {
    header .mega-menu li a {
      font-size: 15px !important; } }
  @media (max-width: 1200px) {
    header .mega-menu li a {
      font-size: 14px !important; } }
  header .mega-menu li:hover a {
    color: #f05913 !important; }
    @media (max-width: 990px) {
      header .mega-menu li:hover a {
        color: #ffffff !important; } }
@media (max-width: 990px) {
  header #mega-menu-wrap-primary-menu
  #mega-menu-primary-menu
  > li.mega-menu-flyout
  ul.mega-sub-menu li a {
    background: #eb730b !important; } }
header .mega-sub-menu {
  padding-left: 0px !important;
  background-color: #fae8e0 !important;
  padding: 10px !important;
  border-radius: 6px !important; }
  @media (max-width: 990px) {
    header .mega-sub-menu {
      background: #eb730b !important; } }
  header .mega-sub-menu .mega-menu-item {
    margin-bottom: 7px !important;
    background-color: #fae8e0 !important; }
    @media (max-width: 990px) {
      header .mega-sub-menu .mega-menu-item {
        background: none !important; } }
    header .mega-sub-menu .mega-menu-item a {
      background-color: #fae8e0 !important;
      font-weight: 600 !important;
      line-height: 150% !important; }
header .mega-current_page_item a,
header .mega-current-page-ancestor a {
  color: #f05913 !important; }
  @media (max-width: 990px) {
    header .mega-current_page_item a,
    header .mega-current-page-ancestor a {
      color: #ffffff !important; } }

.home .homepage-banner {
  object-fit: cover;
  height: 711px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 990px) {
    .home .homepage-banner {
      height: 350px;
      margin-bottom: 40px; } }
  .home .homepage-banner .left-col {
    display: flex;
    align-items: center; }
  .home .homepage-banner .right-col {
    background-color: #112d4e;
    padding: 42px;
    border-radius: 10px; }
    .home .homepage-banner .right-col .main-title {
      font-family: Montserrat;
      font-size: 24px;
      font-weight: 700;
      line-height: 29px;
      color: #ffffff;
      text-align: center; }
    .home .homepage-banner .right-col .form-images-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #ffffff; }
      .home .homepage-banner .right-col .form-images-container .inner-div {
        height: 173px;
        width: 173px;
        border-radius: 12px;
        border: 2px solid #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        cursor: pointer;
        transition: all ease 0.9s; }
        .home .homepage-banner .right-col .form-images-container .inner-div:hover {
          background-color: #214d82;
          transition: all ease 0.9s; }
        .home .homepage-banner .right-col .form-images-container .inner-div .image-container {
          height: 112px;
          display: flex;
          align-items: center;
          justify-content: center; }
        .home .homepage-banner .right-col .form-images-container .inner-div .pest-text {
          font-family: Montserrat;
          font-size: 20px;
          font-weight: 500;
          line-height: 24px; }
      .home .homepage-banner .right-col .form-images-container .inner-div.active {
        background-color: #f05913; }
    .home .homepage-banner .right-col select {
      color: #112d4e;
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 24px; }
    .home .homepage-banner .right-col form #gform_fields_1 {
      grid-row-gap: 17px !important; }
    .home .homepage-banner .right-col form input {
      background-color: #214d82;
      border-radius: 8px;
      height: 46px;
      border: 1px solid rgba(255, 255, 255, 0.5);
      color: #ffffff; }
    .home .homepage-banner .right-col form #gform_submit_button_1 {
      border-radius: 8px;
      background-color: #f05913;
      color: #ffffff;
      font-family: "Montserrat", sans-serif;
      height: 46px;
      width: 100%; }
    .home .homepage-banner .right-col form input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #ffffff;
      font-size: 16px; }
    .home .homepage-banner .right-col form input::-moz-placeholder {
      /* Firefox 19+ */
      color: #ffffff;
      font-size: 16px; }
    .home .homepage-banner .right-col form input:-ms-input-placeholder {
      /* IE 10+ */
      color: #ffffff;
      font-size: 16px; }
    .home .homepage-banner .right-col form input:-moz-placeholder {
      /* Firefox 18- */
      color: #ffffff;
      font-size: 16px; }
    .home .homepage-banner .right-col .bottom-text {
      color: #ffffff;
      font-size: 15px;
      font-weight: 500;
      line-height: 18px;
      text-align: center; }
  .home .homepage-banner .banner-text {
    color: #ffffff; }
    @media (max-width: 990px) {
      .home .homepage-banner .banner-text {
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center; } }
    .home .homepage-banner .banner-text .main-text {
      font-size: 46px;
      font-weight: 400;
      line-height: 59px; }
      @media (max-width: 990px) {
        .home .homepage-banner .banner-text .main-text {
          font-size: 25px;
          line-height: 150%; } }
    .home .homepage-banner .banner-text .secondary-text {
      font-size: 24px;
      font-weight: 400;
      line-height: 29px; }
      @media (max-width: 990px) {
        .home .homepage-banner .banner-text .secondary-text {
          font-size: 20px;
          line-height: 150%; } }
  .home .homepage-banner .overlay {
    border-radius: 0px; }
.home .homepage-why {
  text-align: center;
  margin-bottom: 100px; }
  @media (max-width: 990px) {
    .home .homepage-why {
      margin-bottom: 40px; } }
  .home .homepage-why .homepage-why-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    color: #f05913;
    margin: 100px 0px 66px; }
    @media (max-width: 990px) {
      .home .homepage-why .homepage-why-title {
        font-size: 27px;
        margin: 40px 0px; } }
  .home .homepage-why .homepage-why-item-image {
    margin-bottom: 35px;
    min-height: 66px; }
    @media (max-width: 990px) {
      .home .homepage-why .homepage-why-item-image {
        margin-bottom: 15px; } }
    .home .homepage-why .homepage-why-item-image img {
      width: 66px; }
  .home .homepage-why .homepage-why-item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #f05913;
    margin-bottom: 7px; }
  .home .homepage-why .homepage-why-item-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #112d4e;
    width: 286px;
    margin: 0 auto; }
.home .testimony-main-container {
  background-color: #f7f7f7;
  overflow-x: hidden;
  padding-bottom: 33px; }
  .home .testimony-main-container .main-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    color: #f05913;
    text-align: center;
    padding-top: 60px;
    margin: 0px 0px 64px; }
    @media (max-width: 990px) {
      .home .testimony-main-container .main-title {
        margin: 0px 12px 40px;
        font-size: 27px; } }
  .home .testimony-main-container .top-block-container {
    display: flex; }
    .home .testimony-main-container .top-block-container .person {
      width: 55px;
      height: 55px;
      border-radius: 55px;
      margin-right: 22px; }
    .home .testimony-main-container .top-block-container .name .testimony-title {
      color: #000000;
      font-size: 18px;
      font-weight: 600;
      line-height: 22px; }
    .home .testimony-main-container .top-block-container .name .stars-container .stars {
      margin-top: 10px;
      width: 20px; }
  .home .testimony-main-container .testimony-container .row {
    margin-bottom: 60px; }
    @media (max-width: 990px) {
      .home .testimony-main-container .testimony-container .row {
        display: none; } }
    .home .testimony-main-container .testimony-container .row .col {
      box-shadow: 4px 4px 15px 0px #00000026;
      border-radius: 12px;
      padding: 19px;
      background-color: #ffffff; }
  .home .testimony-main-container .testimony-container .row:nth-child(even) {
    margin-right: -200px;
    margin-left: -200px; }
    .home .testimony-main-container .testimony-container .row:nth-child(even) .col {
      margin: 0px 20px; }
  .home .testimony-main-container .testimony-container .row:nth-child(odd) {
    margin-right: -300px;
    margin-left: -429px; }
    .home .testimony-main-container .testimony-container .row:nth-child(odd) .col {
      margin: 0px 29px 0px 0px; }
  @media (max-width: 990px) {
    .home .testimony-main-container .testimony-container .row.first-row {
      display: flex;
      flex-direction: column;
      margin: 0; }
      .home .testimony-main-container .testimony-container .row.first-row .col:not(:nth-child(-n + 4)) {
        display: none; }
      .home .testimony-main-container .testimony-container .row.first-row .col:nth-child(-n + 4) {
        margin-bottom: 15px; } }
  .home .testimony-main-container .testimony {
    margin-top: 19px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #000000; }
.home .clients-container {
  padding: 68px 0px 100px; }
  @media (max-width: 990px) {
    .home .clients-container {
      padding: 20px 0px; } }
  .home .clients-container .images-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 990px) {
      .home .clients-container .images-container {
        flex-direction: column; } }
.home .exterra-container {
  background-color: #f4f9fc;
  padding: 41px 0px; }
  @media (max-width: 990px) {
    .home .exterra-container {
      padding: 40px 12px;
      text-align: center; } }
  .home .exterra-container .left-col {
    display: flex;
    align-items: center;
    justify-content: center; }
  .home .exterra-container .content .title {
    color: #112d4e;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 13px; }
    @media (max-width: 990px) {
      .home .exterra-container .content .title {
        margin: 10px 0px; } }
  .home .exterra-container .content .description {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #112d4e;
    margin-bottom: 25px; }
    @media (max-width: 990px) {
      .home .exterra-container .content .description {
        line-height: 150%; } }
  .home .exterra-container .content .links-container {
    display: flex;
    align-items: center; }
    @media (max-width: 990px) {
      .home .exterra-container .content .links-container {
        flex-direction: column; } }
    .home .exterra-container .content .links-container .know-more-button {
      background-color: #112d4e;
      border-radius: 10px;
      color: #ffffff;
      padding: 10px 50px;
      margin-right: 31px;
      font-size: 20px;
      font-weight: 700;
      line-height: 24px; }
      @media (max-width: 990px) {
        .home .exterra-container .content .links-container .know-more-button {
          margin-bottom: 20px;
          margin-right: 0px; } }
    .home .exterra-container .content .links-container .ask-budget-button {
      color: #112d4e;
      text-decoration: underline !important;
      font-weight: 600;
      font-size: 20px; }

footer {
  border-top: 5px solid #f05913;
  padding-top: 32px; }
  footer .footer-left-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    padding-right: 29px; }
    @media (max-width: 990px) {
      footer .footer-left-text {
        padding-right: 0px;
        text-align: center; } }
  footer .footer-menu ul {
    margin-left: 0px;
    padding-left: 0px !important;
    list-style-type: none; }
    @media (max-width: 990px) {
      footer .footer-menu ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    footer .footer-menu ul li {
      margin-bottom: 10px; }
      footer .footer-menu ul li a {
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
        color: #000000; }
  footer .footer-menu-two {
    margin-top: 35px; }
    footer .footer-menu-two ul {
      margin-left: 0px;
      padding-left: 0px !important;
      display: flex;
      list-style-type: none; }
      @media (max-width: 990px) {
        footer .footer-menu-two ul {
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
      footer .footer-menu-two ul li {
        margin-right: 15px;
        position: relative; }
        footer .footer-menu-two ul li a {
          font-size: 12px;
          font-weight: 400;
          line-height: 15px;
          color: #000000; }
      footer .footer-menu-two ul li:not(:last-child):after {
        content: "";
        position: absolute;
        width: 1px;
        height: 12px;
        background-color: #000000;
        top: 6px;
        right: -8px;
        font-weight: 400; }
        @media (max-width: 990px) {
          footer .footer-menu-two ul li:not(:last-child):after {
            display: none; } }
  footer .social-networks-container {
    margin-top: 31px; }
    @media (max-width: 990px) {
      footer .social-networks-container {
        text-align: center; } }
    footer .social-networks-container a {
      margin-right: 14px; }
  footer .rights {
    font-size: 12px;
    color: #000000; }
    @media (max-width: 990px) {
      footer .rights {
        text-align: center; } }
  @media (max-width: 990px) {
    footer .certifications-container {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 30px 0px 0px; } }
  footer .certifications-container img {
    margin-right: 43px;
    width: 50px; }
  footer .made-by {
    margin-top: 54px; }
    @media (max-width: 990px) {
      footer .made-by {
        text-align: center;
        margin-top: 20px; } }
    footer .made-by p {
      font-size: 12px;
      font-weight: 400;
      line-height: 15px;
      color: #000000; }
      footer .made-by p a {
        color: #000000; }

.page-template-services .services-banner {
  text-align: center;
  object-fit: cover;
  height: 410px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px; }
  .page-template-services .services-banner h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    line-height: 59px; }
.page-template-services .overlay {
  border-radius: 10px; }
.page-template-services .services-why {
  text-align: center;
  margin-bottom: 80px; }
  @media (max-width: 990px) {
    .page-template-services .services-why {
      margin-bottom: 40px; } }
  .page-template-services .services-why .services-why-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    color: #f05913;
    margin: 40px 0px 66px; }
    @media (max-width: 990px) {
      .page-template-services .services-why .services-why-title {
        font-size: 27px;
        margin: 40px 0px; } }
  .page-template-services .services-why .services-why-item-image {
    margin-bottom: 35px;
    min-height: 66px; }
  .page-template-services .services-why .services-why-item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #f05913;
    margin-bottom: 7px; }
  .page-template-services .services-why .services-why-item-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #112d4e;
    width: 286px;
    margin: 0 auto; }
    @media (max-width: 990px) {
      .page-template-services .services-why .services-why-item-text {
        width: 100%; } }
.page-template-services .pest-control-container {
  margin-bottom: 40px; }
  .page-template-services .pest-control-container .main-title {
    margin-bottom: 0px; }
    @media (max-width: 990px) {
      .page-template-services .pest-control-container .main-title {
        margin-top: 40px;
        margin-bottom: 40px; } }
  @media (max-width: 990px) {
    .page-template-services .pest-control-container .pest-control-item {
      width: 150px;
      height: 150px; } }

.page-template-simple-template .gform_wrapper {
  background-color: #112d4e;
  padding: 50px;
  border-radius: 10px; }
  @media (max-width: 990px) {
    .page-template-simple-template .gform_wrapper {
      padding: 24px; } }
  .page-template-simple-template .gform_wrapper form #gform_fields_3 {
    grid-row-gap: 17px !important; }
  .page-template-simple-template .gform_wrapper form input {
    background-color: #214d82;
    border-radius: 8px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff; }
  .page-template-simple-template .gform_wrapper form textarea {
    min-block-size: 100px !important; }
  .page-template-simple-template .gform_wrapper form #gform_submit_button_3 {
    border-radius: 8px;
    background-color: #f05913;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    height: 46px; }
  .page-template-simple-template .gform_wrapper form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px; }
  .page-template-simple-template .gform_wrapper form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    font-size: 16px; }
  .page-template-simple-template .gform_wrapper form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    font-size: 16px; }
  .page-template-simple-template .gform_wrapper form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
    font-size: 16px; }
  .page-template-simple-template .gform_wrapper form input:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    font-size: 16px; }
  .page-template-simple-template .gform_wrapper .bottom-text {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px; }

.page-template-services-child .services-child-banner,
.page-template-simple-template .services-child-banner,
.page-template-default .services-child-banner {
  border-radius: 10px;
  object-fit: cover;
  height: 410px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .page-template-services-child .services-child-banner h1,
  .page-template-simple-template .services-child-banner h1,
  .page-template-default .services-child-banner h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    line-height: 59px;
    margin-left: 100px; }
    @media (max-width: 990px) {
      .page-template-services-child .services-child-banner h1,
      .page-template-simple-template .services-child-banner h1,
      .page-template-default .services-child-banner h1 {
        margin-left: 0px;
        font-size: 30px; } }
  .page-template-services-child .services-child-banner .description,
  .page-template-simple-template .services-child-banner .description,
  .page-template-default .services-child-banner .description {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    color: #ffffff;
    margin-left: 100px; }
    @media (max-width: 990px) {
      .page-template-services-child .services-child-banner .description,
      .page-template-simple-template .services-child-banner .description,
      .page-template-default .services-child-banner .description {
        margin-left: 0px;
        line-height: 170%;
        font-size: 18px; } }
.page-template-services-child .overlay,
.page-template-simple-template .overlay,
.page-template-default .overlay {
  border-radius: 10px; }
  @media (max-width: 990px) {
    .page-template-services-child .overlay,
    .page-template-simple-template .overlay,
    .page-template-default .overlay {
      display: flex;
      justify-content: center; } }
.page-template-services-child .content-container,
.page-template-simple-template .content-container,
.page-template-default .content-container {
  position: relative;
  margin-top: 66px; }
  .page-template-services-child .content-container .right-col,
  .page-template-simple-template .content-container .right-col,
  .page-template-default .content-container .right-col {
    padding-right: 100px;
    right: 0px; }
    @media (max-width: 990px) {
      .page-template-services-child .content-container .right-col,
      .page-template-simple-template .content-container .right-col,
      .page-template-default .content-container .right-col {
        padding-right: 12px; } }
    .page-template-services-child .content-container .right-col .form-container,
    .page-template-simple-template .content-container .right-col .form-container,
    .page-template-default .content-container .right-col .form-container {
      background-color: #112d4e;
      border: 2px solid #ffffff;
      border-radius: 10px;
      padding: 33px 41px;
      width: 437px; }
      @media (max-width: 990px) {
        .page-template-services-child .content-container .right-col .form-container,
        .page-template-simple-template .content-container .right-col .form-container,
        .page-template-default .content-container .right-col .form-container {
          width: 100%; } }
      .page-template-services-child .content-container .right-col .form-container .title,
      .page-template-simple-template .content-container .right-col .form-container .title,
      .page-template-default .content-container .right-col .form-container .title {
        font-size: 24px; }
        .page-template-services-child .content-container .right-col .form-container .title p,
        .page-template-simple-template .content-container .right-col .form-container .title p,
        .page-template-default .content-container .right-col .form-container .title p {
          font-weight: 300;
          color: #ffffff;
          line-height: 32px;
          margin-bottom: 0px; }
        .page-template-services-child .content-container .right-col .form-container .title h2,
        .page-template-simple-template .content-container .right-col .form-container .title h2,
        .page-template-default .content-container .right-col .form-container .title h2 {
          font-weight: 600;
          line-height: 32px;
          color: #ffffff;
          font-size: 24px; }
      .page-template-services-child .content-container .right-col .form-container form .ginput_container:not(.ginput_container_consent) input,
      .page-template-simple-template .content-container .right-col .form-container form .ginput_container:not(.ginput_container_consent) input,
      .page-template-default .content-container .right-col .form-container form .ginput_container:not(.ginput_container_consent) input {
        background-color: #214d82;
        color: #ffffff;
        border-radius: 8px;
        border: 1px solid #ffffff;
        height: 46px; }
      .page-template-services-child .content-container .right-col .form-container form .ginput_container_consent label,
      .page-template-simple-template .content-container .right-col .form-container form .ginput_container_consent label,
      .page-template-default .content-container .right-col .form-container form .ginput_container_consent label {
        color: #ffffff;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        margin-bottom: 41px; }
      .page-template-services-child .content-container .right-col .form-container form .ginput_container_consent input,
      .page-template-simple-template .content-container .right-col .form-container form .ginput_container_consent input,
      .page-template-default .content-container .right-col .form-container form .ginput_container_consent input {
        background-color: #112d4e; }
        .page-template-services-child .content-container .right-col .form-container form .ginput_container_consent input:before,
        .page-template-simple-template .content-container .right-col .form-container form .ginput_container_consent input:before,
        .page-template-default .content-container .right-col .form-container form .ginput_container_consent input:before {
          color: #ffffff; }
      .page-template-services-child .content-container .right-col .form-container form .gform_footer,
      .page-template-simple-template .content-container .right-col .form-container form .gform_footer,
      .page-template-default .content-container .right-col .form-container form .gform_footer {
        margin-top: 0px;
        margin-bottom: 7px; }
        .page-template-services-child .content-container .right-col .form-container form .gform_footer input,
        .page-template-simple-template .content-container .right-col .form-container form .gform_footer input,
        .page-template-default .content-container .right-col .form-container form .gform_footer input {
          border-radius: 8px !important;
          background-color: #f05913 !important;
          color: #ffffff !important;
          width: 100% !important;
          display: flex !important;
          font-family: Montserrat !important;
          font-size: 20px !important;
          font-weight: 700 !important;
          line-height: 24px !important;
          height: 46px !important; }
      .page-template-services-child .content-container .right-col .form-container .form-bottom,
      .page-template-simple-template .content-container .right-col .form-container .form-bottom,
      .page-template-default .content-container .right-col .form-container .form-bottom {
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
        color: #ffffff; }
    .page-template-services-child .content-container .right-col .service-child-phone-container,
    .page-template-simple-template .content-container .right-col .service-child-phone-container,
    .page-template-default .content-container .right-col .service-child-phone-container {
      background-color: #f05913;
      border-radius: 10px;
      text-align: center;
      padding: 23px 43px;
      margin: 66px 0px 45px 0px; }
      @media (max-width: 1200px) {
        .page-template-services-child .content-container .right-col .service-child-phone-container,
        .page-template-simple-template .content-container .right-col .service-child-phone-container,
        .page-template-default .content-container .right-col .service-child-phone-container {
          padding: 23px 24px; } }
      .page-template-services-child .content-container .right-col .service-child-phone-container a,
      .page-template-simple-template .content-container .right-col .service-child-phone-container a,
      .page-template-default .content-container .right-col .service-child-phone-container a {
        color: #ffffff; }
        .page-template-services-child .content-container .right-col .service-child-phone-container a .label,
        .page-template-simple-template .content-container .right-col .service-child-phone-container a .label,
        .page-template-default .content-container .right-col .service-child-phone-container a .label {
          font-size: 28px;
          font-weight: 700;
          margin-bottom: 13px; }
          @media (max-width: 1400px) {
            .page-template-services-child .content-container .right-col .service-child-phone-container a .label,
            .page-template-simple-template .content-container .right-col .service-child-phone-container a .label,
            .page-template-default .content-container .right-col .service-child-phone-container a .label {
              font-size: 25px; } }
          @media (max-width: 1200px) {
            .page-template-services-child .content-container .right-col .service-child-phone-container a .label,
            .page-template-simple-template .content-container .right-col .service-child-phone-container a .label,
            .page-template-default .content-container .right-col .service-child-phone-container a .label {
              font-size: 22px; } }
          @media (max-width: 990px) {
            .page-template-services-child .content-container .right-col .service-child-phone-container a .label,
            .page-template-simple-template .content-container .right-col .service-child-phone-container a .label,
            .page-template-default .content-container .right-col .service-child-phone-container a .label {
              font-size: 20px; } }
        .page-template-services-child .content-container .right-col .service-child-phone-container a .bottom-text,
        .page-template-simple-template .content-container .right-col .service-child-phone-container a .bottom-text,
        .page-template-default .content-container .right-col .service-child-phone-container a .bottom-text {
          font-size: 16px;
          font-weight: 500;
          line-height: 20px; }
          @media (max-width: 990px) {
            .page-template-services-child .content-container .right-col .service-child-phone-container a .bottom-text,
            .page-template-simple-template .content-container .right-col .service-child-phone-container a .bottom-text,
            .page-template-default .content-container .right-col .service-child-phone-container a .bottom-text {
              font-size: 15px; } }
          .page-template-services-child .content-container .right-col .service-child-phone-container a .bottom-text p,
          .page-template-simple-template .content-container .right-col .service-child-phone-container a .bottom-text p,
          .page-template-default .content-container .right-col .service-child-phone-container a .bottom-text p {
            margin-bottom: 0px; }
    .page-template-services-child .content-container .right-col .main-title-testimonies,
    .page-template-simple-template .content-container .right-col .main-title-testimonies,
    .page-template-default .content-container .right-col .main-title-testimonies {
      font-size: 28px;
      font-weight: 500;
      line-height: 44px;
      color: #f05913;
      text-align: center;
      margin: 0px 0px 31px; }
      @media (max-width: 990px) {
        .page-template-services-child .content-container .right-col .main-title-testimonies,
        .page-template-simple-template .content-container .right-col .main-title-testimonies,
        .page-template-default .content-container .right-col .main-title-testimonies {
          font-size: 20px; } }
    .page-template-services-child .content-container .right-col .testimony-container,
    .page-template-simple-template .content-container .right-col .testimony-container,
    .page-template-default .content-container .right-col .testimony-container {
      padding: 0px;
      padding-bottom: 33px;
      padding: 36px;
      border-radius: 10px;
      background-color: #f7f7f7; }
      .page-template-services-child .content-container .right-col .testimony-container .main-title,
      .page-template-simple-template .content-container .right-col .testimony-container .main-title,
      .page-template-default .content-container .right-col .testimony-container .main-title {
        font-size: 36px;
        font-weight: 500;
        line-height: 44px;
        color: #f05913;
        text-align: center;
        padding-top: 60px;
        margin: 0px 0px 64px; }
      .page-template-services-child .content-container .right-col .testimony-container .block-container,
      .page-template-simple-template .content-container .right-col .testimony-container .block-container,
      .page-template-default .content-container .right-col .testimony-container .block-container {
        display: flex; }
        .page-template-services-child .content-container .right-col .testimony-container .block-container .person,
        .page-template-simple-template .content-container .right-col .testimony-container .block-container .person,
        .page-template-default .content-container .right-col .testimony-container .block-container .person {
          width: 55px;
          height: 55px;
          border-radius: 55px;
          margin-right: 22px; }
        .page-template-services-child .content-container .right-col .testimony-container .block-container .name .testimony-title,
        .page-template-simple-template .content-container .right-col .testimony-container .block-container .name .testimony-title,
        .page-template-default .content-container .right-col .testimony-container .block-container .name .testimony-title {
          color: #000000;
          font-size: 18px;
          font-weight: 600;
          line-height: 22px; }
          @media (max-width: 990px) {
            .page-template-services-child .content-container .right-col .testimony-container .block-container .name .testimony-title,
            .page-template-simple-template .content-container .right-col .testimony-container .block-container .name .testimony-title,
            .page-template-default .content-container .right-col .testimony-container .block-container .name .testimony-title {
              font-size: 16px; } }
        .page-template-services-child .content-container .right-col .testimony-container .block-container .name .stars-container .stars,
        .page-template-simple-template .content-container .right-col .testimony-container .block-container .name .stars-container .stars,
        .page-template-default .content-container .right-col .testimony-container .block-container .name .stars-container .stars {
          margin-top: 10px;
          width: 20px; }
      .page-template-services-child .content-container .right-col .testimony-container .testimony,
      .page-template-simple-template .content-container .right-col .testimony-container .testimony,
      .page-template-default .content-container .right-col .testimony-container .testimony {
        margin-top: 19px;
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        color: #000000; }
        @media (max-width: 990px) {
          .page-template-services-child .content-container .right-col .testimony-container .testimony,
          .page-template-simple-template .content-container .right-col .testimony-container .testimony,
          .page-template-default .content-container .right-col .testimony-container .testimony {
            font-size: 13px; } }
      .page-template-services-child .content-container .right-col .testimony-container .main-block,
      .page-template-simple-template .content-container .right-col .testimony-container .main-block,
      .page-template-default .content-container .right-col .testimony-container .main-block {
        box-shadow: 4px 4px 15px 0px #00000026;
        border-radius: 12px;
        padding: 19px;
        margin-bottom: 31px;
        background-color: #ffffff; }
  .page-template-services-child .content-container .left-col .main-content,
  .page-template-simple-template .content-container .left-col .main-content,
  .page-template-default .content-container .left-col .main-content {
    margin-top: 400px;
    margin-left: 113px; }
    @media (max-width: 990px) {
      .page-template-services-child .content-container .left-col .main-content,
      .page-template-simple-template .content-container .left-col .main-content,
      .page-template-default .content-container .left-col .main-content {
        margin-top: 0px;
        margin-left: 0px;
        margin: 0px 0px; } }
    .page-template-services-child .content-container .left-col .main-content h2,
    .page-template-services-child .content-container .left-col .main-content h3,
    .page-template-services-child .content-container .left-col .main-content h4,
    .page-template-services-child .content-container .left-col .main-content h5,
    .page-template-simple-template .content-container .left-col .main-content h2,
    .page-template-simple-template .content-container .left-col .main-content h3,
    .page-template-simple-template .content-container .left-col .main-content h4,
    .page-template-simple-template .content-container .left-col .main-content h5,
    .page-template-default .content-container .left-col .main-content h2,
    .page-template-default .content-container .left-col .main-content h3,
    .page-template-default .content-container .left-col .main-content h4,
    .page-template-default .content-container .left-col .main-content h5 {
      font-weight: 700;
      font-size: 16px;
      line-height: 26px;
      color: #112d4e; }
    .page-template-services-child .content-container .left-col .main-content p,
    .page-template-services-child .content-container .left-col .main-content ul li,
    .page-template-simple-template .content-container .left-col .main-content p,
    .page-template-simple-template .content-container .left-col .main-content ul li,
    .page-template-default .content-container .left-col .main-content p,
    .page-template-default .content-container .left-col .main-content ul li {
      font-size: 16px;
      font-weight: 500;
      line-height: 26px;
      color: #112d4e; }

.page-template-default .banner-section {
  position: relative; }
.page-template-default .main-content {
  margin: 44px 0px 102px 113px; }
  .page-template-default .main-content h2,
  .page-template-default .main-content h3,
  .page-template-default .main-content h4,
  .page-template-default .main-content h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px; }
  .page-template-default .main-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px; }

.page-template-simple-template .right-col .service-child-phone-container {
  margin-top: 0px !important; }
  @media (max-width: 990px) {
    .page-template-simple-template .right-col .service-child-phone-container {
      margin-top: 20px !important; } }

/*# sourceMappingURL=style.css.map */
