/*-----------------------------------------------------------
 Template Name: Lotus - Agency, Saas, Web Application HTML5 Template
 Template URI: http://theme.dsngrid.com/lotus
 Author: design_grid
 Author URI: https://themeforest.net/user/design_grid
 Version: 1.0.0
 -------------------------------------------------------------*/
/*-----------------------------------------------------------
 01.  Variables - mixins
 02.  typography
 03.  Navbar
 04.  header
 05.  About
 06.  Features
 07.  Single Features
 08.  Servises
 09.  counter
 10.  Pricing
 11.  blog
 12.  contact
 13.  Footer
 -------------------------------------------------------------*/
/* -------------------------------------------------------
 01 -  Variables - mixins
 -------------------------------------------------------- */
[data-overlay]:before {
  content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
[data-overlay="0"]:before {
  opacity: 0;
}
[data-overlay="1"]:before {
  opacity: 0.1;
}
[data-overlay="2"]:before {
  opacity: 0.2;
}
[data-overlay="3"]:before {
  opacity: 0.3;
}
[data-overlay="4"]:before {
  opacity: 0.4;
}
[data-overlay="5"]:before {
  opacity: 0.5;
}
[data-overlay="6"]:before {
  opacity: 0.6;
}
[data-overlay="7"]:before {
  opacity: 0.7;
}
[data-overlay="8"]:before {
  opacity: 0.8;
}
[data-overlay="9"]:before {
  opacity: 0.9;
}
[data-overlay="10"]:before {
  opacity: 1;
}
.cover-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.v-middle {
  position: absolute;
  top: 50%;
  left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* -------------------------------------------------------
 02 -  typography
 -------------------------------------------------------- */
* {
  box-sizing: border-box;
  text-decoration: none !important;
  list-style: none !important;
  outline: none !important;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  box-sizing: border-box;
  margin-right: 0px !important;
}
body {
  line-height: 1.2;
  color: #666;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  overflow-x: hidden !important;
  -webkit-transition: opacity 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s;
  -webkit-font-smoothing: antialiased;
}
body.hidden {
  opacity: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
article, aside, details, figcaption, footer, header, hgroup, nav, section {
  display: block;
}
audio {
  display: inline-block;
  max-width: 100%;
}
address {
  font-style: italic;
  margin-bottom: 24px;
}
cite, dfn, em, i {
  font-style: italic;
}
a {
  text-decoration: none !important;
  color: #0bbfe0;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
span, a {
  display: inline-block;
  color: inherit;
}
iframe {
  border: none !important;
}
button {
  background: inherit;
  border: none;
}
dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}
::selection {
  background: #0bbfe0;
  color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  color: #151515;
  font-weight: 600;
  line-height: 1.2;
  font-family: 'Overpass', sans-serif;
  margin: 0;
}
h1 {
  font-size: 55px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 18px;
}
h4 {
  font-weight: 400;
}
h5, h6 {
  font-weight: bold;
}
p {
  line-height: 1.6;
  font-weight: 600;
  margin: 0;
}
.facebook {
  background: #4c6ecd;
  border-color: #4c6ecd;
}
.facebook:hover {
  color: #4c6ecd !important;
}
.twitter {
  background: #44acfe;
  border-color: #44acfe;
}
.twitter:hover {
  color: #44acfe !important;
}
.dribbble {
  background: #fd629e;
  border-color: #fd629e;
}
.dribbble:hover {
  color: #fd629e !important;
}
.linkedin {
  background: #4477ab;
  border-color: #4477ab;
}
.linkedin:hover {
  color: #4477ab !important;
}
.title {
  position: relative;
  margin-bottom: 50px;
}
.title h3 {
  font-size: 36px;
  font-weight: 700;
  max-width: 560px;
  margin: auto;
}
.title p {
  max-width: 470px;
  font-weight: 600;
  margin: auto;
  color: #0bbfe0;
}
/* -------------------------------------------------------
 03 -  Navbar
 -------------------------------------------------------- */
.navbar {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  min-height: 50px;
  line-height: 50px;
  background: transparent;
  z-index: 1030;
  transition: all 0.3s ease-in-out;
  overflow-x: hidden;
}
.navbar:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.navbar .active {
  color: #0bbfe0 !important;
}
.navbar .navbar-brand {
  width: 45px;
}
.navbar .nav-item {
  margin: 0 5px;
  padding: 0;
}
.navbar .nav-item a {
  color: #f1f1f1;
  font-size: 15px;
  font-weight: 500;
}
.navbar .nav-link {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.navbar .nav-link:before {
  content: '';
  background: #fff;
  bottom: 10px;
  right: auto;
  position: absolute;
  left: -100%;
  top: 10px;
  width: 100%;
  -webkit-transition: left 600ms ease-in-out 0s;
  -o-transition: left 600ms ease-in-out 0s;
  transition: left 600ms ease-in-out 0s;
}
.navbar .nav-link:hover:before {
  left: 100%;
}
.navbar .navbar-toggler {
  cursor: pointer;
}
.navbar .navbar-toggler span {
  color: #fff;
}
.nav-scroll {
  box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.050980392156862744);
  transition: all 0.4s ease;
}
.nav-scroll:after {
  transform: translateY(0%);
}
.nav-scroll .navbar-nav > li > a {
  color: #333;
}
.nav-scroll .navbar-brand img {
  width: 45px;
  transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
  cursor: pointer;
}
.nav-scroll .navbar-toggler span {
  color: #333;
}
/* -------------------------------------------------------
 04 -  Header
 -------------------------------------------------------- */
.header {
  position: relative;
  z-index: 22;
  overflow: hidden;
}
.header.header-one {
  background: -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#5c67e1));
  background: linear-gradient(180deg, #00aeef, #5c67e1);
}
.header.header-one .box-image {
  width: 50%;
}
.header.header-t:before {
  content: "";
  background: url(../img/-1.svg) center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.header.header-t .hero-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.header.header-t .header-con {
  color: #333;
  z-index: 2;
}
.header.header-t .header-con .box-text {
  position: relative;
}
.header.header-t .header-con .box-text h5 {
  color: #333;
}
.header.header-t .header-con .box-text h1 {
  color: #333;
  font-size: 36px;
  margin-bottom: 20px;
}
.header.header-t .header-con .btn-b span.text {
  color: #333;
}
.header.header-t .header-con .btn-b span.rbt-icon {
  color: #333;
}
.header.header-t .header-con .btn-b:hover {
  background-color: #fff;
  box-shadow: 0 2px 27px 0 rgba(0, 0, 0, 0.41);
}
.header.header-t .header-con .btn-b:hover span {
  color: #0bbfe0;
}
.header.header-t .header-con .btn-b:hover span.text {
  border-right: 1px solid rgba(11, 191, 224, 0.22);
}
.header.header-t .header-con .play-v {
  position: relative;
  cursor: pointer;
  font-size: 0;
  line-height: 38px;
  transition: all 0.5s ease-in-out;
}
.header.header-t .header-con .play-v span.rbt-icon {
  color: #333;
}
.header.header-t .header-con .email-box {
  width: 85%;
  position: relative;
  background: none;
  overflow: hidden;
}
.header.header-t .header-con .email-box input {
  width: 99%;
  height: 45px;
  margin-bottom: 7px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid rgba(78, 78, 84, 0.2);
  outline: none;
  padding-left: 20px;
  padding-right: 120px;
  z-index: 1;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.67px;
}
.header.header-t .header-con .email-box .butn {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 2;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  outline: none;
  cursor: pointer;
  padding: 13px 18px;
  border-top-left-radius: 0;
  box-shadow: none;
  border-bottom-left-radius: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#5c67e1));
  background: linear-gradient(180deg, #00aeef, #5c67e1);
  letter-spacing: 1px;
  border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  transition: all linear 400ms;
  border: none;
}
.header.header-t .header-con .email-box span {
  display: block;
  font-size: 13px;
  padding-left: 5px;
}
.header .header-con {
  position: relative;
  height: 780px;
  color: #fff;
}
.header .header-con .box-text {
  position: relative;
}
.header .header-con .box-text h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.header .header-con .box-text h1 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
}
.header .header-con .box-text p {
  padding-left: 20px;
  border-left: 6px solid #0bbfe0;
  margin-bottom: 30px;
}
.header .header-con .btn-b {
  position: relative;
  background-color: #0bbfe0;
  padding-left: 10px;
  cursor: pointer;
  font-size: 0 !important;
  line-height: 38px !important;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.5s ease-in-out;
  margin-right: 20px;
}
.header .header-con .btn-b span.text {
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 14px;
  font-weight: 400;
  padding-right: 9px;
  line-height: 21px !important;
  display: inline-block;
  vertical-align: middle;
}
.header .header-con .btn-b span.rbt-icon {
  color: #fff;
  width: 40px;
  font-size: 14px;
  display: inline-block;
  line-height: 1 !important;
  text-align: center;
  vertical-align: middle;
}
.header .header-con .btn-b:hover {
  background-color: #fff;
  box-shadow: 0 2px 27px 0 rgba(0, 0, 0, 0.41);
}
.header .header-con .btn-b:hover span {
  color: #0bbfe0;
}
.header .header-con .btn-b:hover span.text {
  border-right: 1px solid rgba(11, 191, 224, 0.22);
}
.header .header-con .play-v {
  position: relative;
  cursor: pointer;
  font-size: 0;
  line-height: 38px;
  transition: all 0.5s ease-in-out;
}
.header .header-con .play-v span.text {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px !important;
  display: inline-block;
  vertical-align: middle;
}
.header .header-con .play-v span.rbt-icon {
  color: #fff;
  font-size: 30px;
  display: inline-block;
  line-height: 1 !important;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
}
.header .curve svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: calc(101% + 190px);
  -webkit-transform: rotateX(180deg);
  transform: translateX(-50%) rotateX(180deg);
  height: 100px;
}
.header .curve svg .shape-svg {
  fill: #fff;
}
/* -------------------------------------------------------
 05 - About
 -------------------------------------------------------- */
.about {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#5c67e1));
  background: linear-gradient(180deg, #00aeef, #5c67e1);
}
.about .box-logo {
  position: relative;
  text-align: center;
  margin: auto;
}
.about .box-logo .box-logo-co {
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: rgba(225, 225, 225, 0.12);
  padding: 20px;
  border-radius: 100%;
  margin: auto;
}
.about .box-logo img {
  width: 65px;
  z-index: 1;
}
.about .text-box {
  position: relative;
  margin-bottom: 50px;
}
.about .text-box h3, .about .text-box p {
  color: #fff;
}
.about .box-img {
  position: relative;
  margin-bottom: -250px;
}
/* -------------------------------------------------------
 06 - Features
 -------------------------------------------------------- */
.features {
  position: relative;
  overflow: hidden;
}
.features .some-feat {
  position: relative;
}
.features .some-feat .item {
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.features .some-feat .item img {
  display: inline-block;
  max-width: 150px;
  width: initial;
  height: initial;
  margin: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.features .some-feat .item:hover img {
  opacity: 0.7;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.features .content {
  position: relative;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.features .content .features-item {
  position: relative;
  padding: 50px 15px;
  border-right: 1px solid #f2f2f2 6e;
}
.features .content .features-item .icon-box {
  position: relative;
  width: 139px;
  height: 113px;
  line-height: 113px;
  margin: auto;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.features .content .features-item .icon-box:after {
  content: '';
  position: absolute;
  width: 139px;
  height: 113px;
  left: 0px;
  top: 0px;
  background: url(../img/features-bg.svg) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.7;
  z-index: -1;
}
.features .content .features-item .icon-box img {
  width: 60px;
}
.features .content .features-item .icon-box i {
  color: #000;
  display: block;
  height: 67px;
  line-height: 67px;
  position: absolute;
  width: 100%;
  top: 22px;
  z-index: 2;
  font-size: 32px;
}
.features .content .features-item .content-box h4 {
  font-size: 22px;
  font-weight: 600;
}
.features .content .features-item .content-box p {
  font-size: 14px;
}
.features .content .btn-more {
  position: relative;
  padding: 30px;
  border-top: 1px solid #f2f2f2 6e;
  text-align: center;
  color: #0bbfe0;
  font-weight: 500;
}
.features .content .btn-more a {
  display: inline-block;
}
.features .content .btn-more a span {
  position: relative;
  padding: 10px;
  letter-spacing: 1px;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.features .content .btn-more a span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background-color: #f7f9ff;
  z-index: -1;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.features .content .btn-more a:hover {
  color: #333;
}
.features .content .btn-more a:hover span:after {
  content: '';
  right: 0;
  width: 100%;
}
.adv-feat {
  position: relative;
  overflow: hidden;
}
.adv-feat .box-img {
  position: relative;
}
.adv-feat .box-content {
  position: relative;
  height: 100%;
}
.adv-feat .box-content p {
  color: #333;
}
.adv-feat .box-content h4 {
  max-width: 312px;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}
.adv-feat .box-content .tab-box {
  position: relative;
  max-width: 380px;
}
.adv-feat .box-content .tab-box .tabs-wrap {
  width: 100%;
  position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.adv-feat .box-content .tab-box .tabs-wrap .tabs {
  overflow: auto;
  position: relative;
  margin-bottom: -2px;
}
.adv-feat .box-content .tab-box .tabs-wrap .tabs .selector {
  background-color: #0bbfe0;
  width: 0px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.adv-feat .box-content .tab-box .tabs-wrap .tabs .button {
  width: auto;
  margin: 0 30px 0 0;
  padding: 18px 0;
  font-size: 13.6px;
  font-weight: 600;
  display: inline-block;
  clear: none;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  transition-duration: 0.6s;
}
.adv-feat .box-content .tab-box .tabs-wrap .tabs .active {
  color: #0bbfe0;
}
.adv-feat .box-content .items .item {
  display: none;
}
.adv-feat .box-content .items .item .list-box {
  position: relative;
}
.adv-feat .box-content .items .item .list-box li {
  padding: 8px 0;
  font-weight: 600;
  font-size: 14px;
  color: #0bbfe0;
}
.adv-feat .box-content .items .item .list-box li span.icon:before {
  font-size: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 5px;
}
.adv-feat .box-content .items .item .list-box li span.tit {
  margin-left: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}
.adv-feat .box-content .items .item:first-child {
  display: block;
}
/* -------------------------------------------------------
 07 -  Single Features
 -------------------------------------------------------- */
.section-features {
  position: relative;
  overflow: hidden;
}
.section-features .section-bg {
  background-image: url(../img/bg-shap-top.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 76% center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.section-features .single-feat {
  position: relative;
}
.section-features .single-feat .step_number {
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 30px;
}
.section-features .single-feat .step_number img {
  width: 68px;
  height: 72px;
}
.section-features .single-feat h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.section-features .btn-more {
  position: relative;
  color: #0bbfe0;
  font-weight: 500;
}
.section-features .btn-more a {
  display: inline-block;
}
.section-features .btn-more a span {
  position: relative;
  padding: 10px 10px 10px 0;
  letter-spacing: 1px;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-features .btn-more a span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background-color: #f7f9ff;
  z-index: -1;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-features .btn-more a:hover {
  color: #333;
}
.section-features .btn-more a:hover span {
  padding: 10px;
}
.section-features .btn-more a:hover span:after {
  content: '';
  right: 0;
  width: 100%;
}
.b-features {
  position: relative;
  background: url(../img/shape-1.svg) no-repeat 100% 100%, -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#5c67e1));
  background: url(../img/shape-1.svg) no-repeat 100% 100%, linear-gradient(180deg, #00aeef, #5c67e1);
  overflow: hidden;
}
.b-features .title h3 {
  color: #fff;
}
.b-features .title p {
  color: #fff;
}
.b-features .box-info {
  position: relative;
  padding: 0 30px;
}
.b-features .box-info .feat-item {
  position: relative;
  padding: 30px;
  border: 1px dashed #fff 1f;
}
.b-features .box-info .feat-item h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 15px;
}
.b-features .box-info .feat-item p {
  color: #fff;
  opacity: 0.9;
  font-weight: 400;
  font-size: 14px;
}
.b-features .box-info .feat-active {
  background: -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#5c67e1));
  background: linear-gradient(180deg, #00aeef, #5c67e1);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 50px;
  border: none;
  border-radius: 5px;
}
.b-features .box-info .feat-active h4 {
  color: #fff;
}
.b-features .box-info .feat-active p {
  color: #fff;
  opacity: 0.9;
  font-weight: 400;
  font-size: 14px;
}
/* -------------------------------------------------------
 08 -  Services
 -------------------------------------------------------- */
.services {
  position: relative;
  background-color: #f7f9ff;
}
.services .services-item {
  position: relative;
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(54, 46, 97, 0.06);
  border-radius: 4px;
  padding-top: 30px;
  margin-bottom: 50px;
}
.services .services-item .icon {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.services .services-item .icon i {
  background: transparent;
  border: 1px dashed #e4e4e4 b3;
  color: #0bbfe0;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.5);
  width: 65px;
  height: 60px;
  border-radius: 5px;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
}
.services .services-item .content {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.services .services-item .content h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.services .services-item .btn-more {
  position: relative;
  color: #0bbfe0;
  border-top: 1px dashed #e4e4e4 b3;
  font-weight: 500;
  padding: 15px 30px;
}
.services .services-item .btn-more a {
  display: inline-block;
}
.services .services-item .btn-more a span {
  position: relative;
  padding: 10px 10px 10px 0;
  letter-spacing: 1px;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.services .services-item .btn-more a span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background-color: #f7f9ff;
  z-index: -1;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.services .services-item .btn-more a:hover {
  color: #333;
}
.services .services-item .btn-more a:hover span {
  padding: 10px;
}
.services .services-item .btn-more a:hover span:after {
  content: '';
  right: 0;
  width: 100%;
}
/* -------------------------------------------------------
 09 - counter
 -------------------------------------------------------- */
.counter-section {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#5c67e1));
  background: linear-gradient(180deg, #00aeef, #5c67e1);
  padding-bottom: 70px !important;
  overflow: hidden;
}
.counter-section .counter-box {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.counter-section .counter-box .icon {
  margin-bottom: 30px;
  color: #fff;
}
.counter-section .counter-box .icon i {
  background: transparent;
  border: 1px dashed #e4e4e4 b3;
  width: 65px;
  height: 60px;
  border-radius: 5px;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
}
.counter-section .counter-box .counter {
  position: relative;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}
.counter-section .counter-box h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
/* -------------------------------------------------------
 10 - Pricing
 -------------------------------------------------------- */
.pricing {
  position: relative;
  overflow: hidden;
}
.pricing.section-padding {
  padding-bottom: 70px !important;
}
.pricing .pricing-full {
  position: relative;
  overflow: hidden;
}
.pricing .pricing-table {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background-color 400ms cubic-bezier(0.33, 0, 0.2, 1), box-shadow 400ms cubic-bezier(0.33, 0, 0.2, 1);
  transition: background-color 400ms cubic-bezier(0.33, 0, 0.2, 1), box-shadow 400ms cubic-bezier(0.33, 0, 0.2, 1);
  padding: 50px;
  margin-bottom: 30px;
  z-index: 2;
}
.pricing .pricing-table .price_icon {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(3, 218, 246, 0.051);
  display: inline-block;
  position: relative;
  line-height: 200px;
}
.pricing .pricing-table .price_icon::before {
  content: "";
  width: 140px;
  height: 140px;
  background: #4c84ff;
  opacity: 0.05;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.pricing .pricing-table .price_icon img {
  width: 75px;
}
.pricing .pricing-table .title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
}
.pricing .pricing-table .sub-title {
  color: #0bbfe0;
  font-size: 14px;
}
.pricing .pricing-table .price {
  position: relative;
  padding: 20px 0;
}
.pricing .pricing-table .price h3 {
  display: inline-block;
  font-size: 78px;
  color: #000;
  line-height: 50px;
  margin: 0;
  position: relative;
}
.pricing .pricing-table .price h3 span {
  position: absolute;
  left: -22px;
  top: 5px;
  line-height: 25px;
  font-size: 25px;
  font-weight: 400;
}
.pricing .pricing-table .price .inter {
  background: #f7f9ff;
  margin: 10px 0 0;
  padding: 8px 14px 6px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 15px;
}
.pricing .pricing-table .price p {
  font-size: 14px;
}
.pricing .pricing-table.pricing--2 .inter {
  background: #fff;
}
.pricing .pricing-table .list-box {
  position: relative;
  border-top: 1px dashed #e4e4e4 b3;
  padding-top: 20px;
}
.pricing .pricing-table .list-box li {
  padding: 10px 0;
  font-weight: 600;
  font-size: 14px;
}
.pricing .pricing-table .btn-more {
  position: relative;
  color: #333;
  border-top: 1px dashed #e4e4e4 b3;
  font-weight: 500;
  padding-top: 20px;
}
.pricing .pricing-table .btn-more a {
  display: inline-block;
}
.pricing .pricing-table .btn-more a span {
  position: relative;
  padding: 10px 10px 10px 0;
  letter-spacing: 1px;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.pricing .pricing-table .btn-more a span i {
  padding-left: 10px;
}
.pricing .pricing-table .btn-more a span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background-color: #0bbfe0;
  z-index: -1;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.5;
}
.pricing .pricing-table .btn-more a:hover {
  color: #fff;
}
.pricing .pricing-table .btn-more a:hover span {
  padding: 10px;
}
.pricing .pricing-table .btn-more a:hover span:after {
  content: '';
  right: 0;
  width: 100%;
}
.pricing .pricing-table:hover .inter {
  background: #fff;
}
.pricing .pricing-bg {
  background-color: #f7f9ff;
  height: 100%;
  left: 0;
  bottom: 30px;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
  width: 33.333%;
}
.pricing .pricing-bg {
  left: 33.333%;
}
.pricing .pricing--1:hover ~ .pricing-bg {
  left: 0;
}
.pricing .pricing--2:hover ~ .pricing-bg {
  left: 33.333%;
}
.pricing .pricing--3:hover ~ .pricing-bg {
  left: 66.666%;
}
/* -------------------------------------------------------
 11 -  Client
 -------------------------------------------------------- */
.client {
  position: relative;
  background-color: #f7f9ff;
  overflow: hidden;
}
.client .slider-box {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-radius: 5px;
  padding: 50px 30px;
}
.client .item-slider {
  position: relative;
  margin-bottom: 15px;
}
.client .item-slider .icon {
  color: #0bbfe0;
  font-size: 42px;
  margin-bottom: 15px;
}
.client .item-slider p {
  font-size: 18px;
}
.client .slider-nav {
  max-width: 530px;
  margin: auto;
}
.client .slider-nav-item {
  position: relative;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  transform: scale(0.67);
}
.client .slider-nav-item .box-img {
  margin: auto;
  margin-bottom: 15px;
}
.client .slider-nav-item .box-img img {
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.client .slider-nav-item .box-text {
  position: relative;
  display: none;
}
.client .slider-nav-item .box-text h4 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 5px;
}
.client .slider-nav-item .box-text h5 {
  font-size: 12px;
  font-weight: 600;
}
.client .slider-nav-item.slick-current {
  transform: scale(1.1);
}
.client .slider-nav-item.slick-current .box-text {
  display: block;
}
.client .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 24px;
  cursor: pointer;
  z-index: 5;
  border-radius: 50%;
  border: 2px solid #f7f9ff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  transform: translateY(-60px);
}
.client .slick-arrow.fa-arrow-left {
  left: -20%;
}
.client .slick-arrow.fa-arrow-right {
  right: -20%;
}
/* -------------------------------------------------------
 12 -  Blog
 -------------------------------------------------------- */
.blog {
  position: relative;
  overflow: hidden;
}
.blog .content {
  position: relative;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.blog .content .post-item {
  position: relative;
  text-align: center;
  padding: 50px 15px;
}
.blog .content .post-item .box-img {
  position: relative;
  margin-bottom: 20px;
}
.blog .content .post-item .box-content {
  position: relative;
}
.blog .content .post-item .box-content .tag {
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 15px;
  color: #000;
}
.blog .content .post-item .box-content h4 {
  font-size: 22px;
  font-weight: 400;
}
.blog .content .post-item .box-content p {
  font-size: 14px;
}
.blog .content .btn-more {
  position: relative;
  padding: 30px;
  border-top: 1px solid #f2f2f2 6e;
  text-align: center;
  color: #0bbfe0;
  font-weight: 500;
}
.blog .content .btn-more a {
  display: inline-block;
}
.blog .content .btn-more a span {
  position: relative;
  padding: 10px;
  letter-spacing: 1px;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.blog .content .btn-more a span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background-color: #f7f9ff;
  z-index: -1;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.blog .content .btn-more a:hover {
  color: #333;
}
.blog .content .btn-more a:hover span:after {
  content: '';
  right: 0;
  width: 100%;
}
/* -------------------------------------------------------
 13 - contact
 -------------------------------------------------------- */
.contact {
  position: relative;
  background: url(../img/shape-1.svg) no-repeat 100% 100%, -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#5c67e1));
  background: url(../img/shape-1.svg) no-repeat 100% 100%, -webkit-linear-gradient(top, #00aeef, #5c67e1);
  background: url(../img/shape-1.svg) no-repeat 100% 100%, -o-linear-gradient(top, #00aeef, #5c67e1);
  background: url(../img/shape-1.svg) no-repeat 100% 100%, linear-gradient(180deg, #00aeef, #5c67e1);
  overflow: hidden;
}
.contact .title h3 {
  color: #fff;
}
.contact .title p {
  color: #fff;
}
.contact .content {
  position: relative;
  box-shadow: 0 2px 48px 0 rgba(85, 17, 17, 0.1);
  border-radius: 5px;
}
.contact .content .box-info {
  position: relative;
  height: 100%;
  padding: 50px 30px;
  border-right: 1px solid #fff 21;
}
.contact .content .box-info .item {
  position: relative;
}
.contact .content .box-info .item h5 {
  color: #fff;
  font-weight: 800;
}
.contact .content .box-info .item p {
  font-weight: 400;
  color: #fff;
  opacity: 0.9;
}
.contact .content .box-info .social-icon {
  position: relative;
}
.contact .content .box-info .social-icon a {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-right: 5px;
  transition-property: box-shadow, background, -webkit-box-shadow;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: 0.2s;
}
.contact .content .box-info .social-icon a:hover {
  background-color: #fff;
}
.contact .content .form-box {
  position: relative;
  padding: 50px 30px;
}
.contact .content .form-box input, .contact .content .form-box textarea {
  background-color: inherit;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff 21;
  padding: 10px 10px 10px 0;
  color: #fff !important;
  opacity: 1;
}
.contact .content .form-box input:focus, .contact .content .form-box textarea:focus {
  box-shadow: none;
}
.contact .content .form-box input::placeholder, .contact .content .form-box textarea::placeholder {
  color: #fff;
  opacity: 0.9;
}
.contact .content .form-box input:-ms-input-placeholder, .contact .content .form-box textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 0.9;
}
.contact .content .form-box input::-ms-input-placeholder, .contact .content .form-box textarea::-ms-input-placeholder {
  color: #fff;
  opacity: 0.9;
}
.contact .content .form-box textarea {
  height: 120px;
  max-height: 120px;
}
.contact .content .form-box .help-block {
  margin-top: 15px;
  color: red;
}
.contact .content .form-box .form-group {
  margin-bottom: 30px;
}
.contact .content .form-box .btn-more {
  position: relative;
  color: #fff;
  font-weight: bold;
  z-index: 2;
}
.contact .content .form-box .btn-more button {
  display: inline-block;
  cursor: pointer;
}
.contact .content .form-box .btn-more button span {
  position: relative;
  padding: 10px 10px 10px 0;
  letter-spacing: 1px;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  color: #fff;
}
.contact .content .form-box .btn-more button span i {
  padding-left: 5px;
  color: #0bbfe0;
}
.contact .content .form-box .btn-more button span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.5;
}
.contact .content .form-box .btn-more button:hover {
  color: #0bbfe0;
}
.contact .content .form-box .btn-more button:hover span {
  padding: 10px;
}
.contact .content .form-box .btn-more button:hover span i {
  color: #fff;
}
.contact .content .form-box .btn-more button:hover span:after {
  content: '';
  right: 0;
  width: 100%;
}
/* -------------------------------------------------------
 14 - Footer
 -------------------------------------------------------- */
.footer {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
.footer .item {
  line-height: 35px;
}
.footer .item h5 {
  display: inline-block;
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 600;
}
.footer .item h5 span.love {
  color: #fd4145;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: bold;
}
.footer .social-icon {
  position: relative;
  text-align: right;
}
.footer .social-icon a {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-right: 5px;
  transition-property: box-shadow, background, -webkit-box-shadow;
  text-align: center;
  vertical-align: middle;
  transition: 0.2s;
}
.footer .social-icon a:hover {
  background-color: #fff;
}
