@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&amp;display=swap");

@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/themify-icons.css);
@import url(css/owl.carousel.min.css);
@import url(css/font-awesome.min.css);
@import url(css/animate.css);

/* :: Reboot CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-weight: 600;
  font-size: 16px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #243f67;
  line-height: 1.4;
  font-weight: 600; }

a,
a:active,
a:focus,
a:hover {
  color: #243f67;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 500;
  font-family: "Poppins", sans-serif; }

li {
  list-style: none; }

p {
  line-height: 1.7;
  color: #6c757d;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif; }

img {
  max-width: 100%;
  height: auto; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(77, 91, 237, 0.9); }

.bg-overlay-4 {
  position: relative;
  z-index: 1; }
  .bg-overlay-4::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(77, 91, 237, 0.7);
    border-radius: 10px; }

.bg-overlay-5 {
  position: relative;
  z-index: 1; }
  .bg-overlay-5::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(77, 91, 237, 0.7); }

.bg-overlay-3 {
  position: relative;
  z-index: 1; }
  .bg-overlay-3::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(17, 17, 17, 0.8); }

.bg-overlay-2 {
  position: relative;
  z-index: 1; }
  .bg-overlay-2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(11, 21, 32, 0.55); }

.bg-overlay-6 {
  position: relative;
  z-index: 1; }
  .bg-overlay-6::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(11, 21, 32, 0.35); }

.bg-gradient-overlay-2 {
  position: relative;
  z-index: 1; }
  .bg-gradient-overlay-2::after {
    border-radius: 10px;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(30%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%); }

.bg-img {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.bg-boxshadow {
  -webkit-box-shadow: 0 5px 20px 9px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 20px 9px rgba(0, 0, 0, 0.07); }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  position: fixed;
  z-index: 100;
  color: #ffffff;
  right: 20px;
  text-align: center;
  padding-right: 0;
  width: 100%;
  top: 20px;
  width: 30px;
  background: #4d5bed;
  height: 30px;
  line-height: 30px;
  opacity: 1;
  cursor: pointer; }

img.mfp-img {
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }

.mfp-bottom-bar {
  display: none !important; }

.mfp-bg {
  background-color: #333333; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f1f6fd !important; }

.bg-fixed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden; }

textarea:focus,
input:focus {
  outline: none; }

textarea:invalid,
input:invalid,
textarea:required,
input:required {
  box-shadow: none !important; }

.border {
  border-color: #eee; }

.mfp-arrow-left::after {
  border-right-color: transparent; }

.mfp-arrow-left::before {
  border-right-color: #ffffff; }

.mfp-arrow-right::after {
  border-left-color: transparent; }

.mfp-arrow-right::before {
  border-left-color: #ffffff; }

.float-right {
  float: right !important; }

.height-900 {
  height: 900px !important; }

.text--primary {
  color: #4d5bed !important; }

.font-15 {
  font-size: 15px !important; }

.font-16 {
  font-size: 16px; }

.p-30 {
  padding: 30px; }

.font-18 {
  font-size: 18px !important; }

@media only screen and (max-width: 767px) {
  .break-xs-none {
    display: none; } }

@media only screen and (max-width: 767px) {
  .mb-50-xs {
    margin-bottom: 50px; } }

.border-line {
  height: 5px;
  width: 100px;
  background-color: rgba(77, 91, 237, 0.5);
  margin: 8px auto 8px;
  display: inline-block;
  border-radius: 2px;
  position: relative;
  z-index: 1; }

.border-dot {
  overflow: visible;
  position: absolute;
  content: "";
  top: -3.5px;
  left: 50%;
  transform: translateX(-50%);
  height: 12px;
  width: 12px;
  background-color: #4d5bed;
  border-radius: 50%;
  display: inline-block; }

.border-dot::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
  -webkit-animation: border-dot-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: border-dot-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1; }

@-webkit-keyframes border-dot-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.9);
    transform: scale(1.9); } }
@keyframes border-dot-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.9);
    transform: scale(1.9); } }
.bg-primary-cu {
  background-color: #4d5bed !important; }

.bg-success-cu {
  background-color: #24CDD5 !important; }

.bg-dark-cu {
  background-color: #111 !important; }

.text-primary-cu {
  color: #4d5bed; }

.text-success-cu {
  color: #24CDD5; }

.text-white-cu {
  color: rgba(255, 255, 255, 0.95); }

.font-44 {
  font-size: 44px; }

#overlapBarMobile {
  height: 350px;
  width: 100%; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .d-md-none-cu {
    display: none; } }
@media only screen and (max-width: 767px) {
  .d-md-none-cu {
    display: none; } }

@media only screen and (max-width: 767px) {
  .mb-20-xs {
    margin-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .mt-0-xs {
    margin-top: 0 !important; } }

@media only screen and (max-width: 767px) {
  .mb-30-xs {
    margin-bottom: 30px; } }

@media only screen and (max-width: 767px) {
  .mb-50-xs {
    margin-bottom: 50px; } }

/* :: Spacing CSS */
.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-20 {
  margin-top: 20px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

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

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

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.mr-100 {
  margin-right: 100px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.ml-100 {
  margin-left: 100px; }

.pt-50 {
  padding-top: 50px !important; }

.height-900 {
  height: 900px; }

.section-padding-0-50 {
  padding-top: 0;
  padding-bottom: 50px; }

.section-padding-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

.section-padding-80-50 {
  padding-top: 80px;
  padding-bottom: 50px; }

.section-padding-90 {
  padding-top: 90px;
  padding-bottom: 100px; }

.section-padding-0-85 {
  padding-top: 0;
  padding-bottom: 85px; }

.section-padding-100-50 {
  padding-top: 100px;
  padding-bottom: 50px; }

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-90-60 {
  padding-top: 90px;
  padding-bottom: 60px; }

.section-padding-0-90 {
  padding-top: 0px;
  padding-bottom: 90px; }

.section-padding-90-70 {
  padding-top: 90px;
  padding-bottom: 70px; }

.section-padding-50-60 {
  padding-top: 50px;
  padding-bottom: 60px; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

.section-padding-90-50 {
  padding-top: 90px;
  padding-bottom: 50px; }

.section-padding-150 {
  padding-top: 150px;
  padding-bottom: 150px; }

.section-padding-200 {
  padding-top: 200px;
  padding-bottom: 200px; }

.section-padding-0-70 {
  padding-top: 0;
  padding-bottom: 70px; }

.font-20 {
  font-size: 20px; }

.font-22 {
  font-size: 22px; }

.font-30 {
  font-size: 30px; }

.font-36 {
  font-size: 36px; }

.line-height-1 {
  line-height: 1; }

.bg-gray {
  background-color: #f1f6fd; }

.height-800 {
  height: 800px; }

/* :: Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #4d5bed;
  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; }
  #preloader span {
    color: #ffffff;
    font-size: 15px;
    margin-top: 15px;
    display: block;
    text-transform: capitalize; }

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
  margin: 0 auto; }

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%,
    100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%,
    100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
/* :: Heading CSS */
.heading-title {
  margin-bottom: 80px; }
  .heading-title h2 {
    color: #243f67;
    text-transform: capitalize;
    font-size: 34px;
    margin-bottom: 8px;
    line-height: 1.3; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .heading-title h2 {
        line-height: 1.4; } }
    @media only screen and (max-width: 767px) {
      .heading-title h2 {
        font-size: 26px;
        line-height: 1.4; } }
  .heading-title p {
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
    color: #333;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .heading-title p {
        font-size: 14px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .heading-title p {
        max-width: 600px;
        margin: auto; } }

.heading-title-team {
  margin-bottom: 80px; }
  .heading-title-team h3 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.3; }
  .heading-title-team p {
    font-size: 20px;
    margin-bottom: 0; }

/* :: Scrool Up CSS */
#scrollUp {
  width: 35px;
  height: 35px;
  background-color: #24CDD5;
  bottom: 30px;
  right: 30px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 35px;
  -webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.15); }

/* :: Buttons CSS */
.btn:focus {
  box-shadow: none; }

.onita-btn {
  height: 46px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 0;
  min-width: 140px;
  background-color: #4d5bed;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms; }
  .onita-btn:focus {
    color: #ffffff; }
  .onita-btn:hover {
    font-weight: 500;
    background-color: #24CDD5;
    border: 1px solid #24CDD5;
    color: #ffffff; }

.onita-btn-2 {
  position: relative;
  z-index: 1;
  height: 46px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 0;
  min-width: 140px;
  background-color: transparent;
  border: 1px solid #fff;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms; }
  .onita-btn-2:focus {
    color: #ffffff; }
  .onita-btn-2:hover {
    font-weight: 500;
    background-color: #24CDD5;
    border: 1px solid #24CDD5;
    color: #ffffff; }

.onita-btn-3 {
  position: relative;
  z-index: 1;
  height: 46px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 1px;
  min-width: 140px;
  padding: 0;
  background-color: #4d5bed;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms; }
  .onita-btn-3:focus {
    color: #ffffff; }
  .onita-btn-3:hover {
    font-weight: 500;
    background-color: #24CDD5;
    border: 1px solid #24CDD5;
    color: #ffffff; }

.onita-btn-4 {
  position: relative;
  z-index: 1;
  height: 46px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 1px;
  min-width: 140px;
  background-color: #ffffff;
  text-align: center;
  padding: 0;
  text-transform: capitalize;
  color: #333333;
  border-radius: 3px;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms; }
  .onita-btn-4:focus {
    color: #333333; }
  .onita-btn-4:hover {
    font-weight: 500;
    background-color: #24CDD5;
    color: #ffffff; }

/* :: Header CSS */
.header-area {
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .header-area.sticky {
    background-color: #4d5bed;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    border-bottom: none; }
  @media only screen and (max-width: 767px) {
    .header-area {
      -webkit-box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.1); } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area {
      -webkit-box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.1); } }

.header-area.home-4 .classy-nav-container .classy-navbar .classynav ul li a {
  color: #111; }
  .header-area.home-4 .classy-nav-container .classy-navbar .classynav ul li a:hover, .header-area.home-4 .classy-nav-container .classy-navbar .classynav ul li a:focus {
    color: #24CDD5; }
.header-area.home-4.sticky {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-bottom: none; }

.classy-navbar .nav-brand {
  width: 140px;
  font-size: 0; }

.classy-navbar .nav-brand:focus,
.classy-navbar .nav-brand:hover {
  font-size: 0;
  font-weight: 600; }

.classy-nav-container {
  background-color: transparent;
  padding: 0 15px; }
  .classy-nav-container .classy-navbar {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 70px;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar .nav-brand {
        max-width: 100px; } }
    .classy-nav-container .classy-navbar .classynav ul li a {
      font-size: 15px;
      text-transform: capitalize;
      color: rgba(255, 255, 255, 0.95);
      font-weight: 500;
      margin: 0 20px;
      padding: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          margin: 0 15px; } }
      .classy-nav-container .classy-navbar .classynav ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li a:active {
        color: #24CDD5; }
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
      font-size: 14px;
      text-transform: uppercase;
      height: 42px;
      line-height: 42px;
      padding: 0 30px;
      color: #243f67;
      margin: 0; }
      .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:hover {
        color: #4d5bed; }

.classy-menu.menu-on .classynav ul li a {
  color: #111;
  margin: 0;
  padding: 0 15px; }
  .classy-menu.menu-on .classynav ul li a:hover, .classy-menu.menu-on .classynav ul li a:active {
    color: #24CDD5; }
.classy-menu.menu-on .classynav ul li.cn-dropdown-item ul li a, .classy-menu.menu-on .classynav ul li.megamenu-item ul li a {
  font-size: 14px;
  text-transform: uppercase;
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
  color: #243f67; }
  .classy-menu.menu-on .classynav ul li.cn-dropdown-item ul li a:focus, .classy-menu.menu-on .classynav ul li.cn-dropdown-item ul li a:hover, .classy-menu.menu-on .classynav ul li.megamenu-item ul li a:focus, .classy-menu.menu-on .classynav ul li.megamenu-item ul li a:hover {
    color: #4d5bed; }

.classynav ul li.active a {
  position: relative;
  z-index: 1; }

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
  color: #ffffff; }

.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
  width: 210px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  border-radius: 6px; }

.breakpoint-off .classynav ul li .megamenu {
  width: 100%; }

.classy-navbar-toggler .navbarToggler span {
  background-color: #243f67; }

.classy-navbar-toggler .navbarToggler span {
  background-color: #ffffff; }

.header-area.home-4 .classy-navbar-toggler .navbarToggler span {
  background-color: #4d5bed; }

@media only screen and (max-width: 767px) {
  .breakpoint-on .classy-navbar .classy-menu {
    width: 250px; } }

@media only screen and (max-width: 767px) {
  max-width: 90px;
  margin-right: 15px; }
.classynav ul li a {
  position: relative; }
  .classynav ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    width: 0;
    height: 2px;
    background: #24CDD5 !important;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all; }

.classynav ul li.active a::before {
  width: 100%; }

.megamenu-thumb {
  height: 100%;
  background-size: cover;
  z-index: 1;
  background-position: center center;
  border-radius: 3px; }

.header-area.mega-version-menu .classynav ul li a::before {
  display: none; }

.header-area.home-4.mega-version-menu .classynav ul li.has-down > a::after, .header-area.home-4.mega-version-menu .classynav ul li.has-down.active > a::after, .header-area.home-4.mega-version-menu .classynav ul li.megamenu-item > a::after {
  color: #111; }

/* :: Hero CSS */
.welcome-area {
  height: 900px;
  position: relative;
  z-index: 2;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .welcome-area {
      height: 1000px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .welcome-area {
      height: 1100px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-area {
      height: 700px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome-area {
      height: 750px; } }
  @media only screen and (max-width: 767px) {
    .welcome-area.home-6 {
      height: 600px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .welcome-area.home-6 {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .welcome-area.home-7 {
      height: 600px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .welcome-area.home-7 {
      height: 600px; } }

.welcome-area-slider .owl-nav {
  opacity: 0;
  transition-duration: 500ms; }
  .welcome-area-slider .owl-nav .owl-prev,
  .welcome-area-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    font-size: 24px;
    display: inline-block; }
  .welcome-area-slider .owl-nav .owl-next {
    right: 15px;
    left: auto; }
.welcome-area-slider:hover .owl-nav {
  opacity: 1; }

.welcome-area-slider,
.single-welcome-slide {
  height: 900px; }
  @media only screen and (max-width: 767px) {
    .welcome-area-slider,
    .single-welcome-slide {
      height: 600px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .welcome-area-slider,
    .single-welcome-slide {
      height: 600px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-area-slider,
    .single-welcome-slide {
      height: 600px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome-area-slider,
    .single-welcome-slide {
      height: 750px; } }

.slide_inr {
    padding: 0 20px;
}
.welcome-slides .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 49px;
    color: #ffff;
}
.welcome-slides .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 49px;
    color: #ffff;
}
.welcome-text {
  position: relative;
  z-index: 9;
  border-radius: 5px; 
  padding-left:80px;}
  .welcome-text span {
    color: #24CDD5; }
  .welcome-text h2 {
    font-size: 54px;
    color: #fff;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .welcome-text h2 {
        font-size: 28px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .welcome-text h2 {
        font-size: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .welcome-text h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .welcome-text h2 {
        font-size: 42px; } }
  .welcome-text h6 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7; }
    @media only screen and (max-width: 767px) {
      .welcome-text h6 {
        font-size: 14px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .welcome-text h6 {
        font-size: 16px; } }
  .welcome-text p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    margin-bottom: 30px;
    display: block; }

.container-large {
  max-width: 1340px; }

.dashboard-clock #dashboardDate {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 3px; }

.dashboard-clock ul li {
  font-size: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  letter-spacing: 2px; }

.cd-intro {
  text-align: left;
  margin: 0; }

.cd-intro {
  margin: t;
  text-align: left;
  margin: 0; }

.cd-headline.clip b.is-visible {
  color: #4d5bed; }

.cd-headline {
  font-size: 50px;
  color: #ffffff;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .cd-headline {
      font-size: 27px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .cd-headline {
      font-size: 46px !important; } }

.cd-headline.clip .cd-words-wrapper::after {
  background-color: #4d5bed; }

.welcome-bg-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.welcome-bg-thumb {
  background: repeat-x scroll 0 0 / cover;
  -webkit-animation: bg-animate 3s linear infinite;
  animation: bg-animate 3s linear infinite; }

@-webkit-keyframes bg-animate {
  from {
    background-position: 0 0; }
  to {
    background-position: 100% 0; } }
@keyframes bg-animate {
  from {
    background-position: 0 0; }
  to {
    background-position: 100% 0; } }
.better-desgin-thumb {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: bounce_fountainG;
  animation-name: bounce_fountainG;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  z-index: 9; }

.single-approach-area {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: bounce_fountainG;
  animation-name: bounce_fountainG;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  z-index: 9; }

.welcome-thumb {
  top: 34%;
  left: -16%;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: bounce_fountainG;
  animation-name: bounce_fountainG;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  z-index: 9; 
  padding-right:40px;}

@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounce_fountainG {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
#particles-js {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

#particles-js canvas.particles-js-canvas-el {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important; }

#particles-js-2 {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1; }

#particles-js-2 canvas.particles-js-canvas-el {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: -1; }

.card-thumb {
  -webkit-box-shadow: 0 7px 9px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 9px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 2;
  left: -10px;
  top: -30px;
  width: 250px;
  transition-duration: 1500ms; }
  .card-thumb img {
    border-radius: 5px;
    transition-duration: 1500ms; }

.welcome-single-card .card-content-text {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #4d5bed;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition-duration: 700ms; }
  .welcome-single-card .card-content-text .icon {
    margin-bottom: 15px;
    margin-top: 20px;
    opacity: 0; }
  .welcome-single-card .card-content-text h4 {
    color: #fff;
    font-size: 18px;
    opacity: 0; }
  .welcome-single-card .card-content-text p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    font-size: 13px;
    opacity: 0; }
.welcome-single-card:hover .card-content-text {
  z-index: 9;
  transform: scale(1.2); }

.welcome-text.home-2 h2 {
  font-size: 60px; }
  @media only screen and (max-width: 767px) {
    .welcome-text.home-2 h2 {
      font-size: 36px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-text.home-2 h2 {
      font-size: 44px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome-text.home-2 h2 {
      font-size: 50px; } }
  .welcome-text.home-2 h2 span {
    color: #24CDD5; }
.welcome-text.home-2 h6 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px; }
  @media only screen and (max-width: 767px) {
    .welcome-text.home-2 h6 {
      font-size: 16px; } }

/* :: Sponsor Area CSS */
.our-sponsor-area {
  padding: 100px 0; }
  .our-sponsor-area .happy-client h4 {
    color: #fff;
    font-size: 34px;
    text-align: center;
    margin-bottom: 50px; }
  .our-sponsor-area .single-sponsor a img {
    width: 110px;
    margin: auto; }

.set-tab-heading {
  margin-bottom: 30px; }
  .set-tab-heading h5 {
    font-size: 30px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .set-tab-heading h5 {
        font-size: 26px; } }
  .set-tab-heading p {
    font-size: 16px; }

.set-up-list li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 600; }
  .set-up-list li i {
    font-size: 14px;
    color: #24CDD5;
    margin-right: 5px; }
	
/* :: Price Table Area CSS */
.single-ticket-pricing-table {
  background-color: #ffffff;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #4d5bed; }
  .single-ticket-pricing-table .price-header {
    padding: 30px 20px;
    border-bottom: 1px solid #eee; }
    .single-ticket-pricing-table .price-header .ticket-plan {
      font-size: 17px;
      text-transform: uppercase;
      color: #243f67;
      margin-bottom: 3px; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single-ticket-pricing-table .price-header .ticket-plan {
          font-size: 14px; } }
    .single-ticket-pricing-table .price-header .ticket-price {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 0;
      color: #24CDD5;
      text-align: center; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single-ticket-pricing-table .price-header .ticket-price {
          font-size: 22px; } }
    .single-ticket-pricing-table .price-header p {
      color: #111;
      margin-bottom: 0;
      font-size: 12px; }
    .single-ticket-pricing-table .price-header .header-price-area p {
      font-weight: 500;
      font-size: 13px; }
  .single-ticket-pricing-table .ticket-pricing-table-details {
    padding: 30px 20px;
    border-bottom: 1px solid #eee; }
    .single-ticket-pricing-table .ticket-pricing-table-details p {
      color: #243f67; }
      .single-ticket-pricing-table .ticket-pricing-table-details p i {
        float: right;
        color: #24CDD5; }
      .single-ticket-pricing-table .ticket-pricing-table-details p:last-child {
        margin-bottom: 0; }
  .single-ticket-pricing-table .button-area {
    padding: 30px 20px; }
  .single-ticket-pricing-table:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    border-color: transparent;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.1);
    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.1); }

.price-header.single,
.ticket-pricing-table-details.single {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.about-us-heading {
  margin-bottom: 50px; }
  .about-us-heading h4 {
    font-size: 34px; }
    @media only screen and (max-width: 767px) {
      .about-us-heading h4 {
        font-size: 26px; } }

.service_single_thumb.right {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .service_single_thumb.right {
      display: none; } }

.single_service_inner_thumb {
  position: relative;
  z-index: 1; }

.right .single_service_brg_thumb {
  bottom: 0;
  position: absolute;
  display: none; }
  @media only screen and (max-width: 767px) {
    .right .single_service_brg_thumb {
      display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .right .single_service_brg_thumb {
      width: 290px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .right .single_service_brg_thumb {
      width: 300px; } }

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
.single-about-content {
  padding: 10%;
  border-radius: 0.375rem;
  box-shadow: 5px 8px 28px rgba(23, 23, 36, 0.1);
  margin-bottom: 50px; }
  .single-about-content h4 {
    font-size: 18px;
    text-transform: capitalize; }
    .single-about-content h4 span {
      font-size: 28px;
      margin-right: 8px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-about-content h4 {
        font-size: 16px; } }
  .single-about-content p {
    font-size: 14px;
    margin-bottom: 0; }


/* :: Client Area CSS */
.our-sponsor-client-area .client-heading h4 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1.5px; }
.our-sponsor-client-area .single-clint-content .single-clint-thumb {
  width: 70px;
  border: 1px solid #eee;
  border-radius: 50%;
  margin: auto; }
  .our-sponsor-client-area .single-clint-content .single-clint-thumb img {
    border-radius: 50%; }
.our-sponsor-client-area .single-clint-content .clint-info h6 {
  font-size: 17px;
  margin-bottom: 3px;
  color: #fff; }
.our-sponsor-client-area .single-clint-content .clint-info p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85); }
.our-sponsor-client-area .single-clint-content p {
  font-size: 22px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 300; }
  @media only screen and (max-width: 767px) {
    .our-sponsor-client-area .single-clint-content p {
      font-size: 20px; } }
.our-sponsor-client-area .owl-nav {
  opacity: 0;
  transition-duration: 500ms; }
  .our-sponsor-client-area .owl-nav .owl-prev,
  .our-sponsor-client-area .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    font-size: 46px;
    display: inline-block; }
  .our-sponsor-client-area .owl-nav .owl-next {
    right: 0;
    left: auto; }
.our-sponsor-client-area:hover .owl-nav {
  opacity: 1; }

.single-clint-content.single {
  padding: 30px;
  border-radius: 5px; }

/* :: Footer CSS */
.contact-information {
  background-color: #4d5bed;
  padding: 50px 20px;
  border-radius: 10px; }

.contact-information {
  position: relative;
  z-index: 99; }

.single-contact-info .icon {
  height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  max-width: 40px;
  background-color: #fff;
  color: #4d5bed;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  margin-right: 15px;
  -webkit-box-shadow: 0 0 20px 15px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 20px 15px rgba(255, 255, 255, 0.2); }

.contact-info h5 {
  color: #fff;
  line-height: 1.2;
  font-size: 18px; }

.contact-info p {
  color: rgba(255, 255, 255, 0.85); }

.single-contact-info .icon {
  top: 34%;
  left: -16%;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  -webkit-animation-name: bounce_fountainG;
  animation-name: bounce_fountainG;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

@keyframes bounce_fountainG {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.form-control {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 20px;
  height: 50px;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
  background-color: #eff3ff;
  border: 1px solid #e3eaff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.form-text-area {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 20px;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
  background-color: #eff3ff;
  border: 1px solid #e3eaff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.form-text-area:focus,
.form-control:focus {
  background-color: #fff;
  border-color: #4d5bed;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (min-width: 320px) and (max-width: 479px) {
  .contact-bg-pattern::after {
    height: 380px;
    width: 295px;
    top: -36px;
    left: -10px;
    border-radius: 78px 68px 175px 42px; }

  .single-contact-info .icon {
    margin-right: 10px; }

  .contact-info h5 {
    font-size: 18px; } }
@media (min-width: 480px) and (max-width: 575px) {
  .contact-bg-pattern::after {
    height: 350px;
    width: 400px;
    left: -19px; } }
/* ----- Footer Contact CSS ----- */
.footer-contact-area {
  background-color: #111; }

.footer-logo a img {
  max-width: 130px; }

.footer-single-widget h4 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 20px; }

.footer-single-widget ul li {
  display: inline-block;
  margin: 0 20px; }

.footer-single-widget ul li:last-child {
  margin-bottom: 0; }

.footer-single-widget ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  font-weight: 400; }

.footer-single-widget ul li a i {
  margin-right: 5px; }

.footer-single-widget ul li a:hover {
  color: #fff; }

.footer-single-widget p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0; }

.copy-right-area {
  background-color: #111;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12); }

.copy-right-menu ul li {
  display: inline-block; }

.copy-right-menu ul li a {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 15px;
  font-size: 13px;
  font-weight: 400; }

.footer-single-widget ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 0px;
  height: 1px;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  background: currentColor; }

.footer-single-widget ul li a:hover::after {
  width: 100%;
  left: 0;
  right: auto; }

.copy-right-content p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 400; }

.footer-contact-icon {
  margin-top: 20px; }

.footer-contact-icon a {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-color: #4d5bed;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 25px;
  border-radius: 3px;
  margin-right: 10px; }

.gmaps {
  height: 450px;
  width: 100%;
  border: 0; }

/* :: Branding Product Area CSS */
.single-feature-area {
  -webkit-box-shadow: 0px 6px 40px 0px rgba(148, 146, 245, 0.2);
  box-shadow: 0px 6px 40px 0px rgba(148, 146, 245, 0.2);
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  background-color: #fff;
  margin-bottom: 30px; }
  .single-feature-area::before {
    position: absolute;
    content: "";
    width: 95%;
    height: 95%;
    z-index: -1;
    bottom: 0;
    left: 1px;
    border-radius: 12px;
    background-color: #4d5bed;
    outline: 1px solid transparent;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .single-feature-area .feature-icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    background-color: #F6F4FD;
    border-radius: 36px 6px 41px 6px;
    font-size: 30px;
    color: #4d5bed;
    margin-bottom: 20px;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms; }
  .single-feature-area h5 {
    font-size: 17px; }
  .single-feature-area p {
    margin-bottom: 0;
    font-size: 14px; }
  .single-feature-area:hover {
    background-color: #fff; }
    .single-feature-area:hover .feature-icon {
      background-color: #4d5bed;
      color: #ffffff; }
    .single-feature-area:hover::before {
      -webkit-transform: rotate(2deg) translateX(-5px) translateY(16px);
      -ms-transform: rotate(2deg) translateX(-5px) translateY(16px);
      transform: rotate(2deg) translateX(-5px) translateY(16px); }

.why-choose-us-area .single-choose-slider {
  padding: 20px;
  border-radius: 3px;
  text-align: center; }
  .why-choose-us-area .single-choose-slider .choose-icon {
    font-size: 30px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: inline-block;
    line-height: 70px;
    color: #4d5bed;
    background-color: #ffffff;
    margin-bottom: 20px; }
  .why-choose-us-area .single-choose-slider h4 {
    font-size: 22px;
    color: #fff; }
  .why-choose-us-area .single-choose-slider p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85); }
.why-choose-us-area .owl-dots, .sposor-area .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 20px; }
.why-choose-us-area .owl-dot, .sposor-area .owl-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #24CDD5;
  margin: 0 5px;
  display: inline-block;
  transition-duration: 700ms; }
.why-choose-us-area .owl-dot.active, .sposor-area .owl-dot.active {
  width: 24px;
  border-radius: 10px;
  background-color: #4d5bed; }

/* ----------------------
* Dots
---------------------------*/
.dots-icon {
  position: relative; }
.dots {
  z-index: 0;
  animation: dots 6s infinite linear; }
.dots .dot {
  width: 5px;
  height: 5px;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px; }

.dots .dot1 {
  background-color: #4c4f8d;
  transform: translate(15px, 5px);
  animation: dot1 1.5s infinite alternate; }

.dots .dot2 {
  background-color: #b8a6f7;
  transform: translate(-8px, 8px);
  animation: dot2 1.5s infinite alternate;
  animation-delay: .5s; }

.dots .dot3 {
  background-color: #24CDD5;
  transform: translate(-5px, -12px);
  animation: dot3 1.5s infinite alternate;
  animation-delay: 1s; }

@keyframes dots {
  from {
    transform: rotate(-360deg); }
  to {
    transform: rotate(0); } }
@keyframes dot1 {
  from {
    transform: translate(15px, 5px);
    opacity: 1; }
  to {
    transform: translate(25px, 5px);
    opacity: 1; } }
@keyframes dot2 {
  from {
    transform: translate(-8px, 8px);
    opacity: 1; }
  to {
    transform: translate(-19px, 19px);
    opacity: 1; } }
@keyframes dot3 {
  from {
    transform: translate(-5px, -12px);
    opacity: 1; }
  to {
    transform: translate(-10px, -24px);
    opacity: 1; } }
.better-desgin-area .better-desgin .dots-icon {
  position: relative; }
.better-desgin-area .better-desgin .dots {
  z-index: 0;
  animation: dots 6s infinite linear; }
.better-desgin-area .better-desgin .dots2 .dot1 {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px; }
.better-desgin-area .better-desgin .dots2 .dot2 {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 50%; }
.better-desgin-area .better-desgin .dots2 .dot3 {
  border: 2px solid rgba(31, 35, 113, 0.5);
  height: 15px;
  width: 15px;
  background-color: transparent;
  position: absolute;
  left: 50%;
  top: 0; }
.better-desgin-area .better-desgin .dots2 .dot1 {
  background-color: rgba(76, 79, 141, 0.5);
  transform: translate(15px, 5px);
  animation: dot1 1.5s infinite alternate; }
.better-desgin-area .better-desgin .dots2 .dot2 {
  background-color: rgba(0, 184, 148, 0.5);
  transform: translate(-8px, 8px);
  animation: dot2 1.5s infinite alternate;
  animation-delay: .5s; }
.better-desgin-area .better-desgin .dots2 .dot3 {
  transform: translate(-5px, -12px);
  animation: dot3 1.5s infinite alternate;
  animation-delay: 1s; }
@keyframes dots {
  from {
    transform: rotate(-360deg); }
  to {
    transform: rotate(0); } }
@keyframes dot1 {
  from {
    transform: translate(15px, 5px);
    opacity: 1; }
  to {
    transform: translate(25px, 5px);
    opacity: 1; } }
@keyframes dot2 {
  from {
    transform: translate(-8px, 8px);
    opacity: 1; }
  to {
    transform: translate(-19px, 19px);
    opacity: 1; } }
@keyframes dot3 {
  from {
    transform: translate(-5px, -12px);
    opacity: 1; }
  to {
    transform: translate(-10px, -24px);
    opacity: 1; } }

.better-desgin-thumb {
  position: relative;
  z-index: 1; }
  .better-desgin-thumb::after {
    background-color: #4d5bed;
    height: 100px;
    width: 140px;
    position: absolute;
    content: "";
    top: 30px;
    z-index: 9;
    right: -50px; }
    @media only screen and (max-width: 767px) {
      .better-desgin-thumb::after {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .better-desgin-thumb {
      left: 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .better-desgin-thumb {
      left: 0; } }
	  
.onbita-error-page-area {
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center; }

.onita-btn- {
  height: 60px;
  width: 240px;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #fff;
  margin-top: 50px;
  color: #fff;
  font-weight: 600;
  transition-duration: 500ms;
  text-transform: capitalize; }

.onbita-btn-:hover {
  background-color: #6c62ff;
  border-color: #6c62ff;
  color: #fff !important; }

/*# sourceMappingURL=style.css.map */

