.suspension-contain {
  overflow: hidden;
  max-height: 980px;
  position: relative;
}

html.suspended {
  background: rgba(0, 0, 0, 0.6);
}

body {
  margin: 0 auto;
  max-width: 100%;
  min-width: 1200px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

* {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a {
  color: inherit;
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: inherit;
  text-decoration: none;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
dd {
  margin: 0;
  padding: 0;
  line-height: 1;
}

ul,
ol {
  list-style-type: none;
}

.row {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.cta {
  display: none;
}

.ctc-hide {
  display: none !important;
}

img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*fonts*/
@font-face {
  font-family: "socialicoregular";

  src: url("fonts/socialico/socialico-webfont.eot");

  src: url("fonts/socialico/socialico-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/socialico/socialico-webfont.woff2") format("woff2"),
    url("fonts/socialico/socialico-webfont.woff") format("woff"),
    url("fonts/socialico/socialico-webfont.ttf") format("truetype"),
    url("fonts/socialico/socialico-webfont.svg#socialicoregular") format("svg");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "socialico_plusregular";

  src: url("fonts/socialico-plus/socialico_plus-webfont.eot");

  src: url("fonts/socialico-plus/socialico_plus-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/socialico-plus/socialico_plus-webfont.woff2") format("woff2"),
    url("fonts/socialico-plus/socialico_plus-webfont.woff") format("woff"),
    url("fonts/socialico-plus/socialico_plus-webfont.ttf") format("truetype"),
    url("fonts/socialico-plus/socialico_plus-webfont.svg#socialico_plusregular") format("svg");

  font-weight: normal;

  font-style: normal;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials a {
  font-family: "socialicoregular";
  font-size: 30px;
  color: #000;
}

/*floats*/
.fl {
  float: left;
}

.fr {
  float: right;
}

/*typography*/
.text-primary {
  color: #b11414;
}

.text-bold {
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left;
}

.hovicon:after {
  top: -8px;
  left: -8px;
  padding: 8px;
  z-index: -1;
  opacity: 0;
}

.hovicon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.icons {
  font-size: 45px;
  line-height: 90px;
  cursor: pointer;
  margin: 20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
  color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icons:after {
  -webkit-box-shadow: 3px 3px rgba(255, 255, 255, 1);
  box-shadow: 3px 3px rgba(255, 255, 255, 1);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.icons:hover:after {
  opacity: 1;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.icons:before {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.icons:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  position: relative;
  background: #8CC82C;
  z-index: 1;
  border-radius: 10px;
  width: 185px;
  height: 56px;
}

/*clearings*/

.clear {
  clear: both;
}

.clearfix:after {
  height: 0;
  clear: both;
  content: ".";
  font-size: 0;
  display: block;
  visibility: hidden;
}

.clearfix {
  display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
  font-size: 14px;
  position: fixed;
  padding: 5px 10px;
  bottom: 0 !important;
  left: 20px !important;
  display: block !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

/*call to action*/
.cta {
  display: none;
}

/*contact form messages*/
form .messages p {
  display: none;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

form .loading {
  display: none;
}

form .alert {
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

form .alert-success {
  color: #3c763d;
  border-color: #d6e9c6;
  background-color: #dff0d8;
}

form .alert-danger {
  color: #a94442;
  border-color: #ebccd1;
  background-color: #f2dede;
}

form [type="submit"] {
  margin: 20px auto;
}

#ada-widget { position: fixed; bottom: 20px; right: 20px; z-index: 9999; font-family: Arial, sans-serif; }
#ada-widget-button {border: unset; background: unset; }
#ada-widget-button img { width: 60px; height: auto; object-fit: contain; }
#ada-widget-panel { position: absolute; bottom: 70px; right: 0; width: 220px;; background: white; border-radius: 8px; box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2); padding: 15px; display: none; text-align: left; font-family: 'Montserrat';}
#ada-widget-panel h3 { margin-top: 0; color: #333; font-size: 18px; font-weight: 600; margin-bottom: 16px; }
.ada-option { margin-bottom: 15px; display: block; }
.ada-option label { display: block; margin-bottom: 5px; font-weight: bold; color: #555; }
.ada-button {background: unset; border: unset;width: 100%; text-align: left; font-size: 15px; display: flex; align-items: center; gap: 10px; margin: 5px 0; }
.ada-button img { width: 25px; height: auto; object-fit: contain;}
.grayscale { filter: grayscale(100%) !important; }
.high-contrast { background-color: #000 !important; color: #fff !important; }
.high-contrast a { color: #ffff00 !important; }
.negative-contrast { filter: invert(100%) hue-rotate(180deg) !important; background-color: #fff !important; }
.light-bg { background-color: #f8f9fa !important; color: #212529 !important; }
.light-bg a { color: #0d6efd !important; }
.underline-links a { text-decoration: underline !important; }
.readable-font body { font-family: Arial, Helvetica, sans-serif !important; }

/*contact form*/
form .loading {
  width: 100%;
  margin: auto;
  max-width: 20px;
}

.inner #content .ctc-form {
  margin: 0 auto;
  text-align: center;
  color: #000;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 3px solid #000;
  outline-offset: -5px;
}

.ctc-form {
  text-align: left;
}

.ctc-form .flex {
  gap: 10px;
}

.ctc-form label {
  width: 100%;
  text-align: left;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.03em;
  font-family: "Open Sans", sans-serif;
}

.ctc-form h2 {
  text-align: center !important;
  padding: 5px 0 20px;
}

.ctc-form input[type="text"],
.ctc-form textarea {
  font-size: 18px;
  line-height: 30px;
  color: #202020;
  height: 60px;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 8px;
  max-width: 100%;
  font-family: "Poppins", sans-serif;
}

.ctc-form textarea {
  height: 180px;
  padding-top: 10px;
}

.ctc-form button {
  display: block;
}

.ctc-form .recap {
  display: inline-block;
}

.inner #content .ctc-form .g-recaptcha>div {
  margin: 0 auto 10px;
}

/*gallery*/
#content .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#content .gallery li {
  display: inline-block;
}

#content .gallery li a img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

#content .gallery-container {
  text-align: center;
}

#content .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 0.42857;
  margin-bottom: 20px;
  padding: 4px;
  -webkit-transition: border 0.5s ease-in-out 0s;
  -o-transition: border 0.5s ease-in-out 0s;
  transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

#content .page_navigation {
  display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #0275d8;
  display: inline-block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
  background-color: #eceeef;
  border-color: #ddd;
  color: #014c8c;
  text-decoration: none;
}

h1 {
  font-size: 71px;
  font-weight: 400;
  color: #8CC72C;
  line-height: 120%;
}

h2 {
  font-size: 30px;
  font-weight: 800;
  color: #8CC72C;
  line-height: 120%;
}

h3 {
  font-size: 30px;
  font-weight: 300;
  color: #00397D;
  line-height: 120%;
}

h4 {
  font-size: 24px;
  font-weight: 800;
  color: #00397D;
  line-height: 120%;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  color: #69AF13;
  line-height: 120%;
}

p {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}

img {
  width: auto;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*header*/
#header {
  width: 100%;
  position: relative;
  z-index: 99;
}

#header .row {
  max-width: 1770px;
  margin: 0 0 0 auto;
}

#header nav a#pull {
  display: none;
}

#header nav ul {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 876px;
}

#header nav ul li {
  vertical-align: middle;
}

#header nav ul li a {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;

}

#header .mid {
  width: 100%;
  max-width: 1091px;
  margin: auto;
}

#header .right {
  background: #8CC82C;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 384px;
}

#header .right p {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  line-height: 120%;
}

#header .right p a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.052em;
}

/*banner*/
#banner {
  line-height: 0;
  position: relative;
}

#banner img {
  height: 881px;
  object-fit: cover;
  width: 100%;
}

#banner .row {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 110px;
}

#banner h2 {
  font-size: 70px;
}

#banner h3 {
  font-weight: 800;
  color: #fff;
  font-size: 42px;
}

#banner p {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  padding: 20px 0 30px;
}

#banner .btn {
  margin: auto;
}

/*content*/
#content {
  text-align: left;
  padding: 98px 0 10px;
  background: url(../images/common/content-top.jpg) no-repeat center top;
  background-size: contain;
}

#content .row {
  max-width: 1430px;
}

#content .wrapper {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.21);
  background: #fff;
}

#content .wrapper .left {
  line-height: 0;
}

#content .wrapper .left img, #content5 .left img { width: 100%;}

#content .wrapper .right {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 835px;
  padding: 20px;
  box-sizing: border-box;
}

#content .wrapper h2,
#content .wrapper h3,
#content .wrapper p {
  max-width: 624px;
  margin: 0;
  text-align: left;
  width: 100%;
}

#content .wrapper h2 {
  padding: 20px 0 47px;
}

#content .wrapper p:first-of-type {
  padding-bottom: 30px;
}

/*content2*/
.container {
  background: url(../images/common/contentbg.jpg) no-repeat center;
  background-size: cover !important;
}

#content2 {
  padding: 133px 10px 190px;
  text-align: left;
}

#content2 .row {
  max-width: 1362px;
}

#content2 h2 {
  max-width: 669px;
}

#content2 h3 {
  padding-bottom: 20px;
}

#content2 .right {
  flex-wrap: wrap;
  gap: 25px;
  max-width: 620px;
}

/*content3*/
#content3 {
  padding: 0 10px 130px;
}

#content3 h4 {
  margin: 0;
  padding: 20px 0 16px;
}

#content3 h5 {
  max-width: 405px;
  margin: 0 auto;
  min-height: 73px;
}

#content3 p {
  max-width: 405px;
  margin: 0 auto;
  padding: 13px 0 25px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  min-height: 125px;
}

#content3 .row {
  max-width: 1430px;
}

#content3 .row>div {
  width: 100%;
  max-width: 465px;
  min-height: 622px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 66px 10px 40px;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.12);
}

#content3 .image {
  line-height: 0;
  min-height: 175px;
}

/*content4*/
#content4 {
  padding: 114px 10px 128px;
  text-align: left;
  background: url(../images/common/content2bg.jpg) no-repeat center;
  background-size: cover !important;
}

#content4 .row {
  max-width: 1430px;
}

#content4 p {
  max-width: 643px;
  color: #fff;
  line-height: 30px;
}

#content4 h2 {
  padding: 5px 0 15px;
  font-size: 44px;
}

#content4 h3 {
  color: #fff;
  font-size: 38px;
  font-weight: 500;
}

#content4 h4 {
  color: #fff;
  font-weight: 700;
  padding-bottom: 22px;
  max-width: 643px;
  font-size: 20px;
  line-height: 161%;
}

/*content5*/
#content5 {
  padding: 75px 10px 80px;
  text-align: left;
}

#content5 h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #333333;
}

#content5 .row {
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  max-width: 1430px;
}

#content5 .left {
  line-height: 0;
}

#content5 .right {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 835px;
  padding: 20px;
  box-sizing: border-box;
}

#content5 p,
#content5 h2,
#content5 h3,
#content5 h4 {
  width: 100%;
  text-align: left;
  max-width: 694px;
}

#content5 p {
  font-weight: 500;
  line-height: 32px;
  padding: 40px 0 15px;
  letter-spacing: 0.018em;
}


#content6 {
  padding: 120px 10px 107px;
  background-size: cover !important;
  background: url(../images/common/contactbg.jpg) no-repeat center;
}

#content6 h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  padding: 11px 0 21px;
}

#content6 h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.3em;
  font-family: "Poppins", sans-serif;
}

#content6 p {
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.039em;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 36px;
  color: #fff;
}

#content6 .ctc-form label {
  color: #fff;
}

/*footer*/
.ft-top {
  padding: 104px 10px 100px;
}

.ft-top h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
  color: #333333;
  padding-bottom: 6px;
  padding-top: 20px;
  letter-spacing: 0.1em;
}

.ft-top a {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
}

.ft-top .left a {
  font-size: 22px;
}

.ft-top .left,
.ft-top .right {
  border-radius: 10px;
  position: relative;
  width: 334px;
  height: 137px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #666666;
}

.ft-top .left img,
.ft-top .right img {
  position: absolute;
  top: -37px;
}

.ft-bot {
  background-color: #8CC72C;
  padding: 20px 10px;
}

.ft-bot .row {
  max-width: 1562px;
}

.ft-bot .left {
  width: 100%;
  max-width: 1000px;
}

.ft-bot p {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  line-height: 120%;
  letter-spacing: 0.027em;
}

#footer nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 0;
}

#footer nav ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

#footer .silver img {
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
}

#footer .silver a:hover {
  color: #3eb0f7;
}

/*inner pages*/
.inner #content {
  min-height: 600px;
  padding: 40px 10px;
  background: none;
}

.inner #content .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.inner #content h1 {
  text-align: center;
  padding-bottom: 20px;
}

.inner #content h2 {
  font-size: 40px;
  color: #00397D;
  margin: 20px 0;
}

.inner #content h3 {
  font-size: 30px;
  color: #00397D;
  margin: 20px 0;
  font-weight: 600;
}

.inner #content p.green {
  font-size: 25px;
  color: #8CC72C;
  font-style: italic;
  margin: 20px 0;
  font-weight: 700;
}

.inner #content p,
.inner #content ul li {
  /* text-align: center; */
  margin: 20px 0;
  font-size: 20px;
}

.inner #content ul li {
  list-style-type: disc;
  text-align: left;
  margin: 10px 0 !important;
}

.portfolio-page .flex {
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.portfolio-page .item {
  text-align: center;
  width: 100%;
  max-width: 400px;
}

.portfolio-page .item ul {
  padding: 0;
}

.portfolio-page .item ul li {
  list-style-type: none !important;
  text-align: center !important;
}

/*privacy policy*/
.inPrivacyBox {
  max-width: 850px;
  margin: 0 auto;
}

.inPrivacyBox p {
  text-align: justify !important;
}

/*testimonials*/
#inner_testi {
  margin: 50px 0px 0px 0px;
}

.inner #content .testi p {
  color: #000;
  margin: 10px 0;
}

.inner #content .testi p strong {
  color: #ffcc00;
}

.inner #content .testi p span {
  color: #ffcc00;
  font-size: 30px;
  display: unset;
}

.inner #content .testi {
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px #ffcc00;
  box-shadow: 0px 0px 20px #ffcc00;
  margin: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.inner #content .testi .auth {
  color: #ffcc00;
  font-size: 20px;
  text-shadow: 2px 0px 5px #000;
  font-weight: 500;
}

.destroy-on-load {
  display: none;
}

/** Responsive
-------------------------------------------------------*/
@media screen and (max-width: 1440px) {
  #header .flex {
    gap: 20px;
  }

  #header nav ul li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 50px;
  }

  #header {
    padding: 20px 10px;
  }

  #header .flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  #header .left {
    flex-basis: 100%;
  }

  #header .right {
    width: 100%;
    max-width: 300px;
  }

  #banner img {
    height: 600px;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
    width: 100%;
  }

  h1 {
    font-size: 40px;
  }

  p,
  .inner #content ul li {
    font-size: 16px;
  }

  #header {
    position: relative;
    padding: 20px 0;
  }

  #header .mid {
    order: -1;
  }

  #header nav {
    display: block;
    height: auto;
    width: 100%;
  }

  #header nav ul {
    max-width: 100%;
    display: none;
    height: auto;
    background: #000;
  }

  #header nav ul li {
    max-width: 100%;
    position: relative;
    text-align: left;
    padding: 10px 35px;
    display: block;
  }

  #header nav ul li a {
    padding: 0;
    color: #fff;
  }

  #header nav a {
    text-align: left;
    width: 100%;
    text-indent: 25px;
  }

  #header nav a#pull {
    display: block;
    background: #8CC72C;
    width: 100%;
    position: relative;
    height: 45px;
    color: #fff;
    z-index: 999;
  }

  #header nav a#pull:after {
    content: "";
    background: url("../images/nav-icon.png") no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 13px;
  }

  #header nav a#pull strong {
    line-height: 45px;
  }

  #banner img {
    height: auto;
  }

  #banner .row {
    position: relative;
    bottom: 0;
    padding: 30px 10px;
    box-sizing: border-box;
    background-color: #00397D;
  }

  #banner h2 {
    font-size: 30px;
  }

  #banner h3 {
    font-size: 25px;
  }

  #banner p {
    font-size: 18px;
  }

  #content {
    background: none;
  }

  #content,
  #content2,
  #content3,
  #content4,
  #content5,
  #content6 {
    padding: 30px 10px;
  }

  #content .wrapper {
    box-shadow: none;
  }

  #content .wrapper h2,
  #content .wrapper h3 {
    text-align: center;
  }

  #content .wrapper h2 {
    padding: 20px 0;
  }

  #content .wrapper p:first-of-type {
    padding-bottom: 20px;
  }

  #content2 h3,
  #content2 h2 {
    text-align: center;
  }

  #content2 .right {
    flex-direction: row;
  }

  #content4 h2 {
    font-size: 30px;
    text-align: center;
  }

  #content4 h3 {
    text-align: center;
    font-size: 25px;
  }

  #content4 h4 {
    font-size: 18px;
    text-align: center;
  }

  #content4 p {
    font-size: 16px;
    text-align: center;
  }

  #content5 h2,
  #content5 h3 {
    text-align: center;
  }

  #content5 h4 {
    text-align: center;
  }

  #content5 p {
    padding: 20px 0;
  }

  #content6 h2 {
    font-size: 35px;
  }

  #content6 p {
    font-size: 18px;
    padding-bottom: 20px;
  }

  .ctc-form .flex {
    gap: 0;
  }

  .ctc-form .flex .left {
    padding: 20px 0;
  }

  .ft-top {
    padding: 50px 10px 20px;
  }

  .ft-top .flex {
    gap: 60px;
  }

  .ft-top .mid {
    order: -1;
  }

  #footer nav ul {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .flex {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .cta {
    background: #8CC72C url("../images/common/phonecall.png") no-repeat center center;
    border-bottom-left-radius: 40px;
    border: 2px solid #8CC72C;
    border-top-left-radius: 40px;
    bottom: 1%;
    display: block;
    height: 70px;
    position: fixed;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    width: 80px;
    z-index: 999;
    border-right: none;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }

  .sticky a#pull {
    height: 40px !important;
  }

  .sticky a#pull strong {
    line-height: 40px !important;
  }

  .sticky a#pull:after {
    top: 10px !important;
  }

  .sticky ul li {
    padding: 5px 35px !important;
  }

  .inner #content {
    padding: 20px 10px;
  }

  .inner #content h2 {
    font-size: 35px;
  }

  .inner #content h3 {
    font-size: 25px;
  }

  .inner #content p.green {
    font-size: 20px;
  }

  .inner #content p {
    line-height: 1.5;
  }

  .inner #content .row {
    text-align: center;
  }
}

@media screen and (max-width: 425px) {
  .cta {
    height: 60px;
  }

  #content .page_link,
  #content .previous_link,
  #content .next_link,
  #content .first_link,
  #content .last_link,
  #content .ellipse {
    font-size: 12px;
    padding: 5px 7px;
  }
}

@media screen and (max-width: 320px) {
  .g-recaptcha {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .inner #content .testi .auth {
    font-size: 17px;
    text-align: left;
  }
}