@charset "UTF-8";
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** VARIABLES ******/
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** MIXINS ******/
/* FONT MIXINS */
.fs1 {
  font-size: 1rem !important;
}
.fs2 {
  font-size: 2rem !important;
}
.fs3 {
  font-size: 3rem !important;
}
.fs4 {
  font-size: 4rem !important;
}
.fs5 {
  font-size: 5rem !important;
}
.fs6 {
  font-size: 6rem !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-black {
  background-color: #000 !important;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.center-it {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.no-padding {
  padding: 0 !important;
}
.primary-color {
  color: #FFFFFF !important;
}
.primary-bg {
  background-color: #FFFFFF !important;
}
.secondary-color {
  color: #FFFFFF !important;
}
.secondary-bg {
  background-color: #FFFFFF !important;
}
.btn-primary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within {
  background-color: #e6e6e6 !important;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within {
  background-color: #e6e6e6;
  color: #000;
  border-color: #FFFFFF;
}
.text-white {
  color: #fff !important;
}
.text-white * {
  color: #fff;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-around {
  justify-content: space-around;
}
.flex-center-wrap {
  display: flex;
  align-items: center !important;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .flex-sm-align-items-stretch-center {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap;
  }
  .flex-sm-align-items-stretch-center > div {
    align-self: center;
  }
}
.ws-form-container {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.ws-form-container .ws-form-title-container {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
  font-size: 15px;
  padding: 20px;
  font-weight: bold;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  color: #fff !important;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.ws-form-container .ws-form-title-container * {
  color: #fff;
}
.ws-form-container .ws-form-title-container .ws-fa-icon-container {
  margin: 0 10px;
}
.ws-form-container .ws-form-body-container {
  padding: 10px;
}
.ws-form-container .ws-form-body-container .form__warn {
  text-align: center !important;
}
.ws-form-container .ws-form-body-container .gform_footer .gform_button {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.white-overlay {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.black-overlay {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.fancy-radio ul, .fancy-radio-primary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio ul .radio, .fancy-radio-primary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio ul .radio input, .fancy-radio-primary ul .radio input {
  display: none !important;
}
.fancy-radio ul .radio input + label, .fancy-radio-primary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio ul .radio input[type=radio]:checked + label, .fancy-radio-primary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-radio-secondary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio-secondary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio-secondary ul .radio input {
  display: none !important;
}
.fancy-radio-secondary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio-secondary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-checkbox li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 40px !important;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox li.checkbox input {
  margin-left: 0 !important;
  left: 15px !important;
  margin-top: 0 !important;
}
.fancy-checkbox li.checkbox input:checked + label {
  background-color: #d9d9d9 !important;
}
.fancy-checkbox-alt li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox-alt li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 10px;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox-alt li.checkbox input {
  margin-left: 30px;
  left: 15px;
  margin-top: 0;
  display: none !important;
}
.fancy-checkbox-alt li.checkbox input:checked + label {
  background-color: #d9d9d9;
}
.fancy-checkbox-alt li.checkbox input:checked + label:before {
  font-family: "Font Awesome 5 Pro";
  color: #35D040;
  content: "";
  font-size: inherit;
  margin-right: 10px;
  list-style: none !important;
}
.strong {
  font-weight: bold !important;
}
@media only screen and (min-width: 768px) {
  .megamenu ul.dropdown-menu {
    width: 100vw;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
  }
  .megamenu ul.dropdown-menu > li {
    float: left;
    width: 33%;
  }
  .megamenu ul.dropdown-menu > li a {
    background-color: #000;
    color: #fff !important;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .megamenu ul.dropdown-menu > li a img {
    display: block;
    clear: both;
    height: 125px;
    width: 100%;
  }
  .megamenu ul.dropdown-menu > li a img:hover {
    opacity: 0.6;
    transition: all 1.25s;
  }
  .megamenu ul.dropdown-menu > li a span {
    display: block;
    margin-top: 5px;
    font-weight: bold;
  }
}
.slick-slider .slick-single-outer-container {
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.04);
  padding: 0 35px;
}
@media only screen and (min-width: 1200px) {
  .slick-slider .slick-single-outer-container {
    padding: 0 15px;
  }
}
.slick-slider .slick-single-outer-container .slick-single-inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #252525;
  border-radius: 10px;
  padding: 40px 60px;
}
.slick-slider .slick-single-outer-container .slick-single-inner-container .carousel-caption {
  position: unset;
}
.slick-slider .slick-dots {
  display: flex;
  padding: 0;
  width: 100%;
  justify-content: space-around;
  max-width: 300px;
  align-items: center;
  margin: 20px auto;
  cursor: pointer;
}
.slick-slider .slick-dots li {
  list-style: none !important;
}
.slick-slider .slick-dots li::before {
  font-family: "Font Awesome 6 Pro" !important;
  content: "";
  font-weight: bold;
}
.slick-slider .slick-dots li.slick-active::before {
  color: red;
}
.slick-slider .slick-dots button {
  display: none;
}
.montserrat {
  font-family: "Montserrat";
}
.noto-serif {
  font-family: Noto Serif;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.blue {
  color: #21325E;
}
.red {
  color: #A90000;
}
.light-gray-bg {
  background-color: #F0F0F0;
}
.align-center {
  align-items: center;
}
.text-center {
  text-align: center;
}
.ws-section.section-52 {
  padding: 30px 0;
}
.ws-section.section-52 > .container {
  margin: 0;
  padding: 0;
}
.ws-section.section-119 {
  padding: 40px 0;
}
.ws-section.section-64 > .container {
  max-width: 1440px;
}
.ws-section.section-43 {
  min-height: 812px;
  display: flex !important;
  flex-direction: column;
}
.ws-section.section-43 > .container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-right: 70px;
}
.ws-section.section-43 > .container .height-full {
  flex-grow: 1;
}
.ws-section.section-119 > .container {
  max-width: 1440px;
}
.line-height-12 {
  line-height: 1.2;
}
.weight-200 {
  font-weight: 200;
}
.weight-600 {
  font-weight: 600;
}
.weight-700 {
  font-weight: 700;
}
.weight-800 {
  font-weight: 800;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-24 {
  font-size: 24px;
}
.font-28 {
  font-size: 28px;
}
.font-30 {
  font-size: 30px;
}
.font-32 {
  font-size: 32px;
}
.font-35 {
  font-size: 35px;
}
.font-38 {
  font-size: 38px;
}
.font-40 {
  font-size: 40px;
}
.font-42 {
  font-size: 42px;
}
.font-45 {
  font-size: 45px;
}
.font-50 {
  font-size: 50px;
}
.font-64 {
  font-size: 64px;
}
.padding-60 {
  padding: 60px;
}
.padding-65 {
  padding: 65px;
}
.uppercase {
  text-transform: uppercase;
}
.text-shadow {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}
.letter-space-3 {
  letter-spacing: 3px;
}
ul.icons-menu li {
  display: flex;
  align-items: center;
  gap: 20px;
}
ul.icons-menu li i {
  font-size: 25px;
  color: #fff;
}
.flex-center {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.images-footer img {
  width: 150px;
}
.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-right {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
}
.title {
  color: #fff;
  font-size: 165px;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 6px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}
.subtitle {
  color: #fff;
  font-weight: 600;
  margin: 0;
  text-align: center;
  letter-spacing: 10px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}
.main-btn {
  background-color: #d61414;
  color: #fff;
  text-decoration: none;
  padding: 15px 50px;
  border-radius: 100px;
  font-family: "Montserrat";
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(10, 10, 40, 0.3);
  transition: transform 0.2s ease;
  text-align: center;
  width: fit-content;
  margin: auto;
  line-height: 1;
}
.second-btn {
  background-color: #d61414;
  color: #fff;
  text-decoration: none;
  padding: 15px 50px;
  border-radius: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 55px;
  box-shadow: 0 4px 12px rgba(10, 10, 40, 0.3);
  transition: transform 0.2s ease;
  text-align: center;
  width: fit-content;
  margin: auto;
  line-height: 1;
}
.second-btn:hover {
  color: #fff;
}
.ribbon-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ribbon-row .ribbon-text p {
  color: #fff;
  font-size: 57px;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.stars-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.stars-container .stars-white-bars {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 30px;
}
.stars-container .stars-white-bars .white-bar {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 6px;
}
.stars-container .stars-white-bars.small-star {
  width: 80px;
}
.stars-container .stars-white-bars.big-star {
  width: 160px;
}
.stars-container .stars {
  font-size: 32px;
  color: #21325E;
}
.roof {
  background: linear-gradient(to right, #cc0000 0%, #0a0a28 20%, #102d6f 50%, #0a0a28 80%, #cc0000 100%);
  background-color: #0a0a28;
  color: white;
  padding: 20px;
  position: relative;
}
.full-w-image img {
  width: 100%;
  object-fit: cover;
}
div#roof-custom-area-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
div#roof-custom-area-1 .title-roof {
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 3px;
}
div#roof-custom-area-1 .text-roof {
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
  letter-spacing: 4px;
}
div#roof-custom-area-1 .main-btn {
  background-color: #d61414;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 50px;
  font-family: "Montserrat";
  font-size: 29px;
  font-weight: 600;
  position: absolute;
  right: 0;
  box-shadow: 0 4px 12px rgba(10, 10, 40, 0.3);
  transition: transform 0.2s ease;
}
div#roof-custom-area-1 .main-btn:hover {
  transform: translateY(-3px);
}
div#roof-custom-area-1 .main-btn:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  bottom: -25px;
  font-weight: 200;
  right: 0px;
  transform: rotate(346deg);
  font-size: 33px;
}
/* The main container that "clips" the content */
.text-slider-container {
  background: #21325E;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat";
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  padding: 8px 0;
}
/* The track that holds and moves the text */
.text-slider-track {
  display: inline-block;
  animation: scroll 30s linear infinite;
}
.text-slider-track span.slider-span {
  padding-right: 60px;
}
.text-slider-track span.red {
  color: #d61414;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
/* The animation magic */
@keyframes scroll {
  0% {
    /* Start at its original position */
    transform: translateX(0);
  }
  100% {
    /* Move left by 50% of its total width.
      Since the track is 200% wide (two copies of the text),
      moving it -50% puts the second copy exactly
      where the first copy started, creating a perfect loop.
    */
    transform: translateX(-50%);
  }
}
nav.ws-menu.navbar > .container-fluid {
  width: 100%;
  display: inline-block;
}
nav.ws-menu.navbar > .container-fluid ul#menu-main-menu-1 {
  text-align: center;
  font-family: "Montserrat" !important;
  font-size: 18px;
  font-weight: 700;
  color: #21325E !important;
  text-transform: uppercase;
}
nav.ws-menu.navbar > .container-fluid ul#menu-main-menu-1 li a {
  font-family: "Montserrat" !important;
}
.top-area {
  padding: 0;
}
.top-area .navbar.navbar-inverse {
  padding: 0;
}
.top-area > .container {
  padding: 0;
}
.top-area > .container > .row {
  padding: 0;
}
.top-area > .container > .row > .row.row-cols-2 {
  padding: 0;
}
.header-no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
/* Optional: Pause animation on hover */
.text-slider-container:hover .text-slider-track {
  animation-play-state: paused;
}
.form-container {
  background-color: #fff;
  margin-left: auto;
  padding: 40px;
  border-radius: 25px;
}
form#gform_1 input, form#gform_1 textarea {
  background-color: #99A7CA;
  border-radius: 7px;
  border: none;
  color: #012379;
}
form#gform_1 textarea::placeholder, form#gform_1 input::placeholder {
  color: #012379;
}
input#gform_submit_button_1 {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 7px;
  background-color: #012379 !important;
  color: #fff !important;
  font-family: "Montserrat";
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
}
.opportunities-container {
  width: 1300px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 30px;
}
.opportunities-container .opportunity {
  display: flex;
  align-items: center;
  gap: 40px;
}
.opportunities-container .opportunity i {
  color: #fff;
  font-size: 50px;
  line-height: 1;
}
div#footer-widgets {
  padding: 50px 0;
}
div#footer-widgets > .container {
  max-width: 1400px;
  margin: auto;
}
div#footer-widgets h3.widget-title {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  font-weight: 700;
  padding: 5px;
}
div#footer-widgets ul.menu a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 5px;
  display: block;
}
/***** MEDIA QUERIES *****/
