/*
* 1. imported styles
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"); */
@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("owl.theme.default.min.css");
@import url("jquery.bxslider.min.css");
@import url("../plugins/nonid-icon/style.css");
/*
* 2. common styles
*/
*,
::after,
::before {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 34px;
  color: #666e82;
}

a {
  text-decoration: none;
  color: #0aafff;
}

a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  color: #1e2c48;
}

.nop {
  padding: 0 !important;
}
.cblack {
  color: #1e2c48!important;
}
.bold,
strong {
  font-weight: 700 !important;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    margin: 0 auto!important;
  }
}

.thm-black-bg {
  background-color: #2e3d62;
}

.thm-base-bg {
  background-color: #0aafff;
}

.thm-gray-bg {
  background-color: #f3f3f3;
}

hr.style-one {
  margin: 0;
  border-top: 1px solid #eaeaea;
}

.block-title {
  margin-bottom: 10px;
}

.mt100 {
  margin-top: 100px;
}
.mt150 {
  margin-top: 150px !important;
}
.mt200 {
  margin-top: 200px;
}

.pb50 {
  padding-bottom: 50px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.mb200 {
  margin-bottom: 200px;
}

#home .block-title__text {
  color: #1e2c48;
}

.banner-one__content .block-title__text h1 {
  font-size: 2.2rem;
}

.bluetext {
  color: #183bc7;
}
.orangetext {
  color: #0aafff;
}

.block-title__text {
  margin: 0;
  font-weight: 600;
  color: #091841;
  font-size: 2.4em;
  line-height: 45px;
}
.block-title__text span {
  position: relative;
}

.icon-revresed {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}
.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}
.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #eee;
}
.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}
.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}
.bootstrap-select .dropdown-menu > li.selected > a {
  background: #0aafff;
  color: #fff;
}
.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: #2e3d62;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background: #0aafff;
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  background-image: url(../images/logoblack.svg);
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: center center;
}

.scroll-to-top {
  display: inline-block;
  position: fixed;
  bottom: 3%;
  right: 10px;
  z-index: 99;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  transition: all 0.4s ease;

  -webkit-animation: animate-it 3s ease infinite;
  animation: animate-it 3s ease infinite;
}

@-webkit-keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-5px);
  }
  20% {
    transform: translateY(-5px);
  }
  40% {
    -webkit-transform: translateY(20px);
  }
  40% {
    transform: translateY(20px);
  }
}

@keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-5px);
  }
  20% {
    transform: translateY(-5px);
  }
  40% {
    -webkit-transform: translateY(20px);
  }
  40% {
    transform: translateY(20px);
  }
}

.scroll-to-top h2 {
  color: #000;
  font-weight: 400;
  font-size: 1em;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(-90deg) translate(0%, 0%);
  -ms-transform: rotate(-90deg) translate(0%, 0%);
  transform: rotate(-90deg) translate(105px, -57px);
}
.scroll-to-top h2::before {
  position: fixed;
  bottom: 0px;
  right: 0px;
  color: #000;
  content: "";
  width: 1px;
  height: 40px;
  background: #000;
  display: inline-block;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(-90deg) translate(0%, 0%);
  -ms-transform: rotate(-90deg) translate(0%, 0%);
  transform: rotate(-90deg) translate(-31px, -130px);
}

.scroll-to-top:hover {
  color: #0aafff;
}
.scroll-to-top i {
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}

/*
* 3. header styles
*/
.logo {
  background: url(../images/logo.svg) left center;
  background-repeat: no-repeat;
  background-size: 200px;
  width: 210px;
  height: 55px;
  display: inline-block;
}

.stricky-fixed .logo {
  background: url(../images/logo.svg) left center;
  background-repeat: no-repeat;
  background-size: 200px;
  width: 210px;
  height: 55px;
  display: inline-block;
  margin-top: 5px;
}

.logo_a {
  background: url(../images/logo.svg) left center;
  background-repeat: no-repeat;
  background-size: 200px;
  width: 210px;
  height: 55px;
  display: inline-block;
}

.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}
.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}
.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}
.header-navigation .container .menu-toggler {
  display: none;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.header-navigation .main-navigation {
  float: none;
  text-align: center;
}

@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 20px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 35px;
}
.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}
.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}
.header-navigation ul.navigation-box > li > a {
  font-weight: 400;
  font-size: 16px;
  color: #1a2231;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li:hover > a {
  color: #0aafff;
  font-weight: 500;
}
.header-navigation ul.navigation-box > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #2e3d62;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > .sub-menu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > .sub-menu > li {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
  color: #fff;
  background: #0aafff;
}
.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
/* .header-navigation ul.navigation-box > li > ul > li { } */

.header-navigation ul.navigation-box > li > ul > li > .sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #2e3d62;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align {
  left: auto;
  right: 100%;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a {
  color: #fff;
  background: #0aafff;
}
.header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
}

.header-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header-one__btn {
  display: inline-block;
  vertical-align: middle;
  color: #1e2c48;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  padding: 10px 29px;
  border-radius: 27px;
  min-width: 130px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
  margin: 0 5px;
}
.header-one__btn:hover {
  background-color: #0aafff;
  color: #fff;
  font-weight: 500;
}
.header-one__btn.active {
  background-color: #0aafff;
  color: #fff!important;
  font-weight: 500;
  border: 0;
}

.header-one__btn.active:hover {
  background-color: #069de7;
}

.header-one .header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.header-one .header-navigation.stricky-fixed ul.navigation-box > li {
  padding-top: 25px;
  padding-bottom: 25px;
}
.header-one .header-navigation.stricky-fixed ul.navigation-box > li a {
  color: #1e2c48;
}
.header-one .header-navigation.stricky-fixed ul.navigation-box > li a:hover {
  color: #0aafff;
}

.header-one .header-navigation.stricky-fixed ul.navigation-box > li.current a {
  color: #0aafff;
}

nav.affilante-nav {
  border-bottom: 1px solid #e2e8f3 !important;
  height: 89px;
}

.header-navigation.affilante-nav ul.navigation-box > li {
  padding: 24px 0;
}

.header-one .header-navigation.affilante-nav ul.navigation-box > li a {
  color: #1e2c48;
}
.header-one .header-navigation.affilante-nav ul.navigation-box > li a:hover {
  color: #0aafff;
}

.header-one .header-navigation.affilante-nav ul.navigation-box > li.current a {
  color: #0aafff;
}

.header-one__home-two .header-navigation ul.navigation-box > li > a {
  color: #fff;
  position: relative;
}
.header-one__home-two .header-navigation ul.navigation-box > li > a:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.header-one__home-two
  .header-navigation
  ul.navigation-box
  > li.current
  > a:before,
.header-one__home-two
  .header-navigation
  ul.navigation-box
  > li:hover
  > a:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.header-one__home-two .header-one__btn {
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
  background-color: #0aafff;
}
.header-one__home-two .header-navigation.stricky-fixed {
  background-color: #2e3d62;
}

/*
* 3a. social fly styles
*/

#social {
  position: fixed;
  top: 75%;
  left: 10px;
  z-index: 10;
}

#social h2.scroll {
  color: #1e2c48;
  font-weight: 400;
  font-size: 1.1em;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(-90deg) translate(0%, 0%);
  -ms-transform: rotate(-90deg) translate(0%, 0%);
  transform: rotate(-90deg) translate(105px, -57px);
}
#social a.facebook {
  position: absolute;
  top: -175px;
  left: 28px;
}
#social a.twiter {
  position: absolute;
  top: -150px;
  left: 24px;
}

/*
* 4. banner styles
*/

@media (max-aspect-ratio: 25/10) and (min-aspect-ratio: 12/10) and (min-height: 500px) and (min-width: 768px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
  .banner-one {
    padding-top: 90px;
  }

  .hero-screen {
    height: calc(53vh - 135px);
  }
  .image-ratio-class {
    max-height: 20vh;
  }

  .banner-one .shape-2 {
    top: 65%;
    left: 18%;
    z-index: 20;
    height: 25vh;
  }
}

.hero-banner > .container {
  min-height: 34vh !important;
}

@media (min-aspect-ratio: 1/1) {
  .image-ratio-mac {
    max-height: 41vh;
  }
}

.hero-background {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.hero-background .hero-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  height: 100%;
  text-align: center;
}

.image-ratio-class {
  max-width: 100%;
  max-height: 70vh;
}

@media (max-width: 1200px) {
  .hero-banner > .container {
    min-height: 43vh !important;
  }
  .image-ratio-mac {
    max-width: 85%;
    max-height: 31vh;
  }
}
@media (min-width: 1400px) {
  .hero-screen {
    height: calc(48vh - 135px);
  }
  .hero-banner > .container {
    min-height: 35vh !important;
  }
  .image-ratio-mac {
    max-width: 100%;
    max-height: 48vh;
  }

  .banner-one .shape-2 {
    top: 65%;
    left: 23%;
    z-index: 20;
  }
}

.hero-banner > .container {
  min-height: 45vh;
}

.banner-one {
  background: transparent url(../images/banner-one.svg) -300px -640px no-repeat;

  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  background-repeat: repeat-x;
  background-size: contain;
}
.banner-two {
  background: transparent url(../images/banner-one.svg) -300px -930px no-repeat;
  background-size: 2500px;
  padding-top: 165px;
  padding-bottom: 147px;
  position: relative;
}
.banner-two h1 {
  color: #1e2c48;
  font-size: 2.5em;
}

.banner-affilante {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  background: #f4f6f9;
  color: #1e2c48;
}
.banner-affilante h1 {
  color: #1e2c48;
  font-size: 2.5em;
}

.banner-affilante .shape-5 {
  position: absolute;
  top: 0;
  left: 10%;
}

.banner-one [class*="bubble-"] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-perspective: 400px;
  perspective: 400px;
}
.banner-one .bubble-1 {
  top: 5%;
  left: 0%;
}
.banner-one .bubble-2 {
  top: 49%;
  left: 28%;
  z-index: 20;
}
.banner-one .bubble-3 {
  bottom: 20%;
  right: 31%;
  z-index: 20;
}
.banner-one .bubble-4 {
  bottom: 10%;
  left: 58%;
}
.banner-one .bubble-5 {
  top: 10%;
  right: 15%;
}
.banner-one .bubble-6 {
  top: 30%;
  right: 40%;
}

.banner-one [class*="shape-"] {
  position: absolute;
}

.banner-one .shape-0 {
  z-index: 10;
}

.banner-one .shape-1 {
  top: 50%;
  right: 24%;
  z-index: 20;
}
.banner-one .shape-2 {
  top: 65%;
  left: 23%;
  z-index: 20;
}
.banner-one .shape-3 {
  bottom: 7%;
  left: 48%;
  z-index: 20;
}
.banner-one .shape-4 {
  bottom: 5%;
  left: 60%;
  z-index: 20;
}

.banner-one__mac {
  position: absolute;
  bottom: -55px;
  left: 34%;
}
.banner-one .block-title {
  margin-bottom: 35px;
}
.banner-one .block-title__text {
  font-size: 2.5em;
  line-height: 1.3;
  letter-spacing: -1px;
}
.banner-one__text {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 50px;
}
.banner-one__content p {
  color: #fff;
  padding: 10px 0;
}

.affilante {
  padding: 150px 0;
}

.affilante h1,
.affilante h2,
.affilante h3,
.affilante h4,
.affilante h5 {
  color: #1e2c48;
}

.affilante h4 {
  font-weight: 600;
}

.affilante h6 {
  line-height: 1.8;
}
#section4 img {
  margin: 20px 0;
}

.affilante-one__text {
  font-size: 1.5rem;
  color: #fff;
}

.mt-lg-100 {
  margin-top: 100px;
}
.mt-lg-150 {
  margin-top: 150px;
}

.join {
  background: transparent url(../images/bghero.svg) -500px -930px no-repeat;
  background-size: 3500px;
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}
.join h1,
.join h2,
.join h3 {
  color: #fff;
}

.banner-one__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 32px;
  text-align: center;
  background-color: #0aafff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 59.5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}
.banner-one__btn:hover {
  background-color: #2e3d62;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}

.banner-one__home-two {
  background-image: url(../images/banner-bg-1-2.jpg);
}
.banner-one__home-two .block-title__text {
  color: #fff;
}
.banner-one__home-two .block-title__text span:before {
  background-color: #fff;
  opacity: 0.1;
}
.banner-one__home-two .banner-one__text {
  color: #fff;
}
.banner-one__home-two .banner-one__btn {
  background-color: #fff;
  color: #2e3d62;
}
.banner-one__home-two .banner-one__btn:hover {
  background-color: #2e3d62;
  color: #fff;
}
.banner-one__home-two .banner-one__moc {
  top: auto;
  bottom: 0;
}

.banner-one__subscribe-form {
  width: 100%;
  max-width: 585px;
  height: 54px;
  border: none;
  border-radius: 42px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.banner-one__subscribe-form input {
  /*border: none;*/
  outline: none;
  /*background-color: transparent;*/
  border: 1px solid #ced4da;
  border-radius: 42px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #17243c;
  font-weight: 500;
  background: #fff;
  font-size: 16px;
  padding-left: 20px;
}
.banner-one__subscribe-form input:focus {
  border-color: #0aaeff;
  color: #17243c;
  /*border-color: #1e2c48;*/
}
.banner-one__subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 400;
  color: #666e82;
}
.banner-one__subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 400;
  color: #666e82;
}
.banner-one__subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 400;
  color: #666e82;
}
.banner-one__subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 400;
  color: #666e82;
}
.banner-one__subscribe-form button[type="submit"] {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #0aafff;
  width: 181px;
  height: 44px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.banner-one__subscribe-form button[type="submit"]:hover {
  background-color: #069de7;
}

.service-one {
  padding-top: 50px;
  padding-bottom: 15px;
  position: relative;
}

.service-one [class*="bubble-"] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-perspective: 400px;
  perspective: 400px;
}
.service-one .bubble-1 {
  top: 40%;
  left: 15%;
}

.service-one [class*="shape-"] {
  position: absolute;
}

.service-one .shape-2 {
  top: 5%;
  right: 15%;
  z-index: 10;
}
.service-one .shape-3 {
  top: 80%;
  right: 1%;
  z-index: 0;
}

.section1 [class*="bigtext-"] {
  position: absolute;
}

.section1 .bigtext-1 {
  top: 23%;
  left: 10%;
  z-index: 0;
  color: #e3e8f1;
  font-size: 17vw;
  font-weight: 800;
  letter-spacing: -0.05em;
  opacity: 0.3;
}
.section1 .bigtext-2 {
  top: 43%;
  right: 10%;
  z-index: 0;
  color: #e3e8f1;
  font-size: 17vw;
  font-weight: 800;
  letter-spacing: -0.05em;
  opacity: 0.3;
}

.section1 [class*="shape-"] {
  position: absolute;
}

.section1 .shape-3 {
  top: 40%;
  left: -2%;
  z-index: 10;
  width: 6vw;
}

.section1a {
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}

.brandlogo {
  width: 370px;
  opacity: 0.8;
}

.section3 [class*="bigtext-"] {
  position: absolute;
}

.section3 .bigtext-1 {
  top: -4%;
  left: 7vw;
  z-index: 0;
  color: #e3e8f1;
  font-size: 12vw;
  font-weight: 800;
  letter-spacing: -0.05em;
  opacity: 0.4;
}
.section3 .img3 {
  position: relative;
  top: -100px;
  left: -100px;
}
.topP100 {
  padding-top: 100px;
}

.section2 [class*="bigtext-"] {
  position: absolute;
}

.section2 .bigtext-1 {
  top: 20%;
  left: 26%;
  z-index: 0;
  color: #e3e8f1;
  font-size: 15em;
  font-weight: 800;
  letter-spacing: -0.05em;
  opacity: 0.4;
}

.section4 .bgleft {
  position: absolute;
  left: -13%;
  height: 880.15px;
  width: 1244.29px;
  border-radius: 20px;
  background: linear-gradient(120deg, #f6f7fa 0%, #fff 90%);
  transform: rotate(9deg);
}

.section4 [class*="bigtext-"] {
  position: absolute;
}

.prm__btn {
  display: inline-block;
  vertical-align: middle;
  color: #1e2c48;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  padding: 15px 29px;
  border-radius: 27px;
  min-width: 130px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
}
.prm__btn:hover {
  background-color: #0aafff;
  color: #fff;
}
.prm__btn.active {
  background-color: #0aafff;
  color: #fff;
}

.prm__btn2 {
  display: inline-block;
  vertical-align: middle;
  color: #0aafff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 29px;
  border-radius: 27px;
  min-width: 130px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: #0aafff 2px solid;
}
.prm__btn2:hover {
  background-color: #0aafff;
  border: #0aafff 2px solid;
  color: #fff;
}
.prm__btn2.active {
  background-color: #0aafff;
  color: #fff;
}
.prm__btn2.active:hover {
  background-color: #fff;
  border: #0aafff 2px solid;
  color: #0aafff;
}

.section4 .bigtext-1 {
  top: -2%;
  right: 7%;
  z-index: 0;
  color: #e3e8f1;
  font-size: 15em;
  font-weight: 800;
  letter-spacing: -0.05em;
  opacity: 0.4;
}
.section4 .bigtext-2 {
  top: 59%;
  left: 16%;
  z-index: 0;
  color: #e3e8f1;
  font-size: 15em;
  font-weight: 800;
  letter-spacing: -0.05em;
  opacity: 0.4;
}
.section4 .bigtext-3 {
  top: -2%;
  left: 25%;
  z-index: 0;
  color: #e3e8f1;
  font-size: 15em;
  font-weight: 800;
  letter-spacing: -0.05em;
  opacity: 0.4;
}

.section4 [class*="shape-"] {
  position: absolute;
}

.section4 .shape-1 {
  top: 50%;
  left: 50vw;
  z-index: 20;
  width: auto;
}

.section4 .shape-2 {
  top: 300px;
  left: -10%;
  z-index: 20;
  width: auto;
}
.section4 .shape-3 {
  top: 40%;
  left: 68%;
  z-index: 20;
}

.section4 .shape-4 {
  top: 30%;
  right: 2%;
  z-index: 20;
}
.section4 .shape-5 {
  top: 40%;
  right: -12%;
  z-index: 20;
  width: 400px;
}

.section4 .shape-6 {
  top: 60%;
  right: 12%;
  z-index: 20;
  width: 100px;
}
.section4 .shape-7 {
  top: 50%;
  left: 54%;
  z-index: 2;
  width: 120px;
}

.section5 [class*="shape-"] {
  position: absolute;
}

.section5 .shape-1 {
  top: -5%;
  left: calc(-45vw);
  z-index: 20;
  width: 1075px !important;
}

.section5 .shape-2 {
  top: 5%;
  right: 10%;
  z-index: 20;
}

.section5 .shape-4 {
  top: 5%;
  right: 10%;
  z-index: 20;
}

.form-control:focus {
  box-shadow: none;
  border-color: #0aafff;
  /*background-color: transparent;*/
}
.section5__subscribe-form {
  margin-top: 150px;
}
.section5__subscribe-form label {
  margin-top: 20px;
}

.section5__subscribe-form input {
  border: 0px solid #ced4da;
  border-radius: 0;
  border-color: transparent;
  border-bottom: #808080 1px solid;
  outline: none;
  background-color: transparent;
  width: 100%;
  color: #1e2c48;
  font-size: 16px;
  padding-left: 3px;
  width: 500px;
  margin-top: 20px;
}

.section5__subscribe-form input:focus {
  border-bottom: #183bc7 1px solid;
}

.section5__subscribe-form textarea {
  border-color: #808080;
  outline: none;
  background-color: transparent;
  width: 100%;
  color: #1e2c48;
  font-size: 16px;
  padding: 10px;
}
.section5__subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e2c48;
}
.section5__subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e2c48;
}
.section5__subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e2c48;
}
.section5__subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #1e2c48;
}
.section5__subscribe-form button[type="button"] {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #183bc7;
  width: 181px;
  height: 44px;
  margin-top: 10px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.section5__subscribe-form button[type="button"]:hover {
  background-color: #0aafff;
}

.section5 {
  padding: 0 0 100px 0;
}

.section5a [class*="shape-"] {
  position: absolute;
}

.section5a .shape-1 {
  top: 19%;
  right: -20%;
  z-index: 20;
  width: auto;
}

.section6 .bgright {
  position: absolute;
  right: -10%;
  top: -10%;
  height: 880.15px;
  width: 1244.29px;
  border-radius: 20px;
  background: linear-gradient(130deg, #f6f7fa 0%, #fff 70%);
  transform: scaleX(-1) rotate(9deg);
  z-index: -1;
}

.section6 h6::before {
  position: absolute;
  top: 18%;
  left: 50%;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #0aafff;
  z-index: 200;
}

.section6 h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #666e82;
}

.section6 .text2 {
  margin-top: 40px;
}

.section6 .block-title {
  padding-bottom: 100px;
}

.section6 [class*="bigtext-"] {
  position: absolute;
}

.section6 .bigtext-1 {
  left: 24vw;
  z-index: 1;
  color: #e3e8f1;
  font-size: 15em;
  font-weight: 800;
  letter-spacing: -0.05em;
  opacity: 0.4;
  z-index: -1;
}

.section6 [class*="shape-"] {
  position: absolute;
}

.section6 .shape-2 {
  bottom: -50vw;
  left: -57vw;
  z-index: 0;
  width: calc(100% - 2vh);
  transform: rotate(499deg);
}
.section6 .shape-3 {
  bottom: 7vh;
  left: 30vw;
  z-index: 20;
  width: 10vw;
}
.section6 .shape-4 {
  bottom: 55vh;
  left: 10vw;
  z-index: 20;
  width: 5vw;
}
.section6 .shape-5 {
  bottom: 69vh;
  right: 10vw;
  z-index: 20;
  width: 3vw;
}

.section6 .shape-6 {
  bottom: 9vh;
  left: 5vw;
  z-index: 20;
  width: auto;
}

.section6 [class*="bubble-"] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-perspective: 400px;
  perspective: 400px;
}
.section6 .bubble-1 {
  bottom: 7vh;
  left: -8%;
  z-index: 20;
  width: 17vw;
}
.section6 .bubble-2 {
  bottom: 40vh;
  right: 10vw;
  z-index: 0;
  width: 14vw;
}

/*
* 5. footer styles
*/
.site-footer {
  position: relative;
}
.site-footer [class*="bubble-"] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-perspective: 400px;
  perspective: 400px;
}
.site-footer .bubble-1 {
  top: 15%;
  left: 13%;
}
.site-footer .bubble-2 {
  top: 15%;
  right: 20%;
}
.site-footer .bubble-3 {
  bottom: 20%;
  left: 10%;
}
.site-footer .bubble-4 {
  bottom: 15%;
  right: 13%;
}

@-webkit-keyframes bubbleMover {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
    transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px)
      translateX(10px);
    transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 15deg) translateY(20px)
      translateX(20px);
    transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px)
      translateX(10px);
    transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
    transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
  }
}

@keyframes bubbleMover {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
    transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px)
      translateX(10px);
    transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 15deg) translateY(20px)
      translateX(20px);
    transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px)
      translateX(10px);
    transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
    transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
  }
}
.site-footer__main-footer {
  padding-bottom: 120px;
}

.site-footer__bottom-footer {
  padding: 44px 0;
}
.site-footer__bottom-footer p {
  margin: 0;
  color: #666e82;
  font-size: 16px;
}
.site-footer__bottom-footer p a {
  color: #666e82;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 10px;
}
.site-footer__bottom-footer p a:hover {
  color: #0aafff;
}

.footer-widget p {
  margin: 0;
  color: #666e82;
  font-size: 15px;
  line-height: 26px;
}
.footer-widget p + p {
  margin-top: 16px;
}
.footer-widget .social-block {
  margin-top: -20px;
}
.footer-widget .social-block a {
  display: inline-block;
  vertical-align: middle;
  color: #666e82;
  font-size: 22px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-widget .social-block a + a {
  margin-left: 22px;
}
.footer-widget .social-block a:hover {
  color: #0aafff;
}

.footer-widget__footer-logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: -8px;
  margin-bottom: 28px;
}

.footer-widget__title {
  margin: 0;
  color: #2e3d62;
  font-size: 18px;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 35px;
}

.footer-widget__link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget__link-list li {
  line-height: 1em;
}
.footer-widget__link-list li + li {
  margin-top: 24px;
}
.footer-widget__link-list li a {
  color: #666e82;
  font-size: 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-widget__link-list li a:before {
  content: "\f101";
  font-family: "FontAwesome";
  color: #0aafff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-15px);
  transform: translateY(-50%) translateX(-15px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-widget__link-list li a:hover {
  color: #0aafff;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.footer-widget__link-list li a:hover:before {
  opacity: 1;
}

.site-footer__subscribe {
  padding-bottom: 125px;
  padding-top: 110px;
}

.site-footer__subscribe-form {
  width: 100%;
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
  height: 84px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 42px;
  position: relative;
  overflow: hidden;
}
.site-footer__subscribe-form input {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #666e82;
  font-size: 16px;
  padding-left: 60px;
}
.site-footer__subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666e82;
}
.site-footer__subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #666e82;
}
.site-footer__subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #666e82;
}
.site-footer__subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #666e82;
}
.site-footer__subscribe-form button[type="submit"] {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #0aafff;
  width: 211px;
  height: 64px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-footer__subscribe-form button[type="submit"]:hover {
  background-color: #0aafff;
}

/*
* 6. blog styles
*/
.blog-one {
  padding-top: 190px;
  padding-bottom: 90px;
  background: transparent url(../images/blog-bg-1-1.png) center center no-repeat;
  background-size: cover;
}

.blog-one__single {
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  margin-bottom: 30px;
}

.blog-one__single-inner-block {
  border-radius: 4px;
  background-color: white;
  overflow: hidden;
  position: relative;
  padding-top: 85px;
  padding-bottom: 55px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-one__single-inner-block:before,
.blog-one__single-inner-block:after {
  content: "";
  width: 191px;
  height: 191px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.1;
  position: absolute;
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.blog-one__single-inner-block:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(60%, -60%);
  transform: translate(60%, -60%);
}
.blog-one__single-inner-block:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-60%, 60%);
  transform: translate(-60%, 60%);
}

.blog-one__date {
  position: relative;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 0;
  background-color: #0aafff;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 0 24.5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__author {
  position: relative;
  z-index: 10;
  color: #0aafff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 600;
  display: inline-block;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__title {
  position: relative;
  z-index: 10;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 35px;
}
.blog-one__title a {
  color: #2e3d62;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__text {
  position: relative;
  z-index: 10;
  margin: 0;
  color: #666e82;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__link {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  color: #bcbfc7;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__single-inner-block:hover {
  background-color: #0aafff;
}
.blog-one__single-inner-block:hover .blog-one__date {
  background-color: #fff;
  color: #0aafff;
}
.blog-one__single-inner-block:hover .blog-one__title a,
.blog-one__single-inner-block:hover .blog-one__text,
.blog-one__single-inner-block:hover .blog-one__link,
.blog-one__single-inner-block:hover .blog-one__author {
  color: #fff;
}
.blog-one__single-inner-block:hover:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
  transform: translate(30%, -30%);
}
.blog-one__single-inner-block:hover:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 30%);
  transform: translate(-30%, 30%);
}

.blog-one [class*="col-"]:nth-child(2) .blog-one__date {
  background-color: #ef4059;
}
.blog-one [class*="col-"]:nth-child(2) .blog-one__author {
  color: #ef4059;
}
.blog-one [class*="col-"]:nth-child(2) .blog-one__single-inner-block:hover {
  background-color: #ef4059;
}
.blog-one
  [class*="col-"]:nth-child(2)
  .blog-one__single-inner-block:hover
  .blog-one__date {
  background-color: #fff;
  color: #ef4059;
}
.blog-one
  [class*="col-"]:nth-child(2)
  .blog-one__single-inner-block:hover
  .blog-one__title
  a,
.blog-one
  [class*="col-"]:nth-child(2)
  .blog-one__single-inner-block:hover
  .blog-one__text,
.blog-one
  [class*="col-"]:nth-child(2)
  .blog-one__single-inner-block:hover
  .blog-one__link,
.blog-one
  [class*="col-"]:nth-child(2)
  .blog-one__single-inner-block:hover
  .blog-one__author {
  color: #fff;
}

.blog-one [class*="col-"]:nth-child(3) .blog-one__date {
  background-color: #5dd8d3;
}
.blog-one [class*="col-"]:nth-child(3) .blog-one__author {
  color: #5dd8d3;
}
.blog-one [class*="col-"]:nth-child(3) .blog-one__single-inner-block:hover {
  background-color: #5dd8d3;
}
.blog-one
  [class*="col-"]:nth-child(3)
  .blog-one__single-inner-block:hover
  .blog-one__date {
  background-color: #fff;
  color: #5dd8d3;
}
.blog-one
  [class*="col-"]:nth-child(3)
  .blog-one__single-inner-block:hover
  .blog-one__title
  a,
.blog-one
  [class*="col-"]:nth-child(3)
  .blog-one__single-inner-block:hover
  .blog-one__text,
.blog-one
  [class*="col-"]:nth-child(3)
  .blog-one__single-inner-block:hover
  .blog-one__link,
.blog-one
  [class*="col-"]:nth-child(3)
  .blog-one__single-inner-block:hover
  .blog-one__author {
  color: #fff;
}

.blog-one [class*="col-"]:nth-child(4) .blog-one__date {
  background-color: #7e9ae0;
}
.blog-one [class*="col-"]:nth-child(4) .blog-one__author {
  color: #7e9ae0;
}
.blog-one [class*="col-"]:nth-child(4) .blog-one__single-inner-block:hover {
  background-color: #7e9ae0;
}
.blog-one
  [class*="col-"]:nth-child(4)
  .blog-one__single-inner-block:hover
  .blog-one__date {
  background-color: #fff;
  color: #7e9ae0;
}
.blog-one
  [class*="col-"]:nth-child(4)
  .blog-one__single-inner-block:hover
  .blog-one__title
  a,
.blog-one
  [class*="col-"]:nth-child(4)
  .blog-one__single-inner-block:hover
  .blog-one__text,
.blog-one
  [class*="col-"]:nth-child(4)
  .blog-one__single-inner-block:hover
  .blog-one__link,
.blog-one
  [class*="col-"]:nth-child(4)
  .blog-one__single-inner-block:hover
  .blog-one__author {
  color: #fff;
}

.blog-one [class*="col-"]:nth-child(5) .blog-one__date {
  background-color: #ed539b;
}
.blog-one [class*="col-"]:nth-child(5) .blog-one__author {
  color: #ed539b;
}
.blog-one [class*="col-"]:nth-child(5) .blog-one__single-inner-block:hover {
  background-color: #ed539b;
}
.blog-one
  [class*="col-"]:nth-child(5)
  .blog-one__single-inner-block:hover
  .blog-one__date {
  background-color: #fff;
  color: #ed539b;
}
.blog-one
  [class*="col-"]:nth-child(5)
  .blog-one__single-inner-block:hover
  .blog-one__title
  a,
.blog-one
  [class*="col-"]:nth-child(5)
  .blog-one__single-inner-block:hover
  .blog-one__text,
.blog-one
  [class*="col-"]:nth-child(5)
  .blog-one__single-inner-block:hover
  .blog-one__link,
.blog-one
  [class*="col-"]:nth-child(5)
  .blog-one__single-inner-block:hover
  .blog-one__author {
  color: #fff;
}

.blog-one [class*="col-"]:nth-child(6) .blog-one__date {
  background-color: #fd8257;
}
.blog-one [class*="col-"]:nth-child(6) .blog-one__author {
  color: #fd8257;
}
.blog-one [class*="col-"]:nth-child(6) .blog-one__single-inner-block:hover {
  background-color: #fd8257;
}
.blog-one
  [class*="col-"]:nth-child(6)
  .blog-one__single-inner-block:hover
  .blog-one__date {
  background-color: #fff;
  color: #fd8257;
}
.blog-one
  [class*="col-"]:nth-child(6)
  .blog-one__single-inner-block:hover
  .blog-one__title
  a,
.blog-one
  [class*="col-"]:nth-child(6)
  .blog-one__single-inner-block:hover
  .blog-one__text,
.blog-one
  [class*="col-"]:nth-child(6)
  .blog-one__single-inner-block:hover
  .blog-one__link,
.blog-one
  [class*="col-"]:nth-child(6)
  .blog-one__single-inner-block:hover
  .blog-one__author {
  color: #fff;
}

.blog-one__blog-page {
  background-color: #fff;
  background-image: none;
  padding-top: 120px;
  border-bottom: 1px solid #eaeaea;
}

.blog-post-pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-post-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f3f3f3;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #2e3d62;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 600;
}
.blog-post-pagination a.prev,
.blog-post-pagination a.next {
  background: #2e3d62;
  color: #fff;
  font-size: 14px;
}
.blog-post-pagination a.active {
  cursor: auto;
}
.blog-post-pagination a.active,
.blog-post-pagination a:hover {
  background: #0aafff;
  color: #2e3d62;
}
.blog-post-pagination a + a {
  margin-left: 10px;
}

.blog-details {
  padding: 120px 0;
  border-bottom: 1px solid #eaeaea;
}
.blog-details__image {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.blog-details__image > img {
  width: 100%;
}
.blog-details__date {
  background-color: #ef4059;
  display: inline-block;
  vertical-align: middle;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  padding: 11px 24.5px;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-details__meta {
  margin-top: 15px;
}
.blog-details__meta-link {
  position: relative;
  z-index: 10;
  color: #ef4059;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 600;
  display: inline-block;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-details__meta-sep {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 14px;
}
.blog-details__title {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  color: #2e3d62;
  margin-bottom: 40px;
}
.blog-details__text {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  color: #666e82;
}
.blog-details__text + .blog-details__text {
  margin-top: 35px;
}
.blog-details__content-title {
  margin: 0;
  color: #2e3d62;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
.blog-details__author {
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  padding: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.blog-details__author-image,
.blog-details__author-content {
  display: table-cell;
  vertical-align: top;
}
.blog-details__author-image {
  width: 169px;
  border-radius: 4px;
  overflow: hidden;
}
.blog-details__author-image > img {
  width: 100%;
}
.blog-details__author-content {
  padding-left: 40px;
}
.blog-details__author-content h3,
.blog-details__author-content p {
  margin: 0;
}
.blog-details__author-content h3 {
  color: #2e3d62;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}
.blog-details__author-content p {
  font-size: 16px;
  line-height: 34px;
  color: #666e82;
}

.comment-one {
  margin-bottom: 60px;
}
.comment-one__single {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 50px;
}
.comment-one__single + .comment-one__single {
  margin-top: 60px;
}
.comment-one__image,
.comment-one__content {
  display: table-cell;
  vertical-align: top;
}
.comment-one__image {
  width: 90px;
}
.comment-one__image .inner-block {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.comment-one__image .inner-block > img {
  width: 100%;
}
.comment-one__content {
  padding-left: 40px;
}
.comment-one__author {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #2e3d62;
}
.comment-one__date {
  color: #0aafff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1em;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 25px;
}
.comment-one__date-sep {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 12px;
}
.comment-one__text {
  color: #666e82;
  font-size: 16px;
  line-height: 34px;
  margin: 0;
}
.comment-one__reply {
  display: inline-block;
  vertical-align: middle;
  border-radius: 22px;
  background-color: #0aafff;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.comment-one__reply:hover {
  background-color: #2e3d62;
  color: #fff;
}
.comment-one__top-left,
.comment-one__top-right {
  display: table-cell;
  vertical-align: top;
}

.reply-form input,
.reply-form textarea {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  border-radius: 32px;
  height: 64px;
  border: 1px solid #eaeaea;
  color: #666e82;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 30px;
}
.reply-form input::-webkit-input-placeholder,
.reply-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666e82;
}
.reply-form input::-moz-placeholder,
.reply-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #666e82;
}
.reply-form input:-ms-input-placeholder,
.reply-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #666e82;
}
.reply-form input:-moz-placeholder,
.reply-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #666e82;
}
.reply-form textarea {
  height: 243px;
  padding-top: 20px;
}
.reply-form__btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  cursor: pointer;
  background-color: #0aafff;
  border-radius: 33.5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 15px 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.reply-form__btn:hover {
  background-color: #2e3d62;
}

/*
* 7. fun fact styles
*/
.fun-fact-one {
  position: relative;
  padding-top: 110px;
  padding-bottom: 120px;
}
.fun-fact-one [class*="bubble-"] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-perspective: 400px;
  perspective: 400px;
}
.fun-fact-one .bubble-1 {
  top: 25%;
  left: 23%;
}
.fun-fact-one .bubble-2 {
  top: 15%;
  right: 30%;
}
.fun-fact-one .bubble-3 {
  bottom: 20%;
  left: 10%;
}
.fun-fact-one .bubble-4 {
  bottom: 15%;
  right: 13%;
}
.fun-fact-one__box-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fun-fact-one__single .inner-block {
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 25px 60px 0px rgba(46, 61, 98, 0.05);
  box-shadow: 0px 25px 60px 0px rgba(46, 61, 98, 0.05);
  width: 220px;
  height: 220px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.fun-fact-one__single .inner-block:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #ef4059;
  border-radius: 50%;
}
.fun-fact-one__single:nth-child(2n) {
  margin-top: 80px;
}
.fun-fact-one__title {
  margin: 0;
  color: #ef4059;
  font-size: 40px;
  font-weight: 300;
  line-height: 1em;
}
.fun-fact-one__text {
  margin: 0;
  font-size: 12px;
  line-height: 1em;
  color: #666e82;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 20px;
}
.fun-fact-one__single:nth-child(2) .inner-block:before {
  border-color: #5dd8d3;
}
.fun-fact-one__single:nth-child(2) .inner-block .fun-fact-one__title {
  color: #5dd8d3;
}
.fun-fact-one__single:nth-child(3) .inner-block:before {
  border-color: #0aafff;
}
.fun-fact-one__single:nth-child(3) .inner-block .fun-fact-one__title {
  color: #0aafff;
}
.fun-fact-one__single:nth-child(4) .inner-block:before {
  border-color: #0aafff;
}
.fun-fact-one__single:nth-child(4) .inner-block .fun-fact-one__title {
  color: #0aafff;
}

/*
* 8. brand styles
*/
.brand-style-one {
  position: relative;
}
.brand-style-one [class*="bubble-"] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-perspective: 400px;
  perspective: 400px;
}
.brand-style-one .bubble-1 {
  top: 15%;
  left: 18%;
}
.brand-style-one .bubble-2 {
  top: 30%;
  right: 20%;
}

.brand-carousel-one .item img {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.brand-carousel-one .owl-dots,
.brand-carousel-one .owl-nav {
  display: none;
}

.owl-item {
  height: 217px;
  width: 200px;
  border-radius: 20px;
  display: flex;
  margin: 0 20px;
}

.owl-item .item {
  width: 100%;

  border-radius: 10px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
}

.rbox__color1 {
  background: #dfecfb;
}
.rbox__color2 {
  background: #dcf3eb;
}
.rbox__color3 {
  background: #ebedf2;
}
.rbox__color4 {
  background: #ffefd2;
}

.slick-list {
  overflow: visible!important;
}
.slick-slider {
  padding: 50px 0 20px 0 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  min-height: 400px;
}

.slick-slider .box {
  padding: 50px 10px 10px 10px;
  min-height: 175px !important;
  text-align: center;
  border-radius: 10px;
  outline: none;
}

.slick-slider .box a {
  outline: none;
}

.slick-slider .box a:hover img {
  opacity: 0.85;
}

.slick-slider .box .avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: -100px auto 20px auto;
}

.slick-slider .box .demo-name {
  color: #1e2c48;
  font-size: 1.111em;
  margin-bottom: 2px;
}
.slick-slider .box .demo-fullname {
  color: #1e2c48;
  font-size: 0.8em;
  font-weight: 300;
}
.slick-slider .box .btn {
  box-sizing: border-box;
  padding: 1px 20px;
  border-radius: 20px;
  margin-top: 10px;
  border: 1px solid #2d3958;
  color: #2d3958;
  font-size: 0.9em;
  z-index: 9999;
}
.slick-slider .box .btn:hover {
  background-color: #2d3958;
  color: #fff;
}

.swiper-button-next-v2,
.swiper-button-prev-v2 {
  width: 55px;
  position: absolute;
  cursor: pointer;
}

.swiper-button-next-v2 {
  right: 25px;
  margin-top: 20px;
}
.swiper-button-prev-v2 {
  right: 100px;
  margin-top: 20px;
}

/*
* 9. testimonials styles
*/
.testimonials-style-one {
  background: transparent url(../images/testi-bg-1-1.png) center top no-repeat;
  padding-top: 530px;
  padding-bottom: 120px;
  background-size: cover;
  position: relative;
  margin-top: -380px;
}
.testimonials-style-one .block-title {
  margin-bottom: 45px;
}
.testimonials-style-one .single-testi-one p {
  margin: 0;
  color: #666e82;
  font-size: 22px;
  line-height: 46px;
}
.testimonials-style-one .single-testi-one h3 {
  color: #0aafff;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  margin-top: 40px;
}
.testimonials-style-one .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
}
.testimonials-style-one .bx-wrapper ul.slider {
  padding: 0;
  margin: 0;
}
.testimonials-style-one .bx-wrapper .bx-controls-direction {
  position: absolute;
  bottom: -10px;
  right: 0;
}
.testimonials-style-one .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  background-image: none;
  font-size: 32px;
  position: relative;
  top: 0px;
  opacity: 0.3;
  color: #666e82;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonials-style-one .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
  color: #0aafff;
}
.testimonials-style-one .bx-wrapper .bx-prev {
  left: 0px;
  margin-right: 25px;
}
.testimonials-style-one .bx-wrapper .bx-next {
  right: 0px;
}

#testimonials-slider-pager {
  width: 536px;
  height: 536px;
  position: relative;
  margin-top: -80px;
  -webkit-animation-name: tesiMove;
  animation-name: tesiMove;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@-webkit-keyframes tesiMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  33% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  66% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes tesiMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  33% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  66% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
#testimonials-slider-pager .testi-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 99px;
  height: 99px;
  border-radius: 50%;
  background-color: #0aafff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
}
#testimonials-slider-pager .testi-icon:after,
#testimonials-slider-pager .testi-icon:before {
  width: 99px;
  height: 99px;
  border-radius: 50%;
  background-color: #0aafff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#testimonials-slider-pager .testi-icon:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
#testimonials-slider-pager .testi-icon img {
  position: relative;
  z-index: 11;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item.active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/*
* 10. inner-banner styles
*/
.inner-banner {
  background: #2e3d62 url(../images/inner-banner-bg-1-1.jpg) center center
    no-repeat;
  background-size: cover;
  padding-bottom: 120px;
  padding-top: 188px;
}
.inner-banner__title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 46px;
}
.inner-banner__title span {
  position: relative;
}
.inner-banner__title span:before {
  content: "";
  background-color: white;
  opacity: 0.102;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 12px;
  left: 0;
  border-radius: 4px;
}
.inner-banner .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.thm-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.thm-breadcrumb:before {
  content: "";
  background-color: white;
  opacity: 0.102;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 8px;
  left: 0;
  border-radius: 4px;
}

.thm-breadcrumb__item a,
.thm-breadcrumb__item span {
  font-size: 18px;
  color: #fcfbfe;
}

.thm-breadcrumb__item + .thm-breadcrumb__item:before {
  content: ".";
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

/*
* 11. pricing styles
*/
.pricing-one {
  position: relative;
  z-index: 10;
  padding-top: 260px;
}
.pricing-one__single {
  padding-bottom: 50px;
  text-align: center;
  margin-bottom: 50px;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
}

.pricing-one__top {
  border-bottom: 1px solid #e8e8e8;
  padding-top: 50px;
}
.pricing-one__title {
  margin: 0;
  color: #1e2c48;
  font-size: 60px;
  font-weight: 600;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pricing-one__pack {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.2em;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #1e2c48;
}
.pricing-one__feature {
  min-height: 315px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 20px;
}
.pricing-one__feature h5 {
  margin-bottom: 30px;
  font-weight: 600;
  color: #1e2c48;
}

.pricing-one__feature-item {
  font-size: 16px;
  color: #666e82;
  line-height: 1em;
}
.pricing-one__feature-item + .pricing-one__feature-item {
  margin-top: 20px;
}
.pricing-one__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 27px;
  border: 1px solid #eaeaea;
  padding: 9px 49px;
  background-color: #fff;
  color: #666e82;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pricing-one__btn:hover {
  border-color: #0aafff;
  background-color: #0aafff;
  color: #fff;
}
.pricing-one__note {
  text-transform: uppercase;
  color: #666e82;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-top: 25px;
}

.pricing-one__single.active {
  background-color: #00239c !important;
}

.pricing-one__single.active p {
  color: #fff;
}

.active .pricing-one__title,
.active .pricing-one__pack {
  color: #fff !important;
}
.active .pricing-one__top {
  border-bottom: 1px solid #334fb0;
  padding-top: 50px;
}
.active .pricing-one__feature-item {
  font-size: 16px;
  color: #fff;
  line-height: 1em;
}

.active .pricing-one__btn {
  border-color: #0aafff;
  background-color: #0aafff;
  color: #fff;
}
.active .pricing-one__btn:hover {
  border-color: #fff;
  background-color: #fff;
  color: #0aafff;
}
.active .pricing-one__feature h5 {
  color: #fff;
}
/*
* 12. cta styles
*/
.cta-one {
  padding-top: 0;
  padding-bottom: 195px;
}
.cta-one__image-wrap {
  padding-right: 70px;
}
.cta-one__image {
  overflow: hidden;
  border-radius: 4px;
}
.cta-one__image > img {
  width: 100%;
}
.cta-one__color-box {
  position: relative;
  min-height: 276px;
}
.cta-one__color-box:before {
  content: "";
  border-radius: 4px;
  background-color: #5dd8d3;
  width: 100px;
  height: 106px;
  position: absolute;
}
.cta-one__color-box:after {
  content: "";
  border-radius: 4px;
  background-color: #fddd6e;
  width: 60px;
  height: 66px;
  position: absolute;
}
.cta-one__color-box-2:before {
  top: 0;
  right: 0;
  width: 60px;
  height: 66px;
  background-color: #ef4059;
}
.cta-one__color-box-2:after {
  bottom: 30px;
  left: 30px;
  width: 100px;
  height: 106px;
  background-color: #0aafff;
}
.cta-one__color-box-1:before {
  top: 30px;
  right: 30px;
}
.cta-one__color-box-1:after {
  bottom: 0;
  left: 0;
}
.cta-one .block-title {
  margin-bottom: 40px;
}
.cta-one__text {
  font-size: 20px;
  color: #666e82;
  line-height: 40px;
  margin: 0;
}
.cta-one__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 45px;
}
.cta-one__list-item {
  font-size: 18px;
  position: relative;
  color: #666e82;
  padding-left: 30px;
}
.cta-one__list-item i {
  color: #0aafff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cta-one__list-item + .cta-one__list-item {
  margin-top: 5px;
}
.cta-one__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 32px;
  text-align: center;
  background-color: #0aafff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 59.5px;
  margin-top: 55px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}
.cta-one__btn:hover {
  background-color: #2e3d62;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}

.cta-two {
  position: relative;
  padding-bottom: 120px;
}
.cta-two [class*="bubble-"] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-perspective: 400px;
  perspective: 400px;
}
.cta-two .bubble-1 {
  top: 15%;
  left: 10%;
}
.cta-two .bubble-2 {
  bottom: 15%;
  left: 40%;
}
.cta-two .bubble-3 {
  top: 5%;
  right: 10%;
}
.cta-two hr {
  margin: 0;
  border: none;
  border-top: 1px solid #eaeaea;
  margin-bottom: 120px;
}
.cta-two .block-title {
  margin-bottom: 50px;
}
.cta-two__moc {
  position: absolute;
  top: -16%;
  left: 17%;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cta-two__moc {
    /* -webkit-transform: scale(0.75);
    transform: scale(0.75); */
    -webkit-transform-origin: right center;
    transform-origin: right center;
    left: 10%;
  }
  .section4 .shape-5 {
    top: 70%;
    right: -15%;
    z-index: 20;
    width: 350px;
  }
  .section5 .shape-1 {
    top: -5%;
    left: calc(-55vw);
    z-index: 20;
    width: 1075px !important;
  }
  .section6 .shape-4 {
    bottom: 55vh;
    left: 1vw;
    z-index: 20;
    width: 5vw;
  }
}

@media (min-width: 1440px) {
  .section5 .shape-1 {
    top: -5%;
    left: -44%;
    z-index: 20;
    width: 1075px !important;
  }
}
@media (min-width: 1600px) {
  .section5 .shape-1 {
    top: -5%;
    left: -28vw;
    z-index: 20;
    width: 1075px !important;
  }
}

.cta-two__text {
  margin: 0;
  color: #777b92;
  font-size: 18px;
  line-height: 32px;
}
.cta-two__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.section3 [class*="icon-"] {
  font-size: 44px;
}
.section3 .icon-1 {
  color: #9478f1;
}
.section3 .icon-2 {
  color: #5dd8d3;
}

.section3 .icon-3 {
  color: #ff6a5b;
}
.section3 .icon-4 {
  color: #ffd547;
}
.section3 .icon-5 {
  color: #558de2;
}

.section4 [class*="icon-"] {
  font-size: 44px;
}
.section4 .icon-1 {
  color: #0aafff;
}

.cta-two__feature-single p {
  font-size: 16px;
  line-height: 1.8;
}

.cta-two__feature-title {
  margin: 0;
  font-size: 17px;
  margin-top: 10px;
  font-weight: 600;
  color: #091841;
}
.cta-two__feature-title a {
  color: #2e3d62;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cta-two__feature-title a:hover {
  color: #0aafff;
}
.cta-two__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 32px;
  text-align: center;
  background-color: #0aafff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 59.5px;
  margin-top: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}
.cta-two__btn:hover {
  background-color: #2e3d62;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}

.cta-three {
  padding-bottom: 100px;
  padding-top: 2px;
  position: relative;
}
.cta-three [class*="bubble-"] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-perspective: 400px;
  perspective: 400px;
}
.cta-three .bubble-1 {
  top: 30%;
  left: 15%;
}
.cta-three .bubble-2 {
  top: 30%;
  right: 10%;
}
.cta-three .bubble-3 {
  bottom: 10%;
  left: 40%;
}
.cta-three .container {
  position: relative;
}
.cta-three__moc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-100px);
  transform: translateY(-50%) translateX(-100px);
  left: 0;
}
.cta-three .block-title {
  margin-bottom: 70px;
}
.cta-three__text {
  font-size: 20px;
  color: #666e82;
  line-height: 40px;
  margin: 0;
}
.cta-three__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 45px;
}
.cta-three__list-item {
  font-size: 18px;
  position: relative;
  color: #666e82;
  padding-left: 30px;
}
.cta-three__list-item i {
  color: #0aafff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cta-three__list-item + .cta-three__list-item {
  margin-top: 5px;
}
.cta-three__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 32px;
  text-align: center;
  background-color: #0aafff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 59.5px;
  margin-top: 55px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(78, 78, 78, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(78, 78, 78, 0.3);
}
.cta-three__btn:hover {
  background-color: #2e3d62;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}

.cta-four__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100px;
  text-align: center;
  background-color: #183bc7;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 2px 50px;
  margin-top: 25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cta-four__btn:hover {
  background-color: #0aafff;
  color: #fff;
}

/*
* 13. services styles
*/

.service-one__single {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-one__single:before,
.service-one__single:after {
  content: "";
  width: 191px;
  height: 191px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.1;
  position: absolute;
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.service-one__single:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(60%, -60%);
  transform: translate(60%, -60%);
}
.service-one__single:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-60%, 60%);
  transform: translate(-60%, 60%);
}
.service-one__icon {
  font-size: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #5dd8d3;
}
.service-one__title {
  margin: 0;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 40px;
}
.service-one__title a {
  color: #2e3d62;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-one__title a:hover {
  color: #fff;
}
.service-one__text {
  color: #666e82;
  font-size: 16px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-one__link {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  color: #bcbfc7;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

[class*="col-"]:nth-child(1) .service-one__icon {
  color: #5dd8d3;
}
[class*="col-"]:nth-child(1) .service-one__single:hover {
  background-color: #5dd8d3;
}
[class*="col-"]:nth-child(1) .service-one__single:hover .service-one__icon,
[class*="col-"]:nth-child(1) .service-one__single:hover .service-one__title a,
[class*="col-"]:nth-child(1) .service-one__single:hover .service-one__text,
[class*="col-"]:nth-child(1) .service-one__single:hover .service-one__link {
  color: #fff;
}
[class*="col-"]:nth-child(1) .service-one__single:hover:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
  transform: translate(30%, -30%);
}
[class*="col-"]:nth-child(1) .service-one__single:hover:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 30%);
  transform: translate(-30%, 30%);
}

[class*="col-"]:nth-child(2) .service-one__icon {
  color: #0aafff;
}
[class*="col-"]:nth-child(2) .service-one__single:hover {
  background-color: #0aafff;
}
[class*="col-"]:nth-child(2) .service-one__single:hover .service-one__icon,
[class*="col-"]:nth-child(2) .service-one__single:hover .service-one__title a,
[class*="col-"]:nth-child(2) .service-one__single:hover .service-one__text,
[class*="col-"]:nth-child(2) .service-one__single:hover .service-one__link {
  color: #fff;
}
[class*="col-"]:nth-child(2) .service-one__single:hover:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
  transform: translate(30%, -30%);
}
[class*="col-"]:nth-child(2) .service-one__single:hover:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 30%);
  transform: translate(-30%, 30%);
}

[class*="col-"]:nth-child(3) .service-one__icon {
  color: #ee539b;
}
[class*="col-"]:nth-child(3) .service-one__single:hover {
  background-color: #ee539b;
}
[class*="col-"]:nth-child(3) .service-one__single:hover .service-one__icon,
[class*="col-"]:nth-child(3) .service-one__single:hover .service-one__title a,
[class*="col-"]:nth-child(3) .service-one__single:hover .service-one__text,
[class*="col-"]:nth-child(3) .service-one__single:hover .service-one__link {
  color: #fff;
}
[class*="col-"]:nth-child(3) .service-one__single:hover:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
  transform: translate(30%, -30%);
}
[class*="col-"]:nth-child(3) .service-one__single:hover:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 30%);
  transform: translate(-30%, 30%);
}

[class*="col-"]:nth-child(4) .service-one__icon {
  color: #fddd6e;
}
[class*="col-"]:nth-child(4) .service-one__single:hover {
  background-color: #fddd6e;
}
[class*="col-"]:nth-child(4) .service-one__single:hover .service-one__icon,
[class*="col-"]:nth-child(4) .service-one__single:hover .service-one__title a,
[class*="col-"]:nth-child(4) .service-one__single:hover .service-one__text,
[class*="col-"]:nth-child(4) .service-one__single:hover .service-one__link {
  color: #fff;
}
[class*="col-"]:nth-child(4) .service-one__single:hover:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
  transform: translate(30%, -30%);
}
[class*="col-"]:nth-child(4) .service-one__single:hover:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 30%);
  transform: translate(-30%, 30%);
}

/*
* 14. sidebar styles
*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__title {
  margin: 0;
  color: #2e3d62;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.sidebar__single:not(.sidebar__search) {
  padding: 50px;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__post__single + .sidebar__post__single {
  margin-top: 30px;
}
.sidebar__post-image,
.sidebar__post-content {
  display: table-cell;
  vertical-align: middle;
}
.sidebar__post-image {
  width: 60px;
}
.sidebar__post-image .inner-block {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.sidebar__post-image .inner-block > img {
  width: 100%;
}
.sidebar__post-content {
  padding-left: 20px;
}
.sidebar__post-title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.sidebar__post-title a {
  color: #666e82;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__post-title a:hover {
  color: #0aafff;
}
.sidebar__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar__category-list-item {
  line-height: 1em;
}
.sidebar__category-list-item a {
  color: #666e82;
  font-size: 16px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__category-list-item a:before {
  content: "\f101";
  font-family: "FontAwesome";
  color: #0aafff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-15px);
  transform: translateY(-50%) translateX(-15px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__category-list-item a:hover {
  color: #0aafff;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.sidebar__category-list-item a:hover:before {
  opacity: 1;
}
.sidebar__category-list-item + .sidebar__category-list-item {
  margin-top: 27px;
}
.sidebar__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}
.sidebar__tags-list-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
.sidebar__tags-list-item a {
  display: block;
  color: #666e82;
  font-size: 16px;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__tags-list-item a:hover {
  color: #0aafff;
}
.sidebar__search-form {
  width: 100%;
  height: 84px;
  border-radius: 4px;
  background-color: #0aafff;
}
.sidebar__search-form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
}
.sidebar__search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.sidebar__search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.sidebar__search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.sidebar__search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: url(https://www.uipath.com/hubfs/UiPath%20Resources/Assets/Grid.svg);
  background-size: auto;
  background-repeat: repeat;
  z-index: 1;
}

.box {
  margin: 1em;
}
/*.card {*/
/*  padding: 3em;*/
/*  min-height: 350px;*/
/*  -webkit-align-self: stretch;*/
/*  -ms-flex-item-align: stretch;*/
/*  -ms-grid-row-align: stretch;*/
/*  align-self: stretch;*/
/*  -webkit-box-flex: 1;*/
/*  -webkit-flex: 1;*/
/*  -ms-flex: 1;*/
/*  flex: 1;*/
/*  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);*/
/*  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);*/
/*  border: 0px solid rgba(0, 0, 0, 0.125);*/
/*  border-radius: 0;*/
/*}*/
/*.card:hover {*/
/*  -webkit-transform: scale(1.05);*/
/*  -ms-transform: scale(1.05);*/
/*  transform: scale(1.05);*/
/*  box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 24px;*/
/*}*/

/*.card__b1 {*/
/*  border: #d4dae5 1px solid;*/
/*  border-bottom: #0aafff 3px solid;*/
/*}*/
/*.card__b2 {*/
/*  border: #d4dae5 1px solid;*/
/*  border-bottom: #1e2c48 3px solid;*/
/*}*/

/*.card img {*/
/*  margin-bottom: 25px;*/
/*}*/

/*.card p {*/
/*  color: #666e82;*/
/*  font-weight: 300;*/
/*}*/

.gradient {
  background-image: linear-gradient(
    -135deg,
    rgb(249 122 57) 25%,
    rgb(255 86 0) 100%
  );
}

.fullscreen-md {
  min-height: 100vh;
}

.mac {
  background-image: url(../images/mac.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1000px;
  position: absolute;
  right: 0;
  z-index: 999;
}

.login-logo {
  z-index: 10;
  position: absolute;
  top: 15px;
  left: 15px;
}

.form__box h2 {
  color: #fff;
  font-weight: 400;
  font-size: 2em;
  letter-spacing: -1px;
}

.form__box h2 span {
  font-size: 4rem;
  font-weight: 600;
}

.form__box h1 {
  color: #1e2c48;
  font-weight: 600;
}

.form__box label {
  color: #1e2c48;
  display: inline;
}

.form__box input {
  border-radius: 32px;
  border-color: #d1d1d1;
}

.form__box input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}

.form__box .btn__form {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #0aafff;
  min-width: 200px;
  height: 40px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form__box .btn__form:hover {
  background-color: #0671a5;
}

.form__box .btn__link {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #0aafff;
  width: auto;
  height: auto;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 10px 30px;
}

.form__box .btn__link:hover {
  background-color: #1e2c48;
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.1);
}

.btn-google {
  border-color: #dd4b39;
  background-color: #dd4b39 !important;
  color: #fff;
  transition: background-color 0.15s ease-in-out 0s;
  border-radius: 27px;
}

.btn-google:hover {
  opacity: 0.8;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}

.btn-google img {
  width: 19px;
  margin-right: 10px;
}

.btn-facebook {
  border-color: #3c57a4;
  background-color: #3c57a4 !important;
  color: #fff;
  margin: 10px 0;
  transition: background-color 0.15s ease-in-out 0s;
  border-radius: 27px;
}

.btn-facebook:hover {
  opacity: 0.8;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}

.btn-facebook img {
  width: 10px;
  margin-right: 10px;
}

.font-weight-semibold {
  font-weight: 500!important;
}

.or-line {
  font-weight: 200;
  text-transform: uppercase;
  position: relative;
  margin: 20px 0 10px;
  font-size: 14px;
  color: #a0a0a0;
}
.or-line:before,
.or-line:after {
  content: "";
  position: absolute;
  top: 14px;
  width: calc(45% - 10px);
  height: 1px;
  background-color: #e8e8e8;
}

.or-line:before {
  left: 0;
}

.or-line:after {
  right: 0;
}

.report {
  background-size: cover;
  min-height: 100vh!important;
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(227,232,241,1) 100%);
}

.check__report {
  padding: 200px 0;
}

.report-container {
  text-align: center;
  height: 100%;
}

.placeholder {
  padding: 4rem 0.5rem;
  color: #1a2231;
}


.report .m-portlet {
  box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
  background-color: #ffffff;
  margin-bottom: 2rem;
  min-height: 200px;
  border-radius: 7px;
}
.report .m-portlet .m-portlet__body {
  color: #1a2231;
  padding: 2.2rem 2.2rem;
}
.report .m-portlet .m-portlet__body .header-one__btn {
  padding: 15px 25px;
}

.m-portlet__body .icon {
  color: #e3e8f1;
}

.m-portlet__body p {
  line-height: 1.5;
}

.report hr {
  border-color: #ebedf2;
}

.report .separator {
  margin: 0 10px;
}

.audited-profile .instagram-picture {
  width: 50px;
  margin-bottom: 14px;
}

.audited-profile .audited-avatar {
  width: 220px;
  border-radius: 50%;
}

.audited-profile .instagram-mini-picture {
  display: none;
}

.report-loading-bg {
  position: relative;
  height: 25px;
  background-color: #c3c8d5;
  width: 100%;
  max-width: 500px;
  margin: 50px auto;
  border-radius: 20px;
}

.report-loading-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  background: rgb(45,134,226);
  background: linear-gradient(90deg, rgba(252,70,107,1) 0%, rgba(45,134,226,1) 100%);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.profile-info .details {
  font-size: 0.9rem;
  margin-top: 30px;
}

.profile-info .profile-name {
  font-weight: 600;
}

form .form-group.has-icon .icon {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 15px;
  margin-left: 12px;
  position: absolute;
  right: 20px;
}

.icon {
  margin-left: 5px;
  margin-right: 15px;
  padding: 0;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  margin-top: -28px;
}

.lead {
  font-size: 0.9rem;
  font-weight: 300;
  margin-top: 20px;
  line-height: 1.5;
}
.color-1 {
  color: #ffffff !important;
}

label {
  display: inline-block;
  margin-bottom: 0.1rem;
}
.form__box .form-group {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .fullscreen-md {
    min-height: 30vh;
  }
  .form__box h1 {
    font-size: 1.5em;
  }
  .form__box h2 {
    color: #fff;
    font-weight: 400;
    font-size: 1.1em;
    padding-top: 20px;
    letter-spacing: 0;
  }

  .form__box h2 span {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0;
  }
  .newaccount {
    font-size: 0.9em;
  }
}

.login-section {
  min-height: 100vh;
}

.login-section .bigtext-1, .login-section .bigtext-2 {
  z-index: 0;
  color: #e3e8f1;
  font-size: 17vw;
  font-weight: 800;
  letter-spacing: -0.05em;
  opacity: 0.3;
  position: absolute;
}
.login-section .bigtext-1 {
  top: 35%;
  left: 10%;
}
.login-section .bigtext-2 {
  top: 75%;
  right: 10%;
}
.login-section .login-bigtext {
  max-height: 500px;
}
.login-section .login-bigtext .logo-wrapper {
  position: absolute;
  top: 55%;
}
.login-section .login-bigtext .logo-wrapper .logo {
  width: 450px;
  background-size: 450px;
  transition: 0.3s;
}
.login-section .login-bigtext .logo-wrapper .logo:hover {
  opacity: 0.8;
}

.login-section .external-login {
  display: flex;
}

.login-section .external-login .btn-google, .login-section .external-login .v-facebook-login  {
  white-space: nowrap;
  margin: 5px;
}
.login-section .external-login .v-facebook-login {
  height: 38px!important;
  padding: 0!important;
  border-radius: 27px!important;
  font-size: 16px!important;
  cursor: pointer!important;
}

.login-section .btn__form {
  margin: 30px 0;
}

.statute {
  color: #1e2c48;
  margin-top: 100px;
  text-align: left;

}

.statute h5 {
  margin: 20px 0;
}

.statute .heading, .statute h5 {
  text-align: center;
}

.statute .adress p {
  margin: 0;
}

.cookieinfo-close {
  background-color: #0aafff!important;
  color: #fff!important;
  font-weight: 500;
  border: 0;
}

.Cookie--dark-lime {
  background: #fff!important;
  color: #1e2c48!important;
  border-top: 1px solid #f4f4f5;
  box-shadow: 0 10px 40px -15px rgba(0,0,0, .9);
  padding: 10px 25px!important;
}

.Cookie--dark-lime .Cookie__button {
  background-color: #00239c!important;
  color: #fff!important;
  padding: 5px 29px!important;
  font-weight: 600;
  border: 0;
  border-radius: 36px!important;
}

.Cookie>* {
  margin: 5px 0!important;
  text-align: center;
}

.slick-dots {
  display: none!important;
}

.about-user {
  text-align: center;
  color: #1e2c48;
}

.about-user .subtitle {
  color: #666e82;
  margin: 30px 0;
}
.about-user .options a {
  cursor: pointer;
  display: inline-block;
  padding: 15px;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  width: 210px;
  height: 210px;
  text-align: center;
  margin: 10px;
  transition: all 0.15s ease-in-out;
}
.about-user .options a > img {
  width: 50px;
  margin: 15px 0 10px;
}

.about-user .options a h6 {
  margin: 10px 0;
}
.about-user .options a p {
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.4;
}
.about-user .options a:hover, .about-user .options a.active {
  border: 1px solid #0aaeff;
}

.pricing-save {
  background: #ff7364;
  font-size: 1.3em;
  font-weight: 400;
  color: #fff;
  max-width: 40%;
  min-width: 30%;
  padding: 5px 8px;
  margin: 15px auto;
  border-radius: 30px;
}

.interviews {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 50px;
  color: #091841;
}

.interviews .bubble-1 {
  left: 6%!important;
  top: 6%!important;
}

.interviews .bubble-2 {
  top: 15%!important;
  right: 8%!important;
  left: auto!important;
  width: 28px;
}

.interviews .bubble-3 {
  left: 5%!important;
  bottom: 20%!important;
  width: 40px;
}

.interviews .bubble-4 {
  right: 2%!important;
  left: unset!important;
  top: 50%!important;
}

.interviews .bubble-5 {
  top: 40%!important;
  left: 1%!important;
  width: 24px;
}

.interviews h5, .interviews h2 {
  line-height: 1.4;
}

.interview-video  {
  margin: auto;
  max-width: 800px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.report-page {
  margin: 100px auto 0 auto!important;
  max-width: 1200px;
  padding: 10px;
}

.report-page .post-report {
  border: 1px solid #E9E9E9;

}

.report-page .btn-blue {
  color: white;
}

.report-page [data-tooltip]:before {
  font-weight: 400;
}

.trial-chart {
  max-width: 350px;
  max-height: 300px;
}

.demo-features .gradient-icon {
  font-size: 46px;
}

.gradient-icon {
  color: #0aafff;
  background-image: linear-gradient(90deg, rgba(19,109,221,1) 35%, rgba(0,212,255,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 60s infinite linear;

}
.other-videos {
  margin: 40px auto;
  max-width: 800px;
}

.other-videos .video-item {
  padding: 5px;
}

.other-videos .video-avatar {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 380px) {
  .other-videos {
    flex-direction: column;
  }

  .interviews h2 {
    font-size: 1.4rem;
  }

  .interviews h2 span {
    font-size: 2rem;
  }

  .interviews .bubble-1 {
    top: 7% !important;
  }

  .interviews .bubble-2, .interviews .bubble-3, .interviews .bubble-5 {
    display: none;
  }

  .interviews .interview-video {
    padding: 1rem 0 !important;
  }

  .other-videos {
    margin: 10px auto;
  }
}
.demo-bar {
  opacity: 0.9;
  text-align: center;
  z-index: 10;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.3);
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.3);
  padding: 1.5rem;
}

.error {
  /*padding: 10%;*/
  margin-top: 300px;
  text-align: center;
}
.error h2 {
  font-weight: 900;
  font-size: 5rem;
  margin-bottom: 30px;
  color: #c0c2c7;
}

.error .btn {
  margin-top: 20px
}

.error .notfound-img {
  width: 350px;
  position: absolute;
  left: 0;
  top: 0;
}

.btn-main {
  background-color: #0aafff;
  color: white!important;
  font-weight: 500;
  border: 0;
}

.btn-pill {
  border-radius: 20px;
  padding: .375rem 1.25rem;
}

.text-blue {
  color: #0aafff;
}

.navbar {
  display: block!important;
  height: unset!important;
}

.navbar .container {
  margin: 0;
}

.banner-promo {
  height: 52px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 10;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.05);
  transition: 0.3s;
}



.banner-christmas {
  background-color: #B72A2F;
  color: white;
}

.banner-newyear {
  background-color: #181818;
  color: white;
}
.banner-newyear .btn {
  color: white;
  background-color: #7200ff;
  border-color: #7200ff;
}

.banner-blackfriday {
  background-color: #212121;
  color: #ffd913;
}

.banner-promo .banner-title {
  font-weight: 600;
  font-size: 22px;
}

.banner-promo .btn {
  font-weight: 700;
  height: 34px;
  border-radius: 34px;
  margin-left: 20px;
  font-size: 16px;
  padding-top: 0.3rem;
  transition: all 0.3s;
}

.banner-promo .btn:hover {
  transform: scale(1.05);
}

.banner-promo .banner-image {
  height: 34px;
  margin-left: 15px;
  /*margin: 0 5px;*/
}

.banner-blackfriday .btn {
  color: #212121;
  background-color: #ffd913;
  border-color: #ffd913;
}

.banner-christmas .btn {
  color: #B72A2F;
  border-color: #B72A2F;
  background-color: white;
}


@media (max-width: 767px) {
  .banner-promo {
    height: 100px;
  }
}

@media (max-width: 368px) {
  .banner-promo {
    padding: 10px 5px;
    /*text-align: left;*/
    /*justify-content: left;*/
  }
  .banner-promo .banner-title {
    margin-top: 8px;
    font-size: 16px;
  }
  .banner-promo .btn {
    margin-left: 5px;
  }
  .menu-tab {
    top: 60px;
  }
}

.banner-one__content .btn-group {
  margin-bottom: 35px;
}

.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group-vertical>.btn, .btn-group>.btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 1.75rem;
  font-size: 1rem;
  border-radius: 32px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  outline: none;
}

.btn-group > .btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-group > .btn-active {
  color: #fff;
  background-color: #091841;
  border-color: #091841;
}

.btn-group > .btn-default {
  color: #091841;
  background-color: #fff;
  border-color: #ced4da;
}

.btn-group > .btn > .platform-img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
}

@media (max-width: 480px) {
  .btn-group > .btn > .platform-img {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.btn-group > .btn-default:hover {
  border-color: #091841;
  background: #091841;
  color: white;}

.btn-group > .btn-default:hover > .platform-img {
  transform: scale(1.1);
}
.pre-report-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pre-report-results > div {
  margin-top: 20px;
  padding: 0 10px;
  text-align: left;
}

.pre-report-results > div h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #1D3448;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.pre-report-results > div p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 20px;
  text-transform: uppercase;
  color: #6C7B8B;
  margin: 0;
}

.b-left {
  border-left: 1px solid #E9E9E9;
}

.report .m-portlet .m-portlet__body {
  color: #223446!important;
}
