.about-us,
.healthcare,
.baloons,
.maps,
.vr-content,
.small-business,
.vr-game,
.fantacy-sports,
.software-outsourcing,
.web-development,
.testimonials {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.35;
  color: #333; }

.about-us img,
.healthcare img,
.baloons img,
.maps img,
.small-business img,
.vr-game img,
.fantacy-sports img,
.software-outsourcing img,
.web-development img,
.testimonials img {
  display: block;
  width: 100%; }

.about-us h1,
.healthcare h1,
.baloons h1,
.maps h1,
.vr-content h1,
.small-business h1,
.vr-game h1,
.fantacy-sports h1,
.software-outsourcing h1,
.web-development h1,
.testimonials h1 {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  .about-us h1,
  .healthcare h1,
  .baloons h1,
  .maps h1,
  .vr-content h1,
  .small-business h1,
  .vr-game h1,
  .fantacy-sports h1,
  .software-outsourcing h1,
  .web-development h1,
  .testimonials h1 {
    font-size: 30px; } }

.about-us h2,
.healthcare h2,
.baloons h2,
.maps h2,
.vr-content h2,
.small-business h2,
.vr-game h2,
.fantacy-sports h2,
.software-outsourcing h2,
.web-development h2,
.testimonials h2 {
  font-size: 30px;
  line-height: 1.35;
  font-weight: 700;
  margin: 0 0 25px;
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  .about-us h2,
  .healthcare h2,
  .baloons h2,
  .maps h2,
  .vr-content h2,
  .small-business h2,
  .vr-game h2,
  .fantacy-sports h2,
  .software-outsourcing h2,
  .web-development h2,
  .testimonials h2 {
    font-size: 25px; } }

.about-us h3,
.healthcare h3,
.baloons h3,
.maps h3,
.vr-content h3,
.small-business h3,
.vr-game h3,
.fantacy-sports h3,
.software-outsourcing h3,
.web-development h3,
.testimonials h3 {
  font-size: 22px;
  line-height: 1.23;
  font-weight: 600;
  color: #333;
  margin: 0 0 15px; }

.about-us p,
.healthcare p,
.baloons p,
.maps p,
.vr-content p,
.small-business p,
.vr-game p,
.fantacy-sports p,
.software-outsourcing p,
.web-development p,
.testimonials p {
  margin: 0 0 20px; }

@media screen and (max-width: 1200px) {
  .about-us ul, .about-us li,
  .healthcare ul,
  .healthcare li,
  .baloons ul,
  .baloons li,
  .maps ul,
  .maps li,
  .vr-content ul,
  .vr-content li,
  .small-business ul,
  .small-business li,
  .vr-game ul,
  .vr-game li,
  .fantacy-sports ul,
  .fantacy-sports li,
  .software-outsourcing ul,
  .software-outsourcing li,
  .web-development ul,
  .web-development li,
  .testimonials ul,
  .testimonials li {
    line-height: 1.35; } }

.about-us mark,
.healthcare mark,
.baloons mark,
.maps mark,
.vr-content mark,
.small-business mark,
.vr-game mark,
.fantacy-sports mark,
.software-outsourcing mark,
.web-development mark,
.testimonials mark {
  background: transparent;
  color: #ffc108; }

.vr-game {
  padding: 95px 0 0; }

@media screen and (max-width: 1024px) {
  .vr-game {
    padding: 50px 0 0; } }

@media screen and (max-width: 768px) {
  .vr-game {
    padding: 25px 0 0; } }

.body-wrapper {
  overflow: hidden; }

.healthcare,
.maps,
.vr-content,
.small-business {
  color: #666; }

.baloons a,
.maps a,
.vr-content a,
.small-business a {
  color: #fed240; }

section {
  padding: 70px 0; }

@media screen and (max-width: 1024px) {
  section {
    padding: 50px 0; } }

@media screen and (max-width: 768px) {
  section {
    padding: 20px 0; } }

.banner-section {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../images/img-1.png);
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  font-size: 20px;
  z-index: 1; }

.banner-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1; }

.banner-section .banner-holder {
  min-height: 640px;
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media screen and (max-width: 1024px) {
  .banner-section .banner-holder {
    min-height: 540px; } }

@media screen and (max-width: 768px) {
  .banner-section .banner-holder {
    min-height: 440px; } }

@media screen and (max-width: 425px) {
  .banner-section .banner-holder {
    min-height: 670px; } }

.banner-section .text-block {
  max-width: 920px;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 33px; }

.banner-section h1 {
  color: #fff; }

@media screen and (max-width: 1024px) {
  .banner-section p {
    font-size: 20px;
    line-height: 1.35; } }

.line-holder {
  padding: 0 0 30px; }

.line-holder:after {
  content: '';
  display: block;
  width: 144px;
  height: 4px;
  background: #FFA200;
  margin: 0 auto; }

.text-wrap {
  width: 67%;
  margin: 0 auto; }

@media screen and (max-width: 1024px) {
  .text-wrap {
    width: 90%; } }

@media screen and (max-width: 768px) {
  .text-wrap {
    width: 100%; } }

.number-section {
  padding: 70px 0 0; }

@media screen and (max-width: 1024px) {
  .number-section {
    padding: 50px 0 0; } }

@media screen and (max-width: 768px) {
  .number-section {
    padding: 20px 0 0; } }

.number-section .slide-image-holder {
  height: 75vh;
  max-height: 456px;
  position: relative;
  overflow: hidden; }

.number-section .slide-image-holder > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: url(../images/banner-2.jpg);
  background-size: cover;
  background-position: 47% 30%; }

.numbers-txt-block {
  margin: 0 0 50px; }

@media screen and (max-width: 768px) {
  .numbers-txt-block {
    margin: 0; } }

.large-title {
  font-size: 20px;
  line-height: 1.35; }

.numbers-list {
  margin: 0;
  padding: 0 0 0 13px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media screen and (max-width: 768px) {
  .numbers-list {
    padding: 0; } }

.numbers-list li {
  width: 50%;
  border-left: 4px solid #FFA200;
  padding: 15px 0 0 40px;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 135px; }

@media screen and (max-width: 1024px) {
  .numbers-list li {
    min-height: 100px;
    line-height: 1.35; } }

@media screen and (max-width: 768px) {
  .numbers-list li {
    margin: 0 0 20px;
    padding: 0 0 0 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.numbers-list strong {
  font-size: 50px;
  display: block; }

@media screen and (max-width: 768px) {
  .numbers-list strong {
    font-size: 30px; } }

.differents h2 {
  margin: 0 0 40px; }

.custom-number-list {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media screen and (max-width: 1200px) {
  .custom-number-list {
    margin: 0 -10px; } }

@media screen and (max-width: 768px) {
  .custom-number-list {
    margin: 0; } }

.custom-number-list li {
  counter-increment: my-awesome-counter;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 0 15px; }

@media screen and (max-width: 1200px) {
  .custom-number-list li {
    padding: 0 10px; } }

@media screen and (max-width: 1024px) {
  .custom-number-list li {
    width: 50%;
    padding: 0 15px 15px; } }

@media screen and (max-width: 768px) {
  .custom-number-list li {
    width: 100%;
    padding: 0 0 20px; } }

.custom-number-list .text-block {
  position: relative;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  z-index: 1; }

@media screen and (max-width: 1200px) {
  .custom-number-list .text-block {
    padding: 15px; } }

@media screen and (max-width: 768px) {
  .custom-number-list .text-block {
    padding: 30px; } }

.custom-number-list .text-block:before {
  content: counter(my-awesome-counter);
  position: absolute;
  bottom: -20px;
  right: 30px;
  font-size: 180px;
  line-height: 1;
  font-weight: 700;
  color: #EEF9FD;
  min-height: 157px;
  z-index: -1; }

.custom-number-list .title {
  display: block;
  font-size: 20px;
  margin: 0 0 15px; }

.custom-number-list .title:after {
  content: '';
  display: block;
  width: 33px;
  height: 4px;
  background: #FFA200;
  margin: 10px 0 0; }

@media screen and (max-width: 1200px) {
  .custom-number-list .title {
    font-size: 18px; } }

@media screen and (max-width: 768px) {
  .custom-number-list .title {
    font-size: 20px; } }

.awards {
  background: #F5F5F5;
  padding: 70px 0 30px; }

@media screen and (max-width: 1024px) {
  .awards {
    padding: 50px 0 25px; } }

@media screen and (max-width: 768px) {
  .awards {
    padding: 20px 0 15px; } }

.awards h2 {
  margin: 0 0 38px; }

@media screen and (max-width: 1024px) {
  .awards h2 {
    margin: 0 0 25px; } }

.awards-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media screen and (max-width: 1200px) {
  .awards-list {
    width: 100%; } }

.awards-list li {
  width: 25%;
  padding: 0 30px 40px; }

@media screen and (max-width: 1024px) {
  .awards-list li {
    padding: 0 15px 30px; } }

@media screen and (max-width: 768px) {
  .awards-list li {
    margin: 0 0 20px;
    padding: 0 10px;
    width: 100%; } }

.awards-list li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 168px;
  max-width: 218px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto; }

.awards-list img {
  width: auto;
  height: 140px; }

.rhombus-holder {
  margin: 0 auto;
  padding: 0 0 170px; }

@media screen and (max-width: 1439px) {
  .rhombus-holder {
    padding: 0 0 110px; } }

@media screen and (max-width: 767px) {
  .rhombus-holder {
    padding: 0; } }

.rhombus-holder .rhombus-row {
  margin: 160px 0 0;
  white-space: nowrap;
  font-size: 0;
  position: relative;
  height: 1px; }

@media screen and (max-width: 1439px) {
  .rhombus-holder .rhombus-row {
    margin: 130px 0 0; } }

@media screen and (max-width: 767px) {
  .rhombus-holder .rhombus-row {
    white-space: normal;
    height: auto;
    margin: 55px 0 0; } }

.rhombus-holder .rhombus-row:last-child {
  margin: 170px 0 0 0; }

@media screen and (max-width: 1439px) {
  .rhombus-holder .rhombus-row:last-child {
    margin: 110px 0 0 0; } }

@media screen and (max-width: 1199px) {
  .rhombus-holder .rhombus-row:last-child {
    margin: 110px 0 0 0px; } }

@media screen and (max-width: 1029px) {
  .rhombus-holder .rhombus-row:last-child {
    margin: 110px 0 0 0; } }

@media screen and (max-width: 1024px) {
  .rhombus-holder .rhombus-row:last-child {
    margin: 93px 0 0; } }

.rhombus-holder .rhombus-col {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin: -100px 55px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 230px;
  height: 230px; }

@media screen and (max-width: 1439px) {
  .rhombus-holder .rhombus-col {
    width: 150px;
    height: 150px;
    margin: -100px 35px; } }

@media screen and (max-width: 1024px) {
  .rhombus-holder .rhombus-col {
    width: 130px;
    height: 130px;
    margin: -100px 27px; } }

@media screen and (max-width: 767px) {
  .rhombus-holder .rhombus-col {
    width: 210px;
    height: 210px;
    display: block;
    margin: 0 auto 95px; } }

.rhombus-holder a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  overflow: hidden; }

.rhombus-holder a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1; }

.rhombus-holder a:hover img {
  -webkit-transform: rotate(-45deg) scale(2);
      -ms-transform: rotate(-45deg) scale(2);
          transform: rotate(-45deg) scale(2); }

.rhombus-holder img {
  -webkit-transform: rotate(-45deg) scale(1.4);
      -ms-transform: rotate(-45deg) scale(1.4);
          transform: rotate(-45deg) scale(1.4);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }

.rhombus-holder .rhombus-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: normal;
  z-index: 1; }

.rhombus-holder .rhombus-title:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 33px;
  height: 4px;
  background: #FFA200; }

@media screen and (max-width: 768px) {
  .rhombus-holder .rhombus-title:after {
    bottom: -5px; } }

@media screen and (max-width: 1439px) {
  .rhombus-holder .rhombus-title {
    font-size: 14px; } }

@media screen and (max-width: 1200px) {
  .rhombus-holder .rhombus-title {
    width: 100%;
    padding: 0px 10px; } }

@media screen and (max-width: 1024px) {
  .rhombus-holder .rhombus-title {
    padding: 0 5px; } }

@media screen and (max-width: 767px) {
  .rhombus-holder .rhombus-title {
    font-size: 20px;
    padding: 0 10px; } }

.choose-list {
  padding: 20px 0 28px;
  margin: 0 -10px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 4px solid #EEF9FD; }

@media screen and (max-width: 768px) {
  .choose-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0 0 0 28px;
    border-bottom: none;
    border-left: 4px solid #EEF9FD; } }

.choose-list li {
  display: -webkit-box;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  margin: 0 10px;
  min-height: 126px;
  border: 1px solid #C4CED8;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative; }

@media screen and (max-width: 1024px) {
  .choose-list li {
    line-height: 1.35;
    font-size: 14px; } }

@media screen and (max-width: 768px) {
  .choose-list li {
    margin: 0 0 20px;
    font-size: 17px; } }

.choose-list li:after {
  position: absolute;
  content: '';
  bottom: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 33px;
  height: 4px;
  background: #FFA200; }

@media screen and (max-width: 768px) {
  .choose-list li:after {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    bottom: auto;
    left: -33px;
    top: 50%;
    height: 33px;
    width: 4px; } }

@media screen and (max-width: 768px) {
  .d-md-block {
    display: none; } }

.d-xs-block {
  display: none; }

@media screen and (max-width: 768px) {
  .d-xs-block {
    display: block; } }

.text-center {
  text-align: center; }

#main-content .main-content-holder {
  margin-right: 350px !important; }

@media screen and (max-width: 768px) {
  #main-content .main-content-holder {
    margin-right: 0 !important; } }

#main-content #sidebar {
  width: 320px;
  margin: 20px 0 0 -320px; }

@media screen and (max-width: 768px) {
  #main-content #sidebar {
    width: 100% !important;
    margin: 0 !important; } }

.bullet-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.bullet-list li {
  margin: 0 0 13px; }

.bullet-list li:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFC108;
  margin: 0 30px 2px 0; }

.post-content {
  padding: 25px 0 55px; }

.smooth-list {
  padding: 0;
  margin: 0 0 15px;
  list-style: none; }

@media screen and (max-width: 768px) {
  .smooth-list li {
    margin: 0 0 15px; } }

.smooth-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  font-weight: 700;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }

.smooth-list a:before {
  content: '';
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4px;
  height: 46px;
  background: #00B4E7;
  margin: 0 27px 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out; }

.smooth-list a:hover {
  color: #00B4E7; }

.smooth-list a:hover:before {
  opacity: 1;
  visibility: visible; }

h3.square-title {
  position: relative;
  padding: 0 0 0 46px;
  margin: 0 0 30px; }

h3.square-title:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 30px;
  height: 26px;
  background: #FFC108; }

.square-post-holder {
  padding: 0 0 70px; }

.square-post-holder .post-title {
  display: block;
  color: #222;
  margin: 0 0 15px;
  text-transform: uppercase; }

.square-post-holder .post-title.blue {
  color: #4EB7F3; }

.square-post-holder .post-title.dark-blue {
  color: #033CA4; }

.square-post-holder .img-hold {
  margin: 0 0 30px; }

.bordered-list {
  padding: 0;
  margin: 0 -10px 30px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media screen and (max-width: 1024px) {
  .bordered-list {
    margin: 0 0 30px; } }

.bordered-list li {
  padding: 20px 10px 10px;
  margin: 0 10px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.bordered-list li:nth-child(2n) .title:after {
  background: #3787E8; }

.bordered-list li:nth-child(3n + 3) .title:after {
  background: #1983CB; }

.bordered-list li:nth-child(4n + 4) .title:after {
  background: #14578A; }

@media screen and (max-width: 1200px) {
  .bordered-list li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: calc(50% - 20px);
    margin: 0 10px 10px; } }

@media screen and (max-width: 1024px) {
  .bordered-list li {
    width: 100%;
    margin: 0 0 10px; } }

.bordered-list .title {
  display: -webkit-box;
  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;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  min-height: 54px;
  padding: 0 0 15px;
  margin: 0 0 10px; }

.bordered-list .title:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 46px;
  height: 4px;
  background: #00B4E7; }

.card {
  margin: 0 0 20px;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15); }

.card .heading {
  color: #fff;
  background: #22C7F3;
  padding: 14px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px 20px 0 0; }

.card .heading.dark {
  background: #3787E8; }

.card .heading.darker {
  background: #1983CB; }

.card .heading.darkest {
  background: #14578A; }

.card .card-body {
  padding: 30px;
  background: #fff;
  border-radius: 0px 0px 20px 20px; }

@media screen and (max-width: 1024px) {
  .card .card-body {
    padding: 15px; } }

@media screen and (max-width: 768px) {
  .card .card-body {
    padding: 10px 23px; } }

.card a {
  font-weight: 700;
  color: #666; }

.card a:hover {
  color: #FFC108; }

.circle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin: 0 0 30px; }

@media screen and (max-width: 1024px) {
  .circle-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.circle-wrapper .circle {
  display: -webkit-box;
  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;
  width: 313px;
  height: 313px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 1200px) {
  .circle-wrapper .circle {
    width: 230px;
    height: 230px;
    font-size: 18px; } }

@media screen and (max-width: 1024px) {
  .circle-wrapper .circle {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 0 15px; } }

.circle-wrapper .circle span {
  max-width: 215px; }

@media screen and (max-width: 1024px) {
  .circle-wrapper .circle span {
    max-width: none; } }

.circle-list {
  padding: 0;
  margin: 0;
  list-style: none; }

@media screen and (max-width: 1024px) {
  .circle-list {
    width: 100%; } }

.circle-list.right li:before {
  right: auto;
  left: -7px; }

@media screen and (max-width: 1024px) {
  .circle-list.right li:before {
    top: -8px;
    left: 50%; } }

.circle-list.right li:after {
  right: 100%;
  left: -200px; }

.circle-list li {
  position: relative;
  display: -webkit-box;
  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;
  min-height: 90px;
  min-width: 234px;
  background: #fff;
  padding: 10px;
  margin: 0 0 20px;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15); }

.circle-list li:before {
  position: absolute;
  content: '';
  right: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: #4EB7F3;
  border-radius: 50%; }

@media screen and (max-width: 1024px) {
  .circle-list li:before {
    top: -8px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }

.circle-list li:after {
  position: absolute;
  content: '';
  left: 100%;
  right: -200px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 5px;
  border-bottom: 5px dotted #ABACAF;
  z-index: -1; }

@media screen and (max-width: 1024px) {
  .circle-list li:after {
    display: none; } }

@media screen and (max-width: 1400px) {
  .circle-list li {
    min-width: 200px; } }

@media screen and (max-width: 1200px) {
  .circle-list li {
    min-width: 160px;
    min-height: 74px;
    margin: 0 0 10px;
    font-size: 14px; } }

@media screen and (max-width: 1024px) {
  .circle-list li {
    font-size: 17px;
    min-height: 90px;
    margin: 0 0 20px; } }

.border-title {
  display: block;
  color: #666;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 13px; }

.border-title.green-1:before {
  background: #65EFB4; }

.border-title.green-2:before {
  background: #09E8B0; }

.border-title.green-3:before {
  background: #0CC2B6; }

.border-title.green-4:before {
  background: #09A0AD; }

.border-title.dark-blue {
  color: #222; }

.border-title.dark-blue:before {
  background: #005270; }

.border-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 46px;
  height: 4px;
  background: #4EB7F3; }

.accordion {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  border-top: 1px solid #D2D2D2; }

.accordion.extra ol {
  padding: 0;
  margin: 0 0 15px; }

.accordion.extra ol li {
  border-bottom: none;
  margin: 0 0 10px; }

.accordion.extra ol a {
  color: #efb505; }

.accordion > li {
  overflow: hidden;
  border-bottom: 1px solid #D2D2D2; }

.accordion .opener {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  padding: 8px 45px 8px 0; }

.accordion .opener.active .open-close:after {
  -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg); }

@media screen and (max-width: 768px) {
  .accordion .opener {
    padding: 8px 35px 8px 0; } }

.accordion .accordion-ico {
  width: 35px;
  height: 35px;
  margin: 0 10px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.accordion .open-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 16px;
  height: 16px;
  margin: 0 0 0 auto; }

.accordion .open-close:before, .accordion .open-close:after {
  position: absolute;
  content: '';
  background: #333;
  width: 16px;
  height: 4px;
  left: 0;
  top: 50%;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }

.accordion .open-close:before {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.accordion .open-close:after {
  width: 4px;
  height: 16px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

@media screen and (max-width: 768px) {
  .accordion .open-close {
    right: 10px; } }

.accordion .slide {
  display: none;
  background: #fff;
  padding: 0 45px 20px;
  -webkit-transition: max-height .6s ease-in-out;
  -o-transition: max-height .6s ease-in-out;
  transition: max-height .6s ease-in-out; }

.accordion .slide ol {
  list-style: decimal !important; }

.accordion .slide p:last-child {
  margin: 0; }

.accordion .slide a {
  color: #f7bb08; }

.healthcare-form-holder {
  max-width: 777px;
  width: 75%;
  position: relative; }

.healthcare-form-holder:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: #4eb7f3;
  height: 16px; }

@media screen and (max-width: 1024px) {
  .healthcare-form-holder {
    width: 100%; } }

.healthcare-form-holder .FooterForm {
  margin: 0; }

@media screen and (max-width: 768px) {
  .healthcare-form-holder .FooterForm {
    padding: 25px 10px; } }

@media screen and (max-width: 768px) {
  .healthcare-form-holder .FooterForm h2 {
    font-size: 20px;
    margin: 0 0 10px; } }

.healthcare-form-wrapper {
  position: relative; }

.manager-block {
  position: absolute;
  right: -65px;
  bottom: 10px;
  z-index: -1; }

@media screen and (max-width: 1200px) {
  .manager-block {
    right: -115px; } }

@media screen and (max-width: 1024px) {
  .manager-block {
    display: none; } }

.manager-title {
  position: absolute;
  bottom: 75px;
  left: 260px;
  min-width: 180px;
  color: #000;
  font-size: 22px;
  text-transform: uppercase; }

@media screen and (max-width: 1024px) {
  .manager-title {
    display: none; } }

.manager-title b {
  display: block; }

.custom-circle-holder {
  position: relative;
  padding: 10px 0 0;
  margin: 0 0 35px; }

.circle-box {
  width: 320px;
  height: 320px;
  display: -webkit-box;
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #333;
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background: -webkit-radial-gradient(99.46% 99.46% at 85.73% 14.94%, #FFFFFF 20%, #FDFDFD 59%, #F5F5F5 79%, #E8E8E8 94%, #E0E0E0 100%);
  background: -o-radial-gradient(99.46% 99.46% at 85.73% 14.94%, #FFFFFF 20%, #FDFDFD 59%, #F5F5F5 79%, #E8E8E8 94%, #E0E0E0 100%);
  background: radial-gradient(99.46% 99.46% at 85.73% 14.94%, #FFFFFF 20%, #FDFDFD 59%, #F5F5F5 79%, #E8E8E8 94%, #E0E0E0 100%);
  z-index: 5; }

@media screen and (max-width: 1439px) {
  .circle-box {
    width: 220px;
    height: 220px;
    font-size: 18px; } }

@media screen and (max-width: 1200px) {
  .circle-box {
    position: static;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

.circle-box span {
  max-width: 220px;
  margin: 0; }

@media screen and (max-width: 1440px) {
  .circle-box span {
    max-width: none; } }

@media screen and (max-width: 1200px) {
  .circle-box span {
    margin: 0 0 15px; } }

.circle-number-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.circle-number-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 320px;
  background: #fff; }

@media screen and (max-width: 1200px) {
  .circle-number-list li {
    min-height: auto; } }

.circle-number-list li.item-one .ellipse-side, .circle-number-list li.item-three .ellipse-side {
  position: absolute;
  width: 372px;
  height: 524px;
  border-radius: 186px/262px;
  background: #22C7F3;
  right: -186px;
  bottom: -262px; }

@media screen and (max-width: 1439px) {
  .circle-number-list li.item-one .ellipse-side, .circle-number-list li.item-three .ellipse-side {
    width: 250px;
    height: 340px;
    border-radius: 125px/170px;
    right: -125px;
    bottom: -170px; } }

@media screen and (max-width: 1200px) {
  .circle-number-list li.item-one .ellipse-side, .circle-number-list li.item-three .ellipse-side {
    width: 140px;
    height: 198px;
    border-radius: 70px/99px;
    top: -99px;
    left: -70px;
    bottom: auto;
    right: auto; } }

.circle-number-list li.item-two .ellipse-side, .circle-number-list li.item-four .ellipse-side {
  position: absolute;
  height: 372px;
  width: 524px;
  border-radius: 262px/186px;
  background: #3787E8;
  left: -262px;
  bottom: -186px; }

@media screen and (max-width: 1439px) {
  .circle-number-list li.item-two .ellipse-side, .circle-number-list li.item-four .ellipse-side {
    width: 340px;
    height: 250px;
    border-radius: 170px/125px;
    left: -170px;
    bottom: -125px; } }

@media screen and (max-width: 1200px) {
  .circle-number-list li.item-two .ellipse-side, .circle-number-list li.item-four .ellipse-side {
    width: 140px;
    height: 198px;
    border-radius: 70px/99px;
    top: -99px;
    left: -70px;
    bottom: auto;
    right: auto; } }

.circle-number-list li.item-one {
  z-index: 3;
  -webkit-box-shadow: 6px 0 10px -6px rgba(0, 0, 0, 0.25), inset 0 -6px 10px -6px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 0 10px -6px rgba(0, 0, 0, 0.25), inset 0 -6px 10px -6px rgba(0, 0, 0, 0.25); }

@media screen and (max-width: 1024px) {
  .circle-number-list li.item-one {
    -webkit-box-shadow: inset 0 -6px 10px -6px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 -6px 10px -6px rgba(0, 0, 0, 0.25); } }

.circle-number-list li.item-two {
  z-index: 2;
  -webkit-box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.25); }

@media screen and (max-width: 1024px) {
  .circle-number-list li.item-two {
    -webkit-box-shadow: inset 0 -6px 10px -6px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 -6px 10px -6px rgba(0, 0, 0, 0.25); } }

.circle-number-list li.item-two .item-holder {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media screen and (max-width: 1200px) {
  .circle-number-list li.item-two .item-holder {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

.circle-number-list li.item-two .item-holder strong {
  text-align: right; }

@media screen and (max-width: 1439px) {
  .circle-number-list li.item-two .item-holder strong {
    text-align: left; } }

.circle-number-list li.item-two .number-box {
  left: 50%;
  right: 0; }

.circle-number-list li.item-two .number-box span {
  top: auto;
  bottom: 20px;
  right: 30px; }

@media screen and (max-width: 1439px) {
  .circle-number-list li.item-two .number-box span {
    bottom: 10px;
    right: 15px; } }

@media screen and (max-width: 1200px) {
  .circle-number-list li.item-two .number-box span {
    top: 15px;
    bottom: auto;
    right: 20px; } }

.circle-number-list li.item-three {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

@media screen and (max-width: 1024px) {
  .circle-number-list li.item-three {
    -webkit-box-shadow: inset 0 -6px 10px -6px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 -6px 10px -6px rgba(0, 0, 0, 0.25); } }

@media screen and (max-width: 1024px) {
  .circle-number-list li.item-three {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

.circle-number-list li.item-three .item-holder {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media screen and (max-width: 1200px) {
  .circle-number-list li.item-three .item-holder {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

.circle-number-list li.item-three .item-holder strong {
  text-align: right; }

@media screen and (max-width: 1439px) {
  .circle-number-list li.item-three .item-holder strong {
    text-align: left; } }

.circle-number-list li.item-three .ellipse-side {
  right: auto;
  bottom: auto;
  left: -186px;
  top: -262px;
  background: #1983CB; }

@media screen and (max-width: 1439px) {
  .circle-number-list li.item-three .ellipse-side {
    left: -125px;
    top: -170px; } }

@media screen and (max-width: 1200px) {
  .circle-number-list li.item-three .ellipse-side {
    top: -99px;
    left: -70px;
    bottom: auto;
    right: auto; } }

.circle-number-list li.item-three .number-box {
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0; }

@media screen and (max-width: 1200px) {
  .circle-number-list li.item-three .number-box {
    right: 0;
    left: 50%;
    top: 50%;
    bottom: 0; } }

.circle-number-list li.item-three .number-box span {
  top: auto;
  bottom: 35px;
  right: auto;
  left: 20px; }

@media screen and (max-width: 1439px) {
  .circle-number-list li.item-three .number-box span {
    top: auto;
    bottom: 15px;
    right: auto;
    left: 10px; } }

@media screen and (max-width: 1200px) {
  .circle-number-list li.item-three .number-box span {
    top: 15px;
    bottom: auto;
    right: 20px;
    left: auto; } }

.circle-number-list li.item-four {
  -webkit-box-shadow: inset -6px 0px 10px -6px rgba(0, 0, 0, 0.25);
          box-shadow: inset -6px 0px 10px -6px rgba(0, 0, 0, 0.25); }

@media screen and (max-width: 1024px) {
  .circle-number-list li.item-four {
    -webkit-box-shadow: inset 0 -6px 10px -6px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 -6px 10px -6px rgba(0, 0, 0, 0.25); } }

.circle-number-list li.item-four .item-holder {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media screen and (max-width: 1200px) {
  .circle-number-list li.item-four .item-holder {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

.circle-number-list li.item-four .ellipse-side {
  left: auto;
  bottom: auto;
  right: -262px;
  top: -186px;
  background: #14578A; }

@media screen and (max-width: 1439px) {
  .circle-number-list li.item-four .ellipse-side {
    right: -170px;
    top: -125px; } }

@media screen and (max-width: 1200px) {
  .circle-number-list li.item-four .ellipse-side {
    top: -99px;
    left: -70px;
    bottom: auto;
    right: auto; } }

.circle-number-list li.item-four .number-box {
  left: 0;
  right: 50%;
  top: 50%;
  bottom: 0; }

@media screen and (max-width: 1200px) {
  .circle-number-list li.item-four .number-box {
    top: 50%;
    left: 50%;
    bottom: 0;
    right: 0; } }

.circle-number-list li.item-four .number-box span {
  right: auto;
  left: 29px; }

@media screen and (max-width: 1439px) {
  .circle-number-list li.item-four .number-box span {
    right: auto;
    left: 15px; } }

@media screen and (max-width: 1200px) {
  .circle-number-list li.item-four .number-box span {
    top: 15px;
    bottom: auto;
    right: 20px;
    left: auto; } }

@media screen and (max-width: 1024px) {
  .circle-number-list li {
    width: 100%; } }

.circle-number-list .item-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden; }

@media screen and (max-width: 1200px) {
  .circle-number-list .item-holder {
    padding: 0 0 0 87px; } }

.circle-number-list .item-holder strong {
  display: block;
  font-size: 20px;
  color: #222;
  text-transform: uppercase;
  margin: 0 0 15px; }

.circle-number-list .number-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 50%;
  color: #fff;
  font-size: 36px;
  font-weight: 700; }

@media screen and (max-width: 1200px) {
  .circle-number-list .number-box {
    top: 50%;
    left: 50%;
    bottom: 0;
    right: 0; } }

.circle-number-list .number-box span {
  position: absolute;
  top: 35px;
  right: 20px; }

@media screen and (max-width: 1439px) {
  .circle-number-list .number-box span {
    top: 10px;
    right: 20px; } }

@media screen and (max-width: 1200px) {
  .circle-number-list .number-box span {
    top: 15px; } }

.circle-number-list .txt-box {
  max-width: 350px; }

@media screen and (max-width: 1200px) {
  .circle-number-list .txt-box {
    max-width: none;
    padding: 10px 10px 0 0; } }

.info-box {
  padding: 45px;
  background: #EAF7FF;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 40px; }

@media screen and (max-width: 1024px) {
  .info-box {
    padding: 25px; } }

@media screen and (max-width: 768px) {
  .info-box {
    padding: 45px 15px; } }

.info-box .text-holder {
  max-width: 676px;
  margin: 0 auto; }

.info-box .text-holder a {
  color: #4EB7F3; }

.info-box .img-holder {
  width: 86px;
  margin: 0 auto; }

.info-box .title {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  color: #333;
  margin: 0 0 18px; }

.bordered-info-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }

.bordered-info-holder .box {
  width: calc(50% - 20px);
  padding: 25px 20px 20px;
  margin: 0 10px 15px;
  font-size: 15px;
  border: 4px solid #00B4E7;
  border-radius: 0 60px; }

.bordered-info-holder .box:nth-child(2) {
  border-radius: 60px 0;
  border-color: #3787E8; }

.bordered-info-holder .box:nth-child(2) strong {
  color: #3787E8; }

.bordered-info-holder .box:nth-child(3) {
  border-radius: 60px 0;
  border-color: #1983CB; }

.bordered-info-holder .box:nth-child(3) strong {
  color: #1983CB; }

.bordered-info-holder .box:last-child {
  border-radius: 0 60px;
  border-color: #14578A; }

.bordered-info-holder .box:last-child strong {
  color: #14578A; }

@media screen and (max-width: 1024px) {
  .bordered-info-holder .box {
    width: 100%;
    margin: 0 0 15px; } }

.bordered-info-holder .box p:only-of-type {
  margin: 0; }

.bordered-info-holder strong {
  display: block;
  font-size: 17px;
  color: #00B4E7;
  text-align: center;
  margin: 0 0 5px; }

.deliver-box {
  padding: 50px 40px 40px;
  background: #F9F9FB;
  border: 5px solid #4EB7F3;
  border-radius: 40px; }

@media screen and (max-width: 1024px) {
  .deliver-box {
    padding: 25px 20px 20px; } }

@media screen and (max-width: 768px) {
  .deliver-box {
    padding: 45px 15px 20px; } }

.deliver-box .title {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  color: #333;
  margin: 0 0 18px; }

.deliver-box .text-holder {
  max-width: 676px;
  margin: 0 auto; }

.deliver-box .img-holder {
  width: 86px;
  margin: 0 auto 30px; }

.blue-btn {
  display: block;
  width: 100%;
  font-size: 24px;
  color: #fff;
  background: #2CA2D2;
  text-transform: uppercase;
  border-radius: 5px;
  min-height: 72px;
  border: 0;
  border-bottom: 4px solid #1d7fa6;
  outline: none;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out; }

.blue-btn:hover, .blue-btn:focus {
  background: #1d7fa6; }

.about-bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 20px;
  margin: 0 0 50px;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 1024px) {
  .about-bottom-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.about-bottom-box strong {
  font-size: 20px;
  color: #333;
  text-transform: uppercase; }

.about-bottom-box .right-side {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 0 15px; }

@media screen and (max-width: 1024px) {
  .about-bottom-box .right-side {
    width: 100%;
    padding: 10px 0 0;
    margin: 10px 0 0; } }

.about-bottom-box .right-side:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 60px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #00B4E7; }

@media screen and (max-width: 1024px) {
  .about-bottom-box .right-side:before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60px;
    height: 4px; } }

.about-bottom-box .right-side p {
  margin: 0; }

.border-number-list {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding: 38px 0 30px;
  margin: 35px 0 0;
  border-top: 5px dotted #AAABAE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.border-number-list-holder {
  padding: 120px 0 0; }

@media screen and (max-width: 1024px) {
  .border-number-list-holder {
    padding: 0; } }

.border-number-list.large li:nth-child(2n) {
  width: 0; }

.border-number-list.large li:nth-child(2n) div {
  position: absolute;
  top: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

@media screen and (max-width: 1200px) {
  .border-number-list.large li:nth-child(2n) div {
    top: -180px; } }

@media screen and (max-width: 1024px) {
  .border-number-list.large li:nth-child(2n) div {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

.border-number-list.large li div {
  min-width: 272px; }

@media screen and (max-width: 1440px) {
  .border-number-list.large li div {
    min-width: 230px; } }

@media screen and (max-width: 1200px) {
  .border-number-list.large li div {
    min-width: 180px; } }

@media screen and (max-width: 1024px) {
  .border-number-list {
    padding: 0;
    margin: 0 0 25px 20px;
    border-left: 5px dotted #AAABAE;
    border-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.border-number-list li {
  counter-increment: my-awesome-counter;
  position: relative;
  width: 33.3%;
  padding: 0 10px; }

.border-number-list li:before {
  position: absolute;
  content: counter(my-awesome-counter);
  top: -58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #22C7F3;
  border-radius: 50%;
  z-index: 5; }

@media screen and (max-width: 1024px) {
  .border-number-list li:before {
    top: 0;
    left: -23px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); } }

.border-number-list li:nth-child(2):before {
  background: #3787E8; }

.border-number-list li:nth-child(3):before {
  background: #1983CB; }

.border-number-list li:nth-child(4):before {
  background: #1983CB; }

.border-number-list li:nth-child(5):before {
  background: #7388BF; }

.border-number-list li:last-child:after {
  position: absolute;
  content: '';
  left: -5px;
  bottom: 0;
  top: 20px;
  width: 5px;
  background: #fff; }

@media screen and (max-width: 1024px) {
  .border-number-list li:last-child {
    margin: 0; } }

@media screen and (max-width: 1024px) {
  .border-number-list li {
    width: 100%;
    min-height: 70px;
    text-align: left;
    padding: 0 0 0 30px;
    margin: 0 0 30px; } }

.tech-number-list {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-transform: uppercase;
  font-weight: 700;
  color: #222; }

@media screen and (max-width: 1024px) {
  .tech-number-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.tech-number-list li {
  width: 25%;
  padding: 0 10px 0 0; }

.tech-number-list li:last-child {
  padding: 0; }

@media screen and (max-width: 1024px) {
  .tech-number-list li:last-child {
    margin: 0 auto; } }

@media screen and (max-width: 1440px) {
  .tech-number-list li {
    width: 50%;
    padding: 0 5px 20px;
    margin: 0; } }

@media screen and (max-width: 1024px) {
  .tech-number-list li {
    width: 100%;
    margin: 0 auto 20px; } }

.tech-number-list li > div {
  position: relative;
  max-width: 250px; }

@media screen and (max-width: 1440px) {
  .tech-number-list li > div {
    margin: 0 auto; } }

@media screen and (max-width: 1024px) {
  .tech-number-list li > div {
    margin: 0 auto; } }

.tech-number-list li span {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  max-width: 130px; }

.stack-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }

@media screen and (max-width: 1440px) {
  .stack-holder {
    margin: 0 -5px; } }

@media screen and (max-width: 1024px) {
  .stack-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0; } }

.stack-holder .stack-col {
  margin: 0 15px;
  width: 33.3%; }

.stack-holder .stack-col:nth-child(2) .heading {
  border-color: #3787E8; }

.stack-holder .stack-col:nth-child(3) .heading {
  border-color: #1983CB; }

@media screen and (max-width: 1440px) {
  .stack-holder .stack-col {
    margin: 0 5px; } }

@media screen and (max-width: 1024px) {
  .stack-holder .stack-col {
    width: 100%;
    margin: 0 0 40px; } }

.stack-holder .heading {
  color: #222;
  background: #fff;
  margin: 0 0 10px;
  border: 15px solid #22C7F3;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.stack-holder .heading span {
  display: -webkit-box;
  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;
  padding: 10px;
  min-height: 90px;
  width: 100%; }

.stack-holder .box {
  background: #F5F5F5;
  border-radius: 20px;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-word; }

.stack-holder .box > div {
  min-height: 140px;
  padding: 10px 30px;
  display: -webkit-box;
  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; }

@media screen and (max-width: 1440px) {
  .stack-holder .box > div {
    padding: 10px;
    min-height: 220px; } }

.stack-holder .box.large > div {
  min-height: 290px; }

@media screen and (max-width: 1440px) {
  .stack-holder .box.large > div {
    min-height: 450px; } }

.video-holder {
  padding: 0 0 50px; }

.video-holder iframe {
  width: 100%;
  display: block; }

.bottom-banner {
  position: relative;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#ae52de), to(#5855d6));
  background: -webkit-linear-gradient(bottom, #ae52de 0%, #5855d6 100%);
  background: -o-linear-gradient(bottom, #ae52de 0%, #5855d6 100%);
  background: linear-gradient(0deg, #ae52de 0%, #5855d6 100%);
  min-height: 295px;
  margin: 30px 0 0;
  border-radius: 40px;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .bottom-banner {
    min-height: 399px; } }

.bottom-banner .txt-box {
  max-width: 375px;
  padding: 55px 15px 15px 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

@media screen and (max-width: 1024px) {
  .bottom-banner .txt-box {
    padding: 25px 15px 15px 30px; } }

@media screen and (max-width: 768px) {
  .bottom-banner .txt-box {
    max-width: none;
    text-align: center; } }

.bottom-banner .img-box {
  max-width: 480px;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0; }

@media screen and (max-width: 768px) {
  .bottom-banner .img-box {
    width: auto;
    max-width: 270px; } }

.bottom-banner .ios-btn {
  text-indent: -9999px;
  background: url(../images/ios-btn.png);
  background-size: cover;
  min-width: 215px;
  min-height: 60px;
  border: none;
  border-radius: 7px; }

.bottom-banner .title {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 20px; }

@media screen and (max-width: 1024px) {
  .bottom-banner .title {
    font-size: 20px; } }

.top-circle-list {
  list-style: none;
  padding: 0;
  margin: 0 -10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media screen and (max-width: 1200px) {
  .top-circle-list {
    margin: 0 -5px 30px; } }

.top-circle-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  padding: 0 10px; }

.top-circle-list li:nth-child(2) .holder:before {
  background: #09E8B0; }

.top-circle-list li:nth-child(3) .holder:before {
  background: #0CC2B6; }

@media screen and (max-width: 1200px) {
  .top-circle-list li {
    padding: 0 5px; } }

@media screen and (max-width: 1024px) {
  .top-circle-list li {
    width: 100%;
    padding: 0 0 30px; } }

.top-circle-list .holder {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 1200px) {
  .top-circle-list .holder {
    padding: 15px; } }

@media screen and (max-width: 1024px) {
  .top-circle-list .holder {
    padding: 20px 15px; } }

.top-circle-list .holder:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #65EFB4;
  border-radius: 50%; }

.top-circle-list .title {
  display: -webkit-box;
  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;
  min-height: 44px;
  margin: 0 0 15px;
  text-transform: uppercase;
  text-align: center; }

.progress-holder {
  margin: 0 0 35px; }

.progress-holder .title {
  text-transform: uppercase; }

.progress-holder .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px; }

.progress-holder .box-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  min-height: 50px; }

@media screen and (max-width: 1024px) {
  .progress-holder .box-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    min-height: auto; } }

.progress-holder .txt {
  width: 48%;
  padding: 0 10px 0 0;
  border-bottom: 2px solid #9B9DA4; }

@media screen and (max-width: 1024px) {
  .progress-holder .txt {
    width: 100%;
    padding: 0;
    border-bottom: none; } }

.progress-holder .progress-wrapp {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media screen and (max-width: 1024px) {
  .progress-holder .progress-wrapp {
    width: 100%;
    margin: 0 0 10px; } }

.progress-holder .progress {
  width: 100%;
  height: 20px;
  background: #F8F8F7; }

.progress-holder .progress > span {
  display: block;
  height: 100%;
  background: #00B4E7; }

.progress-holder .value {
  font-size: 20px;
  color: #666;
  min-width: 50px;
  text-align: right;
  margin: 0 0 0 15px; }

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media screen and (max-width: 1024px) {
  .benefits-list {
    margin: 0; } }

.benefits-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  padding: 0 10px 20px; }

.benefits-list li:nth-child(2) .holder {
  border-color: #09E8B0; }

.benefits-list li:nth-child(2) .heading {
  background: #09E8B0; }

.benefits-list li:nth-child(3) .holder {
  border-color: #0CC2B6; }

.benefits-list li:nth-child(3) .heading {
  background: #0CC2B6; }

.benefits-list li:nth-child(4) .holder {
  border-color: #47B7C1; }

.benefits-list li:nth-child(4) .heading {
  background: #47B7C1; }

.benefits-list li:nth-child(5) .holder {
  border-color: #1D8E9F; }

.benefits-list li:nth-child(5) .heading {
  background: #1D8E9F; }

.benefits-list li:nth-child(6) .holder {
  border-color: #005461; }

.benefits-list li:nth-child(6) .heading {
  background: #005461; }

@media screen and (max-width: 1200px) {
  .benefits-list li {
    width: 50%; } }

@media screen and (max-width: 1024px) {
  .benefits-list li {
    width: 100%;
    padding: 0 0 20px; } }

.benefits-list .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  border: 5px solid #65EFB4;
  border-radius: 30px; }

.benefits-list .holder-wrap {
  min-height: 334px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 1024px) {
  .benefits-list .holder-wrap {
    min-height: auto; } }

.benefits-list .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background: #65EFB4; }

.benefits-list .heading span {
  display: -webkit-box;
  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;
  padding: 5px;
  width: 100%;
  min-height: 70px; }

.benefits-list .body {
  padding: 15px;
  background: #fff; }

.next-number-list {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding: 0 0 20px;
  margin: 0; }

.next-number-list li {
  counter-increment: my-awesome-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px;
  margin: 0 0 10px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 1024px) {
  .next-number-list li {
    font-size: 16px; } }

.next-number-list li:before {
  content: counter(my-awesome-counter);
  font-size: 48px;
  display: -webkit-box;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  height: 70px;
  color: #fff;
  background: #0CC2B6;
  border-radius: 20px;
  margin: 0 40px 0 0; }

@media screen and (max-width: 1024px) {
  .next-number-list li:before {
    margin: 0 15px 0 0; } }

.parentheses-list {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding: 0;
  margin: 0 0 10px; }

.parentheses-list li {
  counter-increment: my-awesome-counter;
  margin: 0 0 14px; }

.parentheses-list li:before {
  content: counter(my-awesome-counter) ") ";
  color: #0CC2B6; }

.case-study-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 40px;
  margin: 40px 0 0;
  background: #CFF5FF;
  border-radius: 20px; }

@media screen and (max-width: 1440px) {
  .case-study-box {
    padding: 15px 20px; } }

@media screen and (max-width: 1200px) {
  .case-study-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px; } }

.case-study-box.bordered {
  background: transparent;
  border: 2px solid #00B4E7; }

.case-study-box.bordered .ico-box {
  margin: 0 68px 0 0; }

@media screen and (max-width: 1439px) {
  .case-study-box.bordered .ico-box {
    margin: 0 30px 0 0; } }

@media screen and (max-width: 1200px) {
  .case-study-box.bordered .ico-box {
    margin: 0; } }

.case-study-box .txt-box {
  width: 48%;
  margin: 0 40px 0 0; }

@media screen and (max-width: 1200px) {
  .case-study-box .txt-box {
    width: auto;
    margin: 20px 0;
    text-align: center; } }

.case-study-box .txt-box .title {
  width: auto;
  max-width: none;
  margin: 0 0 10px; }

.case-study-box .txt-box p {
  margin: 0; }

.case-study-box .title {
  display: block;
  color: #222;
  font-size: 24px;
  max-width: 400px;
  width: 42.2%;
  text-transform: uppercase;
  margin: 0 60px 0 0; }

@media screen and (max-width: 1440px) {
  .case-study-box .title {
    font-size: 20px;
    width: 44%;
    margin: 0 30px 0 0; } }

@media screen and (max-width: 1200px) {
  .case-study-box .title {
    width: auto;
    text-align: center;
    margin: 15px 0; } }

.case-study-box .ico-box {
  width: 104px;
  margin: 0 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

@media screen and (max-width: 1440px) {
  .case-study-box .ico-box {
    margin: 0 30px 0 0; } }

@media screen and (max-width: 1200px) {
  .case-study-box .ico-box {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); } }

.btn-blue {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  min-width: 246px;
  padding: 9px;
  border: none;
  background: #22C7F3;
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  outline: none;
  -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background .3s ease-in-out;
  transition: color .3s ease-in-out, background .3s ease-in-out; }

.btn-blue:hover, .btn-blue:focus {
  background: #0985a6; }

.essential-list {
  list-style: none;
  padding: 0 0 30px;
  margin: 50px -10px 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }

@media screen and (max-width: 1024px) {
  .essential-list {
    margin: 0 0 30px;
    padding: 0 0 0 15px; } }

.essential-list:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 5px;
  border-bottom: 5px dotted #D8D7D2; }

@media screen and (max-width: 1024px) {
  .essential-list:before {
    top: 0;
    left: 0;
    right: auto;
    height: auto;
    width: 5px;
    border-bottom: none;
    border-left: 5px dotted #D8D7D2; } }

.essential-list li {
  position: relative;
  width: calc(33% - 20px);
  padding: 5px;
  margin: 0 10px;
  display: -webkit-box;
  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;
  max-width: 326px;
  min-height: 85px;
  color: #222;
  background: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15); }

.essential-list li:nth-child(2), .essential-list li:nth-child(4) {
  position: absolute;
  top: calc(100% + 30px);
  left: 33%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

@media screen and (max-width: 1024px) {
  .essential-list li:nth-child(2), .essential-list li:nth-child(4) {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

.essential-list li:nth-child(2):before, .essential-list li:nth-child(4):before {
  bottom: auto;
  top: 0; }

@media screen and (max-width: 1024px) {
  .essential-list li:nth-child(2):before, .essential-list li:nth-child(4):before {
    top: 50%; } }

.essential-list li:nth-child(4) {
  left: 66%; }

@media screen and (max-width: 1024px) {
  .essential-list li:nth-child(4) {
    left: 0; } }

@media screen and (max-width: 1024px) {
  .essential-list li:last-child {
    margin: 0; } }

@media screen and (max-width: 1024px) {
  .essential-list li {
    width: 100%;
    max-width: none;
    margin: 0 0 20px; } }

.essential-list li:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 46px;
  height: 4px;
  background: #0CC2B6; }

@media screen and (max-width: 1024px) {
  .essential-list li:before {
    left: 0;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4px;
    height: 46px; } }

.essential-description .title {
  display: block;
  color: #222;
  margin: 0 0 10px; }

.bonus-part-box {
  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;
  min-height: 134px;
  padding: 30px 55px;
  border: 5px dotted #949494;
  border-radius: 20px; }

@media screen and (max-width: 1440px) {
  .bonus-part-box {
    padding: 15px; } }

@media screen and (max-width: 1200px) {
  .bonus-part-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (max-width: 1024px) {
  .bonus-part-box {
    padding: 40px 20px; } }

.bonus-part-box .title {
  font-size: 20px;
  color: #222;
  max-width: 410px;
  width: 45%;
  text-transform: uppercase; }

@media screen and (max-width: 1200px) {
  .bonus-part-box .title {
    width: auto;
    text-align: center;
    margin: 0 0 15px; } }

@media screen and (max-width: 1024px) {
  .bonus-part-box .title {
    text-align: left;
    margin: 0 0 30px; } }

.bonus-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 51%;
  margin: 0 0 0 15px; }

@media screen and (max-width: 1200px) {
  .bonus-form {
    margin: 0;
    width: 70%; } }

@media screen and (max-width: 1024px) {
  .bonus-form {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.bonus-form .btn-blue {
  min-width: 185px;
  position: relative;
  z-index: 1; }

.bonus-form .input-holder {
  width: 100%;
  margin: 0 -20px 0 0; }

@media screen and (max-width: 1024px) {
  .bonus-form .input-holder {
    margin: 0 0 20px; } }

.bonus-form input {
  width: 100%;
  min-height: 46px;
  padding: 10px 32px 10px 17px;
  border: none;
  background: #F9F9FB;
  border-radius: 0 20px 20px 20px;
  outline: none; }

.bonus-form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #757575; }

.bonus-form input:-ms-input-placeholder {
  font-size: 14px;
  color: #757575; }

.bonus-form input::-ms-input-placeholder {
  font-size: 14px;
  color: #757575; }

.bonus-form input::placeholder {
  font-size: 14px;
  color: #757575; }

.acc-holder {
  padding: 50px 0 0; }

body.isOpenPopup {
  overflow: hidden; }

.popup {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.35;
  color: #333;
  min-width: 800px;
  width: 55.5%;
  min-height: 520px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out; }

.popup.popup-open {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible; }

.popup.popup-blue .popup-wrap {
  background: #4DB8F4; }

.popup.popup-blue:before {
  background: url("../images/line-blue.png"); }

.popup.popup-blue .close-btn:before, .popup.popup-blue .close-btn:after {
  background: #fff; }

.popup.popup-blue .form-wrapper {
  border-color: #F9F9FB; }

.popup.img-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: auto; }

.popup.img-popup:before {
  display: none; }

.popup.img-popup .img-popup-wrap {
  background: url("../images/img-6.jpg");
  background-size: cover; }

.popup.img-popup .close-btn {
  right: 25px; }

.popup.img-popup .close-btn:before, .popup.img-popup .close-btn:after {
  background: #fff; }

.popup.small {
  background: transparent; }

.popup.small:before {
  display: none; }

.popup.small .form-wrapper.centered {
  max-width: none;
  padding: 45px 20px; }

@media screen and (max-width: 768px) {
  .popup.small .form-wrapper.centered {
    padding: 25px 15px; } }

.popup.small .form-wrapper.centered .wpcf7 {
  max-width: 650px; }

.popup:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/line-light.png");
  background-size: cover;
  max-height: 330px;
  height: 300px;
  z-index: 1; }

.popup:after {
  position: absolute;
  content: '';
  top: -999px;
  left: -999px;
  right: -999px;
  bottom: -999px;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1; }

@media screen and (max-width: 1024px) {
  .popup {
    min-width: auto; } }

@media screen and (max-width: 768px) {
  .popup {
    width: 91%; } }

.popup .popup-wrap {
  position: relative;
  background: #f9f9f9;
  padding: 65px 20px;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .popup .popup-wrap {
    padding: 40px 15px 15px; } }

.popup .img-popup-wrap {
  min-height: 520px;
  width: 100%; }

.popup .close-btn {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 30px;
  height: 30px;
  z-index: 5;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  -o-transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out; }

.popup .close-btn:before, .popup .close-btn:after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #4DB8F4; }

.popup .close-btn:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.popup .close-btn:hover {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg); }

@media screen and (max-width: 768px) {
  .popup .close-btn {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px; } }

.popup .form-wrapper {
  padding: 25px;
  background: #fff;
  border: 15px solid #4DB8F4;
  border-radius: 10px;
  max-width: 430px;
  position: relative;
  z-index: 2; }

.popup .form-wrapper.centered {
  max-width: 620px;
  padding: 20px;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .popup .form-wrapper.centered {
    padding: 10px; } }

.popup .form-wrapper.centered .wpcf7 {
  max-width: 506px; }

@media screen and (max-width: 1024px) {
  .popup .form-wrapper {
    margin: 0 auto; } }

@media screen and (max-width: 768px) {
  .popup .form-wrapper {
    border-width: 5px;
    padding: 10px; } }

.popup h2 {
  font-size: 25px;
  line-height: 1.35;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 15px; }

@media screen and (max-width: 768px) {
  .popup h2 {
    font-size: 18px;
    margin: 0 0 10px; } }

.popup p {
  color: #666;
  text-transform: capitalize;
  margin: 0 0 20px; }

@media screen and (max-width: 768px) {
  .popup p {
    margin: 0 0 10px; } }

.popup .wpcf7 {
  max-width: 350px;
  margin: 0 auto; }

.popup .wpcf7-form .wpcf7-form-control {
  outline: none;
  background: #F9F9FB;
  border: none;
  border-top: 1px solid #E8E8EA;
  border-radius: 0 20px 20px 20px; }

.popup .wpcf7-form .wpcf7-form-control::-webkit-input-placeholder {
  color: #757575;
  font-size: 14px; }

.popup .wpcf7-form .wpcf7-form-control:-ms-input-placeholder {
  color: #757575;
  font-size: 14px; }

.popup .wpcf7-form .wpcf7-form-control::-ms-input-placeholder {
  color: #757575;
  font-size: 14px; }

.popup .wpcf7-form .wpcf7-form-control::placeholder {
  color: #757575;
  font-size: 14px; }

@media screen and (max-width: 768px) {
  .popup .wpcf7-form .wpcf7-form-control {
    margin-bottom: 10px;
    height: 40px; } }

.popup .wpcf7-textarea {
  max-height: 94px;
  margin: 0 0 40px;
  resize: none; }

.popup .manager-block {
  width: 350px;
  bottom: -15px;
  right: 15px;
  z-index: 2; }

@media screen and (max-width: 1024px) {
  .popup .manager-block {
    display: block;
    width: 330px;
    right: 0; } }

@media screen and (max-width: 1024px) {
  .popup .manager-block {
    display: none; } }

.popup .manager-block img {
  width: 100%; }

.popup .centered-block {
  padding: 15px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  max-width: 666px;
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.popup .centered-block .centered-container {
  width: 75%;
  min-height: 376px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media screen and (max-width: 768px) {
  .popup .centered-block .centered-container {
    width: 100%; } }

.popup .centered-block .centered-container p {
  margin: 0 0 30px; }

.popup .centered-block h2 {
  text-transform: inherit; }

.popup .centered-block .btn-dark {
  display: block;
  min-width: 350px;
  min-height: 46px;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #474747;
  border: 2px solid #474747;
  border-radius: 2px;
  outline: none;
  -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
  -o-transition: background .3s ease-in-out, color .3s ease-in-out;
  transition: background .3s ease-in-out, color .3s ease-in-out; }

.popup .centered-block .btn-dark:hover, .popup .centered-block .btn-dark:focus {
  background: transparent;
  color: #474747; }

@media screen and (max-width: 768px) {
  .popup .centered-block .btn-dark {
    min-width: 230px; } }

.what-if-list {
  list-style: none;
  padding: 0 0 30px;
  margin: 0 -10px 30px;
  border-bottom: 5px solid #E6E7E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600; }

@media screen and (max-width: 1200px) {
  .what-if-list {
    margin: 0 -5px 30px; } }

@media screen and (max-width: 1024px) {
  .what-if-list {
    padding: 0 0 0 20px;
    margin: 0 0 30px;
    border-bottom: none;
    border-left: 5px solid #E6E7E8;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.what-if-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -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;
  min-height: 95px;
  padding: 10px;
  margin: 0 10px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1); }

.what-if-list li:before {
  position: absolute;
  content: '';
  bottom: -35px;
  left: 50%;
  width: 40px;
  height: 5px;
  background: #005270;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

@media screen and (max-width: 1024px) {
  .what-if-list li:before {
    bottom: auto;
    top: 50%;
    left: -25px;
    width: 5px;
    height: 40px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); } }

@media screen and (max-width: 1200px) {
  .what-if-list li {
    margin: 0 5px; } }

@media screen and (max-width: 1024px) {
  .what-if-list li {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 0 0 20px; }
  .what-if-list li:last-child {
    margin: 0; } }

.circle-arrow-list {
  list-style: none;
  padding: 0;
  margin: 0 -12px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1024px) {
  .circle-arrow-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.circle-arrow-list li {
  width: 25%;
  padding: 0 12px; }

@media screen and (max-width: 1024px) {
  .circle-arrow-list li {
    width: 100%;
    padding: 0; } }

.circle-arrow-list .circle-arrow-holder {
  position: relative; }

.circle-arrow-list .circle-arrow-holder:before {
  position: absolute;
  content: '';
  top: 44%;
  right: -38px;
  background: url("../images/circle-arrow.svg");
  background-size: cover;
  width: 40px;
  height: 29px; }

@media screen and (max-width: 1439px) {
  .circle-arrow-list .circle-arrow-holder:before {
    width: 30px;
    height: 22px;
    top: 44%;
    right: -29px; } }

@media screen and (max-width: 1199px) {
  .circle-arrow-list .circle-arrow-holder:before {
    top: 42%; } }

@media screen and (max-width: 1024px) {
  .circle-arrow-list .circle-arrow-holder:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    top: auto;
    bottom: -23px;
    right: 43%; } }

.circle-arrow-list .circle-arrow-holder.fourth:before {
  display: none; }

@media screen and (max-width: 1024px) {
  .circle-arrow-list .circle-arrow-holder {
    max-width: 230px;
    margin: 0 auto 10px; } }

.circle-arrow-list span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 180px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #222; }

@media screen and (max-width: 1439px) {
  .circle-arrow-list span {
    font-size: 16px;
    min-width: 130px; } }

@media screen and (max-width: 1199px) {
  .circle-arrow-list span {
    font-size: 13px;
    min-width: 112px; } }

@media screen and (max-width: 1024px) {
  .circle-arrow-list span {
    font-size: 20px;
    min-width: 180px; } }

@media screen and (max-width: 1024px) {
  .circle-arrow-list img {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); } }

.sport-solution-box {
  background: #fff;
  border-radius: 20px;
  margin: 0 0 30px;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1); }

.solution-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.solution-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #D8D7D2; }

.solution-list > li:last-child {
  border: none; }

@media screen and (max-width: 1024px) {
  .solution-list > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 15px; } }

.solution-list .title-hold {
  font-size: 20px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 15px 0 30px;
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.solution-list .title-hold:only-child strong, .solution-list .title-hold:last-child strong {
  margin: 0; }

@media screen and (max-width: 1024px) {
  .solution-list .title-hold {
    width: 100%;
    padding: 0; } }

.solution-list .title-hold strong {
  display: block;
  margin: 0 0 25px; }

@media screen and (max-width: 1024px) {
  .solution-list .title-hold strong {
    margin: 0 0 15px; } }

.solution-list .bullet-list li {
  margin: 0 0 5px; }

.solution-list .bullet-list li:before {
  background: #FF9933;
  margin: 0 30px 2px 0; }

.tech-holder .tech-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px; }

@media screen and (max-width: 1024px) {
  .tech-holder .tech-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.tech-holder .tech-title {
  width: 170px; }

@media screen and (max-width: 1024px) {
  .tech-holder .tech-title {
    width: 100%;
    margin: 0 0 15px; } }

.tech-holder .tech-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media screen and (max-width: 768px) {
  .tech-holder .tech-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px; } }

.tech-holder .tech-list li {
  margin: 0 30px 0 0; }

.tech-holder .tech-list li:last-child {
  margin: 0; }

@media screen and (max-width: 1024px) {
  .tech-holder .tech-list li {
    margin: 0 10px 0 0; } }

@media screen and (max-width: 768px) {
  .tech-holder .tech-list li {
    margin: 0 9px 20px; } }

.adaptive-box {
  background: #F2F2F2;
  padding: 65px 30px 0;
  margin: 0 0 30px; }

@media screen and (max-width: 1024px) {
  .adaptive-box {
    padding: 40px 15px 0; } }

.adaptive-box strong {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase; }

.sports-holder strong {
  font-size: 20px;
  color: #222;
  text-transform: uppercase; }

.sport-list-holder {
  max-width: 810px;
  margin: 0 auto; }

.sport-list {
  list-style: none;
  padding: 0;
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media screen and (max-width: 1024px) {
  .sport-list {
    margin: 0 -10px; } }

@media screen and (max-width: 768px) {
  .sport-list {
    margin: 0; } }

.sport-list li {
  position: relative;
  width: calc(33% - 40px);
  min-height: 160px;
  padding: 25px 30px;
  margin: 0 20px 20px;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 1024px) {
  .sport-list li {
    width: calc(50% - 20px);
    padding: 20px;
    margin: 0 10px 20px; } }

@media screen and (max-width: 768px) {
  .sport-list li {
    width: 100%;
    max-width: 240px;
    padding: 25px 30px;
    margin: 0 auto 20px; } }

.sport-list img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto; }

.blue-border-box {
  background: #F9F9FB;
  padding: 35px;
  border: 5px solid #00B4E7;
  border-radius: 40px;
  text-align: center; }

@media screen and (max-width: 768px) {
  .blue-border-box {
    padding: 35px 15px; } }

.blue-border-box .title-holder {
  width: 85%;
  margin: 0 auto; }

@media screen and (max-width: 1200px) {
  .blue-border-box .title-holder {
    width: 100%; } }

.blue-border-box .txt-holder {
  width: 75%;
  margin: 0 auto;
  padding: 0 0 10px; }

@media screen and (max-width: 1200px) {
  .blue-border-box .txt-holder {
    width: 100%; } }

.blue-border-box .title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 10px; }

.blue-border-box .title:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 46px;
  height: 4px;
  background: #00B4E7; }

.blue-border-box .btn {
  max-width: 630px;
  white-space: normal; }

@media screen and (max-width: 768px) {
  .blue-border-box .btn {
    padding: 10px 25px !important; } }

.question-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #222; }

.question-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px; }

.question-list .img-holder {
  width: 26px;
  height: 26px;
  background: #22C7F3;
  border-radius: 50%;
  display: -webkit-box;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 10px 0 0; }

.question-list .img-holder img {
  width: 10px;
  height: 16px; }

.map-box {
  position: relative;
  margin: 0 0 30px; }

.map-box .map-pin-list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

@media screen and (max-width: 1200px) {
  .map-box .map-pin-list {
    position: static; } }

.map-pin-list {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1200px) {
  .map-pin-list {
    margin: 20px 0 0; } }

@media screen and (max-width: 1023px) {
  .map-pin-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.map-pin-list li {
  min-height: 114px;
  padding: 15px 30px;
  margin: 0 15px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1439px) {
  .map-pin-list li {
    min-height: 95px;
    padding: 12px; } }

@media screen and (max-width: 1023px) {
  .map-pin-list li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 15px 30px;
    margin: 0 0 20px;
    min-height: 114px; } }

.map-pin-list img {
  width: 30px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 10px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.map-pin-list .txt-box {
  margin: 0 0 0 20px; }

@media screen and (max-width: 1439px) {
  .map-pin-list .txt-box {
    margin: 0 0 0 10px; } }

.map-pin-list strong {
  display: block;
  color: #222;
  margin: 0 0 10px; }

@media screen and (max-width: 1439px) {
  .map-pin-list strong {
    margin: 0 0 5px; } }

.two-item-list {
  list-style: none;
  padding: 0 0 25px;
  margin: 0 0 35px;
  border-bottom: 5px dotted #D2D2D2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1023px) {
  .two-item-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 0 20px;
    border: 0;
    border-left: 5px dotted #D2D2D2; } }

.two-item-list li {
  position: relative;
  min-height: 137px;
  text-align: center;
  padding: 15px;
  margin: 0 8px 0 0;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.two-item-list li:before {
  position: absolute;
  content: '';
  bottom: -30px;
  left: 50%;
  width: 46px;
  height: 5px;
  background: #22C7F3;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

@media screen and (max-width: 1023px) {
  .two-item-list li:before {
    left: -25px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 5px;
    height: 46px; } }

.two-item-list li:last-child {
  margin: 0 0 0 8px; }

@media screen and (max-width: 1023px) {
  .two-item-list li:last-child {
    margin: 0; } }

@media screen and (max-width: 1023px) {
  .two-item-list li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 0 0 20px; } }

.two-item-list strong {
  display: block;
  color: #222;
  margin: 0 0 10px; }

.include-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.include-list.cons li:before {
  background: url("../images/close-in-circle-ico.svg"); }

.include-list li {
  position: relative;
  padding: 0 0 0 45px;
  margin: 0 0 24px; }

.include-list li:before {
  position: absolute;
  content: '';
  top: 2px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url("../images/check-in-circle-ico.svg");
  background-size: cover; }

@media screen and (max-width: 1023px) {
  .include-list li {
    padding: 0 0 0 35px; } }

.example-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.example-holder .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 0 0 30px;
  padding: 0 15px 0 68px; }

.example-holder .box:nth-child(2n) {
  padding: 0 68px 0 15px; }

.example-holder .box.second .main-title {
  left: auto;
  right: 0;
  background: #1983CB;
  border: 0;
  border-left: 10px solid #0D6EB0;
  border-radius: 0 5px 5px 0; }

@media screen and (max-width: 1199px) {
  .example-holder .box.second .main-title {
    border: 0;
    border-bottom: 10px solid #0D6EB0;
    border-radius: 5px 5px 0 0; } }

.example-holder .box.second .main-title strong {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg); }

@media screen and (max-width: 1199px) {
  .example-holder .box.second .main-title strong {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

.example-holder .box.third .main-title {
  background: #7084BA;
  border-right: 10px solid #677AAB; }

@media screen and (max-width: 1199px) {
  .example-holder .box.third .main-title {
    border: 0;
    border-bottom: 10px solid #677AAB; } }

.example-holder .box.fourth .main-title {
  left: auto;
  right: 0;
  background: #5B6484;
  border: 0;
  border-left: 10px solid #4C5470;
  border-radius: 0 5px 5px 0; }

@media screen and (max-width: 1199px) {
  .example-holder .box.fourth .main-title {
    border: 0;
    border-bottom: 10px solid #4C5470;
    border-radius: 5px 5px 0 0; } }

.example-holder .box.fourth .main-title strong {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg); }

@media screen and (max-width: 1199px) {
  .example-holder .box.fourth .main-title strong {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

@media screen and (max-width: 1439px) {
  .example-holder .box {
    padding: 0 10px 0 68px;
    margin: 0 0 20px; }
  .example-holder .box:nth-child(2n) {
    padding: 0 68px 0 10px; } }

@media screen and (max-width: 1199px) {
  .example-holder .box {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
  .example-holder .box:nth-child(2n) {
    padding: 0; } }

.example-holder .text-box {
  position: relative;
  padding: 15px 25px;
  border: 7px solid #6CCFF6; }

.example-holder .text-box:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 28px 28px;
  border-color: transparent transparent #6CCFF6 transparent; }

.example-holder .text-box.second {
  border: 7px solid #1983CB; }

.example-holder .text-box.second:before {
  right: auto;
  left: 0;
  border-width: 28px 0 0 28px;
  border-color: transparent transparent transparent #1983CB; }

@media screen and (max-width: 1199px) {
  .example-holder .text-box.second:before {
    right: 0;
    left: auto;
    border-width: 0 0 28px 28px;
    border-color: transparent transparent #1983CB transparent; } }

.example-holder .text-box.third {
  border: 7px solid #7084BA; }

.example-holder .text-box.third:before {
  bottom: auto;
  top: 0;
  border-width: 0 28px 28px 0;
  border-color: transparent #7084BA transparent transparent; }

@media screen and (max-width: 1199px) {
  .example-holder .text-box.third:before {
    bottom: 0;
    top: auto;
    border-width: 0 0 28px 28px;
    border-color: transparent transparent #7084BA transparent; } }

.example-holder .text-box.fourth {
  border: 7px solid #5B6484; }

.example-holder .text-box.fourth:before {
  bottom: auto;
  top: 0;
  right: auto;
  left: 0;
  border-width: 28px 28px 0 0;
  border-color: #5B6484 transparent transparent transparent; }

@media screen and (max-width: 1199px) {
  .example-holder .text-box.fourth:before {
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
    border-width: 0 0 28px 28px;
    border-color: transparent transparent #5B6484 transparent; } }

@media screen and (max-width: 1439px) {
  .example-holder .text-box {
    padding: 10px 15px; } }

@media screen and (max-width: 1023px) {
  .example-holder .text-box {
    text-align: center; } }

.example-holder .main-title {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 68px;
  display: block;
  font-size: 20px;
  padding: 20px 10px 10px;
  color: #fff;
  background: #6CCFF6;
  text-transform: uppercase;
  border-right: 10px solid #00B4E7;
  border-radius: 5px 0 0 5px; }

@media screen and (max-width: 1199px) {
  .example-holder .main-title {
    position: static;
    border: 0;
    border-bottom: 10px solid #00B4E7;
    width: auto;
    margin: 0 40px;
    text-align: center;
    border-radius: 5px 5px 0 0; } }

.example-holder .main-title strong {
  display: block;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  white-space: nowrap; }

@media screen and (max-width: 1199px) {
  .example-holder .main-title strong {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

.example-holder .title {
  display: block;
  color: #222;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 10px; }

.number-rectangle-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media screen and (max-width: 1439px) {
  .number-rectangle-list {
    width: 80%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media screen and (max-width: 1199px) {
  .number-rectangle-list {
    width: auto; } }

.number-rectangle-list li {
  position: relative;
  width: 21%;
  margin: 0 0 20px; }

@media screen and (max-width: 1439px) {
  .number-rectangle-list li {
    width: 34%;
    margin: 0 20px 20px 0;
    max-width: 216px; } }

@media screen and (max-width: 1023px) {
  .number-rectangle-list li {
    width: 100%;
    max-width: 290px; } }

.number-rectangle-list span {
  position: absolute;
  top: 50%;
  left: 60px;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  font-weight: 700;
  color: #333; }

@media screen and (max-width: 1023px) {
  .number-rectangle-list span {
    left: 90px; } }

.when-what-holder .card-box {
  border: 2px solid #EDF0F5;
  border-radius: 20px;
  margin: 0 0 20px;
  overflow: hidden; }

.when-what-holder .card-head {
  min-height: 68px;
  padding: 20px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  background: #EDF0F5;
  display: -webkit-box;
  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; }

.when-what-holder .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1023px) {
  .when-what-holder .card-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.when-what-holder .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.when-what-holder .col:first-child {
  border-right: 2px solid #EDF0F5; }

@media screen and (max-width: 1023px) {
  .when-what-holder .col:first-child {
    border: 0;
    border-bottom: 2px solid #EDF0F5; } }

@media screen and (max-width: 1023px) {
  .when-what-holder .col {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; } }

.when-what-holder .top-line {
  min-height: 68px;
  padding: 18px;
  color: #333;
  font-weight: 700;
  display: -webkit-box;
  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;
  border-bottom: 2px solid #EDF0F5; }

@media screen and (max-width: 1023px) {
  .when-what-holder .top-line {
    min-height: auto;
    border-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 15px 0 0 15px; } }

.when-what-holder .img-hold {
  display: -webkit-box;
  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;
  width: 30px;
  height: 30px;
  background: #22C7F3;
  border-radius: 50%;
  margin: 0 20px 0 0; }

.when-what-holder .img-hold.dark {
  background: #033CA4; }

.when-what-holder .img-hold img {
  width: 12px; }

.when-what-holder .txt-box {
  padding: 20px 30px; }

@media screen and (max-width: 1199px) {
  .when-what-holder .txt-box {
    padding: 15px; } }

.what-number-list {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding: 0;
  margin: 0; }

.what-number-list li {
  counter-increment: my-awesome-counter;
  margin: 0 0 10px; }

.what-number-list li:before {
  content: counter(my-awesome-counter) ") ";
  color: #033CA4;
  font-weight: 700; }

.outsourcing-list {
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media screen and (max-width: 1199px) {
  .outsourcing-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 0 14px; } }

@media screen and (max-width: 1023px) {
  .outsourcing-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.outsourcing-list li {
  position: relative;
  width: 29%;
  min-height: 383px;
  background: url("../images/border-img.png");
  background-size: 100% 100%;
  padding: 112px 15px 15px;
  line-height: 21px; }

@media screen and (max-width: 1439px) {
  .outsourcing-list li {
    width: 32%;
    padding: 100px 15px 15px; } }

@media screen and (max-width: 1199px) {
  .outsourcing-list li {
    width: 100%;
    max-width: 274px;
    margin: 0 0 40px; } }

@media screen and (max-width: 1199px) {
  .outsourcing-list li:last-child {
    margin: 0 auto; } }

@media screen and (max-width: 1023px) {
  .outsourcing-list li:last-child {
    margin: 0; } }

.outsourcing-list .number-holder {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  background: #22C7F3; }

.outsourcing-list .number-holder.second {
  background: #1983CB; }

.outsourcing-list .number-holder.third {
  background: #145587; }

@media screen and (max-width: 1439px) {
  .outsourcing-list .number-holder {
    width: 75px;
    height: 75px; } }

@media screen and (max-width: 1199px) {
  .outsourcing-list .number-holder {
    width: 83px;
    height: 83px; } }

.outsourcing-list .number-holder img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(50% - 28px);
  width: 28px;
  height: 35px; }

.outsourcing-list .number-holder img:last-child {
  left: 50%; }

.outsourcing-list strong {
  position: absolute;
  top: 42px;
  left: 117px;
  font-weight: 600;
  text-transform: uppercase;
  color: #22C7F3;
  padding: 0 20px 0 0; }

.outsourcing-list strong.second {
  color: #1983CB; }

.outsourcing-list strong.third {
  color: #145587; }

@media screen and (max-width: 1439px) {
  .outsourcing-list strong {
    top: 32px;
    left: 100px; } }

@media screen and (max-width: 1199px) {
  .outsourcing-list strong {
    left: 110px; } }

.outsourcing-list .start-box {
  position: absolute;
  bottom: -17px;
  left: -15px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #ABACAF; }

.outsourcing-list .start-box:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: #22C7F3;
  border-radius: 50%; }

@media screen and (max-width: 1439px) {
  .outsourcing-list .start-box:before {
    width: 16px;
    height: 16px; } }

.outsourcing-list .start-box.second:before {
  background: #1983CB; }

.outsourcing-list .start-box.third:before {
  background: #145587; }

@media screen and (max-width: 1439px) {
  .outsourcing-list .start-box {
    width: 32px;
    height: 32px;
    bottom: -15px;
    left: -14px; } }

.outsourcing-list .end-box {
  position: absolute;
  bottom: -10px;
  left: 36px;
  width: 23px;
  height: 24px;
  background: url("../images/triangle.svg");
  background-size: cover; }

@media screen and (max-width: 1439px) {
  .outsourcing-list .end-box {
    bottom: -9px;
    left: 29px;
    width: 21px;
    height: 22px; } }

@media screen and (max-width: 1199px) {
  .outsourcing-list .end-box {
    left: 33px; } }

.web-development .container-holder {
  max-width: 1198px;
  margin: 0 auto; }

.web-development h2 {
  margin: 0 0 15px; }

@media screen and (max-width: 768px) {
  .web-development p {
    line-height: 23px; } }

.two-col-banner-section {
  position: relative;
  font-size: 18px;
  padding: 0;
  background-image: url(../images/img-13.png);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1333px 100%; }

@media screen and (max-width: 1700px) {
  .two-col-banner-section {
    background-size: 1024px 100%; } }

@media screen and (max-width: 1400px) {
  .two-col-banner-section {
    background-size: 880px 100%; } }

@media screen and (max-width: 1024px) {
  .two-col-banner-section {
    background-image: url(../images/img-11.png);
    background-size: 650px 50%;
    background-position: 100% 100%; } }

@media screen and (max-width: 768px) {
  .two-col-banner-section {
    background-size: 100% 154px; } }

.two-col-banner-section .banner-holder {
  min-height: 640px;
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media screen and (max-width: 1200px) {
  .two-col-banner-section .banner-holder {
    min-height: 500px; } }

@media screen and (max-width: 768px) {
  .two-col-banner-section .banner-holder {
    padding: 30px 0 0; } }

.two-col-banner-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media screen and (max-width: 768px) {
  .two-col-banner-section .container {
    display: block; } }

.two-col-banner-section .col {
  width: 50%; }

.two-col-banner-section .col:first-child {
  padding: 20px 120px 0 0; }

@media screen and (max-width: 1024px) {
  .two-col-banner-section .col:first-child {
    padding: 0 50px 0 0; } }

@media screen and (max-width: 768px) {
  .two-col-banner-section .col:first-child {
    padding: 0 0 30px; } }

.two-col-banner-section .col:last-child {
  max-width: 670px; }

@media screen and (max-width: 1024px) {
  .two-col-banner-section .col:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 768px) {
  .two-col-banner-section .col:last-child {
    margin: 0 auto; } }

@media screen and (max-width: 768px) {
  .two-col-banner-section .col {
    width: 100%; } }

.two-col-banner-section .text-block {
  text-align: left; }

@media screen and (max-width: 768px) {
  .two-col-banner-section .text-block {
    text-align: center; } }

.two-col-banner-section .text-block p {
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 28px; }

.two-col-banner-section h1 {
  font-size: 54px;
  font-weight: 600;
  text-align: left;
  color: #4EB7F3;
  margin: 0 0 20px; }

@media screen and (max-width: 1440px) {
  .two-col-banner-section h1 {
    font-size: 42px; } }

@media screen and (max-width: 1200px) {
  .two-col-banner-section h1 {
    font-size: 35px; } }

@media screen and (max-width: 768px) {
  .two-col-banner-section h1 {
    text-align: center; } }

.two-col-banner-section h1 mark {
  color: #333; }

.two-col-banner-section .btn-blue {
  display: inline-block;
  min-width: 196px;
  color: #4EB7F3;
  border: 2px solid #4EB7F3;
  background: transparent; }

.two-col-banner-section .btn-blue:hover, .two-col-banner-section .btn-blue:focus {
  background: #4EB7F3;
  color: #fff; }

@media screen and (max-width: 768px) {
  .two-col-banner-section .btn-blue {
    min-width: 232px; } }

.tailor {
  padding: 70px 0 0; }

@media screen and (max-width: 768px) {
  .tailor {
    padding: 40px 0 20px; } }

.tailor h2 {
  margin: 0 0 40px; }

@media screen and (max-width: 768px) {
  .tailor h2 {
    margin: 0 0 18px; } }

.check-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.check-list li {
  padding: 0 0 0 30px;
  margin: 0 0 28px;
  position: relative; }

.check-list li:before {
  position: absolute;
  content: '\f14a';
  top: 0;
  left: 0;
  color: #FFA200;
  font-size: 22px;
  line-height: 1;
  font-family: 'FontAwesome'; }

.options-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px;
  padding: 7px 0 0; }

@media screen and (max-width: 768px) {
  .options-holder {
    padding: 15px 0 0;
    margin: 0 0 10px; } }

.options-holder .col:last-child {
  max-width: 330px;
  margin: -15px 130px 0 0; }

@media screen and (max-width: 1440px) {
  .options-holder .col:last-child {
    margin: -15px 65px 0 0; } }

@media screen and (max-width: 768px) {
  .options-holder .col:last-child {
    display: none; } }

.vertical-border-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700; }

@media screen and (max-width: 768px) {
  .vertical-border-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0; } }

.vertical-border-list li {
  position: relative;
  padding: 46px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.vertical-border-list li:last-child:before {
  display: none; }

.vertical-border-list li:before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 52px;
  background: #FFA200; }

@media screen and (max-width: 768px) {
  .vertical-border-list li:before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 52px;
    height: 4px; } }

@media screen and (max-width: 1440px) {
  .vertical-border-list li {
    width: 25%;
    padding: 46px 10px; } }

@media screen and (max-width: 768px) {
  .vertical-border-list li {
    font-size: 20px;
    padding: 30px 20px;
    width: 100%; } }

.advanced-services {
  background-image: url(../images/curle-bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 117px 0 103px; }

@media screen and (max-width: 768px) {
  .advanced-services {
    padding: 50px 0 80px; } }

.services-holder {
  position: relative;
  padding: 20px 0 0; }

@media screen and (max-width: 768px) {
  .services-holder {
    margin: 0 -15px;
    padding: 0; } }

.services-holder .slider-number {
  position: absolute;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  width: 76px;
  text-align: center; }

@media screen and (max-width: 768px) {
  .services-holder .slider-number {
    display: block; } }

.services-holder .swiper-pagination {
  font-size: 14px;
  max-width: 76px;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none; }

@media screen and (max-width: 767px) {
  .services-holder .swiper-pagination {
    display: block; } }

.services-holder .swiper-button-next,
.services-holder .swiper-button-prev {
  bottom: -15px;
  top: auto;
  left: 50%;
  margin: 0; }

.services-holder .swiper-button-prev {
  -webkit-transform: translateX(-86px);
      -ms-transform: translateX(-86px);
          transform: translateX(-86px); }

.services-holder .swiper-button-next {
  -webkit-transform: translateX(38px);
      -ms-transform: translateX(38px);
          transform: translateX(38px); }

.services-swiper-container .swiper-button-next,
.services-swiper-container .swiper-button-prev,
.choose-swiper-container .swiper-button-next,
.choose-swiper-container .swiper-button-prev {
  display: none;
  background: none;
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid #E0E0E0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.services-swiper-container .swiper-button-next:hover,
.services-swiper-container .swiper-button-prev:hover,
.choose-swiper-container .swiper-button-next:hover,
.choose-swiper-container .swiper-button-prev:hover {
  border-color: #4EB7F3; }

@media (max-width: 767px) {
  .services-swiper-container .swiper-button-next,
  .services-swiper-container .swiper-button-prev,
  .choose-swiper-container .swiper-button-next,
  .choose-swiper-container .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.services-swiper-container .swiper-button-next img,
.services-swiper-container .swiper-button-prev img,
.choose-swiper-container .swiper-button-next img,
.choose-swiper-container .swiper-button-prev img {
  width: 10px; }

@media (min-width: 768px) {
  .services-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0; } }

.services-block .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44.5%;
  margin: 0 0 22px; }

.services-block .swiper-slide:nth-child(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.services-block .swiper-slide:nth-child(2n + 1) .txt-holder {
  text-align: right; }

@media screen and (max-width: 768px) {
  .services-block .swiper-slide:nth-child(2n + 1) .txt-holder {
    text-align: center; } }

.services-block .swiper-slide:nth-child(2n + 1) .img-holder {
  margin: 0 0 0 40px; }

@media screen and (max-width: 768px) {
  .services-block .swiper-slide:nth-child(2n + 1) .img-holder {
    margin: 0 auto 15px; } }

@media screen and (max-width: 1200px) {
  .services-block .swiper-slide {
    width: 46%; } }

@media screen and (max-width: 768px) {
  .services-block .swiper-slide {
    padding: 0 15px 50px;
    display: block; } }

.services-block .img-holder {
  display: -webkit-box;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #4EB7F3;
  margin: 0 40px 0 0; }

@media screen and (max-width: 768px) {
  .services-block .img-holder {
    margin: 0 auto 15px; } }

.services-block .img-holder img {
  max-width: 48px; }

@media screen and (max-width: 768px) {
  .services-block .txt-holder {
    text-align: center; } }

.services-block .title {
  display: block;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 10px; }

@media screen and (max-width: 768px) {
  .services-block .title {
    font-size: 18px; } }

.slick-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  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;
  width: 48px;
  height: 48px;
  border: 1px solid #E0E0E0;
  z-index: 1000; }

.slick-slider .slick-arrow.slick-prev {
  /* left: 50%; */
  -webkit-transform: translateX(-86px);
      -ms-transform: translateX(-86px);
          transform: translateX(-86px); }

.slick-slider .slick-arrow.slick-next {
  right: 50%;
  -webkit-transform: translateX(86px);
      -ms-transform: translateX(86px);
          transform: translateX(86px); }

.slick-slider .slick-arrow img {
  width: 10px; }

.main-section-txt {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 0 10px; }

.about-section h2 {
  margin: 0 0 40px; }

.about-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1024px) {
  .about-section .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.about-section .row.small {
  height: 50%; }

.about-section .row.small.last .col {
  margin: 15px 0 0; }

@media screen and (max-width: 768px) {
  .about-section .row.small.last .col {
    margin: 0 0 30px; } }

.about-section .row.small .col {
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  .about-section .row.small .col {
    margin: 0 0 30px; } }

.about-section .row.small .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media screen and (max-width: 768px) {
  .about-section .row.small .box {
    height: 220px; } }

.about-section .col {
  width: 50%;
  padding: 0 15px; }

@media screen and (max-width: 768px) {
  .about-section .col {
    width: 100%;
    margin: 0 0 30px; } }

.about-section .box {
  width: 100%;
  background: #fff;
  padding: 40px 45px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 1024px) {
  .about-section .box {
    padding: 20px; } }

@media screen and (max-width: 768px) {
  .about-section .box {
    padding: 25px; } }

.about-section .box span {
  display: block;
  font-size: 18px;
  text-transform: uppercase; }

@media screen and (max-width: 1024px) {
  .about-section .box span {
    font-size: 16px; } }

@media screen and (max-width: 768px) {
  .about-section .box span {
    font-size: 18px; } }

.about-section .img-box {
  width: 190px;
  margin: 0 auto 15px; }

.about-section .title {
  display: block;
  font-size: 20px;
  padding: 0 0 15px;
  margin: 0 0 15px;
  position: relative;
  text-transform: uppercase; }

.about-section .title:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 87px;
  height: 4px;
  background: #FFA200;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

@media screen and (max-width: 1024px) {
  .about-section .title {
    font-size: 18px; } }

.about-section .btn-blue {
  border: 2px solid #4EB7F3;
  background: transparent;
  color: #4EB7F3;
  min-width: 300px; }

.about-section .btn-blue:hover, .about-section .btn-blue:focus {
  background: #4EB7F3;
  color: #fff; }

@media screen and (max-width: 1024px) {
  .about-section .btn-blue {
    min-width: 250px; } }

.about-section .number {
  display: block;
  font-size: 60px;
  color: #FFA200;
  font-weight: 600; }

@media screen and (max-width: 1024px) {
  .about-section .number {
    font-size: 40px; } }

@media screen and (max-width: 1024px) {
  .about-section .number {
    font-size: 60px; } }

.tabset {
  list-style: none;
  padding: 0;
  margin: 0 -2px;
  display: none; }

@media screen and (min-width: 768px) {
  .tabset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.tabset li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 2px; }

.tabset a {
  display: -webkit-box;
  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;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 35px 15px;
  color: #B1B1B1;
  background: #F1F1F1;
  border-radius: 20px; }

.tabset a.active {
  color: #333;
  background: #fff;
  -webkit-box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15); }

.tabset a.active img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0); }

.tabset img {
  width: 60px;
  margin: 0 40px 0 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  -o-transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out; }

@media screen and (max-width: 1024px) {
  .tabset img {
    margin: 0 10px 0 0; } }

.tab-content {
  width: 100%;
  color: #000; }

.tab-content .tab-opener {
  display: -webkit-box;
  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;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 15px;
  color: #B1B1B1;
  background: #F1F1F1;
  border-radius: 20px; }

@media screen and (min-width: 768px) {
  .tab-content .tab-opener {
    display: none; } }

.tab-content .tab-opener img {
  width: 60px;
  margin: 0 10px 0 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: opacity .3s ease-in-out, -webkit-filter .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-filter .3s ease-in-out;
  -o-transition: filter .3s ease-in-out, opacity .3s ease-in-out;
  transition: filter .3s ease-in-out, opacity .3s ease-in-out;
  transition: filter .3s ease-in-out, opacity .3s ease-in-out, -webkit-filter .3s ease-in-out; }

@media screen and (max-width: 768px) {
  .tab-content .tab-opener img {
    margin: 0 20px 0 0; } }

.tab-content .tab {
  margin: 0 0 5px; }

.tab-content .tab.active .tab-opener {
  color: #333;
  background: #fff;
  -webkit-box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15); }

.tab-content .tab.active .tab-opener img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1; }

.tab-content .tab-slide {
  padding: 50px 50px 30px; }

@media screen and (min-width: 768px) {
  .tab-content .tab-slide {
    display: block !important;
    left: auto !important;
    top: auto !important;
    position: relative !important;
    width: auto !important; } }

@media screen and (max-width: 768px) {
  .tab-content .tab-slide {
    padding: 30px 30px 10px; } }

@media screen and (min-width: 768px) {
  .js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important; } }

.certificate-section {
  padding: 70px 0 0; }

@media screen and (max-width: 768px) {
  .certificate-section {
    padding: 0 15px;
    margin: 0 0 70px; } }

.certificate-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.certificate-list li {
  width: 33%;
  display: -webkit-box;
  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;
  margin: 0 0 30px; }

@media screen and (max-width: 767px) {
  .certificate-list li {
    width: 100%;
    margin: 0 0 20px; } }

.certificate-list img {
  width: auto;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: .5;
  -webkit-transition: opacity .3s ease-in-out, -webkit-filter .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-filter .3s ease-in-out;
  -o-transition: filter .3s ease-in-out, opacity .3s ease-in-out;
  transition: filter .3s ease-in-out, opacity .3s ease-in-out;
  transition: filter .3s ease-in-out, opacity .3s ease-in-out, -webkit-filter .3s ease-in-out; }

.certificate-list img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1; }

.free-talk {
  background: #4EB7F3;
  padding: 47px 0; }

@media screen and (max-width: 768px) {
  .free-talk {
    padding: 60px 10px 50px;
    margin: 0 0 50px; } }

.free-talk .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media screen and (max-width: 768px) {
  .free-talk .container {
    display: block; } }

.free-talk .center-box {
  max-width: 660px;
  padding: 17px 0 0;
  margin: 0 auto;
  color: #fff;
  font-weight: 600;
  text-align: center; }

@media screen and (max-width: 768px) {
  .free-talk .center-box p {
    margin: 0 0 13px; } }

.free-talk .talk-link {
  font-size: 18px;
  color: #333;
  padding: 5px 10px;
  border: 2px solid transparent;
  border-radius: 5px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out; }

.free-talk .talk-link:hover, .free-talk .talk-link:focus {
  border-color: #333; }

.free-talk .talk-link img {
  width: 32px;
  margin: 0 0 0 25px; }

.free-talk .img-box {
  width: 170px;
  margin: 0 20px 0 0; }

.free-talk .img-box.reverse {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 0 0 0 20px; }

@media screen and (max-width: 768px) {
  .free-talk .img-box.reverse {
    display: none; } }

@media screen and (max-width: 768px) {
  .free-talk .img-box {
    margin: 0 auto 10px; } }

.technologies-swiper-container {
  margin: 0 auto; }

.technologies-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 25px 0; }

@media (min-width: 768px) {
  .technologies-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto !important;
    margin: 0 -15px; } }

.technologies-block .swiper-slide {
  height: auto;
  padding: 0 3px;
  overflow: visible; }

@media (min-width: 768px) {
  .technologies-block .swiper-slide {
    width: 50%;
    padding: 0 15px;
    margin: 0 0 30px; } }

@media (min-width: 1024px) {
  .technologies-block .swiper-slide {
    width: 33.33%; } }

.technologies-block .box {
  width: 100%;
  padding: 50px 15px 35px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15); }

@media screen and (max-width: 768px) {
  .technologies-block .box {
    padding: 20px 15px 15px; } }

.technologies-block .img-box {
  max-width: 74px;
  margin: 0 auto 15px; }

.technologies-block .img-box img {
  width: auto;
  margin: 0 auto; }

.technologies-block .techno-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.technologies-block .techno-list li {
  padding: 0 8px;
  margin: 0 0 3px;
  position: relative; }

.technologies-block .techno-list li:before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 18px;
  width: 1px;
  background: #333; }

.technologies-block .techno-list li:last-child:before {
  display: none; }

.technologies-block .title {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 10px;
  margin: 0 0 13px; }

.technologies-block .title:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 54px;
  height: 4px;
  background: #FFA200; }

.process-section {
  background-image: url(../images/curle-bg-small.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 172px; }

@media screen and (max-width: 1200px) {
  .process-section {
    padding: 75px 0; } }

@media screen and (max-width: 768px) {
  .process-section {
    margin: 55px 0 0;
    padding: 40px 0 70px; } }

.process-slick-wrapper {
  margin: 10px 5px 0; }

@media screen and (max-width: 768px) {
  .process-slick-wrapper {
    margin: 0; } }

.process-slick-wrapper .slick-arrow {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #E0E0E0; }

.process-slick-wrapper .slick-arrow:hover {
  border-color: #4EB7F3; }

@media screen and (max-width: 768px) {
  .process-slick-wrapper .slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.process-slick-wrapper .slick-arrow img {
  width: 10px; }

.process-slick-wrapper .slider-box {
  max-width: 900px;
  margin: 0 auto;
  text-align: center; }

.process-slick-wrapper .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.process-slick-wrapper .slick-dots:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 77px;
  height: 4px;
  background: #E7EDF2; }

@media screen and (max-width: 768px) {
  .process-slick-wrapper .slick-dots:before {
    height: 2px;
    top: 76px; } }

@media screen and (max-width: 768px) {
  .process-slick-wrapper .slick-dots {
    min-height: 140px;
    margin: 0 -15px; } }

.process-slick-wrapper .slick-dots li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 50px; }

.process-slick-wrapper .slick-dots li:nth-child(2).slick-active .img-box:before {
  background: #4FC6E9; }

.process-slick-wrapper .slick-dots li:nth-child(3).slick-active .img-box:before {
  background: #63B7F3; }

.process-slick-wrapper .slick-dots li:nth-child(4).slick-active .img-box:before {
  background: #3AAFE6; }

.process-slick-wrapper .slick-dots li:nth-child(5).slick-active .img-box:before {
  background: #58AAEA; }

.process-slick-wrapper .slick-dots li:nth-child(6).slick-active .img-box:before {
  background: #8B9FF1; }

@media screen and (max-width: 768px) {
  .process-slick-wrapper .slick-dots li.slick-active {
    opacity: 1;
    visibility: visible; } }

.process-slick-wrapper .slick-dots li.slick-active .img-box:before {
  opacity: 1;
  visibility: visible; }

.process-slick-wrapper .slick-dots li.slick-active img {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0); }

@media screen and (max-width: 768px) {
  .process-slick-wrapper .slick-dots li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out; } }

.process-slick-wrapper .slick-dots .img-box {
  position: relative;
  padding: 0 0 22px;
  margin: 0 0 30px; }

.process-slick-wrapper .slick-dots .img-box:before {
  position: absolute;
  content: '';
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 33px;
  height: 4px;
  background: #20C2CC;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out; }

.process-slick-wrapper .slick-dots img {
  width: auto;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: .5;
  -webkit-transition: opacity .3s ease-in-out, -webkit-filter .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-filter .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, filter .3s ease-in-out;
  transition: opacity .3s ease-in-out, filter .3s ease-in-out;
  transition: opacity .3s ease-in-out, filter .3s ease-in-out, -webkit-filter .3s ease-in-out; }

.process-slick-wrapper .slick-dots span {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  text-align: center; }

@media screen and (max-width: 1200px) {
  .process-slick-wrapper .slick-dots span {
    font-size: 18px; } }

.process-slick-wrapper .gallery-navigation-arrows {
  display: -webkit-box;
  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;
  padding: 18px 0 0; }

.process-slick-wrapper .slider-number {
  display: none;
  width: 76px;
  font-size: 14px;
  text-align: center; }

@media screen and (max-width: 768px) {
  .process-slick-wrapper .slider-number {
    display: block; } }

.choose-section {
  padding: 70px 0 0; }

@media (max-width: 767px) {
  .choose-holder {
    margin: 0 -15px; } }

.choose-block {
  margin: 0;
  width: 100%; }

@media (min-width: 768px) {
  .choose-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto; } }

.choose-block .swiper-slide {
  width: 33.33%;
  padding: 0 15px;
  margin: 0 0 10px; }

@media (max-width: 1200px) {
  .choose-block .swiper-slide {
    width: 50%; } }

.choose-block .choose-box {
  position: relative;
  padding: 47px 0 0;
  line-height: 23px; }

@media screen and (max-width: 768px) {
  .choose-block .choose-box {
    padding: 35px 0 0; } }

.choose-block .choose-box .title {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 58px;
  font-size: 20px;
  color: #333;
  padding: 0 0 0 130px;
  text-transform: uppercase; }

.choose-block .choose-box .title:before {
  position: absolute;
  content: '';
  top: 13px;
  left: 0;
  width: 33px;
  height: 4px;
  background: #FFA200; }

@media screen and (max-width: 1440px) {
  .choose-block .choose-box .title {
    padding: 0 0 0 100px; } }

@media (max-width: 1200px) {
  .choose-block .choose-box .title {
    padding: 0 0 0 117px; } }

@media screen and (max-width: 768px) {
  .choose-block .choose-box .title {
    padding: 0 0 0 110px; } }

.choose-block .choose-box .number {
  position: absolute;
  top: -10px;
  left: 5px;
  font-size: 220px;
  line-height: 1;
  font-weight: 600;
  color: #E7EDF2;
  z-index: -1; }

@media screen and (max-width: 768px) {
  .choose-block .choose-box .number {
    top: -20px;
    left: 0; } }

.choose-block .choose-box p {
  margin: 0; }

.choose-swiper-container {
  position: relative; }

.choose-swiper-container .choose-navigation {
  display: -webkit-box;
  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; }

@media screen and (max-width: 768px) {
  .choose-swiper-container .choose-navigation {
    padding: 34px 0 0; } }

.choose-swiper-container .swiper-pagination,
.choose-swiper-container .swiper-button-prev,
.choose-swiper-container .swiper-button-next {
  position: static;
  margin: 0; }

.choose-swiper-container .swiper-pagination {
  width: 76px;
  font-size: 14px;
  display: none; }

@media (max-width: 767px) {
  .choose-swiper-container .swiper-pagination {
    display: block; } }

.accordion.shadowed-acc {
  padding: 25px 0 0;
  border-top: none; }

.accordion.shadowed-acc > li {
  border-bottom: none;
  background: #fff;
  border-radius: 10px;
  margin: 0 0 20px;
  -webkit-box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15); }

.accordion.shadowed-acc .open-close {
  right: 30px;
  top: 20px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

@media screen and (max-width: 768px) {
  .accordion.shadowed-acc .open-close {
    right: 20px; } }

.accordion.shadowed-acc .opener {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 20px;
  padding: 15px 35px 15px 20px;
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  .accordion.shadowed-acc .opener {
    font-size: 18px;
    padding: 15px 60px 15px 20px; } }

.accordion.shadowed-acc .opener .number {
  color: #30DAE5;
  margin: 0 20px 0 0; }

.accordion.shadowed-acc .opener .open-close:before, .accordion.shadowed-acc .opener .open-close:after {
  background: #30DAE5; }

.accordion.shadowed-acc .opener.two .number {
  color: #4FC6E9; }

.accordion.shadowed-acc .opener.two .open-close:before, .accordion.shadowed-acc .opener.two .open-close:after {
  background: #4FC6E9; }

.accordion.shadowed-acc .opener.three .number {
  color: #63B7F3; }

.accordion.shadowed-acc .opener.three .open-close:before, .accordion.shadowed-acc .opener.three .open-close:after {
  background: #63B7F3; }

.accordion.shadowed-acc .opener.four .number {
  color: #8B9FF1; }

.accordion.shadowed-acc .opener.four .open-close:before, .accordion.shadowed-acc .opener.four .open-close:after {
  background: #8B9FF1; }

.accordion.shadowed-acc .slide {
  padding: 0 45px 20px 20px; }

.case-studies-block {
  border-radius: 25px;
  overflow: hidden;
  -webkit-box-shadow: 0 14px 80px rgba(34, 35, 58, 0.2);
          box-shadow: 0 14px 80px rgba(34, 35, 58, 0.2); }

.case-studies-swiper-container {
  position: relative; }

.case-studies-holder {
  padding: 8px 0 0; }

.case-studies-holder .swiper-slide {
  background: #fff; }

.case-studies-holder .swiper-slide-active .txt-box > * {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.case-studies-holder .swiper-slide-active .txt-box p {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.case-studies-holder .swiper-slide-active .img-box {
  opacity: 1; }

@media (max-width: 768px) {
  .case-studies-holder .swiper-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.case-studies-holder .img-box {
  width: 52.5%;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

@media (max-width: 768px) {
  .case-studies-holder .img-box {
    width: 100%; } }

.case-studies-holder .txt-box {
  width: 47.5%;
  padding: 50px 30px 30px 80px; }

@media (max-width: 1200px) {
  .case-studies-holder .txt-box {
    padding: 30px 15px 30px 40px; } }

@media (max-width: 768px) {
  .case-studies-holder .txt-box {
    width: 100%;
    padding: 20px 12px 35px; } }

.case-studies-holder .txt-box > * {
  opacity: 0;
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.case-studies-holder .txt-box p {
  opacity: 0;
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.case-studies-holder .txt-box p:first-child {
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s; }

.case-studies-holder .txt-box p:last-child {
  -webkit-transition-delay: .7s;
       -o-transition-delay: .7s;
          transition-delay: .7s; }

.case-studies-holder .swiper-pagination {
  position: static;
  margin: 30px 0 0; }

.case-studies-holder .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px !important;
  background: #062744;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.case-studies-holder .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 10px;
  background: #FFA200;
  opacity: 1;
  -webkit-box-shadow: 0 0 20px rgba(252, 56, 56, 0.3);
          box-shadow: 0 0 20px rgba(252, 56, 56, 0.3); }

.case-studies-holder img {
  border-radius: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.case-studies-holder .title {
  display: block;
  position: relative;
  font-size: 24px;
  padding: 19px 0 0;
  margin: 0 0 22px;
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s; }

.case-studies-holder .title:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: #FFA200;
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s; }

@media screen and (max-width: 768px) {
  .case-studies-holder .title:before {
    width: 52px; } }

@media screen and (max-width: 768px) {
  .case-studies-holder .title {
    font-size: 18px;
    padding: 10px 0 0;
    margin: 0 0 10px; } }

.case-studies-holder .btn-blue {
  color: #22C7F3;
  border: 2px solid #22C7F3;
  background: transparent;
  min-width: 260px;
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s; }

.case-studies-holder .btn-blue:hover, .case-studies-holder .btn-blue:focus {
  color: #fff;
  background: #22C7F3;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }

@media (max-width: 768px) {
  .case-studies-holder .btn-blue {
    position: absolute;
    right: 50px;
    bottom: 15px;
    border: 0;
    min-width: auto;
    width: 35px;
    height: 16px;
    padding: 0; } }

.case-studies-holder .btn-blue img {
  display: none; }

@media (max-width: 768px) {
  .case-studies-holder .btn-blue img {
    display: block; } }

.case-studies-holder .btn-blue b {
  font-weight: 400; }

@media (max-width: 768px) {
  .case-studies-holder .btn-blue b {
    display: none; } }

.case-studies-holder .flag-box {
  position: relative;
  width: 170px;
  color: #333;
  font-weight: 600;
  padding: 5px 10px;
  margin: 0 0 65px;
  text-align: center;
  border: 2px solid #d4d5d8;
  border-right: 0;
  text-transform: uppercase;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s; }

@media (max-width: 768px) {
  .case-studies-holder .flag-box {
    display: none; } }

.case-studies-holder .flag-box::before, .case-studies-holder .flag-box:after {
  position: absolute;
  content: '';
  right: 0;
  width: 2px;
  height: 19px;
  background: #d4d5d8; }

.case-studies-holder .flag-box::before {
  top: 0;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top; }

.case-studies-holder .flag-box:after {
  bottom: 0;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom; }

.case-studies-holder .txt-wrap {
  line-height: 1.6; }

@media (max-width: 768px) {
  .case-studies-holder .txt-wrap {
    line-height: 23px;
    max-height: 100px; } }

.case-studies-holder .txt-wrap p {
  margin: 0 0 35px; }

.testimonials {
  line-height: 23px; }

.testimonials .banner-section {
  background-image: url(../images/img-15.jpg); }

@media screen and (max-width: 767px) {
  .testimonials .banner-section .banner-holder {
    padding: 30px 0 0;
    min-height: 440px; } }

.banner-section .text-holder {
  max-width: 915px;
  line-height: 1.35;
  margin: 0 auto;
  padding: 0 0 25px; }

.client-say {
  padding: 70px 0 75px; }

@media screen and (max-width: 767px) {
  .client-say {
    padding: 30px 0 75px; } }

.client-say .client-txt-box {
  max-width: 685px;
  margin: 0 auto;
  padding: 0 0 20px; }

@media screen and (max-width: 767px) {
  .client-say .client-txt-box {
    padding: 0; } }

.client-say .client-txt-box h2 {
  margin: 0 0 30px; }

.clients-slick-wrapper {
  position: relative; }

.clients-slick-wrapper .clients-slick-slider {
  padding: 0 70px 0 503px; }

@media screen and (max-width: 1023px) {
  .clients-slick-wrapper .clients-slick-slider {
    padding: 0; } }

.clients-slick-wrapper .slick-list {
  padding: 22px 0 0 10px; }

@media screen and (max-width: 767px) {
  .clients-slick-wrapper .slick-list {
    padding: 0; } }

.clients-slick-wrapper .slick-slide.slick-active .img-box {
  border-color: #FFA200; }

.clients-slick-wrapper .img-box {
  display: none;
  width: 115px;
  height: 115px;
  border: 4px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 1023px) {
  .clients-slick-wrapper .img-box {
    display: block; } }

.clients-slick-wrapper .text-box {
  position: relative; }

.clients-slick-wrapper .text-box:before {
  position: absolute;
  content: '';
  top: -22px;
  left: -10px;
  width: 62px;
  height: 40px;
  background-image: url(../images/quote.png);
  background-size: cover;
  z-index: -1; }

.clients-slick-wrapper .slider-navigation-dots {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 503px;
  padding: 0px 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 5; }

@media screen and (max-width: 1023px) {
  .clients-slick-wrapper .slider-navigation-dots {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 30px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.clients-slick-wrapper .slider-navigation-dots:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 56px;
  width: 2px;
  background: #C4CED8;
  z-index: -1; }

@media screen and (max-width: 1023px) {
  .clients-slick-wrapper .slider-navigation-dots:before {
    width: 100%;
    height: 2px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }

.clients-slick-wrapper .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 195px;
  margin: auto 0; }

@media screen and (max-width: 1023px) {
  .clients-slick-wrapper .slick-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto; } }

.clients-slick-wrapper li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.clients-slick-wrapper li.slick-active span {
  border: 3px solid #FFE4B3;
  background: #FFA200; }

.clients-slick-wrapper li.slick-active .img-holder {
  border-color: #FFA200; }

.clients-slick-wrapper li:nth-child(1) .img-holder {
  width: 95px;
  height: 95px;
  top: 15px;
  left: 220px; }

@media screen and (max-width: 1439px) {
  .clients-slick-wrapper li:nth-child(1) .img-holder {
    top: 60px; } }

@media screen and (max-width: 1199px) {
  .clients-slick-wrapper li:nth-child(1) .img-holder {
    top: 110px; } }

.clients-slick-wrapper li:nth-child(2) .img-holder {
  top: 65px;
  left: 75px; }

@media screen and (max-width: 1439px) {
  .clients-slick-wrapper li:nth-child(2) .img-holder {
    top: 130px; } }

@media screen and (max-width: 1199px) {
  .clients-slick-wrapper li:nth-child(2) .img-holder {
    top: 190px; } }

.clients-slick-wrapper li:nth-child(3) .img-holder {
  width: 139px;
  height: 139px;
  top: 34%;
  left: 225px; }

.clients-slick-wrapper li:nth-child(4) .img-holder {
  bottom: 43px;
  left: 100px; }

@media screen and (max-width: 1439px) {
  .clients-slick-wrapper li:nth-child(4) .img-holder {
    bottom: 105px; } }

@media screen and (max-width: 1199px) {
  .clients-slick-wrapper li:nth-child(4) .img-holder {
    bottom: 190px; } }

.clients-slick-wrapper li:nth-child(5) .img-holder {
  width: 95px;
  height: 95px;
  bottom: 0;
  left: 293px; }

@media screen and (max-width: 1439px) {
  .clients-slick-wrapper li:nth-child(5) .img-holder {
    bottom: 70px; } }

@media screen and (max-width: 1199px) {
  .clients-slick-wrapper li:nth-child(5) .img-holder {
    bottom: 160px; } }

@media screen and (max-width: 1023px) {
  .clients-slick-wrapper li {
    margin: 0 15px; } }

.clients-slick-wrapper li span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #FFA200;
  background: #fff; }

.clients-slick-wrapper .img-holder {
  position: absolute;
  width: 115px;
  height: 115px;
  border: 4px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 1023px) {
  .clients-slick-wrapper .img-holder {
    display: none; } }

.clients-slick-wrapper .name-box {
  padding: 10px 0 0; }

.clients-slick-wrapper .name-box strong {
  display: block;
  color: #222;
  text-transform: uppercase; }

.review-section {
  padding: 80px 0;
  background: #F5F5F5; }

@media screen and (max-width: 767px) {
  .review-section {
    padding: 120px 0 70px; } }

.review-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 33px; }

@media screen and (max-width: 1023px) {
  .review-section .row {
    display: block;
    margin: 0; } }

.review-section .col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px; }

@media screen and (max-width: 1023px) {
  .review-section .col.last {
    margin: 0 0 40px; } }

@media screen and (max-width: 1023px) {
  .review-section .col {
    width: 100%;
    padding: 0;
    margin: 0 0 70px; } }

.review-section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 395px;
  background: #fff;
  padding: 30px 35px 30px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 1199px) {
  .review-section .box {
    padding: 20px; } }

@media screen and (max-width: 1023px) {
  .review-section .box {
    display: block;
    position: relative;
    min-height: auto;
    padding: 35px 20px 40px 30px; } }

.review-section .img-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 53px 0 0; }

@media screen and (max-width: 1199px) {
  .review-section .img-box {
    margin: 0 20px 0 0; } }

@media screen and (max-width: 1023px) {
  .review-section .img-box {
    position: absolute;
    top: -52px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0; } }

.review-section .txt-box {
  position: relative;
  padding: 33px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1; }

.review-section .txt-box:before {
  position: absolute;
  content: '';
  top: 10px;
  left: -10px;
  width: 62px;
  height: 40px;
  background-image: url(../images/quote.png);
  z-index: -1; }

.review-section .bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media screen and (max-width: 1199px) {
  .review-section .bottom-block {
    display: block;
    padding: 10px 0 0; } }

.review-section .bottom-block strong {
  display: block;
  color: #222;
  text-transform: uppercase; }

.review-section .bottom-block span {
  display: block;
  color: #666; }

.review-section .link {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFA200; }

.review-section .link:hover {
  color: #cc8200; }

@media screen and (max-width: 1024px) {
  .review-section .link {
    margin: 15px 0 0; } }

.review-section .view-more {
  max-width: 676px;
  margin: 0 auto;
  padding: 10px 0 0;
  font-weight: 700; }

.review-section .view-more p {
  margin: 0 0 28px; }

.review-section .btn-blue.btn-yellow {
  min-width: 196px;
  color: #FFA200;
  background: transparent;
  border: 2px solid #FFA200; }

.video-text-section {
  padding: 80px 0; }

.video-text-section .video-text-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px; }

@media screen and (max-width: 768px) {
  .video-text-section .video-text-holder {
    display: block;
    margin: 0; } }

.video-text-section .txt-box {
  width: 50%;
  padding: 0 15px; }

@media screen and (max-width: 768px) {
  .video-text-section .txt-box {
    width: 100%;
    padding: 0; } }

.video-text-section .txt-box h2 {
  margin: 0 0 20px; }

@media screen and (max-width: 768px) {
  .video-text-section .txt-box h2 {
    text-align: center; } }

.video-text-section .txt-box p {
  margin: 0 0 40px; }

@media screen and (max-width: 768px) {
  .video-text-section .txt-box p {
    margin: 0 0 30px; } }

.video-text-section .txt-box mark {
  background: transparent;
  color: #FFA200; }

.video-text-section .video-box {
  position: relative;
  width: 50%;
  padding: 0 15px;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .video-text-section .video-box {
    width: 100%;
    padding: 0; } }

.video-text-section .video-box a {
  display: block; }

@media screen and (max-width: 768px) {
  .video-text-section .link-holder {
    text-align: center;
    margin: 0 0 30px; } }

.video-text-section .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #FFA200;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  text-transform: uppercase; }

.video-text-section .link:hover img, .video-text-section .link:focus img {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px); }

.video-text-section .link img {
  width: 33px;
  margin: 0 0 0 20px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

.think-map-section {
  padding: 0; }

.think-map-section .text-center {
  padding: 0 0 20px; }

@media screen and (max-width: 767px) {
  .think-map-section .text-center {
    padding: 0; } }

.think-map-section .map-holder {
  position: relative;
  position: absolute;
  left: 0;
  width: 1230px; }

.think-map-section .map-wrapper {
  position: relative;
  overflow: hidden;
  width: 1230px;
  height: 650px;
  margin: 0 auto; }

@media screen and (max-width: 1229px) {
  .think-map-section .map-wrapper {
    margin: 0; } }

.think-map-section .scroll-box-holder {
  position: relative;
  margin: 0 0 25px;
  display: none; }

@media screen and (max-width: 1229px) {
  .think-map-section .scroll-box-holder {
    display: block; } }

.think-map-section .scroll-box-holder span {
  display: block;
  font-weight: 600;
  color: #333;
  margin: 0 0 20px; }

.think-map-section .scroll-box-holder .left-arrow,
.think-map-section .scroll-box-holder .right-arrow {
  display: inline-block;
  width: 32px;
  margin: 0 15px; }

.think-map-section .point-location {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #FFA200;
  border: 6px solid #FFE4B3;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out; }

.think-map-section .point-location:hover {
  border-color: #FFA200;
  z-index: 1; }

.think-map-section .point-location.active .review-box {
  opacity: 1;
  visibility: visible; }

.think-map-section .review-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  width: 528px;
  min-height: 360px;
  padding: 50px 40px 30px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.think-map-section .review-box.left {
  left: auto;
  right: calc(100% + 10px);
  top: auto;
  bottom: 0; }

@media screen and (max-width: 767px) {
  .think-map-section .review-box.left {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

.think-map-section .review-box.review-center {
  top: -150px;
  bottom: auto; }

@media screen and (max-width: 767px) {
  .think-map-section .review-box.review-center {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@media screen and (max-width: 1229px) {
  .think-map-section .review-box {
    width: 290px;
    padding: 50px 20px 20px;
    min-height: auto; } }

@media screen and (max-width: 767px) {
  .think-map-section .review-box {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

.think-map-section .scrollbar-block {
  height: 200px;
  padding: 0 0 10px; }

.think-map-section .text-box {
  position: relative;
  z-index: 1; }

.think-map-section .text-box:before {
  position: absolute;
  content: '';
  top: -20px;
  left: -10px;
  width: 62px;
  height: 40px;
  background: url(../images/quote-yellow.png);
  z-index: -1; }

.think-map-section .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media screen and (max-width: 1023px) {
  .think-map-section .bottom-box {
    display: block; } }

.think-map-section .bottom-box .right-side {
  width: 87px; }

@media screen and (max-width: 1023px) {
  .think-map-section .bottom-box .right-side {
    padding: 20px 0 0; } }

.think-map-section .bottom-box strong {
  display: block;
  color: #222;
  text-transform: uppercase; }

.think-map-section .bottom-box span {
  display: block;
  color: #666; }

.think-map-section .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  display: none; }

@media screen and (max-width: 1023px) {
  .think-map-section .close-btn {
    display: block; } }

.think-map-section .close-btn:before, .think-map-section .close-btn:after {
  position: absolute;
  content: '';
  top: 0;
  width: 2px;
  height: 25px;
  background: #222;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top; }

.think-map-section .close-btn:before {
  left: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.think-map-section .close-btn:after {
  right: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

body {
  margin: 0; }

.calculator {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  line-height: 1.25;
  color: #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media screen and (max-width: 768px) {
  .calculator {
    font-size: 14px; } }

.calculator *, .calculator *:before, .calculator *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.calculator img {
  display: block;
  width: 100%; }

.calculator p {
  color: #666;
  margin: 0; }

.calculator h3 {
  font-size: 24px;
  margin: 0 0 15px; }

@media screen and (max-width: 768px) {
  .calculator h3 {
    font-size: 18px; } }

.calculator h4 {
  font-size: 20px;
  margin: 0 0 5px; }

@media screen and (max-width: 768px) {
  .calculator h4 {
    font-size: 14px; } }

.wrapper {
  overflow: hidden; }

.hidden-block {
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out; }

.hidden-block.invisible {
  opacity: 0;
  visibility: hidden; }

.container {
  max-width: 1370px;
  padding: 0 15px;
  margin: 0 auto; }

.header {
  padding: 25px 0;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 768px) {
  .header {
    padding: 10px 0; } }

.header .container {
  position: relative;
  display: -webkit-box;
  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; }

.header .logo {
  max-width: 112px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

@media screen and (max-width: 768px) {
  .header .logo {
    display: none; } }

.header .logo a {
  display: block; }

.header .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header .info-box .col {
  min-width: 190px;
  padding: 0 15px;
  text-align: center; }

@media screen and (max-width: 768px) {
  .header .info-box .col {
    min-width: auto; } }

.header .info-box span {
  font-size: 14px;
  display: block; }

@media screen and (max-width: 768px) {
  .header .info-box span {
    font-size: 10px; } }

.header .info-box strong {
  font-size: 20px;
  display: block;
  color: #FFB509; }

@media screen and (max-width: 768px) {
  .header .info-box strong {
    font-size: 14px; } }

.steps-container {
  padding: 30px 0 0;
  position: relative; }

@media screen and (max-width: 768px) {
  .steps-container {
    padding: 15px 0 0; } }

.steps-container .content {
  margin: 0 0 15px; }

.steps-container .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 60px;
  left: calc(50% - 90px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

@media screen and (max-width: 1024px) {
  .steps-container .btn-holder {
    bottom: 15px;
    left: calc(50% - 70px); } }

@media screen and (max-width: 768px) {
  .steps-container .btn-holder {
    left: 50%;
    bottom: 20px; } }

.steps-container .btn-holder .arrow-btn {
  display: block;
  font-size: 8px;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #D9D9D9;
  margin: 0 10px;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out; }

.steps-container .btn-holder .arrow-btn.prev-btn .icon-arrow {
  display: block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.steps-container .btn-holder .arrow-btn:hover, .steps-container .btn-holder .arrow-btn:focus {
  border: 2px solid #FFB509; }

.step-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden; }

@media screen and (max-width: 1024px) {
  .step-list {
    margin: 0 0 15px; } }

@media screen and (max-width: 768px) {
  .step-list {
    overflow: visible; } }

.step-list li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center; }

.step-list li:before {
  position: absolute;
  content: '';
  top: 15px;
  left: 50%;
  right: -60px;
  height: 1px;
  background: #D9D9D9; }

@media screen and (max-width: 1024px) {
  .step-list li:before {
    right: -40px; } }

@media screen and (max-width: 768px) {
  .step-list li:before {
    left: -30px;
    top: 10px; } }

@media screen and (max-width: 768px) {
  .step-list li {
    width: 100%;
    display: none; } }

.step-list li.active .circle, .step-list li.finish .circle {
  border-color: #FFB509; }

.step-list li.active .circle:before, .step-list li.finish .circle:before {
  background: #222; }

.step-list li.active span, .step-list li.finish span {
  color: #222;
  font-weight: 600; }

.step-list li.finish:before {
  background: #222; }

@media screen and (max-width: 768px) {
  .step-list li.active {
    display: block; } }

.step-list li:last-child:before {
  display: none; }

@media screen and (max-width: 768px) {
  .step-list li:last-child:before {
    display: block;
    right: 50%; } }

@media screen and (max-width: 768px) {
  .step-list li:first-child:before {
    left: 50%; } }

.step-list li span {
  font-size: 18px;
  color: #D9D9D9; }

@media screen and (max-width: 1024px) {
  .step-list li span {
    font-size: 16px; } }

@media screen and (max-width: 768px) {
  .step-list li span {
    font-size: 14px; } }

.step-list .circle {
  position: relative;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 2px solid #D9D9D9;
  margin: 0 auto 10px;
  border-radius: 50%; }

.step-list .circle:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%; }

@media screen and (max-width: 768px) {
  .step-list .circle:before {
    width: 8px;
    height: 8px; } }

@media screen and (max-width: 768px) {
  .step-list .circle {
    width: 20px;
    height: 20px;
    margin: 0 auto 5px; } }

.tab {
  display: none;
  height: 625px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15); }

@media screen and (max-height: 870px) {
  .tab {
    height: 490px; } }

@media screen and (max-width: 768px) {
  .tab {
    height: calc(100vh - 121px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-shadow: none;
            box-shadow: none; } }

@media screen and (max-width: 768px) {
  .tab-estimate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
    padding: 0 0 15px; }
  .tab-estimate .col {
    max-width: none !important;
    padding: 0 !important; }
  .tab-estimate .col:last-child {
    width: 100% !important;
    margin: 0; } }

.tab .col {
  width: 50%;
  padding: 30px 30px 115px; }

@media screen and (max-width: 1024px) {
  .tab .col {
    padding: 15px 15px 70px; } }

@media screen and (max-width: 768px) {
  .tab .col {
    width: 100%;
    padding: 0 15px;
    max-width: 270px;
    margin: 0 auto; } }

.tab .col:last-child {
  padding: 30px 30px 45px;
  border-left: 1px solid #D9D9D9; }

@media screen and (max-width: 1024px) {
  .tab .col:last-child {
    padding: 15px 15px 30px; } }

@media screen and (max-width: 768px) {
  .tab .col:last-child {
    border: none;
    width: 0;
    padding: 0;
    margin: 0; } }

.tab .slider {
  background: #fff; }

.tab .slider.open {
  left: 25px; }

.tab .slider.open .close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  .tab .slider {
    position: absolute;
    top: -49px;
    bottom: 0;
    left: calc(100% + 15px);
    width: calc(100% - 10px);
    border-left: 1px solid #D9D9D9;
    padding: 30px 10px 15px 15px;
    -webkit-transition: left .3s ease-in-out;
    -o-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out; } }

.tab .input-holder {
  margin: 0 0 20px; }

@media screen and (max-width: 768px) {
  .tab .input-holder {
    margin: 0 0 10px; } }

.tab .input-holder:last-child {
  margin: 0; }

.tab .text-holder {
  margin: 0 0 20px; }

.tab .text-holder strong {
  display: block;
  margin: 0 0 5px;
  color: #FFB918;
  font-weight: 600; }

.tab .bullet-list {
  margin: 15px 0;
  color: #666; }

.info-btn {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #666;
  width: 40px;
  height: 86px;
  border: 1px solid #D9D9D9;
  border-radius: 10px 0 0 10px;
  text-decoration: none;
  position: absolute; }

.info-btn.open-btn {
  bottom: 20px;
  right: -16px; }

.info-btn.open-btn .icon-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.info-btn.close-btn {
  display: none;
  left: -41px;
  bottom: 20px; }

@media screen and (max-width: 768px) {
  .info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.info-btn span {
  margin: 0 0 15px; }

.info-btn .icon-arrow {
  font-size: 8px;
  color: #FFB918; }

.note-box {
  margin: 15px 0;
  padding: 20px;
  border: 1px solid #FFB509;
  border-radius: 20px; }

@media screen and (max-width: 1024px) {
  .note-box {
    padding: 15px; } }

.note-box strong {
  color: #FFB509; }

.radio-list-holder {
  max-width: 426px;
  padding: 10px 0 0; }

@media screen and (max-width: 768px) {
  .radio-list-holder {
    padding: 5px 0 0; } }

.radio-list-holder label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 30px;
  height: 50px;
  border: 2px solid #D9D9D9;
  border-radius: 10px;
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .radio-list-holder label {
    padding: 5px 15px;
    height: 40px;
    font-size: 14px; } }

.radio-list-holder input[type="radio"] {
  display: none; }

.radio-list-holder input[type="radio"]:checked + label {
  font-weight: 600;
  border-color: #222; }

.check-list-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  padding: 15px 0 0; }

.check-list-holder input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.check-list-holder input[type="checkbox"]:checked ~ .checkmark {
  border-color: #222; }

.check-list-holder input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
  border-color: #222; }

.check-list-holder .input-holder {
  width: 33%;
  padding: 0 10px 0 0; }

@media screen and (max-width: 1200px) {
  .check-list-holder .input-holder {
    width: 50%; } }

@media screen and (max-width: 1024px) {
  .check-list-holder .input-holder {
    width: 100%; } }

.check-list-holder label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
  padding: 0 0 0 40px;
  cursor: pointer; }

.check-list-holder .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #D9D9D9;
  border-radius: 10px; }

.check-list-holder .checkmark:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 10px;
  width: 7px;
  height: 14px;
  border: solid #D9D9D9;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none; }

.scrollbar-block {
  overflow: hidden;
  position: relative;
  height: 550px; }

@media screen and (max-height: 870px) {
  .scrollbar-block {
    height: 400px; } }

@media screen and (max-width: 768px) {
  .scrollbar-block {
    height: 100%; } }

.scrollbar-block-check {
  height: 435px; }

@media screen and (max-width: 768px) {
  .scrollbar-block-check.bordered {
    height: 263px;
    padding: 16px 0px 16px 12px;
    border: 1px solid #D9D9D9;
    border-radius: 10px; } }

@media screen and (max-height: 870px) {
  .scrollbar-block-check {
    height: 300px; } }

.scrollbar-block .scroll-content {
  padding: 0 35px 0 0; }

.scrollbar-block .scroll-content-check {
  padding: 0; }

@media screen and (max-width: 1024px) {
  .scrollbar-block .scroll-content {
    padding: 0; } }

.mCSB_scrollTools {
  right: 12px !important; }

@media screen and (max-width: 1024px) {
  .mCSB_scrollTools {
    right: 0 !important; } }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px !important;
  background: #F5F8FC !important; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #FFB509 !important; }

.bullet-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.bullet-list.black-list li:before {
  background: #222; }

.bullet-list.black-list span {
  font-weight: 600;
  color: #FFB509; }

.bullet-list li {
  margin: 0 0 10px; }

.bullet-list li:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFC108;
  margin: 0 14px 2px 0; }

.estimate-holder {
  max-width: 520px;
  margin: 0 auto;
  text-align: center; }

@media screen and (max-width: 768px) {
  .estimate-holder {
    max-width: none; } }

.estimate-holder h3 {
  margin: 0 0 22px; }

@media screen and (max-width: 768px) {
  .estimate-holder h3 {
    margin: 0 0 15px; } }

.estimate-holder .btn-block {
  margin: 30px 0 55px; }

@media screen and (max-width: 768px) {
  .estimate-holder .btn-block {
    margin: 0; } }

.estimate-holder .btn-block .btn {
  margin: 0 auto 18px; }

.estimate-holder .btn {
  display: block;
  min-width: 312px;
  min-height: 50px;
  font-size: 17px;
  font-weight: 600;
  padding: 10px;
  color: #fff;
  background: #222;
  border: 1px solid #222;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background .3s ease-in-out;
  transition: color .3s ease-in-out, background .3s ease-in-out; }

.estimate-holder .btn:hover, .estimate-holder .btn:focus {
  background: none;
  color: #222; }

@media screen and (max-width: 768px) {
  .estimate-holder .btn {
    min-width: 290px; } }

.estimate-holder .btn-link {
  font-size: 17px;
  color: #FFB509;
  background: none;
  border: none;
  outline: none;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }

.estimate-holder .btn-link:hover, .estimate-holder .btn-link:focus {
  color: #d59500; }

.estimate-holder .get-pdf-block {
  padding: 25px 35px 50px;
  border: 1px solid #222;
  border-radius: 10px; }

@media screen and (max-width: 768px) {
  .estimate-holder .get-pdf-block {
    margin: 40px 0 0;
    padding: 25px 15px 25px; } }

.estimate-holder .get-pdf-block h4 {
  margin: 0 0 30px; }

.estimate-holder .pdf-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  .estimate-holder .pdf-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.estimate-holder .pdf-form .input-holder {
  margin: 0;
  width: 100%; }

@media screen and (max-width: 768px) {
  .estimate-holder .pdf-form .input-holder {
    margin: 0 0 20px; } }

.estimate-holder .pdf-form input[type="email"] {
  border: none;
  border-bottom: 2px solid #D9D9D9;
  outline: none;
  min-height: 50px;
  padding: 15px 30px;
  width: 100%; }

.estimate-holder .pdf-form input[type="email"]::-webkit-input-placeholder {
  color: #222; }

.estimate-holder .pdf-form input[type="email"]:-ms-input-placeholder {
  color: #222; }

.estimate-holder .pdf-form input[type="email"]::-ms-input-placeholder {
  color: #222; }

.estimate-holder .pdf-form input[type="email"]::placeholder {
  color: #222; }

.estimate-holder .pdf-form .btn {
  min-width: 110px;
  margin: 0 0 0 -5px; }

@media screen and (max-width: 768px) {
  .estimate-holder .pdf-form .btn {
    width: 100%;
    margin: 0; } }

.estimate-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px; }

.estimate-row.two-col-row {
  margin: 0 -12px 20px;
  padding: 40px 0 0; }

@media screen and (max-width: 1024px) {
  .estimate-row.two-col-row {
    padding: 0;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.estimate-row .estimate-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0 12px; }

@media screen and (max-width: 1024px) {
  .estimate-row .estimate-col {
    width: 100%;
    padding: 0;
    margin: 0 0 20px; } }

@media screen and (max-width: 768px) {
  .estimate-row .estimate-col {
    margin: 0 0 10px; } }

.estimate-row .estimate-box {
  width: 100%;
  padding: 15px 25px;
  border: 2px solid #FFBA18;
  border-radius: 10px; }

.estimate-row .estimate-box strong {
  font-size: 24px;
  font-weight: 600;
  color: #FFBA18; }

@media screen and (max-width: 768px) {
  .estimate-row .estimate-box strong {
    font-size: 18px; } }

.estimate-row .estimate-box strong span {
  display: block;
  font-size: 17px;
  line-height: 1;
  font-weight: 400; }

@media screen and (max-width: 768px) {
  .estimate-row .estimate-box strong span {
    font-size: 18px;
    display: inline; } }

.estimate-row .bullet-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.estimate-row .bullet-list li {
  width: 50%;
  padding: 0 15px 0 0; }

@media screen and (max-width: 1024px) {
  .estimate-row .bullet-list li {
    width: 100%; } }

.est-txt-extra {
  display: none;
  text-align: center;
  margin: 0 0 10px; }

@media screen and (max-width: 768px) {
  .est-txt-extra {
    display: block; } }

@media screen and (max-width: 768px) {
  .est-txt {
    display: none; } }

.number-list {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding: 0;
  margin: 10px 0; }

.number-list li {
  counter-increment: my-awesome-counter;
  margin: 0 0 10px; }

.number-list li:before {
  content: counter(my-awesome-counter) ") ";
  font-weight: 600; }
