.banner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 200px 0;
  min-height: 400px;
  align-items: center;
  background-size: cover !important;
}

.banner:before {
  content: '';
  background: -moz-linear-gradient(-90deg, rgba(2,0,36,1) 35%, rgba(8,12,41,0.2) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(2,0,36,1) 35%, rgba(8,12,41,0.2) 100%);
  background: linear-gradient(-90deg, rgba(2,0,36,1) 35%, rgba(8,12,41,0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#080c29",GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner .container {
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.banner .content {
  width: 60%;
}

.banner .content .pre_title {
}

.banner .content h1 {
  margin: 1rem 0;
  font-size: 48px;
  color: #fff;
  line-height: normal;
}

.banner .content a.button {
}

.we_better {
  padding: 4rem 0;
  min-height: 500px;
  background: #f5f4f9;
}

.we_better .container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}

.we_better .left_half {
  width: 60%;
  position: relative;
}

.we_better .left_half .one,.we_better .left_half .two {
  position: relative;
  width: 50%;
  height: 400px;
  background-size: cover !important;
  border-radius: 4px;
  overflow: hidden;
}

.we_better .left_half .one:before {
  content: '';
  position: absolute;
  background: rgba(29,107,216,0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.we_better .left_half .two {
  position: absolute;
  top: 100px;
  right: 100px;
}

.we_better .right_half {
  width: 40%;
  position: relative;
}

.we_better .right_half h2 {
}

.we_better .right_half p.subtitle {
}

.we_better .right_half .content {
}

.we_better .right_half .content ul {
}

.we_better .right_half .content ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 14px;
}

.we_better .right_half .content ul li:before {
  content: '\2713';
  border: 1px solid green;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  color: green;
  font-size: 12px;
  margin-right: 8px;
}

.we_better a.button {
}

.service {
  background: #fff;
}

.service .container {
  padding: 0 0 4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service .pre_title,.clients .pre_title {
  width: 100%;
  text-align: center;
}

.service h2,.clients h2 {
  width: 100%;
  text-align: center;
}

.service p.subtitle,.clients p.subtitle {
  width: 100%;
  text-align: center;
  margin-top: 0;
}

.service_slider {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  margin-bottom: 4rem;
}

.service_slider .item {
  width: calc(32% - 20px);
  text-align: center;
  box-shadow: 0 2px 6px #ccc;
  padding: 10px;
  border-radius: 4px;
}

.service_slider .item:nth-child(2) {
  margin: 0 1%;
}

.service_slider .item .preview {
  position: relative;
  width: 100%;
  height: 200px;
  background-size: cover !important;
}

.service_slider .item h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin: 2rem 0;
}

.service_slider .item h3:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #1d6bd8;
  display: block;
  position: absolute;
  bottom: -1rem;
}

.service_slider .item p {
  color: #909398;
}

.service_slider .item .more {
}

.service .service_link {
  color: #1d6bd8;
  background: #fff;
  box-shadow: 0 2px 6px #ccc;
  margin: 0;
}

.service .service_link:hover {
}

.clients {
  background: #f5f4f9;
}

.clients .container {
  text-align: center;
  padding: 0 0 4rem 0;
}

.clients h2 {
}

.clients p.subtitle {
}

.clients .clients_slider {
  position: relative;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

.clients .clients_slider .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  box-shadow: 0 2px 6px #ccc;
  padding: 2rem;
  border-radius: 4px;
  background: #fff;
}

.clients .clients_slider .item .icon {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #f5f4f9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.clients .clients_slider .item .icon:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(/wp-content/uploads/theme/icons.png) no-repeat;
  background-position: -51px 0px;
  background-size: 80px;
}

.clients .clients_slider .item .text {
  color: #909398;
  font-size: 16px;
  line-height: 24px;
  margin: 1rem 0;
}

.clients .clients_slider .item .text p {
  margin: 0;
  font-size: 16px;
}

.clients .clients_slider .item .avatar {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-size: cover !important;
}

.clients .clients_slider .item h3 {
  margin: 2rem 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.clients .clients_slider .item h3:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #1d6bd8;
  display: block;
  position: absolute;
  bottom: -1rem;
}

.clients .clients_slider .item p {
  color: #909398;
  font-size: 14px;
  margin: 0;
}

.owl-carousel,.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3,1.3);
  transform: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel .owl-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 30%;
}

.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next {
  border: 1px solid #1d6bd8;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  color: #1d6bd8;
}

.owl-carousel .owl-nav button.owl-prev {
}

.owl-carousel .owl-nav button.owl-next {
}

.owl-carousel .owl-nav button.disabled {
  opacity: 0.5;
  cursor: inherit;
}

.slider {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.slider .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}

.slider .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  display: flex;
  flex-wrap: wrap;
}

.slider .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider .item {
  height: 240px;
  background-size: cover !important;
}
.slider-counter {
	position: absolute;
    width: 100%;
    margin-top: -48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.slider-counter p {
	font-size: 18px;
	color: #909398;
}
.slider-counter p span:nth-child(1) {
	color: #1d6bd8;
    margin-right: 4px;
}
.slider-counter p span:nth-child(2) {
	margin-left: 4px;
}
.content .container {
  padding-bottom: 4rem;
}

.content p {
  color: #909398;
  line-height: 24px;
}
.feedback {
}

.feedback_form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4rem;
  background: #fff;
  padding: 35px;
  border-radius: 4px;
}
.feedback_form {
	
}
.feedback_form .left_half {
	position: relative;
    width: 50%;
}
.feedback_form .left_half .image {
    background-size: cover !important;
    width: 100%;
    height: 100%;
    position: relative;
}
.feedback_form .right_half {
	position: relative;
    width: calc(50% - 2rem);
    margin-left: 2rem;
}
.feedback_form .right_half .form {
	
}
.feedback_form .right_half .text {
	
}
.feedback_form .right_half input {
	width: calc(100% - 32px);
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 1rem;
}
.feedback_form .right_half textarea {
	width: calc(100% - 32px) !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 1rem !important;
    max-width: calc(100% - 32px);
    min-width: calc(100% - 32px);
    max-height: 120px;
    height: 120px !important;
}
.feedback_form .right_half  button {
	margin: 0;
    width: 50%;
}
.feedback_form .right_half h2.oksent {
	display: none;
	margin: 4rem 0;
}
.footer_top {
  padding-top: 6rem;
}