@font-face {
  font-family: vicari;
  src: url("../fonts/vicari-icomoon.woff") format("woff"), url("../fonts/vicari-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: "vicari" !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-envelope:before {
  content: "\e91b";
}
.icon-phone:before {
  content: "\e91c";
}

.icon-circle-check:before {
  content: "\e916";
}
.icon-comments:before {
  content: "\e917";
}
.icon-list-check:before {
  content: "\e918";
}
.icon-circle-question:before {
  content: "\e919";
}
.icon-people-arrows:before {
  content: "\e91a";
}
.icon-question:before {
  content: "\e914";
}
.icon-dollar:before {
  content: "\e915";
}

.icon-money-bill-transfer-solid:before {
  content: "\e90e";
}

.icon-play-sharp-solid:before {
  content: "\e90f";
}

.icon-file-heart-solid:before {
  content: "\e910";
}

.icon-people-roof-solid:before {
  content: "\e911";
}

.icon-chart-waterfall-regular:before {
  content: "\e912";
}

.icon-chart-waterfall-solid:before {
  content: "\e913";
}

.icon-arrow-right-regular:before {
  content: "\e900";
}

.icon-chevron-down-sharp-solid:before {
  content: "\e901";
}

.icon-Vector:before {
  content: "\e902";
}

.icon-chevron-left-light:before {
  content: "\e903";
}

.icon-chevron-left-regular:before {
  content: "\e904";
}

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

.icon-clock-three-light:before {
  content: "\e906";
}

.icon-minus-regular:before {
  content: "\e907";
}

.icon-plus-large-regular:before {
  content: "\e908";
}

.icon-check-solid:before {
  content: "\e909";
}

.icon-check-regular:before {
  content: "\e90a";
}

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

.icon-arrow-left-light:before {
  content: "\e90c";
}

.icon-arrow-left-regular:before {
  content: "\e90d";
}

.header {
  position: relative;
  padding: 32px 0;
  z-index: 99;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1439px) {
  .header {
    padding: 20px 0;
  }
}
.header .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;
  max-width: 1642px;
}
.header .logo {
  width: 343px;
}
@media (max-width: 991px) {
  .header .logo {
    width: 250px;
  }
}
.header .logo img {
  display: block;
  width: 100%;
  height: auto;
}

/** @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: 15px;
  top: 25px;
  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: #212949;
  -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: #212949;
  -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 **/
@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;
  }
}

/** @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: 40px;
    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;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 991.98px) {
  .menu {
    display: block;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }
}
.menu li {
  padding: 0 29px 0 15px;
}
@media (max-width: 1199.98px) {
  .menu li {
    padding: 0 10px;
  }
}
@media (max-width: 991.98px) {
  .menu li {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .menu li:last-child {
    margin-top: 20px;
  }
}
.menu li:last-child a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  border: 2px solid #212949;
  height: 40px;
  text-align: center;
  padding: 8px 20px;
  border-radius: 3px;
  min-width: 134px;
  background: transparent;
  color: #212949;
}
@media (max-width: 991px) {
  .menu li:last-child a {
    display: block;
    margin: 0 40px;
  }
}
.menu li:last-child a:hover, .menu li:last-child a:active {
  border-color: #212949 !important;
  color: #fff !important;
  background: #212949 !important;
}
.menu a {
  color: #212949;
  display: block;
  position: relative;
}
@media (max-width: 991.98px) {
  .menu a {
    padding: 20px 35px;
    display: block;
  }
}
.menu a:hover {
  color: #8bb8e8;
}
@media (max-width: 991.98px) {
  .menu a:hover {
    color: #8bb8e8;
  }
}

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

.intro-section {
  padding: 90px 0;
}
@media (max-width: 991px) {
  .intro-section {
    padding: 40px 0;
  }
}
.intro-section .heading {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 22px;
  line-height: 28px;
  color: #8bb8e8;
  position: relative;
  margin-bottom: 15px;
}
.intro-section .heading:after {
  position: absolute;
  left: 0;
  right: -5px;
  content: "";
  background: #8bb8e8;
  height: 2px;
  bottom: -2px;
}
.intro-section h1 {
  margin: 0 0 30px;
}
.intro-section .holder {
  max-width: 1200px;
}

.about-area {
  background: #212949;
  padding: 100px 0 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-area {
    padding: 40px 0;
  }
}
.about-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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (max-width: 767px) {
  .about-area .container {
    display: block;
  }
}
.about-area .image {
  width: 50%;
  margin-right: 120px;
}
@media (max-width: 1199px) {
  .about-area .image {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .about-area .image {
    width: 100%;
    margin: 0 0 40px;
  }
}
.about-area .image img {
  width: 100%;
  height: auto;
  display: block;
}
.about-area .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
}

.certifications {
  padding: 90px 0 78px;
  background: #8bb8e8;
  color: #fff;
}
@media (max-width: 1199px) {
  .certifications {
    padding: 40px 0;
  }
}
.certifications .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
}
@media (max-width: 767px) {
  .certifications .holder {
    display: block;
  }
}
.certifications .certifications-list {
  width: 46%;
  font-weight: 700;
  color: #212949;
  font-size: 22px;
  line-height: 35px;
  margin: 0;
  padding: 0 0 0 8px;
}
@media (max-width: 1199px) {
  .certifications .certifications-list {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .certifications .certifications-list {
    width: 100%;
    line-height: 24px;
  }
}
.certifications .certifications-list li {
  padding: 0 0 0 21px;
  position: relative;
}
@media (max-width: 767px) {
  .certifications .certifications-list li {
    margin: 0 0 20px;
  }
}
.certifications .certifications-list li:before {
  position: absolute;
  left: 0;
  top: 14px;
  content: "";
  width: 5px;
  height: 5px;
  background: #212949;
}
@media (max-width: 767px) {
  .certifications .certifications-list li:before {
    top: 11px;
  }
}
.certifications .certifications-list .year {
  font-weight: 400;
}
.certifications h2 {
  margin: 0 0 32px;
}

.about-area2 {
  padding: 93px 0 90px;
}

.about-area2 h2 {
  margin: 0;
  font-weight: 600;
}

.about-area2 .subhead {
  display: block;
  font-size: 20px;
  margin: 0 0 25px;
}

@media (max-width: 767px) {
  .about-area2 {
    padding: 40px 0 20px;
  }
}
.about-area2 .container {
  max-width: 1062px;
  margin: 0 auto;
  text-align: center;
}

.about-area2 p {
  margin: 0 0 25px;
}

.intro-section2 {
  padding: 125px 0 175px;
  position: relative;
  font-size: 22px;
  line-height: 30px;
  background: #f2f3f7;
}
@media (max-width: 991px) {
  .intro-section2 {
    padding: 60px 0;
    font-size: 18px;
    line-height: 24px;
  }
}
.intro-section2:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  background: url(../images/image10.jpg) no-repeat;
  width: 774px;
  height: 544px;
  margin: 0 0 0 -387px;
}
@media (max-width: 991px) {
  .intro-section2:before {
    width: 500px;
    height: 351px;
    background-size: 100% 100%;
    margin-left: -250px;
  }
}
@media (max-width: 767px) {
  .intro-section2:before {
    width: 300px;
    height: 211px;
    background-size: 100% 100%;
    margin-left: -150px;
  }
}
.intro-section2 .container {
  position: relative;
}
.intro-section2 .heading {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 22px;
  line-height: 28px;
  color: #8bb8e8;
  position: relative;
  margin-bottom: 20px;
}
.intro-section2 .heading:after {
  position: absolute;
  left: 0;
  right: -5px;
  content: "";
  background: #8bb8e8;
  height: 2px;
  bottom: -2px;
}
.intro-section2 h1 {
  margin: 0 0 30px;
}
.intro-section2 .holder {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}

.process-area {
  padding: 50px 0;
}
.process-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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .process-area .container {
    display: block;
  }
}
.process-area .head {
  width: 42%;
  font-size: 30px;
}
@media (max-width: 767px) {
  .process-area .head {
    width: 100%;
    margin-bottom: 15px;
  }
}
.process-area .head p {
  color: #8bb8e8;
  margin: 0;
}
.process-area .head h2 {
  margin: 0;
}
.process-area .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
}
.process-area .description p {
  margin: 0;
}

.services-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #212949;
}
@media (max-width: 991px) {
  .services-block {
    display: block;
  }
}
.services-block:nth-child(even) {
  background: #8bb8e8;
}
.services-block:nth-child(even) .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.services-block:nth-child(even) .description {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #212949;
}
.services-block:nth-child(even) .description h2 {
  color: #212949;
}
.services-block:nth-child(even) .description .subhead {
  color: #fff;
}
.services-block:nth-child(even) .services-list ul li:before {
  background: #FFF;
}
.services-block .image {
  width: 40%;
}
@media (max-width: 1699px) {
  .services-block .image {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .services-block .image {
    width: 100%;
  }
}
.services-block .image img {
  width: 100%;
  height: auto;
  display: block;
}
.services-block .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  color: #fff;
  padding: 20px 110px;
}
@media (max-width: 1699px) {
  .services-block .description {
    padding: 20px 60px;
  }
}
@media (max-width: 1439px) {
  .services-block .description {
    padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .services-block .description {
    padding: 40px 30px;
  }
}
.services-block .holder {
  max-width: 670px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
@media (max-width: 1699px) {
  .services-block .holder {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1439px) {
  .services-block .holder {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .services-block .holder {
    font-size: 14px;
  }
}
.services-block h2 {
  line-height: 1.2;
  margin: 0 0 10px;
}
@media (max-width: 1439px) {
  .services-block h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .services-block h2 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .services-block p {
    margin: 0 0 10px;
  }
}
.services-block .subhead {
  color: #8bb8e8;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 15px;
  display: block;
}
@media (max-width: 1439px) {
  .services-block .subhead {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .services-block .subhead {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .services-block .subhead br {
    display: none;
  }
}
.services-block .services-list {
  margin: 0 -180px 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1699px) {
  .services-block .services-list {
    margin: 0;
  }
}
.services-block .services-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 700;
  margin: 0 0 0 -24px;
}
@media (max-width: 1199px) {
  .services-block .services-list ul {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .services-block .services-list ul {
    margin: 0;
  }
}
.services-block .services-list li {
  padding: 0 26px;
  position: relative;
}
@media (max-width: 767px) {
  .services-block .services-list li {
    padding: 0 18px;
  }
}
.services-block .services-list li:before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  background: #8bb8e8;
  content: "";
}
@media (max-width: 767px) {
  .services-block .services-list li:before {
    top: 10px;
  }
}

.insight-intro {
  position: relative;
  padding: 88px 0 80px;
}
@media (max-width: 991px) {
  .insight-intro {
    padding: 40px 0;
  }
}
.insight-intro:before {
  position: absolute;
  right: 0;
  top: -117px;
  content: "";
  background: url(../../images/image12.png) no-repeat;
  width: 1282px;
  height: 801px;
  z-index: -1;
}

.posts-area .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      z-index: 2;
  margin: 0 -23px;
}
@media (max-width: 1199px) {
  .posts-area .holder {
    margin: 0 -10px;
  }
}

.post-block {
  width: 33.333%;
  padding: 0 23px 46px;
}
@media (max-width: 1199px) {
  .post-block {
    padding: 0 10px 20px;
  }
}
@media (max-width: 991px) {
  .post-block {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .post-block {
    width: 100%;
  }
}
.post-block a {
  color: #212949;
  display: block;
  background: #f2f3f7;
  height: 100%;
}
.post-block a:hover, .post-block a:focus {
  background: #d2d2d4;
}
.post-block a:hover img, .post-block a:focus img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.post-block .image {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: none;
  padding-bottom: 56.25%;
}
.post-block .image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.post-block .description {
  padding: 27px;
}
.feat-img{
	background-size: cover;
	background-position: center;
	background-repeat: none;
	padding-bottom: 56.25%;
	width: 100%;
}
.post-block .description .date {
  font-size: 22px;
  line-height: 28px;
  color: #8bb8e8;
  display: block;
  margin: 0 0 12px;
}
.post-block .description h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin: 0 0 12px;
}
@media (max-width: 1199px) {
  .post-block .description h2 {
    font-size: 22px;
    line-height: 28px;
  }
}

.contact-area {
  padding: 109px 0 0;
}
.contact-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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 991px) {
  .contact-area .container {
    display: block;
  }
}
.contact-area .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  padding: 48px 49px 0;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .contact-area .description {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .contact-area .description {
    padding: 0 0 40px;
  }
}

.contact-area .description p {
  max-width: 520px;
}
.contact-area .description .heading {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 22px;
  line-height: 28px;
  color: #8bb8e8;
  position: relative;
  margin-bottom: 20px;
}
.contact-area .description .heading:after {
  position: absolute;
  left: 0;
  right: -5px;
  content: "";
  background: #8bb8e8;
  height: 2px;
  bottom: -2px;
}
.contact-area .description h1 {
  margin: 0 0 10px;
  font-weight: 600;
}
.contact-area .form-box {
  width: 52%;
  background: #212949;
  padding: 73px 52px 92px;
  border-radius: 8px;
  color: #fff;
}

.contact-area .form-box h2 {
  text-align: center;
  line-height: 1.1;
  font-weight: 600;
  margin: 0;
}

.contact-area .form {
  margin-top: 44px !important;
}

@media (min-width: 640px) {
  .contact-area .form-box .gform-theme--foundation .gfield--width-full {
    grid-column: span 6 !important;
  }
}

@media (max-width: 991px) {
  .contact-area .form-box {
    width: 100%;
  }
}
.contact-area .form-box p {
  text-align: center;
}

.footer {
  padding: 97px 0 76px;
  background: #212949;
  color: #fff;
}
@media (max-width: 991px) {
  .footer {
    padding: 50px 0;
  }
}
.footer .holder {
  max-width: 1322px;
  margin: 0 auto;
  padding: 0 0 76px;
  border-bottom: 2px solid #fff;
  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;
}
@media (max-width: 991px) {
  .footer .holder {
    display: block;
    padding: 0;
    border: 0;
  }
}
.footer .logo {
  width: 389px;
}
@media (max-width: 1199px) {
  .footer .logo {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .footer .logo {
    margin: 0 auto 40px;
  }
}
.footer .logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer .email {
  display: block;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .footer .email {
    text-align: center;
  }
}
.footer .email a {
  color: #8bb8e8;
}
.footer .email a:hover, .footer .email a:focus {
  color: #fff;
}
.footer .tell {
  display: block;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .footer .tell {
    text-align: center;
  }
}
.footer .tell a {
  color: #8bb8e8;
}
.footer .tell a:hover, .footer .tell a:focus {
  color: #fff;
}

.footer-nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .footer-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
}
.footer-nav a {
  color: #fff;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #8bb8e8;
}

body {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  color: #212949;
  font-size: 18px;
  line-height: 1.444;
  min-width: 360px;
  margin: 0;
}
@media (max-width: 1439px) {
  body {
    font-size: 18px;
  }
}

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: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .container {
    padding: 0 25px;
  }
}

h1,
.h1 {
  font-size: 74px;
  line-height: 1.13;
  font-weight: 700;
  margin: 0 0 20px;
  font-family: "Kumbh Sans", Arial, Helvetica, sans-serif;
}
@media (max-width: 1439px) {
  h1,
  .h1 {
    font-size: 54px;
  }
}

@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
    line-height: 1.1;
  }
}

h2,
.h2 {
  font-size: 56px;
  line-height: 1.32;
  font-weight: 700;
  font-family: "Kumbh Sans", Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
}
@media (max-width: 1439px) {
  h2,
  .h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-size: 22px;
  line-height: 1.36;
  font-weight: 700;
  font-family: "Kumbh Sans", Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
  color: #000;
}
@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: 400;
  border: 2px solid;
  height: 40px;
  text-align: center;
  padding: 8px 20px;
  border-radius: 3px;
  min-width: 134px;
}

.btn-primary {
  background: transparent;
  border-color: #8bb8e8;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active {
  border-color: #8bb8e8 !important;
  color: #212949 !important;
  background: #8bb8e8 !important;
}

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

.visual-area {
  background: #212949;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.visual-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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  max-width: 1642px;
}
@media (max-width: 767px) {
  .visual-area .container {
    display: block;
  }
}
.visual-area .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 47%;
}
@media (max-width: 767px) {
  .visual-area .image {
    width: 100%;
  }
}
.visual-area .image img {
  width: 100%;
  height: auto;
  display: block;
}
.visual-area .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 22px;
  line-height: 30px;
  padding: 0 6% 20px 84px;
}

.visual-area .description p {
  margin: 0 0 34px;
}

@media (max-width: 1599px) {
  .visual-area .description {
    padding: 20px 3%;
  }
}
@media (max-width: 1199px) {
  .visual-area .description {
    font-size: 18px;
    padding: 20px 3%;
  }
}
@media (max-width: 991px) {
  .visual-area .description {
    padding: 0 25px 0 0;
    font-size: 16px;
    line-height: 24px;
  }

  .visual-area .description p {
    margin: 0 0 15px;
  }

  .visual-area {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .visual-area .description {
    padding: 25px 0 10px;
  }
}
.visual-area .subheading {
  font-size: 36px;
  line-height: 40px;
  color: #8bb8e8;
  font-weight: 400;
  font-family: "Kumbh Sans", Arial, Helvetica, sans-serif;
  position: relative;
  padding: 0 0 3px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 7px;
}

.visual-area .subheading:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  content: '';
  background: #8bb8e8;
}

@media (max-width: 991px) {
  .visual-area .subheading {
    font-size: 18px;
  }
}

.testimonials {
  padding: 130px 0 138px;
  font-size: 50px;
  line-height: 58px;
  font-weight: 600;
  text-align: center;
  position: relative;
  font-family: "Kumbh Sans", Arial, Helvetica, sans-serif;
}
@media (max-width: 1439px) {
  .testimonials {
    padding-bottom: 120px;
  }

  .visual-area .subheading {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .testimonials {
    font-size: 40px;
    line-height: 48px;
    padding: 90px 0 100px;
  }
}
@media (max-width: 991px) {
  .testimonials {
    font-size: 32px;
    line-height: 40px;
  }

  .visual-area .subheading {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .testimonials {
    font-size: 24px;
    line-height: 32px;
    padding: 90px 0 60px;
  }
}
.testimonials:before {
  position: absolute;
  left: 50%;
  top: 120px;
  content: "";
  background: url(../images/quote.png) no-repeat;
  width: 327px;
  height: 225px;
  z-index: -1;
  margin-left: -160px;
}
@media (max-width: 1199px) {
  .testimonials:before {
    top: 70px;
  }
}
@media (max-width: 767px) {
  .testimonials:before {
    width: 227px;
    height: 125px;
    background-size: 100% 100%;
    margin-left: -113px;
  }
}

.info-area {
  position: relative;
}
.info-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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  max-width: 1642px;
}
@media (max-width: 991px) {
  .info-area .container {
    display: block;
  }
}
.info-area .image-holder {
  position: relative;
  margin-right: 120px;
  width: 44.8%;
}

@media (max-width: 1599px) {
  .info-area .image-holder {
    margin-right: 100px;
  }
}

@media (max-width: 1199px) {
  .info-area .image-holder {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .info-area .image-holder {
    width: 100%;
    margin: 0 0 50px;
  }
}
.info-area .image-holder:before {
  position: absolute;
  right: 69px;
  top: 87px;
  bottom: 0;
  left: -9999px;
  content: "";
  background: #212949;
  z-index: -1;
}
@media (max-width: 1439px) {
  .info-area .image-holder:before {
    right: 60px;
  }
}
@media (max-width: 991px) {
  .info-area .image-holder:before {
    right: 30px;
  }
}
.info-area .meta {
  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;
  padding: 70px 170px 70px 0;
  display: none;
}
@media (max-width: 1439px) {
  .info-area .meta {
    padding: 40px 100px 40px 0;
  }
}
@media (max-width: 991px) {
  .info-area .meta {
    padding: 15px 60px 15px 0;
  }
}
.info-area .meta span {
  display: block;
  width: 100%;
}
.info-area .meta .inner {
  width: 170px;
}
@media (max-width: 991px) {
  .info-area .meta .inner {
    width: 140px;
  }
}
.info-area .meta .name {
  font-size: 30px;
  color: #8bb8e8;
}
@media (max-width: 991px) {
  .info-area .meta .name {
    font-size: 20px;
  }
}
.info-area .meta .title {
  display: block;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 991px) {
  .info-area .meta .title {
    font-size: 14px;
  }
}
.info-area .image {
  position: relative;
  margin-bottom: 77px;
}
.info-area .image img {
  width: 100%;
  height: auto;
  display: block;
}
.info-area .video a {
  color: #212949;
}
.info-area .video .play-btn {
  position: absolute;
  left: 50%;
  margin: -30px 0 0 -30px;
  top: 50%;
  font-size: 60px;
}
.info-area .holder {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  padding: 30px 0 0;
}
.info-area .holder p {
  max-width: 646px;
  margin: 0 0 53px;
}

.info-area .holder h2 {
  font-weight: 600;
  line-height: 1.2;
}

.info-area .pre-head {
  font-size: 22px;
  line-height: 29px;
  font-family: "Kumbh Sans", Arial, Helvetica, sans-serif;
  margin: 0 0 12px;
  display: inline-block;
  vertical-align: top;
}

.info-area .info-list {
  margin: 0 0 35px;
  font-size: 24px;
  line-height: 28px;
  max-width: 600px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .info-area .info-list {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .info-area .info-list {
    font-size: 16px;
  }
}
.info-area .info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin: 0 0 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-area .info-list li .icon-dollar {
  margin-left: 12px;
}

@media (max-width: 1199px) {
  .info-area .info-list li {
    margin: 0 0 12px;
  }
}
.info-area .info-list li:last-child .ico {
  padding-left: 7px;
}
.info-area .info-list .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
}
.info-area .info-list .ico {
  width: 60px;
  color: #8bb8e8;
  font-size: 34px;
  line-height: 1;
}
@media (max-width: 991px) {
  .info-area .info-list .ico {
    width: 40px;
  }
}
.info-area .tagline {
  color: #212949;
  background: #8bb8e8;
  padding: 35px 0 29px 12%;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 1439px) {
  .info-area .tagline {
    padding: 35px 0 29px 2%;
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .info-area .tagline {
    margin: 0;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .info-area .tagline {
    padding-right: 0;
  }
}
.info-area .tagline:before {
  position: absolute;
  left: -9999px;
  top: 0;
  bottom: 0;
  right: -46px;
  content: "";
  background: #8bb8e8;
}
.info-area .tagline p {
  margin: 0;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.features-area {
  padding: 202px 0 93px;
}
@media (max-width: 1439px) {
  .features-area {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .features-area {
    padding: 70px 0 0;
  }

  .info-area .tagline:before {
    right: 0;
  }

  .info-area .tagline {
    padding-right: 15px;
  }
}
.features-area .holder {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
}
.features-area .steps-list {
  margin: 0 auto;
  max-width: 1220px;
  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;
  font-size: 30px;
  line-height: 33px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1199px) {
  .features-area .steps-list {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .features-area .steps-list {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .features-area .steps-list {
    font-size: 16px;
    line-height: 24px;
  }
}
.features-area .steps-list li {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .features-area .steps-list li {
    width: 50%;
    padding: 0 5px 25px;
  }
}
.features-area .steps-list .number {
  display: block;
  background: #8bb8e8;
  color: #212949;
  width: 110px;
  height: 110px;
  margin: 0 auto 40px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 74px;
  line-height: 1;
  font-weight: 600;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .features-area .steps-list .number {
    width: 80px;
    height: 80px;
    font-size: 50px;
    margin-bottom: 20px;
  }
}

.intro-area {
  position: relative;
  padding: 97px 0 32px;
}
@media (max-width: 1199px) {
  .intro-area {
    padding: 50px 0 10px;
  }
}
.intro-area:before {
  position: absolute;
  left: 0;
  top: -118px;
  content: "";
  background: url(../images/image3.png) no-repeat;
  width: 1272px;
  height: 963px;
  z-index: -1;
}
.intro-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (max-width: 1199px) {
  .intro-area .container {
    display: block;
  }
}
.intro-area .image {
  width: 33.1%;
  margin-right: 105px;
  margin-top: 15px;
  margin-left: 72px;
}
@media (max-width: 1439px) {
  .intro-area .image {
    margin-right: 40px;
  }
}
@media (max-width: 1199px) {
  .intro-area .image {
    margin: 0 0 30px;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .intro-area .image {
    width: 350px;
  }
}
@media (max-width: 575px) {
  .intro-area .image {
    width: 100%;
  }
}
.intro-area .image img {
  width: 100%;
  height: auto;
  display: block;
}
.intro-area .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  padding-right: 4.7%;
}

.intro-area .description h2 {
  line-height: 1.2;
}

@media (max-width: 767px) {
  .intro-area .description {
    text-align: center;
  }
}
.intro-area .description strong {
  display: block;
}
@media (max-width: 1439px) {
  .intro-area .description p br {
    display: none;
  }
}
.intro-area .intro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 48px -99px 54px -38px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 767px) {
  .intro-area .intro-list {
    display: block;
    margin: 0;
  }
}
.intro-area .intro-list li {
  width: 33.333%;
  padding: 0 33px;
  position: relative;
}
@media (max-width: 767px) {
  .intro-area .intro-list li {
    width: 100%;
    padding: 20px 0;
  }
}
.intro-area .intro-list li:first-child:before {
  display: none;
}
.intro-area .intro-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 4px;
  background: #8bb8e8;
}
@media (max-width: 767px) {
  .intro-area .intro-list li:before {
    width: 100%;
    height: 4px;
    bottom: auto;
  }
}
.intro-area .intro-list .subheading {
  display: block;
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .intro-area .intro-list .subheading {
    margin: 0 0 10px;
  }
}
.intro-area .text {
  font-weight: 700;
  margin-bottom: 30px;
}
.intro-area .btn-secondary {
  min-width: 166px;
}

.cta-section {
  padding: 104px 0;
}
@media (max-width: 767px) {
  .cta-section {
    padding: 60px 0;
  }
}
.cta-section .holder {
  margin: 0 auto;
  max-width: 1310px;
  background: #212c51;
  color: #fff;
  border-radius: 8px;
  padding: 52px 20px 54px;
}
.cta-section .inner {
  max-width: 945px;
  margin: 0 auto;
  text-align: center;
}
.cta-section .inner p {
  font-weight: 300;
  margin: 0 -30px 30px;
}

@media (max-width: 1199px) {
  .cta-section .inner p {
    margin: 0 0 30px;
  }
}
.cta-section img {
  width: 100%;
  height: auto;
  display: block;
}

.topics_columns {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 17px 0;
  margin: -100px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topics_columns .topic_column {
  padding: 8px 60px;
  position: relative;
  width: 21%;
}

.topics_columns .topic_column:first-child {
  width: 27%;
}

.topics_columns .topic_column:last-child {
  width: 27%;
}

.topics_columns .topic_column:first-child:before {
  display: none;
}

.topics_columns .topic_column:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 1px;
  background: #c6c6c6;
}

.topics_columns .topic_column-title {
  display: block;
  color: #EE3124;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px;
}

.topics_columns span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.schedule-boxes h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
  margin: 0 0 18px;
}

.schedule-boxes-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
  margin: 0 0 25px;
}

.schedule-boxes-wrap .schedule-box {
  background: #F5F5F5;
  padding: 27px 23px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

.schedule-boxes-wrap .schedule-box .date {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  margin: 0 0 5px;
}

.schedule-boxes-wrap .schedule-box .location_text {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 34px;
}

.schedule-boxes-wrap .schedule-box .title {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin: 0 0 5px;
}

.schedule-boxes-wrap .schedule-instructions span {
  display: block;
  color: #767676;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}

.panel {
  background: transparent;
}

#module-2x-accordion-1 .accordion {
  width: 100%;
  text-align: left;
  margin: 0 0 42px;
}

#module-2x-accordion-1 .accordion td {
  padding-bottom: 0 0 32px;
  border-bottom: 1px solid #c6c6c6;
}

#module-2x-accordion-1 .accordion td + td {
  text-align: right !important;
}

#module-2x-accordion-1 .accordion strong {
  margin: 0;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
}

.accordion_arrow {
  width: 24px;
  height: 24px;
  border: 3px solid #000;
  border-right: 0;
  border-bottom: 0;
}

#module-2x-accordion-1 .panel {
  background: transparent;
  padding: 0;
}

#module-2x-accordion-1 .row {
  display: block;
  margin: 0;
}

#left-man,
#middle-man,
#right-man {
  max-width: 100%;
}

#left-man {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 40px;
}

#middle-man {
  border-bottom: 1px solid #c6c6c6;
  padding: 40px 0;
}

#right-man {
  padding: 40px 0;
}

#module-2x-accordion-1 .putt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#module-2x-accordion-1 .putt .title {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  width: 255px;
  padding-right: 30px;
}

#module-2x-accordion-1 .putt .content {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}

#module-2x-accordion-1 .center-section {
  border-left: 0;
  border-right: 0 !important;
}

#module-2x-accordion-1 .putt .content {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

#module-2x-accordion-1 .putt .content div:nth-child(2) {
  font-weight: 700;
  padding: 20px 0 7px;
}

#module-2x-accordion-1 .putt .content div:nth-child(2) div {
  position: relative;
  padding-left: 15px;
}

#module-2x-accordion-1 .putt .content div:nth-child(2) + div:before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 100%;
  content: "";
}

#module-2x-accordion-1 .putt .content div:nth-child(1),
#module-2x-accordion-1 .putt .content div:nth-child(2) {
  padding-left: 0;
}

.page__form h1 {
  color: #000 !important;
  margin: 0 0 20px !important;
  font-size: 30px !important;
  line-height: 34px !important;
}

.page__form h1 span {
  color: #000 !important;
}

.page__form h2 {
  font-size: 20px !important;
  line-height: 24px !important;
  margin-bottom: 20px !important;
}

.page__form h2 span {
  color: #000 !important;
}

.page__form fieldset {
  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;
}

.page__form .hs-form-field {
  width: 47%;
}

.page__form .hs-form-field .input {
  margin: 0 0 20px !important;
}

.page__form .hs-form-field .input input {
  max-width: 100% !important;
  border: 1px solid #C6C6C6 !important;
  background: #F5F5F5 !important;
  margin-bottom: 0 !important;
}

.page__form .hs-form-field .input select {
  width: 100% !important;
  max-width: 100%;
  border: 1px solid #C6C6C6 !important;
  background: #F5F5F5 !important;
  margin-bottom: 0 !important;
}

.page__form .hs-form-field label {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

.hs-main-font-element h3 {
  font-size: 14px !important;
  line-height: 18px !important;
  margin: 0 0 15px !important;
}

.page__form .hs-error-msgs {
  font-size: 14px !important;
  line-height: 18px !important;
}

.page__form .hs-error-msgs label {
  font-weight: 400 !important;
  color: #ee3124 !important;
}

.page__form .actions {
  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;
}

.page__form .actions .hs-button.primary {
  min-width: 533px !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.page__form .actions .hs-button.primary:hover {
  background: #000 !important;
}

#module-2x-accordion-1 .content {
  font-size: 14px !important;
  line-height: 18px !important;
}

@media (max-width: 1299px) {
  .topics_columns .topic_column {
    padding: 8px 30px;
  }
}
@media (max-width: 991px) {
  .page__heading h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .topics_columns span {
    font-size: 12px;
  }
  .topics_columns .topic_column {
    padding: 8px 10px;
  }
  .topics_columns {
    padding: 15px;
  }
  .schedule-boxes-wrap .schedule-box {
    width: 207px;
  }
}
@media (max-width: 767px) {
  .page__heading h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .topics_columns .topic_column {
    width: 50% !important;
    padding: 15px !important;
  }
  .topics_columns .topic_column:nth-child(3):before {
    display: none;
  }
  #module-2x-accordion-1 .putt .title {
    padding: 0 0 20px;
  }
  #module-2x-accordion-1 .putt {
    display: block;
  }
  .page__form .actions .hs-button.primary {
    min-width: 100% !important;
  }
  #module-2x-accordion-1 .putt .content,
  #module-2x-accordion-1 .panel {
    padding: 0 !important;
  }
  #module-2x-accordion-1 .accordion {
    margin: 0 0 22px;
  }
  #middle-man, #right-man {
    padding: 20px 0 !important;
  }
  #module-2x-accordion-1 .content {
    padding-bottom: 0 !important;
  }
  #module-2x-accordion-1 .accordion td {
    padding-bottom: 16px !important;
  }
  #module-2x-accordion-1 .accordion {
    margin: 0 !important;
  }
  #module-2x-accordion-1 .panel {
    max-height: inherit !important;
  }
}
@media (max-width: 574px) {
  .schedule-boxes-wrap .schedule-box {
    width: 100%;
  }
  .topics_columns {
    margin-bottom: 40px;
  }
  .page__heading h1 {
    font-size: 30px;
    line-height: 34px;
  }
  #module-2x-accordion-1 {
    padding: 0 20px;
  }
  .page__form .hs-form-field {
    width: 100% !important;
  }
  .page__form h2 {
    margin-top: 15px !important;
  }
  #middle-man, #right-man {
    padding: 20px 0 !important;
  }
}

.qa-area {
  padding: 157px 0 0;
}

.qa-area .container {
  max-width: 1306px;
}

.qa-area h2 {
  margin: 0 0 44px;
  font-size: 56px;
  font-weight: 600;
  line-height: 74px;
  color: #212949;
}

.qa-area .qa-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 24px;
  font-weight: 700;
  color: #212949;
  line-height: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 50px;
}

.qa-area .qa-list li {
  flex: 1 1 33.333%;
}

.qa-area .qa-list li a {
  display: flex;
  color: #212949;
  flex-wrap: wrap;
}

.qa-area .qa-list li a:hover {
  color: #8bb8e8;
}

.qa-area .qa-list li .text-box {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
}

.qa-area .qa-list li .ico-box {
  width: 84px;
  color: #8bb8e8;
  font-size: 56px;
  line-height: 1;
  padding: 0 0 0 5px;
}

@media (max-width: 1439px) {
  .qa-area {
    padding: 70px 0 0;
  }
}

@media (max-width: 1199px) {
  .qa-area h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 991px) {
  .qa-area .qa-list li {
    flex: 1 1 100%;
  }
}

@media (max-width: 767px) {
  .qa-area .qa-list li .ico-box {
    width: 50px;
    font-size: 36px;
  }

  .qa-area h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .info-area .pre-head {
    font-size: 16px;
    line-height: 24px;
  }

  .qa-area .qa-list {
    font-size: 20px;
    line-height: 26px;
  }

  .qa-area {
    padding: 30px 0 0;
  }

  .info-area .image {
    margin-bottom: 15px;
  }
}

.about-area3 {
  background: #202948;
  padding: 118px 0 96px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}

.about-area3 .container {
  max-width: 1064px;
  margin: 0 auto;
  text-align: center;
}

.about-area3 h2 {
  color: #fff;
  line-height: 1.2;
  margin: 0 0 35px;
}

.about-area3 p {
  margin: 0 0 38px;
}

.about-area3 .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.about-area3 .btn-wrap .btn-primary {
  min-width: 190px;
}

.intro-area .subhead {
  font-size: 36px;
  line-height: 40px;
  color: #8bb8e8;
  font-weight: 400;
  font-family: "Kumbh Sans", Arial, Helvetica, sans-serif;
  position: relative;
  padding: 0 0 3px;
  display: inline-block !important;
  vertical-align: top;
  margin: 0 0 7px;
}

.intro-area .subhead:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  content: '';
  background: #8bb8e8;
}

.info-about-sec {
  background: #f2f3f7;
  padding: 77px 0 94px;
}

.info-about-sec .holder {
  max-width: 838px;
}

.info-about-sec .holder strong {
  display: block;
  font-size: 21px;
  margin: 0 0 41px;
}

.info-about-sec .container {
  max-width: 1374px;
}

.info-about-sec p {
  margin: 0 0 24px;
}

.info-about-sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 24px;
  font-weight: 700;
  color: #212949;
  line-height: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
}

.info-about-sec ul li {
  flex: 1 1 33.333%;
}

.info-about-sec ul li {
  display: flex;
  color: #212949;
  flex-wrap: wrap;
}

.info-about-sec ul li .text-box {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
}

.info-about-sec ul li .ico-box {
  width: 75px;
  color: #8bb8e8;
  font-size: 34px;
  line-height: 1;
}

.page-template-template-about .testimonials {
  padding: 144px 0 152px;
}

.page-template-template-about .testimonials p {
  padding: 0 1%;
}

.insight-sec {
  padding: 92px 0 134px;
  color: #6B6B6B;
  font-size: 18px;
  line-height: 26px;
}

.insight-sec .container {
  max-width: 930px;
}

.insight-sec h1 {
  font-weight: 600;
  color: #212949;
  margin: 0 -9px 66px 0;
}

.insight-sec h1 span {
  font-weight: 300;
}

.insight-sec .image {
  margin: 50px 0 48px;
}

.insight-sec .image img {
  width: 100%;
  display: block;
  height: auto;
}

.insight-sec p {
  margin: 0 0 27px;
}

.insight-sec .subhead {
  font-size: 36px;
  line-height: 40px;
  color: #8bb8e8;
  font-weight: 400;
  font-family: "Kumbh Sans", Arial, Helvetica, sans-serif;
  position: relative;
  padding: 0 0 3px;
  display: inline-block !important;
  vertical-align: top;
  margin: 0 0 15px;
}

.insight-sec .subhead:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  content: '';
  background: #8bb8e8;
}

.posts-area {
  position: relative;
}

.posts-area:before {
  position: absolute;
  right: 0;
  top: -100px;
  content: "";
  background: url(../images/image12.png) no-repeat;
  width: 1282px;
  height: 801px;
}

.contact-area-row {
  background: #8BB8E8;
  padding: 59px 0 62px;
  margin: -144px 0 0;
}

.contact-area-row .holder {
  max-width: 420px;
  margin: 0 0 0 49px;
}

.contact-area-row .holder .title {
  display: block;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.9px;
  font-weight: 700;
  margin: 0 0 36px;
}

.contact-area-row .holder span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
}

.contact-area-row .holder a {
  font-weight: 700;
  color: #212949;
}

.contact-area-row .holder a:hover {
  color: #fff;
}

@media (max-width: 1439px) {
  .intro-area .image {
    margin-left: 0;
  }

  .intro-area .intro-list {
    margin: 48px -77px 54px -38px;
  }

  .intro-area .intro-list li {
    padding: 0 20px;
  }
}

@media (max-width: 1199px) {
  .intro-area:before {
    width: 800px;
    height: 606px;
    background-size: 100% 100%;
  }

  .about-area3 {
    font-size: 18px;
    line-height: 24px;
  }

  .page-template-template-about .testimonials {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .about-area3 {
    padding: 60px 0;
  }

  .about-area2 {
    padding: 60px 0;
  }

  .info-about-sec ul li {
    flex: 1 1 100%;
  }

  .insight-sec .subhead {
    font-size: 24px;
    line-height: 30px;
  }

  .contact-area-row {
    margin-top: 40px;
  }

  .contact-area {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .intro-area .intro-list {
    margin: 40px 0 0;
  }

  .intro-area .intro-list li {
    padding: 20px 0;
  }

  .intro-area .intro-list li p {
    margin: 0;
  }

  .about-area2 .subhead {
    font-size: 18px;
  }

  .info-about-sec {
    padding: 50px 0;
  }

  .info-about-sec ul {
    font-size: 20px;
    line-height: 25px;
  }

  .insight-sec {
    padding: 50px 0;
  }

  .insight-sec h1 {
    margin: 0 0 20px;
  }

  .contact-area .form-box {
    padding: 40px 25px;
  }

  .insight-sec .subhead {
    font-size: 20px;
    line-height: 26px;
  }

  .contact-area-row .holder {
    margin: 0;
  }

  .contact-area-row .holder span {
    font-size: 16px;
  }
}


