@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins MediumItalic";
  src: url("../fonts/Poppins-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
.intro-slide {
  position: relative;
  min-height: 173px;
  padding: 100px 0 205px;
  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;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .intro-slide {
    min-height: 313px;
    padding: 230px 0;
  }
}
.intro-slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 73.44%, rgba(0, 0, 0, 0.3) 91.67%), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 7.81%, rgba(0, 0, 0, 0) 25%), linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-repeat: no-repeat, no-repeat, no-repeat;
}
.intro-slide .container {
  align-self: stretch;
}
@media only screen and (max-width: 991px) {
  .intro-slide .section-content {
    text-align: center;
  }
}
.intro-slide .section-content .btn {
  min-height: 48px;
}
.intro-slide .main-title {
  font-family: "Poppins Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.46;
  color: #fff;
}
.intro-slide .main-title span {
  color: #F1CF6D;
}
@media only screen and (max-width: 991px) {
  .intro-slide .main-title {
    font-size: 26px;
    letter-spacing: 0.3px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-slide .main-title {
    font-size: 54px;
    letter-spacing: 0.5px;
  }
  .intro-slide .main-title span {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .intro-slide .btn {
    margin-top: 23px;
    width: 100%;
    max-width: 450px;
  }
  .intro-slide .btn.btn-maindark-bg {
    background: #fff;
    color: #000;
  }
  .intro-slide .btn.btn-maindark-bg path {
    stroke: #F1CF6D;
  }
  .intro-slide .btn.btn-call {
    padding: 10px 16px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-slide .btn {
    margin-top: 42px;
  }
  .intro-slide .btn:not(:last-child) {
    margin-right: 20px;
  }
  .intro-slide .btn.btn-call {
    display: none;
  }
}
.intro-slide .scroll-arrow {
  position: absolute;
  bottom: 62px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.intro-slide .scroll-arrow svg {
  display: block;
  width: 100%;
  height: auto;
}
.intro-slide .scroll-arrow path {
  stroke: #fff;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media only screen and (max-width: 991px) {
  .intro-slide .scroll-arrow {
    width: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-slide .scroll-arrow {
    width: 50px;
  }
  .intro-slide .scroll-arrow:hover {
    cursor: pointer;
  }
  .intro-slide .scroll-arrow:hover path {
    stroke: #F1CF6D;
  }
}

.section-logos {
  position: absolute;
  bottom: -180px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .section-logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    bottom: -60px;
    position: relative;
  }
}
@media only screen and (max-width: 374px) {
  .section-logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-logos img:not(:last-child) {
    margin-bottom: 15px;
  }
}
.section-logos img {
  max-height: 156px;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .section-logos img:not(:last-child) {
    margin-right: 25px;
  }
}

@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins MediumItalic";
  src: url("../fonts/Poppins-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
.minus-top-section {
  padding-top: 0;
  padding-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .minus-top-section {
    padding-bottom: 50px;
  }
}
.minus-top-section .section-content {
  background-color: #fff;
  border: 1px solid #D0A650;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 599px) {
  .minus-top-section .section-content {
    margin-top: -36px;
    padding: 17px 16px 34px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 600px) {
  .minus-top-section .section-content {
    margin-top: -78px;
    padding: 30px 24px 70px;
  }
}
@media only screen and (min-width: 992px) {
  .minus-top-section .section-content {
    margin-top: -120px;
    padding: 40px 32px 100px;
  }
}
.minus-top-section .section-title {
  margin-bottom: 16px;
  padding: 0;
  max-width: none;
  min-height: auto;
}
.minus-top-section .section-title:before {
  display: none;
}
.minus-top-section .section-text {
  padding: 0;
}
.minus-top-section .content-wrap a:not(.btn) {
  color: #D0A650;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: underline;
}
.minus-top-section .content-wrap a:not(.btn):focus, .minus-top-section .content-wrap a:not(.btn):visited {
  color: #D0A650;
  outline: none;
}
.minus-top-section .content-wrap a:not(.btn):focus, .minus-top-section .content-wrap a:not(.btn):active, .minus-top-section .content-wrap a:not(.btn):visited, .minus-top-section .content-wrap a:not(.btn):hover {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .minus-top-section .content-wrap a:not(.btn):hover {
    cursor: pointer;
    color: #D0A650;
    text-decoration: none;
  }
}

.table-wrapper {
  background: #FFFFFF;
  border: 1px solid #F1CF6D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*Table header*/
  /*Table header:END*/
  /*Table body*/
  /*Table body:END*/
}
.table-wrapper .table-thead {
  width: 140px;
}
@media (min-width: 576px) {
  .table-wrapper .table-thead {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .table-wrapper .table-thead {
    width: 230px;
  }
}
@media (min-width: 992px) {
  .table-wrapper .table-thead {
    width: 330px;
  }
}
.table-wrapper .table-thead-th,
.table-wrapper .table-body-td {
  border-bottom: 1px solid rgba(241, 207, 109, 0.5);
  min-height: 45px;
  padding: 8px 10px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-wrapper .table-thead-th:last-child,
.table-wrapper .table-body-td:last-child {
  border-bottom: none;
}
.table-wrapper .table-thead-th.is-subtitle,
.table-wrapper .table-body-td.is-subtitle {
  background: #F1CF6D;
  border-bottom: none;
}
.table-wrapper .table-thead-th {
  font-size: 13px;
  color: #484848;
  font-family: "Poppins SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(241, 207, 109, 0.5);
  border-right: 1px solid rgba(241, 207, 109, 0.5);
}
@media (min-width: 576px) {
  .table-wrapper .table-thead-th {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .table-wrapper .table-thead-th {
    font-size: 15px;
    padding: 8px 20px;
  }
}
@media (min-width: 800px) {
  .table-wrapper .table-thead-th {
    border-right: 0;
  }
}
@media (min-width: 992px) {
  .table-wrapper .table-thead-th {
    font-size: 16px;
  }
}
.table-wrapper .table-thead-th:first-child {
  height: 55px;
}
@media (min-width: 992px) {
  .table-wrapper .table-thead-th:first-child {
    height: 65px;
  }
}
.table-wrapper .table-body {
  width: calc(100% - 140px);
  overflow: auto;
}
@media (min-width: 576px) {
  .table-wrapper .table-body {
    width: calc(100% - 150px);
  }
}
@media (min-width: 768px) {
  .table-wrapper .table-body {
    width: calc(100% - 230px);
  }
}
@media (min-width: 992px) {
  .table-wrapper .table-body {
    width: calc(100% - 330px);
  }
}
.table-wrapper .table-body .table-body-scroll {
  min-width: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-wrapper .table-body-tr {
  width: 25%;
  min-width: 25%;
}
.table-wrapper .table-body-td {
  text-align: center;
  font-size: 13px;
  color: #838383;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 1200px) {
  .table-wrapper .table-body-td {
    font-size: 14px;
  }
}
.table-wrapper .table-body-td:first-child {
  font-family: "Poppins SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  height: 55px;
  color: #484848;
  font-size: 13px;
}
.table-wrapper .table-body-td:first-child a {
  color: #F1CF6D;
}
@media only screen and (min-width: 992px) {
  .table-wrapper .table-body-td:first-child a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 576px) {
  .table-wrapper .table-body-td:first-child {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .table-wrapper .table-body-td:first-child {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .table-wrapper .table-body-td:first-child {
    font-size: 16px;
    height: 65px;
  }
}
.table-wrapper .table-body-td.is-none:after {
  content: "";
  background-image: url("../images/icon-fail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
}
.table-wrapper .table-body-td.is-yes:after {
  content: "";
  background-image: url("../images/icon-success.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
}

.btn-show-more {
  display: block;
  text-align: center;
  padding: 15px 35px;
  font-size: 16px;
  line-height: 1.8;
  text-transform: uppercase;
  color: #484848;
  font-family: "Poppins SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  background: #FFFFFF;
  border: 1px solid #F1CF6D;
  border-top: none;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) {
  .btn-show-more:hover {
    background: #A5823B;
    color: #ffffff;
    border-color: #A5823B;
  }
}

.minus-top-section {
  padding-bottom: 0;
}
@media only screen and (max-width: 599px) {
  .minus-top-section .section-content {
    padding: 17px 16px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 600px) {
  .minus-top-section .section-content {
    padding: 30px 24px;
  }
}
@media only screen and (min-width: 992px) {
  .minus-top-section .section-content {
    padding: 40px 34px 30px;
  }
}
.minus-top-section .section-content .achievement-list {
  margin-bottom: 0;
}

.intro-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 599px) {
  .intro-slide {
    padding: 0 0 36px;
    min-height: 173px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 600px) {
  .intro-slide {
    padding: 0 0 78px;
    min-height: 243px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-slide {
    padding: 0 0 120px;
    min-height: 313px;
  }
}
.intro-slide .section-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.intro-slide .main-title {
  padding: 8px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .intro-slide .main-title {
    padding: 16px 0;
  }
}

.link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  padding: 0 24px;
  max-width: 1218px;
}
.link-wrap a {
  margin: 50px 0 0;
}
@media only screen and (max-width: 768px) {
  .link-wrap a {
    width: 100%;
  }
}

/***************
pricing-section
***************/
.pricing-section .section-content {
  padding: 0;
}

/***************
pricing-section:END
***************/

/*# sourceMappingURL=pricing-page.css.map */
