@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@media (max-width: 575px) {
  html {
    font-size: 1.1vw;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 5.4px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 7.2px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 9.6px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 11.4px;
  }
}
.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: flex;
}

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}

.ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.ct-grid-background {
  fill: none;
}

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

.ct-line {
  fill: none;
  stroke-width: 4px;
}

.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}

.ct-bar {
  fill: none;
  stroke-width: 10px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #d70206;
}

.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
  fill: #d70206;
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
  fill: #f05b4f;
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}

.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
  fill: #f4c63d;
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905;
}

.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
  fill: #d17905;
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}

.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
  fill: #453d3f;
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b;
}

.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
  fill: #59922b;
}

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}

.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
  fill: #0544d3;
}

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}

.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
  fill: #6b0392;
}

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
  fill: #f05b4f;
}

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458;
}

.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
  fill: #dda458;
}

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}

.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
  fill: #eacf7d;
}

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d;
}

.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
  fill: #86797d;
}

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}

.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
  fill: #b2c326;
}

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}

.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
  fill: #6188e2;
}

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}

.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
  fill: #a748ca;
}

.ct-square {
  display: block;
  position: relative;
  width: 100%;
}

.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}

.ct-square:after {
  content: "";
  display: table;
  clear: both;
}

.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}

.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}

.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}

.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}

.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}

.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}

.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}

.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}

.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}

.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}

.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}

.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}

.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}

.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}

.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}

.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}

.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}

.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}

.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}

.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}

.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

input:focus, a, a:active, img, button:focus {
  outline: none;
}

body {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, span, a, img {
  margin: 0;
  padding: 0;
}

body {
  overflow: hidden;
}
body.ca_loaded {
  overflow: visible;
}

.ca_hero {
  overflow: hidden;
  height: 100vh;
  background: #fff;
  transition: 0.3s all;
  transition-delay: 0s;
  text-align: center;
  position: relative;
}
.ca_hero > span {
  display: block;
  position: absolute;
  border-radius: 100%;
  background: #61CCF0;
  width: 200px;
  height: 200px;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  transition: all 1s;
  transition-delay: 0.1s;
  transition-duration: 1.3s;
  transition-duration: 7s;
}
.ca_hero > span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(15deg);
}
.ca_hero > span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-15deg);
}
.ca_hero > span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(0deg);
}
.ca_hero > span:nth-child(4) {
  transform: translate(-50%, -50%) rotate(0deg);
  top: 150%;
  left: 20%;
  transition-delay: 0;
  transition-duration: 0.8s;
}
.ca_hero .container {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.ca_hero .container a img {
  margin-bottom: 6.02837rem;
  margin-bottom: 6.8vh;
  width: auto;
  height: 6.02837rem;
  opacity: 0;
  transition: all 0.3s;
}
.ca_hero .container h1 {
  margin-bottom: 3.82979rem;
  margin-bottom: 4.4vh;
}
.ca_hero .container .ca_button {
  margin-bottom: 13.1206rem;
  margin-bottom: 14.9vh;
  font-size: 2.19858rem;
  padding: 0 3.04965rem;
  line-height: 7.23404rem;
  opacity: 0;
  transition: all 0.3s;
  position: relative;
  top: -1rem;
}
.ca_hero .container .col-12 > img {
  display: block;
  width: 7.0922rem;
  height: auto;
  position: relative;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.ca_hero.ca_animated {
  background: #61CCF0;
  transition-delay: 0.8s;
  transition-delay: 4.5s;
  transition-duration: 1.5s;
}
.ca_hero.ca_animated > span:nth-child(1) {
  top: 50%;
  left: 0%;
  width: 100vw;
  height: 120vw;
  transform: translate(-50%, -50%) rotate(45deg);
  transition-delay: 0;
  transition-duration: 1s;
  transition-duration: 7s;
}
.ca_hero.ca_animated > span:nth-child(2) {
  top: 80%;
  left: 50%;
  width: 100vw;
  height: 70vw;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition-delay: 0;
  transition-duration: 1s;
  transition-duration: 7s;
}
.ca_hero.ca_animated > span:nth-child(3) {
  top: 90%;
  left: 100%;
  width: 80vw;
  height: 60vw;
  transform: translate(-50%, -50%) rotate(-40deg);
  transition-delay: 0;
  transition-duration: 1s;
  transition-duration: 7s;
}
.ca_hero.ca_animated > span:nth-child(4) {
  top: 0;
  top: 0;
  left: 50%;
  width: 120vw;
  height: 120vw;
  transform: translate(-50%, -50%) rotate(-40deg);
  transition-delay: 0.2s;
  transition-duration: 0.7s;
  transition-duration: 5.9s;
  transition-timing-function: linear;
}
.ca_hero.ca_animated .container a img {
  opacity: 1;
  transition-delay: 1.8s;
}
.ca_hero.ca_animated .container .ca_button {
  opacity: 1;
  transition: all 0.3s 1.2s, background 0.3s 0s, transform 0.3s 0s;
  transition: all 0.5s 3s, background 0.3s 0s, transform 0.3s 0s;
  top: 0;
}
.ca_hero.ca_animated .container .col-12 > img {
  opacity: 1;
  transition-delay: 2s;
  transition-delay: 3.5s;
  transition-duration: 0.5s;
  animation: bounce;
  animation-delay: 2.3s;
  animation-delay: 4s;
  animation-duration: 1.5s;
}

@keyframes bounce {
  0% {
    top: 0;
  }
  35% {
    top: 2rem;
  }
  60% {
    top: -0.5rem;
  }
  80% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
.ca_review_top {
  padding-top: 10.6383rem;
  padding-bottom: 12.766rem;
  text-align: center;
}
.ca_review_top .ca_holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15.6028rem;
}
.ca_review_top .ca_holder img {
  width: auto;
  height: 100%;
  max-width: 16.6667rem;
  max-height: 5.31915rem;
}
.ca_review_top h4 {
  margin-bottom: 3.90071rem;
}
.ca_review_top h3 {
  margin-bottom: 2.83688rem;
}
.ca_review_top h5 {
  margin-bottom: 3.5461rem;
}
.ca_review_top .ca_author .ca_img {
  border-radius: 100%;
  overflow: hidden;
  width: 7.0922rem;
  height: 7.0922rem;
  display: inline-block;
  border: 1px solid #CBD6ED;
  margin-bottom: 1.41844rem;
}
.ca_review_top .ca_author .ca_img .img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  border: solid 0.638298rem #fff;
}

.ca_services {
  text-align: center;
  padding-bottom: 8.51064rem;
}
.ca_services h4 {
  margin-bottom: 1.77305rem;
}
.ca_services h2 {
  margin-bottom: 2.19858rem;
}
.ca_services h5 {
  margin-bottom: 4.25532rem;
}
.ca_services .ca_button {
  margin-bottom: 4.25532rem;
}
.ca_services .col-12 {
  font-size: 0;
}
.ca_services .ca_service {
  display: inline-block;
  vertical-align: top;
  width: 14.8936rem;
  margin: 0 2.12766rem;
  margin-bottom: 4.25532rem;
}
.ca_services .ca_service .ca_img {
  width: 100%;
  height: 13.4752rem;
  background: url("../img/service-bg.png") center center;
  position: relative;
  margin-bottom: 1.41844rem;
}
.ca_services .ca_service .ca_img .img {
  width: 7.0922rem;
  height: 7.0922rem;
  background: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 3.5461rem auto;
  box-shadow: 0px 0.283688rem 1.77305rem rgba(104, 139, 208, 0.25);
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ca_services .ca_service .ca_txt {
  padding: 0 1.5rem;
}
.ca_services .ca_slider_controll {
  font-size: 0;
  margin-top: 4.25532rem;
  display: none;
}
.ca_services .ca_slider_controll .ca_prevnext {
  display: inline-block;
  vertical-align: top;
  padding: 0.70922rem 1.84397rem;
  border: 1px solid #CBD6ED;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  font-weight: 700;
  background: #fff;
  height: 2.83688rem;
}
.ca_services .ca_slider_controll .ca_prevnext:before, .ca_services .ca_slider_controll .ca_prevnext:after {
  content: "";
  display: block;
  position: absolute;
  height: 1.34752rem;
  width: 0.851064rem;
  background: url("../img/arr-left-b.svg") center center no-repeat;
  background-size: 100% auto;
  left: 2.12766rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
  opacity: 1;
}
.ca_services .ca_slider_controll .ca_prevnext:after {
  background-image: url("../img/arr-left-o.svg");
  opacity: 0;
}
.ca_services .ca_slider_controll .ca_prevnext.ca_prev {
  border-radius: 10px 0 0 10px;
  text-align: left;
  padding-left: 4.96454rem;
}
.ca_services .ca_slider_controll .ca_prevnext.ca_next {
  border-radius: 0 10px 10px 0;
  border-left: 0;
  text-align: right;
  padding-right: 4.96454rem;
}
.ca_services .ca_slider_controll .ca_prevnext.ca_next:before, .ca_services .ca_slider_controll .ca_prevnext.ca_next:after {
  left: auto;
  right: 2.12766rem;
  transform: scale(-1, 1) translate(0, -50%);
}
.ca_services .ca_slider_controll .ca_prevnext:hover {
  text-decoration: none;
  color: #FC8C44;
}
.ca_services .ca_slider_controll .ca_prevnext:hover:before {
  opacity: 0;
}
.ca_services .ca_slider_controll .ca_prevnext:hover:after {
  opacity: 1;
}

.ca_cases {
  text-align: center;
  background: #F4F7FC;
  padding-top: 12.766rem;
  padding-bottom: 12.0567rem;
}
.ca_cases h4 {
  margin-bottom: 1.77305rem;
}
.ca_cases h2 {
  margin-bottom: 2.19858rem;
}
.ca_cases h5 {
  margin-bottom: 4.25532rem;
}
.ca_cases .ca_slider_container {
  position: relative;
}
.ca_cases .ca_slider_container .ca_blue_box {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  background: #0F2546;
}
.ca_cases .ca_slider .ca_holder {
  padding: 7.0922rem;
  padding-top: 10.6383rem;
}
.ca_cases .ca_slider .ca_holder .ct-chart {
  position: relative;
}
.ca_cases .ca_slider .ca_holder .ct-chart .ca_tooltip {
  display: block;
  position: absolute;
  background: #1F4389;
  border-radius: 10px;
  padding: 1.41844rem;
  transform: translate(-50%, -100%);
  margin-left: -200vw;
  margin-top: -3rem;
  opacity: 0;
  transition: all 0.3s, margin 0s;
  z-index: 2;
}
.ca_cases .ca_slider .ca_holder .ct-chart .ca_tooltip:first-of-type {
  opacity: 1;
  margin-left: 6rem;
}
.ca_cases .ca_slider .ca_holder .ct-chart .ca_tooltip:last-of-type {
  opacity: 1;
  background: #61CCF0;
  z-index: 1;
  margin-left: 6rem;
}
.ca_cases .ca_slider .ca_holder .ct-chart .ca_tooltip:last-of-type:before {
  background: #61CCF0;
}
.ca_cases .ca_slider .ca_holder .ct-chart .ca_tooltip.ca_shown {
  opacity: 1;
  background: #FC8C44;
  margin-left: 6rem;
  z-index: 2;
}
.ca_cases .ca_slider .ca_holder .ct-chart .ca_tooltip.ca_shown:before {
  background: #FC8C44;
}
.ca_cases .ca_slider .ca_holder .ct-chart .ca_tooltip:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.77305rem;
  height: 1.77305rem;
  transform-origin: center center;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -0.851064rem) rotate(45deg);
  background: #1F4389;
  transition: all 0.3s;
}
.ca_cases .ca_slider .ca_holder .ct-chart .ca_tooltip p {
  font-size: 1.2766rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.35461rem;
}
.ca_cases .ca_slider .ca_holder .ct-chart .ca_tooltip span {
  font-size: 1.13475rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
.ca_cases .ca_slider .ca_holder svg {
  overflow: visible;
  position: static;
}
.ca_cases .ca_slider .ca_holder .ct-grids {
  transform: translate(1rem, 0);
}
.ca_cases .ca_slider .ca_holder .ct-series {
  transform: translate(6rem, 0);
}
.ca_cases .ca_slider .ca_holder .ct-grid {
  stroke: #CBD6ED;
  stroke-dasharray: 0px;
}
.ca_cases .ca_slider .ca_holder .ct-grid:nth-child(2n+1) {
  stroke-dasharray: 2px;
}
.ca_cases .ca_slider .ca_holder .ct-grid.ct-horizontal {
  display: none;
}
.ca_cases .ca_slider .ca_holder .ct-perfect-fourth:before {
  padding: 0;
  height: 100%;
}
.ca_cases .ca_slider .ca_holder .ct-label.ct-vertical.ct-start {
  color: #fff;
  font-weight: 700;
  font-size: 1.13475rem;
  line-height: 1.41844rem;
}
.ca_cases .ca_slider .ca_holder .ct-label.ct-horizontal {
  white-space: nowrap;
}
.ca_cases .ca_slider .ca_holder .ct-label.ct-horizontal.ct-end {
  color: #fff;
  font-weight: 700;
  font-size: 1.13475rem;
  line-height: 1.41844rem;
  transform: translate(-50%, 0);
  margin-left: 6rem;
  display: inline-block;
  width: auto !important;
  float: left;
}
.ca_cases .ca_slider .ca_holder .ct-labels p {
  color: #fff;
  font-weight: 700;
  font-size: 1.13475rem;
  line-height: 1.41844rem;
  transform: translate(-50%, 0);
  margin-left: 6rem;
  display: inline-block;
  width: auto !important;
  float: left;
  white-space: nowrap;
  margin-top: 0.70922rem;
}
.ca_cases .ca_slider .ca_holder .ct-labels p span {
  color: #fff;
  width: 1.56028rem;
  height: 1.56028rem;
  line-height: 1.56028rem;
  border-radius: 100%;
  background: #1F4389;
  display: inline-block;
  text-align: center;
  font-size: 0.851064rem;
  font-weight: 700;
  position: relative;
  left: 0.70922rem;
}
.ca_cases .ca_slider .ca_holder .ct-series-a .ct-point, .ca_cases .ca_slider .ca_holder .ct-series-a .ct-line, .ca_cases .ca_slider .ca_holder .ct-series-a .ct-bar, .ca_cases .ca_slider .ca_holder .ct-series-a .ct-slice-donut {
  stroke: #61CCF0;
}
.ca_cases .ca_slider .ca_holder .ct-series-a .ca_point {
  stroke: #61CCF0;
  stroke-width: 0.283688rem;
  fill: #0F2546;
  fill: #61CCF0;
  fill-opacity: 1;
  transition: all 0.3s;
}
.ca_cases .ca_slider .ca_holder .ct-series-a .ca_point.ca_shown {
  stroke: #FC8C44;
  fill: #FC8C44;
}
.ca_cases .ca_slider_controll {
  font-size: 0;
  margin-top: 4.25532rem;
}
.ca_cases .ca_slider_controll .ca_prevnext {
  display: inline-block;
  vertical-align: top;
  padding: 0.70922rem 1.84397rem;
  border: 1px solid #CBD6ED;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  font-weight: 700;
  background: #fff;
}
.ca_cases .ca_slider_controll .ca_prevnext:before, .ca_cases .ca_slider_controll .ca_prevnext:after {
  content: "";
  display: block;
  position: absolute;
  height: 1.34752rem;
  width: 0.851064rem;
  background: url("../img/arr-left-b.svg") center center no-repeat;
  background-size: 100% auto;
  left: 2.12766rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
  opacity: 1;
}
.ca_cases .ca_slider_controll .ca_prevnext:after {
  background-image: url("../img/arr-left-o.svg");
  opacity: 0;
}
.ca_cases .ca_slider_controll .ca_prevnext.ca_prev {
  border-radius: 10px 0 0 10px;
  text-align: left;
  padding-left: 4.96454rem;
}
.ca_cases .ca_slider_controll .ca_prevnext.ca_next {
  border-radius: 0 10px 10px 0;
  border-left: 0;
  text-align: right;
  padding-right: 4.96454rem;
}
.ca_cases .ca_slider_controll .ca_prevnext.ca_next:before, .ca_cases .ca_slider_controll .ca_prevnext.ca_next:after {
  left: auto;
  right: 2.12766rem;
  transform: scale(-1, 1) translate(0, -50%);
}
.ca_cases .ca_slider_controll .ca_prevnext:hover {
  text-decoration: none;
  color: #FC8C44;
}
.ca_cases .ca_slider_controll .ca_prevnext:hover:before {
  opacity: 0;
}
.ca_cases .ca_slider_controll .ca_prevnext:hover:after {
  opacity: 1;
}

.ca_two_reviews {
  background: #F4F7FC;
  padding-bottom: 12.766rem;
}
.ca_two_reviews h3 {
  margin-bottom: 2.12766rem;
}
.ca_two_reviews h5 {
  margin-bottom: 2.83688rem;
}
.ca_two_reviews .ca_author {
  position: relative;
  font-size: 0;
}
.ca_two_reviews .ca_author .ca_img {
  border-radius: 100%;
  overflow: hidden;
  width: 7.0922rem;
  height: 7.0922rem;
  display: inline-block;
  border: 1px solid #CBD6ED;
  margin-bottom: 1.41844rem;
  display: inline-block;
  vertical-align: middle;
}
.ca_two_reviews .ca_author .ca_img .img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  border: solid 0.638298rem #F4F7FC;
}
.ca_two_reviews .ca_author .ca_txt {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 7.0922rem);
  padding-left: 1.41844rem;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.ca_two_reviews .col-md-6 > * {
  padding-right: 5.67376rem;
}
.ca_two_reviews .col-md-6 + .col-md-6 > * {
  padding-right: 0;
  padding-left: 5.67376rem;
}

.ca_results {
  background: #F4F7FC;
  text-align: center;
  padding-bottom: 12.766rem;
}
.ca_results h2 {
  margin-bottom: 2.12766rem;
}
.ca_results h5 {
  margin-bottom: 4.25532rem;
}
.ca_results .ca_img {
  margin-left: -2.48227rem;
  margin-bottom: 2.83688rem;
}
.ca_results .ca_img img {
  width: 11.4894rem;
  height: auto;
}
.ca_results .ca_txt {
  margin-bottom: 4.25532rem;
}
.ca_results .ca_results_slider_controls {
  font-size: 0;
  margin-top: 4.25532rem;
  display: none;
}
.ca_results .ca_results_slider_controls .ca_prevnext {
  display: inline-block;
  display: none;
  vertical-align: top;
  padding: 0.70922rem 1.84397rem;
  border: 1px solid #CBD6ED;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  font-weight: 700;
  background: #fff;
  height: 2.83688rem;
}
.ca_results .ca_results_slider_controls .ca_prevnext:before, .ca_results .ca_results_slider_controls .ca_prevnext:after {
  content: "";
  display: block;
  position: absolute;
  height: 1.34752rem;
  width: 0.851064rem;
  background: url("../img/arr-left-b.svg") center center no-repeat;
  background-size: 100% auto;
  left: 2.12766rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
  opacity: 1;
}
.ca_results .ca_results_slider_controls .ca_prevnext:after {
  background-image: url("../img/arr-left-o.svg");
  opacity: 0;
}
.ca_results .ca_results_slider_controls .ca_prevnext.ca_prev {
  border-radius: 10px 0 0 10px;
  text-align: left;
  padding-left: 4.96454rem;
}
.ca_results .ca_results_slider_controls .ca_prevnext.ca_next {
  border-radius: 0 10px 10px 0;
  border-left: 0;
  text-align: right;
  padding-right: 4.96454rem;
}
.ca_results .ca_results_slider_controls .ca_prevnext.ca_next:before, .ca_results .ca_results_slider_controls .ca_prevnext.ca_next:after {
  left: auto;
  right: 2.12766rem;
  transform: scale(-1, 1) translate(0, -50%);
}
.ca_results .ca_results_slider_controls .ca_prevnext:hover {
  text-decoration: none;
  color: #FC8C44;
}
.ca_results .ca_results_slider_controls .ca_prevnext:hover:before {
  opacity: 0;
}
.ca_results .ca_results_slider_controls .ca_prevnext:hover:after {
  opacity: 1;
}

.ca_dedication {
  text-align: center;
  background: #F4F7FC;
  padding-bottom: 12.766rem;
}
.ca_dedication h4 {
  text-transform: uppercase;
  margin-bottom: 1.41844rem;
}
.ca_dedication h2 {
  margin-bottom: 2.12766rem;
}
.ca_dedication h5 {
  margin-bottom: 4.25532rem;
}

.ca_blog {
  padding: 12.766rem 0;
  background: #0F2546;
  text-align: center;
}
.ca_blog h4 {
  margin-bottom: 1.77305rem;
}
.ca_blog h2 {
  margin-bottom: 4.96454rem;
  color: #fff;
}
.ca_blog .ca_img {
  width: 100%;
  height: 20.2128rem;
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  margin-bottom: 2.12766rem;
}
.ca_blog .ca_txt {
  height: calc(100% - 20.2128rem - 2.12766rem);
  position: relative;
  padding-bottom: calc(2.83688rem + 4.25532rem);
}
.ca_blog .ca_txt h5 {
  color: #61CCF0;
  font-weight: 700;
  margin-bottom: 0.921986rem;
}
.ca_blog .ca_txt h5 + h5 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.ca_blog .ca_txt .ca_button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0) scale(1, 1);
}
.ca_blog .col-md-4 {
  position: relative;
}
.ca_blog .col-md-4 > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ca_blog .col-md-4:hover .ca_button {
  transform: translate(-50%, 0) scale(1.02, 1.02);
  color: #fff;
  text-decoration: none;
  background: #EC7122;
}
.ca_blog .ca_button.ca_all {
  margin-top: 10rem;
}

body.ca_popup_shown {
  overflow: hidden !important;
}

h1 {
  font-weight: 700;
  font-size: 5.67376rem;
  color: #fff;
  line-height: 6.95035rem;
}

h2, h2 > span {
  font-weight: 700;
  font-size: 3.5461rem;
  color: #0F2546;
  letter-spacing: 0.03em;
}
h2 span, h2 > span span {
  position: relative;
  z-index: 1;
}
h2 span:before, h2 > span span:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 37%;
  left: 0;
  bottom: 0;
  background: #61CCF0;
  z-index: -1;
}

h3 {
  font-weight: 700;
  font-style: italic;
  font-size: 2.93262rem;
  color: #1F4389;
  line-height: 3.5461rem;
  letter-spacing: 0.03em;
}

h4 {
  font-weight: 600;
  font-size: 2.12766rem;
  line-height: 2.62411rem;
  color: #61CCF0;
}

h5 {
  font-weight: 500;
  font-size: 1.41844rem;
  color: #0F2546;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}

h6 {
  font-weight: 600;
  font-size: 1.2766rem;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  color: #25364C;
}

p, span, a, ul, ol, li, blockquote, input, textarea, label, .wpcf7-response-output {
  font-weight: 400;
  font-size: 1.13475rem;
  line-height: 1.41844rem;
  letter-spacing: 0.02em;
  color: #25364C;
}

.ca_button {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0 1.84397rem;
  line-height: 4.25532rem;
  font-size: 1.18562rem;
  letter-spacing: 0.05em;
  background: #FC8C44;
  font-weight: 700;
  vertical-align: middle;
  border-radius: 8px;
  transition: all 0.3s;
  transform: scale(1, 1);
}
.ca_button:hover {
  color: #fff;
  text-decoration: none;
  background: #EC7122;
  transform: scale(1.02, 1.02);
}
.ca_button.ca_md_stroke {
  background: none;
  border: solid 1px #FC8C44;
  height: 5.67376rem;
  line-height: 5.67376rem;
  min-width: 22.695rem;
  font-size: 1.2766rem;
}
.ca_button.ca_md_stroke:hover {
  background: #EC7122;
  transform: scale(1, 1);
}

.ca_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 1.77305rem;
  padding-bottom: 1.77305rem;
  background: #fff;
  z-index: 1001;
  transition: all 0.3s;
  transform: translate(0, -100%);
}
.ca_header.ca_shown {
  transform: translate(0, 0);
}
.ca_header a img {
  display: block;
  width: auto;
  height: 4.25532rem;
}
.ca_header .col-md-9 {
  text-align: right;
}
.ca_header .col-md-9 ul {
  display: inline-block;
  vertical-align: middle;
}
.ca_header .col-md-9 ul li {
  list-style: none;
  display: inline-block;
  padding-left: 3.5461rem;
}
.ca_header .col-md-9 ul li a {
  color: #0F2546;
  font-size: 1.18562rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ca_footer {
  text-align: center;
  padding-top: 8.51064rem;
  padding-bottom: 120px;
}
.ca_footer a img {
  width: auto;
  height: 4.25532rem;
  margin-bottom: 2.69504rem;
}

.ca_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 37, 70, 0.9);
  z-index: 1002;
  display: none;
}
.ca_popup.ca_shown {
  display: block;
}
.ca_popup .ca_popup_holder {
  padding: 1.41844rem;
  width: 67.3759rem;
  max-width: 95%;
  max-height: 100%;
  overflow: auto;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ca_popup .ca_popup_holder .ca_popup_header {
  position: relative;
  height: 1.41844rem;
}
.ca_popup .ca_popup_holder .ca_popup_header a.ca_close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.12766rem;
  height: 2.12766rem;
  transform: rotate(45deg);
  transform-origin: center center;
}
.ca_popup .ca_popup_holder .ca_popup_header a.ca_close:before, .ca_popup .ca_popup_holder .ca_popup_header a.ca_close:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.531915rem;
  background: #FC8C44;
  border-radius: 2px;
  transform-origin: center center;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.ca_popup .ca_popup_holder .ca_popup_header a.ca_close:after {
  transform: translate(0, -50%) rotate(90deg);
}
.ca_popup .ca_popup_holder .ca_content {
  padding-left: 9.92908rem;
  padding-right: 9.92908rem;
  padding-bottom: 2.83688rem;
}
.ca_popup .ca_popup_holder .ca_content h4 {
  margin-bottom: 1.77305rem;
}
.ca_popup .ca_popup_holder .ca_content h2 {
  margin-bottom: 4.25532rem;
}
.ca_popup .ca_popup_holder .ca_content .wpcf7-not-valid-tip {
  position: relative;
  top: -1.5rem;
}
.ca_popup .ca_popup_holder .ca_content .ca_line {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.ca_popup .ca_popup_holder .ca_content .ca_line label {
  font-weight: 600;
}
.ca_popup .ca_popup_holder .ca_content .ca_line .ca_half {
  width: calc(50% - 1.06383rem);
  overflow: hidden;
}
.ca_popup .ca_popup_holder .ca_content .ca_line input, .ca_popup .ca_popup_holder .ca_content .ca_line textarea {
  margin-top: 1.20567rem;
  margin-bottom: 2.12766rem;
  width: 100%;
  border: 1px solid #CBD6ED;
  background: #fff;
  border-radius: 8px;
  line-height: 3.5461rem;
  padding: 0 1rem;
}
.ca_popup .ca_popup_holder .ca_content .ca_line textarea {
  height: 10.6383rem;
}
.ca_popup .ca_popup_holder input[type=submit] {
  border: none;
  min-width: 13.6879rem;
}

@media (max-width: 767px) {
  .ca_hero {
    padding-top: 50px;
    padding-bottom: 100px;
    height: auto;
    min-height: 100vh;
  }
  .ca_hero .container {
    position: absolute;
    top: 50%;
  }
  .ca_hero .container a img {
    height: 55px;
    margin-bottom: 40px;
  }
  .ca_hero .container h1 {
    margin-bottom: 35px;
  }
  .ca_hero .container .ca_button {
    font-size: 14px;
    padding: 0 25px;
    line-height: 55px;
    margin-bottom: 50px;
    top: 0;
  }
  .ca_hero .container .col-12 > img {
    width: 50px;
  }
  .ca_hero.ca_animated {
    background: #61CCF0;
  }
  .ca_hero.ca_animated > span:nth-child(1) {
    top: 50%;
    left: 0%;
    width: 800px;
    height: 960px;
    transform: translate(-50%, -50%) rotate(45deg);
    transition-delay: 0;
  }
  .ca_hero.ca_animated > span:nth-child(2) {
    top: 80%;
    left: 50%;
    width: 800px;
    height: 560px;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition-delay: 0;
  }
  .ca_hero.ca_animated > span:nth-child(3) {
    top: 90%;
    left: 100%;
    width: 640px;
    height: 480px;
    transform: translate(-50%, -50%) rotate(-40deg);
    transition-delay: 0;
  }
  .ca_hero.ca_animated > span:nth-child(4) {
    top: 0;
    top: 0;
    left: 50%;
    width: 960px;
    height: 960px;
    transform: translate(-50%, -50%) rotate(-40deg);
    transition-delay: 0.2s;
    transition-timing-function: linear;
  }

  @keyframes bounce {
    35% {
      top: 28.2px;
    }
    60% {
      top: -7px;
    }
  }
  .ca_review_top {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .ca_review_top .ca_holder {
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .ca_review_top .ca_holder img {
    max-width: 40%;
    max-height: 75px;
    margin-bottom: 65px;
  }
  .ca_review_top h4 {
    margin-bottom: 30px;
  }
  .ca_review_top h3 {
    margin-bottom: 40px;
  }
  .ca_review_top h5 {
    margin-bottom: 50px;
  }
  .ca_review_top .ca_author .ca_img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
  .ca_review_top .ca_author .ca_img .img {
    border: solid 9px #fff;
  }

  .ca_services {
    padding-bottom: 90px;
  }
  .ca_services h4 {
    margin-bottom: 25px;
  }
  .ca_services h2 {
    margin-bottom: 31px;
  }
  .ca_services h5 {
    margin-bottom: 60px;
  }
  .ca_services .ca_button {
    margin-bottom: 60px;
  }
  .ca_services .ca_service {
    width: 210px;
    width: 40%;
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .ca_services .ca_service .ca_img {
    height: 190px;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 20px;
  }
  .ca_services .ca_service .ca_img .img {
    width: 100px;
    height: 100px;
    box-shadow: 0px 4px 25px rgba(104, 139, 208, 0.25);
    background-size: 50% auto;
  }
  .ca_services .ca_service .ca_txt {
    padding: 0;
  }
  .ca_services .ca_service .ca_txt h6 {
    font-size: 14px;
  }
  .ca_services .ca_slider_controll {
    display: block;
    margin-top: 60px;
  }
  .ca_services .ca_slider_controll .ca_prevnext {
    padding: 10px 25px;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
  }
  .ca_services .ca_slider_controll .ca_prevnext:before, .ca_services .ca_slider_controll .ca_prevnext:after {
    height: 19px;
    width: 12px;
    left: 25px;
    transform: scale(0.7, 0.7) translate(0, -50%);
  }
  .ca_services .ca_slider_controll .ca_prevnext.ca_prev {
    padding-left: 40px;
  }
  .ca_services .ca_slider_controll .ca_prevnext.ca_next {
    padding-right: 40px;
  }
  .ca_services .ca_slider_controll .ca_prevnext.ca_next:before, .ca_services .ca_slider_controll .ca_prevnext.ca_next:after {
    right: 25px;
    transform: scale(-0.7, 0.7) translate(0, -50%);
  }

  .ca_cases {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .ca_cases h4 {
    margin-bottom: 25px;
  }
  .ca_cases h2 {
    margin-bottom: 31px;
  }
  .ca_cases h5 {
    margin-bottom: 60px;
  }
  .ca_cases .ca_slider .ca_holder {
    padding: 35px;
    padding-right: 50px;
    padding-top: 120px;
  }
  .ca_cases .ca_slider .ca_holder .ct-chart .ca_tooltip {
    padding: 10px;
    margin-top: -20px;
    border-radius: 5px;
  }
  .ca_cases .ca_slider .ca_holder .ct-chart .ca_tooltip:first-of-type {
    margin-left: 30px;
  }
  .ca_cases .ca_slider .ca_holder .ct-chart .ca_tooltip:last-of-type {
    margin-left: 30px;
  }
  .ca_cases .ca_slider .ca_holder .ct-chart .ca_tooltip:before {
    width: 10px;
    height: 10px;
    transform: translate(-50%, -5px) rotate(45deg);
  }
  .ca_cases .ca_slider .ca_holder .ct-chart .ca_tooltip p {
    font-size: 10px;
    margin-bottom: 0px;
    line-height: 1.3em;
  }
  .ca_cases .ca_slider .ca_holder .ct-chart .ca_tooltip span {
    font-size: 8px;
  }
  .ca_cases .ca_slider .ca_holder .ct-chart .ca_tooltip.ca_shown {
    margin-left: 30px;
  }
  .ca_cases .ca_slider .ca_holder .ct-grids {
    transform: translate(14.1px, 0);
  }
  .ca_cases .ca_slider .ca_holder .ct-series {
    transform: translate(30px, 0);
  }
  .ca_cases .ca_slider .ca_holder .ct-label.ct-vertical.ct-start {
    font-size: 16px;
    line-height: 20px;
  }
  .ca_cases .ca_slider .ca_holder .ct-label.ct-horizontal.ct-end {
    font-size: 16px;
    line-height: 20px;
    margin-left: 30px;
  }
  .ca_cases .ca_slider .ca_holder .ct-labels p {
    font-size: 16px;
    line-height: 20px;
    margin-left: 30px;
    margin-top: 10px;
    display: none;
  }
  .ca_cases .ca_slider .ca_holder .ct-labels p:first-of-type {
    display: block;
  }
  .ca_cases .ca_slider .ca_holder .ct-labels p span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    left: 10px;
  }
  .ca_cases .ca_slider .ca_holder .ct-series-a .ca_point {
    stroke-width: 4px;
  }
  .ca_cases .ca_slider_controll {
    margin-top: 60px;
  }
  .ca_cases .ca_slider_controll .ca_prevnext {
    padding: 10px 20px;
    font-size: 12px;
  }
  .ca_cases .ca_slider_controll .ca_prevnext:before, .ca_cases .ca_slider_controll .ca_prevnext:after {
    height: 19px;
    width: 12px;
    left: 10px;
  }
  .ca_cases .ca_slider_controll .ca_prevnext.ca_prev {
    padding-left: 40px;
  }
  .ca_cases .ca_slider_controll .ca_prevnext.ca_next {
    padding-right: 40px;
  }
  .ca_cases .ca_slider_controll .ca_prevnext.ca_next:before, .ca_cases .ca_slider_controll .ca_prevnext.ca_next:after {
    right: 10px;
  }

  .ca_two_reviews {
    padding-bottom: 110px;
    text-align: center;
  }
  .ca_two_reviews h3 {
    margin-bottom: 30px;
  }
  .ca_two_reviews h5 {
    margin-bottom: 40px;
  }
  .ca_two_reviews .ca_author .ca_img {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
  }
  .ca_two_reviews .ca_author .ca_img .img {
    border: solid 9px #fff;
  }
  .ca_two_reviews .ca_author .ca_txt {
    width: 100%;
    padding-left: 0;
  }
  .ca_two_reviews .col-md-6 > * {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .ca_two_reviews .col-md-6 + .col-md-6 {
    padding-top: 50px;
  }
  .ca_two_reviews .col-md-6 + .col-md-6 > * {
    padding-left: 0;
  }

  .ca_results {
    padding-bottom: 150px;
  }
  .ca_results h2 {
    margin-bottom: 30px;
  }
  .ca_results h5 {
    margin-bottom: 60px;
  }
  .ca_results .ca_img {
    margin-left: -35px;
    margin-bottom: 40px;
    text-align: center;
  }
  .ca_results .ca_img img {
    width: 162px;
    display: inline-block;
  }
  .ca_results .ca_txt {
    margin-bottom: 10px;
  }
  .ca_results .ca_txt h5 {
    margin-bottom: 0;
  }
  .ca_results .ca_results_slider_controls {
    display: block;
    margin-top: 60px;
  }
  .ca_results .ca_results_slider_controls .ca_prevnext {
    display: inline-block;
    padding: 10px 25px;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    margin-bottom: 50px;
  }
  .ca_results .ca_results_slider_controls .ca_prevnext:before, .ca_results .ca_results_slider_controls .ca_prevnext:after {
    height: 19px;
    width: 12px;
    left: 25px;
    transform: scale(0.7, 0.7) translate(0, -50%);
  }
  .ca_results .ca_results_slider_controls .ca_prevnext.ca_prev {
    padding-left: 40px;
  }
  .ca_results .ca_results_slider_controls .ca_prevnext.ca_next {
    padding-right: 40px;
  }
  .ca_results .ca_results_slider_controls .ca_prevnext.ca_next:before, .ca_results .ca_results_slider_controls .ca_prevnext.ca_next:after {
    right: 25px;
    transform: scale(-0.7, 0.7) translate(0, -50%);
  }
  .ca_results .ca_results_slider_controls ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    margin-bottom: 60px;
  }
  .ca_results .ca_results_slider_controls ul li button {
    font-size: 0;
    border: none;
    background: none;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #CBD6ED;
    transition: all 0.3s;
  }
  .ca_results .ca_results_slider_controls ul li.slick-active button {
    background: #61CCF0;
  }

  .ca_dedication {
    padding-bottom: 180px;
  }
  .ca_dedication h4 {
    margin-bottom: 20px;
  }
  .ca_dedication h2 {
    margin-bottom: 30px;
  }
  .ca_dedication h5 {
    margin-bottom: 60px;
  }

  .ca_blog {
    padding: 100px 0;
  }
  .ca_blog h4 {
    margin-bottom: 25px;
  }
  .ca_blog h2 {
    margin-bottom: 70px;
  }
  .ca_blog .ca_img {
    height: 285px;
    margin-bottom: 30px;
  }
  .ca_blog .ca_txt {
    height: auto;
    margin-bottom: 50px;
  }
  .ca_blog .ca_txt h5 {
    margin-bottom: 13px;
  }
  .ca_blog .ca_txt h5 + h5 {
    margin-bottom: 40px;
  }
  .ca_blog .ca_txt .ca_button {
    position: static;
    transform: none;
  }
  .ca_blog .col-md-4:hover .ca_button {
    transform: none;
    color: #fff;
    text-decoration: none;
    background: #EC7122;
  }
  .ca_blog .ca_button.ca_all {
    margin-top: 50px;
  }
  .ca_blog .ca_blog_slider_controls ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    margin-bottom: 60px;
  }
  .ca_blog .ca_blog_slider_controls ul li button {
    font-size: 0;
    border: none;
    background: none;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #CBD6ED;
    transition: all 0.3s;
  }
  .ca_blog .ca_blog_slider_controls ul li.slick-active button {
    background: #61CCF0;
  }
}
@media (max-height: 450px) {
  .ca_hero {
    padding-top: 50px;
    padding-bottom: 100px;
    height: auto;
    min-height: none;
  }
  .ca_hero .container {
    transform: none;
    position: static;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 1.3em;
  }

  h2, h2 > span {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
    line-height: 1.3em;
  }

  h4 {
    font-size: 21px;
    line-height: 1.3em;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  p, span, a, ul, ol, li, blockquote, input, textarea, label, .wpcf7-response-output {
    font-size: 14px;
    line-height: 18px;
  }

  .ca_button {
    padding: 0 15px;
    line-height: 45px;
    font-size: 14px;
  }
  .ca_button.ca_md_stroke {
    height: 80px;
    line-height: 80px;
    min-width: 320px;
    font-size: 18.0001px;
  }

  .ca_header {
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: left;
  }
  .ca_header a {
    display: inline-block;
    margin-bottom: 10px;
  }
  .ca_header a img {
    height: 25px;
  }
  .ca_header .col-md-9 {
    text-align: right;
  }
  .ca_header .col-md-9 ul {
    order: -1;
  }
  .ca_header .col-md-9 ul li {
    padding-left: 0;
    display: block;
  }
  .ca_header .col-md-9 ul li a {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 25px;
  }
  .ca_header .col-md-9 .ca_button {
    position: fixed;
    top: 100vh;
    left: 0;
    transform: translate(0, -100%);
    margin-top: 160px;
    width: 100%;
    text-align: center;
    border-radius: 0;
  }
  .ca_header.ca_shown .col-md-9 .ca_button {
    margin-top: 0;
  }

  .ca_footer {
    padding-top: 120px;
  }
  .ca_footer a img {
    height: 60px;
    margin-bottom: 50px;
  }

  .ca_popup .ca_popup_holder {
    padding: 20px;
    width: 950px;
  }
  .ca_popup .ca_popup_holder .ca_popup_header {
    height: 20px;
  }
  .ca_popup .ca_popup_holder .ca_popup_header a.ca_close {
    width: 30px;
    height: 30px;
  }
  .ca_popup .ca_popup_holder .ca_popup_header a.ca_close:before, .ca_popup .ca_popup_holder .ca_popup_header a.ca_close:after {
    height: 7.5px;
  }
  .ca_popup .ca_popup_holder .ca_content {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
  }
  .ca_popup .ca_popup_holder .ca_content h4 {
    margin-bottom: 25px;
  }
  .ca_popup .ca_popup_holder .ca_content h2 {
    margin-bottom: 60px;
  }
  .ca_popup .ca_popup_holder .ca_content .wpcf7-not-valid-tip {
    top: -20px;
  }
  .ca_popup .ca_popup_holder .ca_content .ca_line {
    display: block;
  }
  .ca_popup .ca_popup_holder .ca_content .ca_line .ca_half {
    width: 100%;
  }
  .ca_popup .ca_popup_holder .ca_content .ca_line input, .ca_popup .ca_popup_holder .ca_content .ca_line textarea {
    margin-top: 16.9999px;
    margin-bottom: 30px;
    line-height: 50px;
    padding: 0 14.1px;
  }
  .ca_popup .ca_popup_holder .ca_content .ca_line textarea {
    height: 150px;
  }
  .ca_popup .ca_popup_holder input[type=submit] {
    min-width: 192.999px;
  }
}