@font-face {
  font-family: 'king';
  src: url("../fonts/KingOfTheHill2.eot?#iefix") format("embedded-opentype"), url("../fonts/KingOfTheHill2.woff") format("woff"), url("../fonts/KingOfTheHill2.ttf") format("truetype"), url("../fonts/KingOfTheHill2.svg#KingOfTheHill2") format("svg");
  font-weight: normal;
  font-style: normal; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

@media (max-width: 767px) {
  .py-10 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .banner-section {
    padding-top: 30px !important; } }

.theme_1.wpcf7-form input.error,
.theme_1.wpcf7-form select.error,
.theme_1.wpcf7-form textarea.error {
  border: none; }

.wpcf7-form label.error {
  color: #F8475E;
  padding-left: 0;
  font-size: 14px; }

span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 30px;
  margin-bottom: 10px; }

.wpcf7-radio input {
  margin-right: 10px; }

.wpcf7-radio .wpcf7-list-item-label {
  color: #71818B; }

div.wpcf7-mail-sent-ok {
  margin-top: 50px;
  border-color: #28a745;
  color: #ffffff;
  background: #28a745;
  padding: 15px 25px;
  border-radius: 4px;
  box-shadow: 0 23px 46px rgba(40, 167, 69, 0.4); }

.cms-content {
  max-width: 900px;
  width: 100%;
  display: block;
  margin: 0 auto; }
  .cms-content iframe {
    width: 100%;
    display: block;
    min-height: 200px;
    border: none;
    padding: 0;
    margin: 20px 0;
    border-radius: 10px;
    overflow: hidden; }
  .cms-content .videoWrapper {
    padding: 56.25% 0 0 0;
    margin: 20px 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden; }
    .cms-content .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      border-radius: 0;
      min-height: inherit; }
  .cms-content h1 {
    font-weight: 700;
    line-height: 1; }
    .cms-content h1 + * {
      margin-top: 32px; }
  .cms-content h2 {
    font-weight: 700;
    line-height: 1.25; }
  .cms-content * + h2 {
    margin-top: 32px; }
  .cms-content h2 + * {
    margin-top: 16px; }
  .cms-content h3 {
    font-weight: 700;
    line-height: 1.25; }
  .cms-content * + h3 {
    margin-top: 24px; }
  .cms-content h2 + h3 {
    margin-top: 16px; }
  .cms-content h3 + * {
    margin-top: 8px; }
  .cms-content h4 {
    font-weight: 700;
    line-height: 1.5; }
  .cms-content * + h4 {
    margin-top: 24px; }
  .cms-content h3 + h4,
  .cms-content h4 + * {
    margin-top: 8px; }
  .cms-content p {
    font-weight: 400;
    line-height: 1.625; }
    .cms-content p + p {
      margin-top: 16px; }
  .cms-content strong {
    font-weight: 700; }
  .cms-content a {
    font-weight: 500;
    color: #F8475E; }
    .cms-content a:hover {
      text-decoration: underline; }
  .cms-content code {
    background-color: #f5f6f7;
    padding-left: 4px;
    padding-right: 4px; }
  .cms-content img {
    margin-top: 32px;
    margin-bottom: 32px;
    border-radius: 10px;
    box-shadow: 0 23px 46px rgba(38, 45, 47, 0.1); }
  .cms-content ol {
    list-style-type: decimal;
    padding-left: 20px; }
  .cms-content * + ol,
  .cms-content ol + * {
    margin-top: 16px; }
  .cms-content li ol {
    margin-top: 8px; }
  .cms-content ul {
    list-style-type: disc;
    padding-left: 20px; }
  .cms-content * + ul,
  .cms-content ul + * {
    margin-top: 16px; }
  .cms-content li {
    font-weight: 400;
    color: #262D2F;
    line-height: 1.625; }
    .cms-content li ul,
    .cms-content li + li {
      margin-top: 8px; }
    .cms-content li p {
      margin-top: 16px; }
      .cms-content li p + p {
        margin-top: 8px; }
    .cms-content li:first-child p:first-child {
      margin-top: 8px; }
  .cms-content blockquote {
    font-style: italic;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #F8475E;
    background: #f5f6f7;
    padding: 30px;
    color: #262D2F; }
    .cms-content blockquote p:last-child {
      margin-bottom: 0; }
  .cms-content * + blockquote,
  .cms-content blockquote + * {
    margin-top: 16px; }
  .cms-content pre {
    background-color: #f5f6f7;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px; }
  .cms-content * + pre {
    margin-top: 16px; }
  .cms-content pre + * {
    margin-top: 16px; }
  .cms-content pre code {
    padding: 0; }
  .cms-content img,
  .cms-content video {
    max-width: 100%;
    height: auto; }

/* Menu design fix */
.header-inner {
  max-width: 1140px;
  padding: 7px 15px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .header-inner {
      background: #f5f6f7; } }

.header-titles-wrapper {
  margin: 0; }
  .header-titles-wrapper img {
    max-width: 170px !important;
    display: block; }
    @media (max-width: 767px) {
      .header-titles-wrapper img {
        max-width: 100px !important; } }

.menu-modal {
  display: none; }

/* Links */
.primary-menu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .primary-menu li {
    padding: 0 20px; }

.primary-menu li a {
  padding: 17px 0 20px 0;
  display: block;
  font-weight: 600;
  color: #71818B;
  text-transform: capitalize;
  font-size: 16px;
  text-decoration: none; }

.primary-menu li:last-child {
  padding-right: 0; }

.primary-menu li a i, .primary-menu li a:hover, .primary-menu li a:focus, .primary-menu li a:active {
  color: #F8475E;
  text-decoration: none; }

.primary-menu li.current-menu-item a {
  color: #F8475E;
  text-decoration: none; }

.mobile-toggler {
  display: none; }
  .mobile-toggler .nav-toggle svg {
    fill: #F8475E; }

.mobile-menu ul,
.mobile-menu li {
  display: block;
  width: 100%; }

.mobile-menu ul {
  background: #f5f6f7; }

.mobile-menu li {
  padding: 7px 15px; }

@media (max-width: 767px) {
  .header-navigation-wrapper .primary-menu-wrapper {
    display: none; }
  .mobile-toggler {
    display: block; }
  .header-inner .header-titles-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0; }
  .modal-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-top: 1px solid #f5f6f7;
    display: flex;
    flex-wrap: wrap; } }

.stripe {
  position: relative; }
  .stripe .stripe-top,
  .stripe .stripe-bottom {
    height: 70px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 5; }
    @media (max-width: 767px) {
      .stripe .stripe-top,
      .stripe .stripe-bottom {
        height: 40px; } }

.stripe-top {
  transform: rotate(180deg);
  top: 0; }
  .stripe-top-primary .stripe-top {
    fill: #F8475E; }

.stripe-bottom {
  bottom: 0; }
  .stripe-bottom-primary .stripe-bottom {
    fill: #F8475E; }

.stripe-top {
  transform: rotate(180deg);
  top: 0; }
  .stripe-top-secondary .stripe-top {
    fill: #62B8C9; }

.stripe-bottom {
  bottom: 0; }
  .stripe-bottom-secondary .stripe-bottom {
    fill: #62B8C9; }

.stripe-top {
  transform: rotate(180deg);
  top: 0; }
  .stripe-top-white .stripe-top {
    fill: #ffffff; }

.stripe-bottom {
  bottom: 0; }
  .stripe-bottom-white .stripe-bottom {
    fill: #ffffff; }

.stripe-top {
  transform: rotate(180deg);
  top: 0; }
  .stripe-top-lite .stripe-top {
    fill: #f5f6f7; }

.stripe-bottom {
  bottom: 0; }
  .stripe-bottom-lite .stripe-bottom {
    fill: #f5f6f7; }

body {
  overflow-x: hidden; }

[data-title] {
  position: relative;
  z-index: 3; }
  [data-title]:before {
    content: attr(data-title);
    position: absolute;
    transform: scale(2.5);
    opacity: 0.08;
    z-index: -1;
    pointer-events: none;
    user-select: none; }
  [data-title].display-1:before {
    transform: scale(1.5); }
  [data-title].display-2:before {
    transform: scale(2); }

.decorative-image {
  overflow: hidden; }
  .decorative-image > .container {
    position: relative;
    z-index: 22; }
  .decorative-image .decore {
    position: absolute;
    z-index: 2; }
    .decorative-image .decore.top {
      top: 0; }
    .decorative-image .decore.bottom {
      bottom: 0; }
    .decorative-image .decore.top-50 {
      top: 50%; }
    .decorative-image .decore.top-30 {
      top: 30%; }
    .decorative-image .decore.bottom-30 {
      bottom: 30%; }
    .decorative-image .decore.top-20 {
      top: 20%; }
    .decorative-image .decore.bottom-20 {
      bottom: 20%; }
    .decorative-image .decore.left {
      left: 0;
      transform: translateX(-50%); }
    .decorative-image .decore.right {
      right: 0;
      transform: translateX(50%); }
    @media (max-width: 1400px) {
      .decorative-image .decore {
        opacity: 0.2; } }

.timeline-box {
  position: relative;
  z-index: 2; }
  .timeline-box .number {
    display: flex;
    height: 70px;
    width: 70px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    margin: 0 auto 30px auto; }
    .timeline-box .number:after, .timeline-box .number:before {
      position: absolute;
      top: 35px;
      width: 50%;
      content: '';
      z-index: -1;
      background: #71818B;
      height: 3px;
      opacity: 0.5; }
    .timeline-box .number::before {
      left: -15px; }
      @media (max-width: 767px) {
        .timeline-box .number::before {
          width: 3px;
          left: 35px;
          top: 30px;
          height: 100%;
          background: #71818B; } }
    .timeline-box .number::after {
      right: -15px; }
      @media (max-width: 767px) {
        .timeline-box .number::after {
          display: none; } }
  @media (max-width: 767px) {
    .timeline-box {
      display: flex;
      align-items: center;
      margin: 0 0 30px 0; }
      .timeline-box .number {
        flex-shrink: 0;
        margin-bottom: 0; }
      .timeline-box .text {
        padding-left: 20px;
        text-align: left;
        flex-grow: 1; } }

.timeline-outer-box:first-child .number::before {
  display: none; }
  @media (max-width: 767px) {
    .timeline-outer-box:first-child .number::before {
      display: block; } }

.timeline-outer-box:last-child .number::after {
  display: none; }

@media (max-width: 767px) {
  .timeline-outer-box:last-child .number::before {
    display: none; } }

.footer .footer-top {
  background: #262D2F; }

.footer .social,
.footer .menu {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .footer .social li,
  .footer .menu li {
    margin-right: 30px; }
    .footer .social li:last-child,
    .footer .menu li:last-child {
      margin-right: 0; }
  .footer .social a,
  .footer .menu a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase; }
    .footer .social a:hover,
    .footer .menu a:hover {
      color: #F8475E;
      text-decoration: none; }

@media (max-width: 767px) {
  .footer .menu {
    display: block; } }

.footer .social a svg {
  fill: #ffffff; }

.footer .social a:hover svg {
  fill: #F8475E; }

.footer .footer-bottom {
  background: #040505; }
