@font-face {
  font-family: ritas-icomoon;
  src: url("../fonts/ritas-icomoon.woff") format("woff"), url("../fonts/ritas-icomoon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ritas-icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "\e904";
}

.icon-brand:before {
  content: "\e904";
}

.icon-social:before {
  content: "\e904";
}

.icon-linkedin:before {
  content: "\e905";
}

.icon-brand1:before {
  content: "\e905";
}

.icon-social1:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-location-dot-light:before {
  content: "\e91c";
}

.icon-location-dot-regular:before {
  content: "\e91d";
}

.icon-xmark-sharp-light:before {
  content: "\e903";
}

.icon-chevron-down-sharp-regular:before {
  content: "\e900";
}

.icon-arrow-up-right-light:before {
  content: "\e901";
}

.icon-angle-down-regular:before {
  content: "\e902";
}

.icon-calendar_today:before {
  content: "\e91e";
}

.icon-paperclip:before {
  content: "\e91f";
}

.icon-network:before {
  content: "\e912";
}

body {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 1.5;
  min-width: 360px;
  margin: 0;
}
@media (max-width: 1439px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.main {
  position: relative;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .container {
    padding: 0 25px;
  }
}

h1,
.h1 {
  font-size: 90px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 20px;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
}
@media (max-width: 1439px) {
  h1,
  .h1 {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 1.1;
  }
}

h2,
.h2 {
  font-size: 86px;
  line-height: 1;
  font-weight: 800;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
}
@media (max-width: 1439px) {
  h2,
  .h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 34px;
    line-height: 1.2;
  }
}

h3,
.h3 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 400;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
}
@media (max-width: 1439px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}

p {
  margin: 0 0 20px;
}

.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  border: 1px solid;
  height: 50px;
  text-align: center;
  padding: 15px 36px;
  border-radius: 25px;
  min-width: 163px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .btn {
    padding: 15px 25px;
    letter-spacing: 0;
  }
}

.btn-primary {
  background: #d31145;
  border-color: #d31145;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active {
  border-color: #000 !important;
  color: #fff !important;
  background: #000 !important;
}

.btn-secondary {
  background: #fff;
  border-color: #fff;
  color: #004b49;
}
.btn-secondary:hover, .btn-secondary:active {
  border-color: #fff !important;
  color: #fff !important;
  background: transparent !important;
}

.btn-outline {
  background: transparent;
  border-color: #004b49;
  color: #004b49;
}
.btn-outline:hover, .btn-outline:active {
  border-color: #004b49 !important;
  color: #fff !important;
  background: #004b49 !important;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header.scrolled {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.header .header-holder {
  padding: 19px 0;
}
@media (max-width: 1439px) {
  .header .header-holder {
    padding: 10px 0;
  }
}
.header .header-holder .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .topbar {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 112, 60)), to(rgb(0, 175, 94)));
  background: linear-gradient(to right, rgb(0, 112, 60) 0%, rgb(0, 175, 94) 100%);
  line-height: 25px;
  font-size: 16px;
  padding: 10px 0;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 991px) {
  .header .topbar {
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .header .topbar {
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .header .topbar {
    font-size: 12px;
  }
}
.header .topbar a {
  color: #fff;
}
.header .topbar a:hover {
  color: #000;
}
.header .topbar p {
  margin: 0;
}
.header .logo {
  width: 311px;
}
@media (max-width: 1199.98px) {
  .header .logo {
    width: 220px;
  }
}
@media (max-width: 767.98px) {
  .header .logo {
    width: 158px;
  }
}
.header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .logo img {
  display: block;
  height: auto;
}
.header .logo .logo-img {
  width: 109px;
}
@media (max-width: 1199.98px) {
  .header .logo .logo-img {
    width: 80px;
  }
}
@media (max-width: 767.98px) {
  .header .logo .logo-img {
    width: 55px;
  }
}
.header .logo .slogan {
  width: 184px;
}
@media (max-width: 1199.98px) {
  .header .logo .slogan {
    width: 120px;
  }
}
@media (max-width: 767.98px) {
  .header .logo .slogan {
    width: 94px;
  }
}

/** @define nav-opener **/
.menu-opener {
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 3px;
  background: none;
  position: absolute;
  right: 35px;
  top: 50px;
  z-index: 99;
  display: none;
}
@media (max-width: 991.98px) {
  .menu-opener {
    display: block;
  }
}
.menu-active .menu-opener {
  border-top: 0;
}
.menu-opener span {
  display: block;
}
.menu-opener span:before {
  width: 26px;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
}
.menu-active .menu-opener span:before {
  opacity: 0;
  visibility: hidden;
}
.menu-opener:after, .menu-opener:before {
  width: 26px;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
}
.menu-active .menu-opener:after, .menu-active .menu-opener:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-opener:before {
  top: 19px;
}
.menu-active .menu-opener:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 13px;
}

/** @define nav-drop **/
.nav-drop {
  padding-left: 6%;
}
@media (max-width: 1299.98px) {
  .nav-drop {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .nav-drop {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 0;
    max-height: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99;
    overflow-y: auto;
  }
  .menu-active .nav-drop {
    max-height: 4000px;
  }
}
.nav-drop .btn-primary {
  display: none;
}
@media (max-width: 991.98px) {
  .nav-drop .btn-primary {
    display: block;
    margin: 0 15%;
  }
}

/** @define nav-area **/
@media (max-width: 991.98px) {
  .nav-area {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    padding-bottom: 20px;
    display: block;
  }
  .menu-active .nav-area {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -18px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1305.98px) {
  .menu {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .menu {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .menu {
    display: block;
    margin: 0 0 20px;
    width: 100%;
  }
}
.menu li {
  padding: 0 15px;
}
@media (max-width: 1439px) {
  .menu li {
    padding: 0 10px;
  }
}
@media (max-width: 1199.98px) {
  .menu li {
    padding: 0 8px;
  }
}
@media (max-width: 991.98px) {
  .menu li {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .menu li:last-child {
    padding-top: 20px;
  }
}
.menu li:last-child a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  border: 1px solid;
  height: 50px;
  text-align: center;
  padding: 15px 27px;
  border-radius: 25px;
  min-width: 163px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  background: #d31145;
  border-color: #d31145;
  color: #fff;
}
@media (max-width: 1199px) {
  .menu li:last-child a {
    font-size: 14px;
    min-width: 130px;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .menu li:last-child a {
    width: 400px;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .menu li:last-child a {
    width: 280px;
  }
}
.menu li:last-child a:hover, .menu li:last-child a:active, .menu li:last-child a:focus {
  border-color: #000 !important;
  color: #fff !important;
  background: #000 !important;
}
.menu a {
  color: #000;
  display: block;
  position: relative;
}
@media (max-width: 991.98px) {
  .menu a {
    padding: 10px 35px;
  }
}
.menu a:hover,
.menu a:focus{
  color: #d31145;
}

.menu-active {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.inner-banner-area {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .inner-banner-area.faq-banner {
    padding-top: 100px;
  }
}
.inner-banner-area img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1699.98px) {
  .inner-banner-area img {
    width: 2000px;
    left: 50%;
    margin-left: -1000px;
    max-width: inherit;
    position: relative;
  }
}
@media (max-width: 1439px) {
  .inner-banner-area img {
    width: 1600px;
    margin-left: -800px;
  }
}
@media (max-width: 991px) {
  .inner-banner-area img {
    width: 1200px;
    margin-left: -600px;
  }
}
@media (max-width: 767px) {
  .inner-banner-area img {
    width: 800px;
    margin-left: -400px;
  }
}
@media (max-width: 575px) {
  .inner-banner-area img {
    width: 600px;
    margin-left: -300px;
  }
}
.inner-banner-area .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 228px;
}
@media (max-width: 991px) {
  .inner-banner-area .caption {
    top: 180px;
  }
}
@media (max-width: 767px) {
  .inner-banner-area .caption {
    position: static;
    padding: 50px 0 0;
  }
}
.inner-banner-area .holder {
  max-width: 1124px;
  margin: 0 auto;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}
@media (max-width: 991px) {
  .inner-banner-area .holder {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .inner-banner-area .holder {
    font-size: 16px;
    line-height: 24px;
  }
}
.inner-banner-area h1 {
  line-height: 1;
  margin: 0 0 41px;
}
@media (max-width: 991px) {
  .inner-banner-area h1 {
    margin: 0 0 20px;
  }
}
.inner-banner-area h1 span {
  color: #d31145;
}
@media (max-width: 767px) {
  .inner-banner-area h1 br {
    display: none;
  }
}
.inner-banner-area p {
  max-width: 970px;
  margin: 0 auto;
}

.inner-intro {
  padding: 108px 0;
}
@media (max-width: 991px) {
  .inner-intro {
    padding: 100px 0 60px;
  }
}
@media (max-width: 767px) {
  .inner-intro {
    padding: 50px 0;
  }
}
.inner-intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inner-intro .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  padding: 72px 3% 0;
  text-align: center;
  position: relative;
  z-index: 3;
  margin: 0 -186px 0 0;
}
@media (max-width: 1199px) {
  .inner-intro .description {
    margin: 0 -90px 0 0;
  }
}
@media (max-width: 991px) {
  .inner-intro .description {
    padding: 0;
  }
}
.inner-intro .description h2 {
  line-height: 1;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .inner-intro .description {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.inner-intro p {
  padding: 0 9%;
}
@media (max-width: 991px) {
  .inner-intro p {
    padding: 0 2%;
  }
}
.inner-intro .image {
  width: 58.5%;
}
@media (max-width: 767px) {
  .inner-intro .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 30px;
  }
}
.inner-intro .image img {
  display: block;
}
@media (max-width: 1439px) {
  .inner-intro .image img {
    max-width: 110%;
  }
}

.articles-section .head {
  text-align: center;
  max-width: 780px;
  margin: 5px auto 57px;
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 991px) {
  .articles-section .head {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .articles-section .head {
    font-size: 16px;
    line-height: 24px;
  }
}
.articles-section .head h2 {
  line-height: 1;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .articles-section .head h2 {
    margin: 0 0 15px;
  }
}
.articles-section .head p {
  margin: 0 -30px;
}
@media (max-width: 991px) {
  .articles-section .head p {
    margin: 0;
  }
}

.horizontal-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1320px;
  height: 693px;
  overflow: hidden;
  gap: 20px;
  margin: auto;
}
@media (max-width: 991px) {
  .horizontal-accordion {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .horizontal-accordion {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.horizontal-accordion .slide {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: center;
  position: relative;
  z-index: 2;
  width: 100%;
}
.horizontal-accordion .slide .text-wrap {
  max-width: 480px;
  margin: 0 auto;
  padding: 47px 0 0;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
@media (max-width: 1199px) {
  .horizontal-accordion .slide .text-wrap {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .horizontal-accordion .slide .text-wrap {
    padding: 30px 15px 0;
  }
}
.horizontal-accordion .slide .text-wrap h2 {
  font-size: 50px;
}
@media (max-width: 991px) {
  .horizontal-accordion .slide .text-wrap h2 {
    font-size: 24px;
    margin: 0 0 12px;
  }
}
.horizontal-accordion .opener {
  color: #222;
  font-size: 28px;
  line-height: 32px;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-weight: 800;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 40px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background: #eaeaea;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 991px) {
  .horizontal-accordion .opener {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .horizontal-accordion .opener {
    display: block;
    -webkit-transform: none;
            transform: none;
    padding: 22px 40px;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}
@media (max-width: 767px) {
  .horizontal-accordion .opener {
    font-size: 16px;
    padding: 22px 15px;
  }
}
.horizontal-accordion .opener span {
  display: block;
}
.horizontal-accordion .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.horizontal-accordion .accordion-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  -webkit-transition: -webkit-box-flex 0.4s ease;
  transition: -webkit-box-flex 0.4s ease;
  transition: flex 0.4s ease;
  transition: flex 0.4s ease, -webkit-box-flex 0.4s ease, -ms-flex 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  color: #333;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .horizontal-accordion .accordion-item {
    -webkit-box-flex: inherit !important;
        -ms-flex: inherit !important;
            flex: inherit !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 80px;
    -webkit-transition: height 0.4s ease;
    transition: height 0.4s ease;
  }
}
.horizontal-accordion .accordion-item.item2 .text-wrap {
  max-width: 550px;
}
.horizontal-accordion .accordion-item.item3 .text-wrap {
  max-width: 480px;
}
.horizontal-accordion .accordion-item.item4 .text-wrap {
  max-width: 520px;
}
.horizontal-accordion .accordion-item.item5 .text-wrap {
  max-width: 650px;
}
.horizontal-accordion .accordion-item.active {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
@media (max-width: 767px) {
  .horizontal-accordion .accordion-item.active {
    height: 550px;
  }
}
.horizontal-accordion .accordion-item.active .slide {
  opacity: 1;
}
.horizontal-accordion .accordion-item.active .slide .text-wrap {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.horizontal-accordion .accordion-item.active .image {
  opacity: 1;
}

.articles-section {
  position: relative;
  z-index: 4;
}

.location-post {
  position: relative;
  margin: -278px 0 0;
}
@media (max-width: 1699.98px) {
  .location-post {
    margin-top: -150px;
  }
}
@media (max-width: 1439px) {
  .location-post {
    margin-top: -100px;
  }
}
@media (max-width: 991px) {
  .location-post {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .location-post {
    margin-top: -300px;
  }
}
@media (max-width: 575px) {
  .location-post {
    margin-top: -100px;
  }
}
.location-post img {
  display: block;
  width: 100%;
  height: auto;
}
.location-post .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 464px 0 0;
}
@media (max-width: 1699.98px) {
  .location-post .caption {
    padding-top: 250px;
  }
}
@media (max-width: 1439px) {
  .location-post .caption {
    padding-top: 200px;
  }
}
@media (max-width: 991px) {
  .location-post .caption {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .location-post .caption {
    position: static;
  }
}
.location-post .holder {
  max-width: 914px;
  margin: 0 auto;
  text-align: center;
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 1199px) {
  .location-post .holder {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .location-post .holder {
    font-size: 16px;
    line-height: 24px;
  }
}
.location-post h2 {
  margin: 0 0 30px;
}
@media (max-width: 1199px) {
  .location-post h2 {
    margin: 0 0 20px;
  }
}
.location-post h2 span {
  color: #d31145;
}
.location-post p {
  padding: 0 4.4%;
  margin: 0 0 41px;
}
@media (max-width: 1199px) {
  .location-post p {
    padding: 0;
    margin: 0 0 20px;
  }
}

.benefits-area {
  padding: 133px 0 219px;
}
@media (max-width: 1199px) {
  .benefits-area {
    padding: 90px 0 150px;
  }
}
@media (max-width: 767px) {
  .benefits-area {
    padding: 90px 0 110px;
  }
}
.benefits-area h2 {
  text-align: center;
  margin: 0 0 85px;
  letter-spacing: 2px;
}
@media (max-width: 1199px) {
  .benefits-area h2 {
    letter-spacing: 0;
    margin: 0 0 40px;
  }
}
.benefits-area .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 13px 0 40px;
}
.benefits-area .item {
  width: 20%;
  text-align: center;
}
@media (max-width: 1199px) {
  .benefits-area .item {
    width: 23%;
  }
}
@media (max-width: 991px) {
  .benefits-area .item {
    width: 40%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .benefits-area .item {
    width: 100%;
  }
}
.benefits-area .item .ico-box {
  margin: 0 0 26px;
  min-height: 90px;
}
@media (max-width: 1199px) {
  .benefits-area .item .ico-box {
    margin: 0 0 10px;
  }
}
.benefits-area .item .title {
  font-size: 30px;
  line-height: 34px;
  font-weight: 900;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  margin: 0 0 25px;
  display: block;
}
@media (max-width: 1199px) {
  .benefits-area .item .title {
    font-size: 24px;
    line-height: 30px;
  }
}

.quote-area {
  padding: 0 0 116px;
}
@media (max-width: 991px) {
  .quote-area {
    padding: 0 0 56px;
  }
}
.quote-area.add {
  padding: 131px 0 30px;
  position: relative;
}
.quote-area.add:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  content: "";
  background: #1f1f23;
}
.quote-area.add .holder {
  padding: 0 6.8% 67px;
}
.quote-area .holder {
  max-width: 1170px;
  margin: 0 auto;
  border-radius: 29px;
  border: 1px solid #979896;
  background: #fff;
  padding: 0 11% 59px;
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 20px 20px 35px rgba(0, 0, 0, 0.2);
          box-shadow: 20px 20px 35px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .quote-area .holder {
    padding: 0 5% 50px;
  }
}
.quote-area .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -119px auto 13px;
}
.quote-area blockquote {
  margin: 0;
  border: 0;
}
.quote-area blockquote q {
  display: block;
  quotes: none;
  font-size: 50px;
  line-height: 71px;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0 0 34px;
}
@media (max-width: 1199px) {
  .quote-area blockquote q {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .quote-area blockquote q {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .quote-area blockquote q {
    font-size: 20px;
    line-height: 30px;
  }
}
.quote-area blockquote cite {
  text-align: center;
  display: block;
  font-style: normal;
}
.quote-area blockquote .name {
  display: block;
  color: #d31145;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 2px;
  margin: 0 0 8px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .quote-area blockquote .name {
    font-size: 20px;
    line-height: 26px;
  }
}
.quote-area blockquote .address {
  display: block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.map-area {
  padding: 240px 0 100px;
}
@media (max-width: 991px) {
  .map-area {
    padding: 150px 0 40px;
  }
}
.map-area .head {
  max-width: 710px;
  margin: 0 auto 90px;
  text-align: center;
}
@media (max-width: 1199px) {
  .map-area .head {
    margin-bottom: 40px;
  }
}
.map-area h1 {
  line-height: 1;
  letter-spacing: 2px;
}
.map-area p {
  margin: 0 0 38px;
}

.locations-map {
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  .locations-map {
    padding: 0;
  }
}
.locations-map .map-holder {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.locations-map .map-info {
  position: absolute;
  right: 150px;
  top: -90px;
  background: #fff;
  z-index: 99;
  padding: 25px 25px 10px;
}
@media (max-width: 1439px) {
  .locations-map .map-info {
    top: -130px;
    right: 100px;
  }
}
@media (max-width: 767px) {
  .locations-map .map-info {
    position: relative;
    top: 0;
    right: 0;
  }
}
.locations-map .map-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 0 18px;
}
.locations-map .map-info li .box {
  width: 26px;
  height: 26px;
  border: 1px solid transparent;
}
.locations-map .map-info li:nth-child(1) .box {
  background: rgba(211, 17, 69, 0.2);
  border-color: #d31145;
}
.locations-map .map-info li:nth-child(1) .text {
  color: #d31145;
}
.locations-map .map-info li:nth-child(2) .box {
  background: rgba(0, 112, 60, 0.2);
  border-color: #00703c;
}
.locations-map .map-info li:nth-child(2) .text {
  color: #00703c;
}
.locations-map .map-info li:nth-child(3) .box {
  background: rgba(255, 255, 255, 1);
  border-color: #555;
}
.locations-map .map-info li:nth-child(3) .text {
  color: #555;
}

.faq-list {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  max-width: 1366px;
  border-top: 2px solid #ccc;
}
.faq-list li {
  border-bottom: 2px solid #ccc;
}
.faq-list li.active .opener:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-list .opener {
  display: block;
  position: relative;
  font-size: 25px;
  line-height: 30px;
  font-weight: 900;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  color: #222;
  padding: 35px 20px;
}
@media (max-width: 767px) {
  .faq-list .opener {
    padding: 15px 25px 15px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.faq-list .opener:before {
  position: absolute;
  right: 46px;
  content: "\e900";
  font-family: "ritas-icomoon" !important;
  top: 36px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #d31145;
}
@media (max-width: 767px) {
  .faq-list .opener:before {
    top: 30%;
    right: 0;
  }
}
.faq-list .text-wrap {
  padding: 0 20px;
}

.faq-area {
  padding: 94px 0;
}
.faq-area h1 {
  text-align: center;
}

.form-area.get-started-form {
  padding-top: 248px !important;
}
.form-area.get-started-form .image-wrap {
  top: 248px;
}

.products-visual {
  padding: 206px 0 122px;
}
@media (max-width: 991px) {
  .products-visual {
    padding: 180px 0 50px;
  }
}
.products-visual .container {
  max-width: 1170px;
}
.products-visual h1 {
  letter-spacing: 2px;
  font-size: 200px;
  line-height: 0.88;
  text-align: center;
}
@media (max-width: 1199px) {
  .products-visual h1 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .products-visual h1 {
    font-size: 50px;
    line-height: 1.1;
  }
}
.products-visual .image img {
  max-width: 100%;
  display: block;
  margin: -81px 0 30px;
}
@media (max-width: 1199px) {
  .products-visual .image img {
    margin-top: 0;
  }
}
.products-visual .holder {
  padding: 0 8%;
  text-align: center;
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .products-visual .holder {
    font-size: 20px;
    line-height: 26px;
    padding: 0;
  }
}
.products-visual .holder h2 {
  font-size: 50px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .products-visual .holder h2 {
    font-size: 32px;
    line-height: 1.1;
  }
}

.products-boxes .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products-boxes .box {
  width: 25%;
  padding: 0 14px 30px;
}
@media (max-width: 1199px) {
  .products-boxes .box {
    width: 33.333%;
  }
}
@media (max-width: 991px) {
  .products-boxes .box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .products-boxes .box {
    width: 100%;
  }
}
.products-boxes .box:nth-child(1) .image {
  padding-left: 70px;
}
.products-boxes .box:nth-child(2) .image {
  padding-left: 20px;
}
.products-boxes .box:nth-child(3) .image {
  padding-left: 80px;
}
.products-boxes .box:nth-child(5) .image {
  padding-left: 80px;
}
.products-boxes .box:nth-child(8) .image {
  padding-left: 80px;
}
.products-boxes .box:nth-child(9) .image {
  padding-left: 80px;
}
.products-boxes .box:nth-child(12) .image {
  padding-left: 80px;
}
.products-boxes .box:nth-child(13) .image {
  padding-left: 80px;
}
.products-boxes .box:nth-child(14) .image {
  padding-left: 25px;
}
.products-boxes .box:nth-child(15) .image {
  padding-left: 45px;
  padding-bottom: 43px;
}
.products-boxes .inner {
  position: relative;
  padding: 0 30px 27px;
  border: 1px solid #ccc;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(238, 238, 238)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .products-boxes .inner {
    padding: 0 15px 27px;
  }
}
.products-boxes .inner .title {
  display: block;
  font-size: 25px;
  line-height: 34px;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .products-boxes .inner .title {
    font-size: 20px;
    line-height: 26px;
  }
}
.products-boxes .inner p {
  margin: 0;
}
.products-boxes .image {
  height: 281px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 18px;
  margin: 0 -30px;
  padding-left: 45px;
}
.products-boxes .image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.testimonials-visual {
  padding: 248px 0 90px;
}
@media (max-width: 991px) {
  .testimonials-visual {
    padding: 150px 0 50px;
  }
}
.testimonials-visual .container {
  max-width: 910px;
  margin: 0 auto;
  text-align: center;
}

.testimonials-blocks .container {
  max-width: 1312px;
}
.testimonials-blocks .block {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .testimonials-blocks .block {
    margin-bottom: 30px;
  }
}
.testimonials-blocks .block img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .testimonials-blocks .block img {
    border-radius: 20px;
  }
}
.testimonials-blocks .block a {
  color: #fff;
}
.testimonials-blocks .block a:hover {
  color: #d31145;
}
.testimonials-blocks .block a:hover .ico-play {
  background: #d31145;
}
.testimonials-blocks .block a:hover .ico-play .icon {
  border-left-color: #fff;
}
.testimonials-blocks .block .play-btn {
  position: absolute;
  left: 62px;
  top: 48px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .testimonials-blocks .block .play-btn {
    left: 20px;
    top: 20px;
    gap: 10px;
  }
}
.testimonials-blocks .block .play-btn .text {
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .testimonials-blocks .block .play-btn .text {
    font-size: 16px;
  }
}
.testimonials-blocks .block .play-btn .ico-play {
  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;
  width: 66px;
  height: 66px;
  padding-left: 4px;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
@media (max-width: 991px) {
  .testimonials-blocks .block .play-btn .ico-play {
    width: 30px;
    height: 30px;
  }
}
.testimonials-blocks .block .play-btn .ico-play .icon {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-style: solid;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 22px solid #292638;
  border-right: 0;
}
@media (max-width: 991px) {
  .testimonials-blocks .block .play-btn .ico-play .icon {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #292638;
  }
}

.process-intro {
  padding: 234px 0 68px;
}
@media (max-width: 1199px) {
  .process-intro {
    padding: 158px 0 40px;
  }
}
.process-intro .head {
  text-align: center;
  max-width: 702px;
  margin: 0 auto;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .process-intro .head {
    font-size: 20px;
    line-height: 30px;
  }
}
.process-intro .head h1 {
  line-height: 1;
  margin: 0 0 20px;
}

.process-blocks {
  position: relative;
  padding: 259px 0 158px;
}
@media (max-width: 1439px) {
  .process-blocks {
    padding-bottom: 220px;
    padding-top: 180px;
  }
}
@media (max-width: 1199px) {
  .process-blocks {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .process-blocks {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .process-blocks {
    padding-bottom: 0;
  }
}
.process-blocks.add {
  padding-top: 294px;
  padding-bottom: 287px;
}
@media (max-width: 1199px) {
  .process-blocks.add {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.process-blocks.add:before {
  background: url(../images/bg-stripe-dotted.svg) no-repeat;
  width: 1270px;
  margin-left: -635px;
  height: 3145px;
  top: 20px;
}
.process-blocks.add .blocks-holder {
  padding: 0 15.4%;
}
@media (max-width: 1359.98px) {
  .process-blocks.add .blocks-holder {
    padding: 0 8%;
  }
}
@media (max-width: 991px) {
  .process-blocks.add .blocks-holder {
    padding: 0 2%;
  }
}
.process-blocks:before {
  position: absolute;
  left: 50%;
  top: 8px;
  content: "";
  background: url(../images/bg-stripe.svg) no-repeat;
  width: 1388px;
  height: 1984px;
  margin-left: -694px;
}
@media (max-width: 1439px) {
  .process-blocks:before {
    width: 1200px;
    margin-left: -600px;
  }
}
@media (max-width: 1199px) {
  .process-blocks:before {
    width: 3px !important;
    height: 50px !important;
    margin-left: -1px !important;
    top: 10px !important;
    background-image: none !important;
    background-color: #d31145 !important;
  }
}
@media (max-width: 991px) {
  .process-blocks:before {
    display: none !important;
  }
}
.process-blocks:after {
  position: absolute;
  left: 50%;
  top: -8px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 100%;
  background: #d31145;
  -webkit-animation: ping 1.5s ease-out infinite;
          animation: ping 1.5s ease-out infinite;
}
@media (max-width: 991px) {
  .process-blocks:after {
    display: none;
  }
}
.process-blocks .blocks-holder {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 9.2%;
}
@media (max-width: 1439px) {
  .process-blocks .blocks-holder {
    padding: 0 2%;
  }
}
@media (max-width: 1199px) {
  .process-blocks .blocks-holder {
    padding: 0;
  }
}
.process-blocks .block {
  width: 33.333%;
  padding: 0 26px 116px;
}
@media (max-width: 1439px) {
  .process-blocks .block {
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .process-blocks .block {
    padding: 0 10px 50px;
  }
}
@media (max-width: 991px) {
  .process-blocks .block {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .process-blocks .block {
    width: 100%;
    padding-bottom: 40px;
  }
}
.process-blocks .block:nth-child(1) .inner {
  padding-top: 68px;
}
.process-blocks .block:nth-child(2) .inner {
  padding-top: 68px;
}
.process-blocks .block:nth-child(3) .inner {
  padding-top: 68px;
}
.process-blocks .block:nth-child(5) .inner h2 {
  margin-right: -22px;
}
.process-blocks .inner {
  border: 3px solid #e5e5e5;
  border-radius: 28px;
  padding: 42px 40px 33px;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  line-height: 24px;
  position: relative;
  overflow: hidden;
}
.process-blocks .inner h2 {
  font-size: 35px;
  line-height: 1.1;
  margin: 0 0 18px;
}
@media (max-width: 1439px) {
  .process-blocks .inner h2 {
    font-size: 30px;
  }
}
.process-blocks .inner .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  color: #d31145;
  margin: 0 0 16px;
  display: block;
  letter-spacing: 2px;
}
.process-blocks .image-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 37px 0 74px;
  margin-bottom: 110px;
}
@media (max-width: 1199px) {
  .process-blocks .image-box {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .process-blocks .image-box {
    display: block;
    padding: 35px 0;
  }
}
@media (max-width: 767px) {
  .process-blocks .image-box {
    padding: 20px 20px 35px;
  }
}
.process-blocks .image-box:before {
  position: absolute;
  left: 77px;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  border-radius: 28px;
  background: #eee;
}
@media (max-width: 991px) {
  .process-blocks .image-box:before {
    left: 0;
    border-radius: 20px;
  }
}
.process-blocks .image-box .image {
  position: relative;
  width: 39.3%;
}
@media (max-width: 991px) {
  .process-blocks .image-box .image {
    margin: 0 auto;
    width: 350px;
  }
}
@media (max-width: 575px) {
  .process-blocks .image-box .image {
    width: 100%;
  }
}
.process-blocks .image-box .image img {
  width: 100%;
  height: auto;
  display: block;
}
.process-blocks .image-box .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  position: relative;
  padding: 60px 110px 0 70px;
}
@media (max-width: 1199px) {
  .process-blocks .image-box .description {
    padding: 60px 40px 0;
  }
}
@media (max-width: 991px) {
  .process-blocks .image-box .description {
    text-align: center;
    padding-top: 34px;
  }
}
@media (max-width: 767px) {
  .process-blocks .image-box .description {
    padding: 35px 0 0;
  }
}
.process-blocks .image-box .description h2 {
  font-size: 50px;
  line-height: 1.1;
  margin: 0 0 18px;
}
@media (max-width: 1439px) {
  .process-blocks .image-box .description h2 {
    font-size: 30px;
  }
}
.process-blocks .image-box .description .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  color: #d31145;
  margin: 0;
  display: block;
  letter-spacing: 2px;
}

@-webkit-keyframes ping {
  0% {
    -webkit-box-shadow: 0 0 1px rgba(211, 17, 69, 0.2);
            box-shadow: 0 0 1px rgba(211, 17, 69, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(211, 17, 69, 0.3);
            box-shadow: 0 0 0 8px rgba(211, 17, 69, 0.3);
  }
}

@keyframes ping {
  0% {
    -webkit-box-shadow: 0 0 1px rgba(211, 17, 69, 0.2);
            box-shadow: 0 0 1px rgba(211, 17, 69, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(211, 17, 69, 0.3);
            box-shadow: 0 0 0 8px rgba(211, 17, 69, 0.3);
  }
}
#map_inner rect {
  display: none;
}

#map_zoom {
  display: none;
}

.footer {
  background: #1f1f23;
  padding: 81px 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .footer {
    padding: 45px 0 0;
  }
}
.footer .container {
  max-width: 1230px;
}
.footer .footer-logo {
  width: 615px;
  margin: 0 auto 86px;
}
@media (max-width: 991px) {
  .footer .footer-logo {
    width: 400px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .footer .footer-logo {
    width: 300px;
  }
}
.footer .footer-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer-logo img {
  display: block;
  height: auto;
}
.footer .footer-logo .logo-img {
  width: 216px;
}
@media (max-width: 991px) {
  .footer .footer-logo .logo-img {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .footer .footer-logo .logo-img {
    width: 110px;
  }
}
.footer .footer-logo .slogan {
  width: 363px;
}
@media (max-width: 991px) {
  .footer .footer-logo .slogan {
    width: 220px;
  }
}
@media (max-width: 575px) {
  .footer .footer-logo .slogan {
    width: 170px;
  }
}
.footer .col-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 30px;
}
.footer .col-holder a {
  color: #fff;
}
.footer .col-holder a:hover,
.footer .col-holder a:focus {
  color: #d31145;
}
.footer .col-holder .name {
  display: block;
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .footer .col-holder .name {
    font-size: 16px;
  }
}
.footer .col-holder .address {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .footer .col-holder .address {
    font-size: 14px;
  }
}
.footer .info-col {
  padding-right: 19px;
}
@media (max-width: 767px) {
  .footer .info-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    text-align: center;
  }
}
.footer .nav-col {
  width: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .nav-col {
    width: 290px;
  }
}
@media (max-width: 767px) {
  .footer .nav-col {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer .footer-nav {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    gap: 15px;
    font-size: 14px;
  }
}
.footer .footer-nav li {
  margin: 0 0 16px;
}
.footer .social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px;
}
@media (max-width: 767px) {
  .footer .social-networks {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer-cta {
  text-align: center;
}
@media (max-width: 991px) {
  .footer .footer-cta {
    width: 100%;
    padding: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .footer .footer-cta {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.footer .footer-cta .btn-primary {
  padding: 15px 25px;
}
.footer .footer-cta .btn-primary:hover, .footer .footer-cta .btn-primary:focus {
  background: #fff !important;
  color: #d31145 !important;
  border-color: #fff !important;
}
.footer .footer-cta .tell {
  padding: 21px 0 0;
  display: block;
}
.footer .footer-cta .tell a {
  color: #d31145;
}
.footer .footer-cta .tell a:hover {
  color: #fff;
}

.footer-links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 34px 0;
  border-top: 1px solid #57575a;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .footer-links-wrap {
    font-size: 12px;
  }
}
.footer-links-wrap .copy {
  margin: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .footer-links-wrap .copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding-top: 15px;
    text-align: center;
  }
}
.footer-links-wrap .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
  margin: 0 -12px;
}
@media (max-width: 991px) {
  .footer-links-wrap .footer-links {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.footer-links-wrap .footer-links li {
  padding: 0 12px;
  position: relative;
}
@media (max-width: 767px) {
  .footer-links-wrap .footer-links li {
    margin-bottom: 10px;
    padding: 0 8px;
  }
}
.footer-links-wrap .footer-links li:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: #969698;
  width: 2px;
}
.footer-links-wrap .footer-links li:nth-child(1):before {
  display: none;
}
.footer-links-wrap .footer-links a {
  color: #fff;
}
.footer-links-wrap .footer-links a:hover,
.footer-links-wrap .footer-links a:focus {
  color: #d31145;
}

.footer-bottom {
  border-top: 1px solid #303031;
  padding: 32px 0;
  color: #6f6f6f;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
}
.footer-bottom p {
  margin: 0;
}

.banner-area {
  padding: 178px 0 0;
}
@media (max-width: 1199.98px) {
  .banner-area {
    padding: 156px 0 0;
  }
}
@media (max-width: 1439px) {
  .banner-area {
    padding: 130px 0 0;
  }
}
.banner-area img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}
.banner-area .wrap {
  position: relative;
  overflow: hidden;
}
.banner-area video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.intro-area {
  padding: 102px 0 112px;
}
@media (max-width: 1199.98px) {
  .intro-area {
    padding: 70px 0;
  }
}
.intro-area h1 {
  text-align: center;
}
.intro-area h1 span {
  color: #d31145;
}
.intro-area .head {
  text-align: center;
}
.intro-area .head p {
  max-width: 718px;
  margin: 0 auto 50px;
}
.intro-area .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .intro-area .holder {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
}
.intro-area .holder .wrap:nth-child(1) {
  width: 268px;
  text-align: center;
}
.intro-area .holder .wrap:nth-child(1) .text-holder {
  margin: -107px -90px 0 76px;
}
@media (max-width: 1439px) {
  .intro-area .holder .wrap:nth-child(1) .text-holder {
    margin-left: 0;
    margin-right: -20px;
  }
}
.intro-area .holder .wrap:nth-child(2) {
  width: 324px;
  text-align: center;
}
.intro-area .holder .wrap:nth-child(2) .text-holder {
  margin: -107px -30px 0 30px;
}
@media (max-width: 1439px) {
  .intro-area .holder .wrap:nth-child(2) .text-holder {
    margin-right: 0;
  }
}
.intro-area .holder .wrap:nth-child(2) .number {
  font-size: 58px;
}
@media (max-width: 1199.98px) {
  .intro-area .holder .wrap:nth-child(2) .number {
    font-size: 40px;
  }
}
.intro-area .holder .wrap:nth-child(3) {
  width: 324px;
  text-align: center;
}
.intro-area .holder .wrap:nth-child(3) .text-holder {
  margin: -163px 62px 0 -89px;
}
@media (max-width: 1439px) {
  .intro-area .holder .wrap:nth-child(3) .text-holder {
    margin-right: 0;
    margin-left: 0;
  }
}
.intro-area .holder .wrap:nth-child(3) .number {
  font-size: 58px;
}
@media (max-width: 1199.98px) {
  .intro-area .holder .wrap:nth-child(3) .number {
    font-size: 40px;
  }
}
.intro-area .holder .wrap .number {
  display: block;
  color: #00703c;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-size: 69px;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 19px;
}
@media (max-width: 1199.98px) {
  .intro-area .holder .wrap .number {
    font-size: 50px;
  }
}
.intro-area .holder .wrap .text-holder {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .intro-area .holder .wrap .text-holder {
    font-size: 18px;
    line-height: 24px;
  }
}

.image-post-area {
  position: relative;
}
.image-post-area img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1199.98px) {
  .image-post-area img.img-des {
    display: none;
  }
}
.image-post-area img.img-mob {
  display: none;
}
@media (max-width: 1199.98px) {
  .image-post-area img.img-mob {
    display: block;
  }
}
@media (max-width: 767px) {
  .image-post-area img {
    width: 800px;
    position: relative;
  }
}
@media (max-width: 575px) {
  .image-post-area img {
    width: 600px;
    position: relative;
  }
}
.image-post-area .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
@media (max-width: 1199.98px) {
  .image-post-area .caption {
    position: static;
  }
}
.image-post-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .image-post-area .container {
    display: block;
  }
}
.image-post-area .holder {
  width: 50%;
  padding-left: 95px;
  padding-top: 31px;
}
@media (max-width: 1499.98px) {
  .image-post-area .holder {
    padding-left: 50px;
  }
}
@media (max-width: 1199.98px) {
  .image-post-area .holder {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1199.98px) {
  .image-post-area .holder {
    padding: 50px 0 0;
  }
}
.image-post-area h2 {
  margin: 0 -50px 20px -9px;
}
@media (max-width: 1699.98px) {
  .image-post-area h2 {
    font-size: 60px;
  }
}
@media (max-width: 1499.98px) {
  .image-post-area h2 {
    margin-right: 0;
  }
}
@media (max-width: 1439px) {
  .image-post-area h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .image-post-area h2 {
    margin: 0 0 20px;
    font-size: 34px;
  }
}
.image-post-area p {
  margin: 0 0 20px;
}
@media (max-width: 1699.98px) {
  .image-post-area p {
    margin: 0 0 15px;
  }
}
.image-post-area .btn-primary {
  padding: 15px 25px;
}

.products-area {
  padding: 113px 0 0;
}
@media (max-width: 1439px) {
  .products-area {
    padding: 80px 0 0;
  }
}
.products-area .image {
  position: relative;
  margin: -154px -50px 0 -236px;
}
@media (max-width: 1599.98px) {
  .products-area .image {
    margin: -100px -50px 0 -230px;
  }
}
@media (max-width: 1439px) {
  .products-area .image {
    margin-top: -50px;
  }
}
@media (max-width: 991px) {
  .products-area .image {
    margin-top: 0;
  }
}
.products-area .image img {
  display: block;
  width: 100%;
  height: auto;
}
.products-area .head {
  max-width: 664px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.products-area .head h2 {
  margin: 0 0 26px;
}
@media (max-width: 1439px) {
  .products-area .head h2 {
    margin: 0 0 10px;
  }
}
@media (max-width: 1439px) {
  .products-area .head p {
    margin: 0;
  }
}
.products-area .head .text {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #d31145;
  margin: 0 0 40px;
}
@media (max-width: 1599.98px) {
  .products-area .head .text {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .products-area .head .text {
    font-size: 16px;
  }
}
.products-area .head .btn-primary {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.article-area {
  padding: 92px 0 136px;
}
@media (max-width: 1439px) {
  .article-area {
    padding: 90px 0;
  }
}
.article-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .article-area .container {
    display: block;
  }
}
.article-area .image {
  width: 54.6%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 1599.98px) {
  .article-area .image {
    margin-right: -100px;
  }
}
@media (max-width: 991px) {
  .article-area .image {
    width: auto;
    margin-bottom: 40px;
    margin-right: -50px;
  }
}
.article-area .image img {
  float: left;
}
@media (max-width: 1599.98px) {
  .article-area .image img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .article-area .image img {
    float: none;
  }
}
.article-area .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding-top: 10px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 -4% 0 -8px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1439px) {
  .article-area .description {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .article-area .description {
    margin: 0;
  }
}
.article-area .description h2 {
  letter-spacing: 2px;
  margin: 0 0 27px -5px;
}
@media (max-width: 767px) {
  .article-area .description h2 {
    letter-spacing: 0;
  }
}
.article-area .description p {
  margin: 0 0 40px;
  padding-right: 50px;
}
@media (max-width: 1439px) {
  .article-area .description p {
    margin: 0 0 30px;
    padding: 0;
  }
}

.about-area {
  position: relative;
  padding: 148px 0 0;
}
@media (max-width: 1439px) {
  .about-area {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .about-area {
    padding-top: 60px;
  }
}
.about-area:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  background: #0095d8;
  height: 80%;
}
.about-area .holder {
  max-width: 1124px;
  margin: 0 auto 79px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .about-area .holder {
    margin-bottom: 30px;
  }
}
.about-area .holder h2 {
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .about-area .holder h2 {
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .about-area .holder h2 br {
    display: none;
  }
}
.about-area .holder h2 span {
  font-style: italic;
  color: #8dd3f4;
  font-weight: 500;
}
.about-area .holder p {
  padding: 0 13%;
}
@media (max-width: 767px) {
  .about-area .holder p {
    padding: 0;
  }
}
.about-area .images-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 52px;
  margin: 0 -50px;
}
@media (max-width: 1699.98px) {
  .about-area .images-holder {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .about-area .images-holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.about-area .images-holder .image {
  width: 20%;
}
@media (max-width: 767px) {
  .about-area .images-holder .image {
    width: 32.333%;
  }
}
.about-area .images-holder .image img {
  width: 100%;
  height: auto;
  display: block;
}

.features-area {
  padding: 110px 0;
}
@media (max-width: 1439px) {
  .features-area {
    padding: 55px 0;
  }
}
.features-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features-area .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 47.5%;
}
@media (max-width: 1599.98px) {
  .features-area .image {
    width: 53%;
  }
}
@media (max-width: 991px) {
  .features-area .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
  }
}
@media (max-width: 1599.98px) {
  .features-area .image img {
    max-width: 120%;
    height: auto;
  }
}
.features-area .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding-top: 137px;
  margin-left: -7px;
}
@media (max-width: 1439px) {
  .features-area .description {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .features-area .description {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .features-area .description {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.features-area .description p {
  max-width: 646px;
  margin: 0 0 69px;
}
@media (max-width: 1439px) {
  .features-area .description p {
    margin: 0 0 30px;
  }
}
.features-area .description h2 {
  margin-right: -66px;
  margin-left: -5px;
  margin-bottom: 34px;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .features-area .description h2 {
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .features-area .description h2 {
    margin-right: 0;
    margin-left: 0;
  }
}
.features-area .description ul {
  margin: 0 -96px 67px 0;
  padding: 0 0 0 18px;
  position: relative;
  font-size: 22px;
  line-height: 24px;
}
@media (max-width: 1599.98px) {
  .features-area .description ul {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .features-area .description ul {
    margin-right: -20px;
  }
}
@media (max-width: 991px) {
  .features-area .description ul {
    margin: 0 0 40px;
  }
}
.features-area .description ul:before {
  position: absolute;
  left: 2px;
  top: -10px;
  bottom: -20px;
  content: "";
  border-radius: 19px;
  width: 44px;
  background: #f8f8f8;
}
.features-area .description ul li {
  position: relative;
  padding: 0 0 0 50px;
  margin: 0 0 24px;
}
.features-area .description ul li:before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  content: "";
  background: #00703c;
}
.features-area .description ul li span {
  color: #00703c;
  font-weight: 700;
}

.form-area {
  position: relative;
  padding: 0 0 97px;
}
@media (max-width: 1439px) {
  .form-area {
    padding: 0 0 80px;
  }
}
.form-area .head {
  text-align: center;
  padding: 74px 0 31px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .form-area .head {
    padding-top: 10px;
  }
}
.form-area .head h2 {
  margin: 0 0 36px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .form-area .head h2 {
    letter-spacing: 0;
    margin: 0 0 15px;
  }
}
.form-area .head span {
  display: block;
  color: #d31145;
}
.form-area .form {
  max-width: 916px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.form-area .form img {
  width: 100%;
  height: auto;
  display: block;
}
.form-area .image-wrap {
  position: absolute;
  left: -383px;
  right: -248px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1859.98px) {
  .form-area .image-wrap {
    left: -360px;
    right: -220px;
  }
}
@media (max-width: 1499.98px) {
  .form-area .image-wrap {
    left: -370px;
    right: -140px;
    top: 80px;
  }
}
@media (max-width: 1439px) {
  .form-area .image-wrap {
    left: -250px;
    right: -100px;
    top: 80px;
  }
}
@media (max-width: 1199px) {
  .form-area .image-wrap {
    display: none;
  }
}
@media (max-width: 1439px) {
  .form-area .image-wrap img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1859.98px) {
  .form-area .image-wrap .image-left img {
    width: 600px;
  }
}
@media (max-width: 1439px) {
  .form-area .image-wrap .image-left img {
    width: 400px;
  }
}
.form-area .image-wrap .image-right {
  margin-top: 66px;
}
@media (max-width: 1859.98px) {
  .form-area .image-wrap .image-right img {
    width: 450px;
  }
}
@media (max-width: 1499.98px) {
  .form-area .image-wrap .image-right img {
    width: 350px;
  }
}
@media (max-width: 1439px) {
  .form-area .image-wrap .image-right img {
    width: 250px;
  }
}

.blog-banner {
  padding: 228px 0 85px;
}
@media (max-width: 1199px) {
  .blog-banner {
    padding: 160px 0 70px;
  }
}
.blog-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .blog-banner .container {
    display: block;
  }
}
.blog-banner .image {
  width: 70.5%;
}
@media (max-width: 1439px) {
  .blog-banner .image {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .blog-banner .image {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .blog-banner .image {
    width: 100%;
    margin: 0 0 30px;
  }
}
.blog-banner .image img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-banner .description {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  margin: 0 0 0 -264px;
}
@media (max-width: 1439px) {
  .blog-banner .description {
    margin: 0 0 0 -160px;
  }
}
@media (max-width: 1199px) {
  .blog-banner .description {
    margin: 0;
  }
}
.blog-banner .box {
  width: 680px;
  padding: 65px 60px;
  background: #fff;
  border-radius: 20px;
  font-size: 25px;
  line-height: 32px;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1439px) {
  .blog-banner .box {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .blog-banner .box {
    padding: 35px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .blog-banner .box {
    padding: 25px;
  }
}
.blog-banner h1 {
  font-size: 65px;
  line-height: 73px;
  font-weight: 800;
  color: #000;
  margin: 0 0 25px;
}
@media (max-width: 1439px) {
  .blog-banner h1 {
    font-size: 40px;
    line-height: 1.15;
  }
}
@media (max-width: 767px) {
  .blog-banner h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
.blog-banner .date {
  display: block;
  font-size: 20px;
  color: #999;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .blog-banner .date {
    font-size: 16px;
  }
}
.blog-banner p {
  max-width: 450px;
  margin: 0 0 30px;
}
@media (max-width: 1439px) {
  .blog-banner p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-banner p {
    margin: 0 0 15px;
  }
}
.blog-banner a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  line-height: 28px;
  color: #d31145;
  gap: 17px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 700;
}
@media (max-width: 767px) {
  .blog-banner a {
    font-size: 18px;
    line-height: 24px;
  }
}
.blog-banner a .icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
}
.blog-banner a:hover, .blog-banner a:focus {
  gap: 24px;
  color: #000;
}

.blog-contents {
  padding: 0 0 55px;
}
.blog-contents .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 37px;
}
.blog-contents .head h2 {
  font-size: 40px;
  line-height: 44px;
  margin: 0;
  color: #000;
}
@media (max-width: 767px) {
  .blog-contents .head h2 {
    font-size: 26px;
    line-height: 31px;
    margin: 0 0 20px;
  }
}
.blog-contents .head .select-holder {
  width: 211px;
  border-radius: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-contents .head .select-holder {
    width: 100%;
  }
}
.blog-contents .head .select-holder:before {
  content: "\e900";
  position: absolute;
  top: 12px;
  right: 37px;
  font-size: 15px;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  font-family: "ritas-icomoon" !important;
}
@media (max-width: 767px) {
  .blog-contents .head .select-holder:before {
    right: 25px;
  }
}
.blog-contents .head select::-ms-expand {
  display: none;
}
.blog-contents .head select {
  display: inline-block;
  border: 2px solid #000;
  padding: 13px 30px 13px 33px;
  margin: 0;
  font: inherit;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  line-height: 21px;
  background: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -moz-appearance: none;
       appearance: none;
  border-radius: 25px;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .blog-contents .head select {
    padding: 10px 20px;
  }
}
.blog-contents .holder {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-contents .block {
  width: 33.333%;
  padding: 0 15px 70px;
}
@media (max-width: 1439px) {
  .blog-contents .block {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .blog-contents .block {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .blog-contents .block {
    width: 100%;
  }
}
.blog-contents .block .date {
  font-size: 20px;
  line-height: 24px;
  color: #999;
  margin: 0 0 16px;
  display: block;
}
@media (max-width: 1439px) {
  .blog-contents .block .date {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
  }
}
.blog-contents .block .h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 800;
  margin: 0 0 9px;
}
@media (max-width: 1439px) {
  .blog-contents .block .h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .blog-contents .block p {
    margin: 0 0 10px;
  }
}
.blog-contents .image {
  margin: 0 0 25px;
}
.blog-contents .image img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-contents .description {
  padding-right: 55px;
}
@media (max-width: 1439px) {
  .blog-contents .description {
    padding-right: 0;
  }
}
.blog-contents .more-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 24px;
  color: #d31145;
  gap: 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-contents .more-link .icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
}
.blog-contents .more-link:hover, .blog-contents .more-link:focus {
  gap: 20px;
  color: #000;
}

.blog-contents .image img {
  min-height: 338px;
  max-height: 338px;
  object-fit: cover;
  border-radius: 18px;
  transition: all 0.4s ease;
}

.blog-contents .image {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.blog-contents .image a:hover img {
  transform: scale(1.08);
  transform-origin: center;
}

.blog-contents .block .h3 a {
  color: #222;
}

.blog-contents .block .h3 a:hover {
  color: #d31145;
}

#loading {
  text-align: center;
  color: #d31145;
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
}

.blog-banner .image img {
  border-radius: 18px;
}

@media (max-width: 1199px) {
  .blog-contents .image img {
    min-height: 260px;
    max-height: 260px;
  }
}

@media (max-width: 767px) {
  .blog-contents .image img {
    min-height: 300px;
    max-height: 300px;
  }
}

@media (max-width: 479px) {
  .blog-contents .image img {
    min-height: 270px;
    max-height: 270px;
  }
}

@media (max-width: 991px) {
  .wrapper:before {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    top: 150px;
    content: '';
    background: rgba(0,0,0, 0.75);
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
  }

  .menu-active .wrapper:before {
    opacity: 1;
    visibility: visible;
  }
}