/* 
- All
*/
.page-template-template-starting .demo-pages .pages-button {
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
  -o-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
  transition-property: color, background, mix-blend-mode, opacity, visibility, height;
}

/* 
- Accent color
*/
/* 
- Accent color 2
*/
/* 
- Accent color 3
*/
.page-template-template-starting [data-animation]:not(.animated) {
  opacity: 0;
}

.page-template-template-starting h1,
.page-template-template-starting .h1,
.page-template-template-starting h2,
.page-template-template-starting .h2,
.page-template-template-starting h3,
.page-template-template-starting .h3,
.page-template-template-starting h4,
.page-template-template-starting .h4,
.page-template-template-starting h5,
.page-template-template-starting .h5,
.page-template-template-starting h6,
.page-template-template-starting .h6 {
  font-weight: 600;
}

.page-template-template-starting h1,
.page-template-template-starting .h1 {
  font-size: 62px;
}

@media (max-width: 991.98px) {
  .page-template-template-starting h1,
  .page-template-template-starting .h1 {
    font-size: 62px;
  }
}

.page-template-template-starting h2,
.page-template-template-starting .h2 {
  font-size: 42px;
}

@media (max-width: 991.98px) {
  .page-template-template-starting h2,
  .page-template-template-starting .h2 {
    font-size: 38px;
  }
}

.page-template-template-starting h3,
.page-template-template-starting .h3 {
  font-size: 32px;
}

@media (max-width: 991.98px) {
  .page-template-template-starting h3,
  .page-template-template-starting .h3 {
    font-size: 28px;
  }
}

.page-template-template-starting .purchase-button {
  height: 39px;
  padding: 0 25px;
  font-size: 14px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 25px;
}

.page-template-template-starting .purchase-button:hover .border {
  background: #5d9642;
}

.page-template-template-starting .purchase-button:hover span {
  opacity: 1 !important;
}

.page-template-template-starting .purchase-button .border {
  background: #76B957;
}

.page-template-template-starting .purchase-button span {
  color: #fff;
}

.page-template-template-starting .language-switcher {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0 !important;
}

.page-template-template-starting .swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-template-template-starting .button-style2 i {
  background: #76B957;
}

.page-template-template-starting .sub-heading {
  margin-bottom: 8px;
}

.page-template-template-starting .heading-block {
  margin-bottom: 21px;
}

.page-template-template-starting .text-block {
  color: #666666;
  line-height: 1.62;
  margin-bottom: 10px;
}

.page-template-template-starting .first-screen-block {
  position: relative;
  background: url(../imgs/dots-bg.jpg) 50% no-repeat;
  padding: 0 0 70px;
  min-height: calc(100vh - 100px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1400px) {
  .page-template-template-starting .first-screen-block .container {
    max-width: 1440px;
  }
}

.page-template-template-starting .first-screen-block .bundled {
  position: absolute;
  top: 50%;
  left: 9px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-template-template-starting .first-screen-block .bundled img {
  display: block;
}

@media (max-width: 991.98px) {
  .page-template-template-starting .first-screen-block .bundled {
    top: 100%;
    -webkit-transform: translateY(-165%);
        -ms-transform: translateY(-165%);
            transform: translateY(-165%);
  }
}

@media (max-width: 575.98px) {
  .page-template-template-starting .first-screen-block .bundled {
    display: none;
  }
}

.page-template-template-starting .first-screen-block .image {
  position: relative;
  margin-bottom: 0;
}

.page-template-template-starting .first-screen-block .image img {
  display: block;
}

.page-template-template-starting .first-screen-block .image .decor1 {
  position: absolute;
  top: 65px;
  left: -150px;
}

.page-template-template-starting .first-screen-block .image .decor2 {
  position: absolute;
  right: -160px;
  bottom: -15px;
}

.page-template-template-starting .first-screen-block .image .tablet {
  margin-top: -80px;
  margin-left: 120px;
}

.page-template-template-starting .first-screen-block .image .tablet img {
  margin: 0 auto;
}

.page-template-template-starting .first-screen-block .image .phone {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: 315px;
  width: 305px;
}

@media screen and (min-width: 1400px) {
  .page-template-template-starting .first-screen-block .image .phone {
    margin-left: 445px;
  }
}

.page-template-template-starting .first-screen-block .image .people {
  position: absolute;
  top: 165px;
  left: 30px;
}

@media screen and (min-width: 1400px) {
  .page-template-template-starting .first-screen-block .image .people {
    top: 400px;
    left: 0px;
  }
}

.page-template-template-starting .first-screen-block .sub-heading {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}

.page-template-template-starting .first-screen-block .heading-block {
  text-align: center;
  margin-bottom: 25px;
}

.page-template-template-starting .first-screen-block .link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-template-starting .first-screen-block .link-block > *:not(:last-child) {
  margin-right: 25px;
}

@media (max-width: 1199.98px) {
  .page-template-template-starting .first-screen-block .image .tablet {
    max-width: 715px;
    margin: 0 auto;
  }
  .page-template-template-starting .first-screen-block .image .phone {
    margin-left: 200px;
    width: 185px;
  }
  .page-template-template-starting .first-screen-block .image .people {
    top: 206px;
    left: 35px;
    width: 180px;
  }
  .page-template-template-starting .first-screen-block .image .decor1 {
    top: 80px;
    left: -85px;
    width: 140px;
  }
  .page-template-template-starting .first-screen-block .image .decor2 {
    right: -25px;
    bottom: 9px;
    width: 90px;
  }
  .page-template-template-starting .first-screen-block .heading-block {
    font-size: 56px;
  }
}

@media (max-width: 991.98px) {
  .page-template-template-starting .first-screen-block .image .tablet {
    max-width: 560px;
  }
  .page-template-template-starting .first-screen-block .image .phone {
    margin-left: 170px;
    width: 145px;
  }
  .page-template-template-starting .first-screen-block .image .people {
    top: 192px;
    left: 24px;
    width: 125px;
  }
  .page-template-template-starting .first-screen-block .image .decor1 {
    top: 80px;
    left: -72px;
    width: 116px;
  }
  .page-template-template-starting .first-screen-block .image .decor2 {
    right: -36px;
    bottom: 15px;
    width: 64px;
  }
  .page-template-template-starting .first-screen-block .heading-block {
    font-size: 46px;
  }
}

@media (max-width: 767.98px) {
  .page-template-template-starting .first-screen-block .image .phone {
    left: auto;
    right: -15px;
    margin-left: 0;
  }
  .page-template-template-starting .first-screen-block .image .people {
    display: none;
  }
}

.page-template-template-starting .row-with-button {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .row-with-button > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.page-template-template-starting .demo-pages {
  position: relative;
  padding-top: 81px;
}

.page-template-template-starting .demo-pages .pages-button {
  display: inline-block;
  border: 2px solid #76B957;
  text-align: center;
  line-height: 1.4;
  padding: 7px 30px;
  border-radius: 30px;
  font-weight: bold;
  margin-bottom: 23px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  letter-spacing: 0.05em;
}

.page-template-template-starting .demo-pages .pages-button:hover {
  background: #76B957;
  color: #fff;
}

.page-template-template-starting .demo-pages .pages-button:hover span {
  color: #fff;
}

.page-template-template-starting .demo-pages .pages-button span {
  display: block;
  color: #3B3838;
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

.page-template-template-starting .demo-pages-decor-left,
.page-template-template-starting .demo-pages-decor-center,
.page-template-template-starting .demo-pages-decor-right {
  position: absolute;
}

.page-template-template-starting .demo-pages-decor-left img,
.page-template-template-starting .demo-pages-decor-center img,
.page-template-template-starting .demo-pages-decor-right img {
  display: block;
  max-width: none;
}

.page-template-template-starting .demo-pages-decor-left {
  left: -175px;
}

@media (max-width: 1199.98px) {
  .page-template-template-starting .demo-pages-decor-left {
    left: -120px;
  }
  .page-template-template-starting .demo-pages-decor-left img {
    width: 400px;
  }
}

@media (max-width: 767.98px) {
  .page-template-template-starting .demo-pages-decor-left {
    display: none;
  }
}

.page-template-template-starting .demo-pages-decor-center {
  margin-top: 115px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767.98px) {
  .page-template-template-starting .demo-pages-decor-center {
    margin-top: 200px;
  }
}

@media (max-width: 575.98px) {
  .page-template-template-starting .demo-pages-decor-center {
    margin-top: 270px;
  }
  .page-template-template-starting .demo-pages-decor-center img {
    width: 150px;
  }
}

.page-template-template-starting .demo-pages-decor-right {
  margin-top: -75px;
  right: -390px;
}

@media (max-width: 1199.98px) {
  .page-template-template-starting .demo-pages-decor-right {
    margin-top: 75px;
    right: -120px;
  }
  .page-template-template-starting .demo-pages-decor-right img {
    width: 400px;
  }
}

@media (max-width: 767.98px) {
  .page-template-template-starting .demo-pages-decor-right {
    display: none;
  }
}

.page-template-template-starting .pages-items {
  margin-top: 35px;
}

.page-template-template-starting .pages-items .page-item {
  margin-bottom: 45px;
}

.page-template-template-starting .pages-items .page-item .wrap {
  position: relative;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.page-template-template-starting .pages-items .page-item .wrap:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.page-template-template-starting .pages-items .page-item .image {
  margin-bottom: 22px;
}

.page-template-template-starting .pages-items .page-item .image img {
  display: block;
  border-radius: 6px;
  -webkit-box-shadow: 0px 45px 80px rgba(0, 0, 0, 0.07), 0px 29.1667px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 17.3333px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 9px 13px rgba(0, 0, 0, 0.035), 0px 3.66667px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 0.83333px 3.14815px rgba(0, 0, 0, 0.0168519);
          box-shadow: 0px 45px 80px rgba(0, 0, 0, 0.07), 0px 29.1667px 46.8519px rgba(0, 0, 0, 0.0531481), 0px 17.3333px 25.4815px rgba(0, 0, 0, 0.0425185), 0px 9px 13px rgba(0, 0, 0, 0.035), 0px 3.66667px 6.51852px rgba(0, 0, 0, 0.0274815), 0px 0.83333px 3.14815px rgba(0, 0, 0, 0.0168519);
}

.page-template-template-starting .pages-items .page-item .title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Montserrat';
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.page-template-template-starting .pages-items .page-item .title-block .index {
  font-size: 10px;
  margin-top: -0.15em;
  margin-right: .35em;
}

.page-template-template-starting .pages-items .page-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .pages-items .page-item {
    margin-bottom: 20px;
  }
  .page-template-template-starting .pages-items .page-item .title-block {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .page-template-template-starting .pages-items .page-item .title-block {
    font-size: 14px;
  }
  .page-template-template-starting .pages-items .page-item .title-block .index {
    font-size: 10px;
  }
}

.page-template-template-starting .bundled-inline-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  padding-top: 20px;
}

.page-template-template-starting .bundled-inline-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 30px;
  background: #AFAFAF;
}

.page-template-template-starting .bundled-inline-block span {
  margin-right: 8px;
}

.page-template-template-starting .mockups-section {
  padding: 100px 0 40px;
  background: #FBFBFB;
}

.page-template-template-starting .mockups-section h5 {
  font-size: 24px;
  margin-top: 42px;
  margin-bottom: 11px;
}

.page-template-template-starting .mockups-section .image-with-decor-block {
  margin: 98px 0;
}

.page-template-template-starting .mockups-section .image-with-decor-block .elementor-repeater-item-536b5ae {
  width: 600px;
  z-index: 1;
}

.page-template-template-starting .mockups-section .image-with-decor-block .elementor-repeater-item-09a0579 {
  width: 260px;
  margin: -135px 0 0 115px;
}

.page-template-template-starting .mockups-section .image-with-decor-block .elementor-repeater-item-2961d56 {
  width: 440px;
  margin: 56px 0 0 -52px;
}

.page-template-template-starting .mockups-section .image-with-decor-block img {
  height: 450px;
  width: auto;
}

@media (max-width: 1199.98px) {
  .page-template-template-starting .mockups-section .image-with-decor-block {
    margin-bottom: 30px;
  }
  .page-template-template-starting .mockups-section .image-with-decor-block img {
    height: 360px;
  }
  .page-template-template-starting .mockups-section .image-with-decor-block .elementor-repeater-item-536b5ae {
    width: 540px;
  }
  .page-template-template-starting .mockups-section .image-with-decor-block .elementor-repeater-item-09a0579 {
    width: 215px;
    margin: -105px 0 0 90px;
  }
  .page-template-template-starting .mockups-section .image-with-decor-block .elementor-repeater-item-2961d56 {
    width: 370px;
    margin: 56px 0 0 -90px;
  }
}

@media (max-width: 991.98px) {
  .page-template-template-starting .mockups-section .image-with-decor-block img {
    height: 290px;
  }
  .page-template-template-starting .mockups-section .image-with-decor-block .elementor-repeater-item-536b5ae {
    width: 475px;
  }
  .page-template-template-starting .mockups-section .image-with-decor-block .elementor-repeater-item-09a0579 {
    width: 185px;
    margin: -105px 0 0 50px;
  }
  .page-template-template-starting .mockups-section .image-with-decor-block .elementor-repeater-item-2961d56 {
    width: 275px;
    margin: 70px 0 0 -70px;
  }
}

.page-template-template-starting .mockups-section .mockup-sample {
  position: relative;
  margin: 53px 0;
}

.page-template-template-starting .mockups-section .mockup-sample img {
  display: block;
}

.page-template-template-starting .mockups-section .mockup-sample .notice {
  position: absolute;
  left: -18px;
  bottom: -39px;
  padding: 15px 18px;
  background: #E4DFFF;
  color: #555555;
  background: #E4DFFF;
  border-radius: 6px;
  max-width: 380px;
  margin-right: 15px;
}

.page-template-template-starting .mockups-section .mockup-sample .notice strong {
  color: #000;
}

@media (max-width: 991.98px) {
  .page-template-template-starting .mockups-section .mockup-sample .notice {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .page-template-template-starting .mockups-section {
    padding: 50px 0 20px;
  }
}

.page-template-template-starting .laptop-slider {
  position: relative;
  max-width: 863px;
  margin: 0 auto 21px;
}

.page-template-template-starting .laptop-slider .swiper-prev,
.page-template-template-starting .laptop-slider .swiper-next {
  position: absolute;
  top: 50%;
  font-size: 26px;
  margin-top: -.5em;
  cursor: pointer;
}

.page-template-template-starting .laptop-slider .swiper-prev {
  left: -50px;
}

.page-template-template-starting .laptop-slider .swiper-next {
  right: -50px;
}

.page-template-template-starting .laptop-slider img {
  display: block;
}

.page-template-template-starting .laptop-slider .swiper-container {
  position: absolute;
  top: 4%;
  left: 10.7%;
  width: 78.5%;
  height: 81.5%;
}

.page-template-template-starting .laptop-slider .swiper-container .swiper-slide {
  background: 50% no-repeat;
  background-size: cover;
}

.page-template-template-starting .laptop-slider .swiper-container .swiper-slide:before {
  content: '';
  display: block;
  padding-bottom: 62.53687%;
}

@media (max-width: 1199.98px) {
  .page-template-template-starting .laptop-slider {
    max-width: 720px;
  }
}

@media (max-width: 767.98px) {
  .page-template-template-starting .laptop-slider .swiper-prev {
    left: 0px;
  }
  .page-template-template-starting .laptop-slider .swiper-next {
    right: 0px;
  }
}

.page-template-template-starting .shop-section {
  background: #FBFBFB;
  padding: 40px 0 0;
}

.page-template-template-starting .shop-section .sub-heading {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3px;
}

.page-template-template-starting .shop-section .sub-heading img {
  margin-top: -3px;
  margin-right: 8px;
}

.page-template-template-starting .shop-section h2.heading-block {
  font-size: 52px;
  text-align: center;
  margin-bottom: 64px;
}

@media (max-width: 991.98px) {
  .page-template-template-starting .shop-section h2.heading-block {
    font-size: 48px;
  }
}

@media (max-width: 767.98px) {
  .page-template-template-starting .shop-section h2.heading-block {
    font-size: 38px;
  }
}

.page-template-template-starting .shop-section .text-block {
  margin-bottom: 30px;
}

.page-template-template-starting .shop-section .text-block.with-bg {
  background: #DAF2E1;
  padding: 14px 16px;
  border-radius: 8px;
  margin: -14px 0 20px 16px;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .shop-section .text-block.with-bg {
    margin-top: 0;
    margin-left: 0;
  }
}

.page-template-template-starting .shop-section .button-block {
  text-align: center;
  margin: 24px 0 92px;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .shop-section .button-block {
    margin-bottom: 50px;
  }
}

.page-template-template-starting .blog-section {
  padding: 81px 0;
}

.page-template-template-starting .blog-section .heading-block {
  font-size: 54px;
  margin-bottom: 59px;
}

@media (max-width: 991.98px) {
  .page-template-template-starting .blog-section .heading-block {
    font-size: 42px;
  }
}

.page-template-template-starting .blog-section .blob {
  position: absolute;
  top: 100px;
  left: 198px;
  z-index: -1;
}

.page-template-template-starting .blog-section .page-img {
  margin-left: -30px;
}

.page-template-template-starting .blog-section .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-template-starting .blog-section h4 {
  font-size: 32px;
  margin: 0 0 30px;
  line-height: 1.31;
}

@media (max-width: 991.98px) {
  .page-template-template-starting .blog-section h4 {
    font-size: 20px;
  }
}

.page-template-template-starting .blog-section .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -25px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.page-template-template-starting .blog-section .items img {
  display: block;
  margin-right: 25px;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .page-template-template-starting .blog-section .items {
    margin-right: -15px;
  }
  .page-template-template-starting .blog-section .items img {
    margin-right: 15px;
    max-width: calc(33% - 15px);
  }
}

.page-template-template-starting .blog-section .text-block {
  margin: 5px 0 32px;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .blog-section {
    padding: 55px 0;
  }
}

.page-template-template-starting .news-section {
  padding-bottom: 140px;
}

.page-template-template-starting .news-section .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-template-starting .news-section h5 {
  margin: 0 0 18px;
  line-height: 1.31;
  font-size: 32px;
}

@media (max-width: 991.98px) {
  .page-template-template-starting .news-section h5 {
    font-size: 26px;
  }
}

.page-template-template-starting .news-section .text-block {
  margin-bottom: 29px;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .news-section .button-block {
    margin-bottom: 40px;
  }
}

.page-template-template-starting .news-section .blob {
  position: absolute;
  left: -60px;
  bottom: -87px;
  z-index: 1;
}

.page-template-template-starting .news-section img {
  display: block;
  position: relative;
  z-index: 2;
}

.page-template-template-starting .support-section {
  padding-top: 81px;
  padding-bottom: 91px;
  background: #F9FCFF url(../imgs/dots-bg2.svg) 50%;
}

.page-template-template-starting .support-section .heading-block {
  font-size: 54px;
  margin-bottom: 72px;
}

@media (max-width: 991.98px) {
  .page-template-template-starting .support-section .heading-block {
    font-size: 38px;
  }
}

.page-template-template-starting .support-section .testimonials-style2 .swiper-slide {
  margin: 0;
}

.page-template-template-starting .support-section .testimonials-style2 .swiper-slide .quote {
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  -webkit-transition-property: background, -webkit-box-shadow;
  transition-property: background, -webkit-box-shadow;
  -o-transition-property: background, box-shadow;
  transition-property: background, box-shadow;
  transition-property: background, box-shadow, -webkit-box-shadow;
}

.page-template-template-starting .support-section .testimonials-style2 .swiper-slide-active .quote {
  background: #FFFFFF !important;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
}

.page-template-template-starting .support-section .testimonials-style2 .stars {
  font-size: 20px;
  color: #FFCF23;
  text-align: center;
  margin: -7px 0 20px;
}

.page-template-template-starting .support-section .testimonials-style2 .quote {
  border-radius: 8px !important;
  border: none !important;
  padding: 28px 25px 28px 35px;
}

@media (max-width: 767.98px) {
  .page-template-template-starting .support-section {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .page-template-template-starting .support-section .heading-block {
    margin-bottom: 40px;
  }
}

.page-template-template-starting .buy-now-section {
  position: relative;
  text-align: center;
  background: url(../imgs/buy-now.jpg) 50% no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  opacity: 1 !important;
}

.page-template-template-starting .buy-now-section:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 985px;
  height: 911px;
  margin-top: -450px;
  background: url(../imgs/pages.png) 50% no-repeat;
  background-size: contain;
  z-index: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  opacity: 0;
  -webkit-transition: 700ms ease-in-out;
  -o-transition: 700ms ease-in-out;
  transition: 700ms ease-in-out;
}

.page-template-template-starting .buy-now-section.animated:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.page-template-template-starting .buy-now-section .row {
  position: relative;
  min-height: 670px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.page-template-template-starting .buy-now-section .girl {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 150px;
}

.page-template-template-starting .buy-now-section .sub-heading {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6px;
}

.page-template-template-starting .buy-now-section .heading-block {
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 8px;
}

.page-template-template-starting .buy-now-section .price-block {
  color: #585858;
  font-weight: bold;
  font-size: 62px;
  line-height: 1;
  margin-bottom: 13px;
}

.page-template-template-starting .buy-now-section .price-block span {
  font-size: 30px;
  vertical-align: super;
}

.page-template-template-starting .buy-now-section .text-block {
  margin-bottom: 30px;
}

.page-template-template-starting .buy-now-section .button-block .button-style2:hover .border {
  background: #5d9642;
}

.page-template-template-starting .buy-now-section .button-block .button-style2:hover span {
  color: #fff;
}

.page-template-template-starting .buy-now-section .button-block .button-style2 .border {
  background: #76B957;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-template-template-starting .buy-now-section .button-block .button-style2 img {
  margin-right: 4px;
}

@media (max-width: 1199.98px) {
  .page-template-template-starting .buy-now-section:after {
    width: 760px;
    margin-left: 50px;
  }
  .page-template-template-starting .buy-now-section .row {
    min-height: 515px;
  }
  .page-template-template-starting .buy-now-section .girl {
    width: 115px;
  }
}

@media (max-width: 991.98px) {
  .page-template-template-starting .buy-now-section .heading-block {
    font-size: 60px;
  }
  .page-template-template-starting .buy-now-section .price-block {
    font-size: 54px;
  }
  .page-template-template-starting .buy-now-section .price-block span {
    font-size: 24px;
  }
  .page-template-template-starting .buy-now-section .girl {
    left: 50%;
    margin-top: 20px;
    margin-left: -230px;
  }
}
