/* -------------------------------------------------------------------
 * Theme Name            : HovyLee - App Landing Page
 * Author Name           : Yucel Yilmaz
 * Created Date          : 08 October 2020
 * Version               : 1.0
 * File                  : style.css
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
   Base                               
   ------------------------ /
 * 01.Base
 * 02.Typography
 * 03.Helper Class
   ------------------------ /
   Components                               
   ------------------------ /
 * 04.Buttons  
 * 05.Animations 
 * 06.Form(Input, Comment)
 * 07.Pagination 
 * 08.Preloader
   ------------------------ /
   Layout                               
   ------------------------ /
 * 09.Header
 * 10.Hero
 * 11.Features
 * 12.About
 * 13.New Features
 * 14.Watch Video
 * 15.Testimonial
 * 16.Pricing
 * 17.Download App   
 * 18.Our Team
 * 19.FAQ
 * 20.Latest Blogs  
 * 21.Contact Us
 * 22.Footer
 * 23.Breadcrumb
 * 24.Sidebar 
   ------------------------ /
   Pages                               
   ------------------------ /
 * 25.Blog Single
 * 26.Home Intro  
  
------------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* 01.Base                               
/* ---------------------------------------------------------------- */
body,
html {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #7C7885;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
}

::-moz-selection {
  background: #292f36;
  color: #fff;
}

::selection {
  background: #292f36;
  color: #fff;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

textarea,
textarea:focus,
input,
input:focus,
button,
button:focus {
  outline: none;
  resize: inherit;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

/* ---------------------------------------------------------------- */
/* 02.Typography                               
/* ---------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.4;
}

h1,
.h1 {
  font-size: 40px;
}

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

h3,
.h3 {
  font-size: 2.9rem;
}

h4,
.h4 {
  font-size: 2.5rem;
}

h5,
.h5 {
  font-size: 1.467rem;
}

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

p {
  color: rgb(218 218 218 / 90%);
  line-height: 2;
  margin: 0;
}


/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra Small devices (portrait phones, less than 575px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {

  h3,
  .h3 {
    font-size: 2.1rem;
  }

  h4,
  .h4 {
    font-size: 1.8rem;
  }
}

/* ---------------------------------------------------------------- */
/* 03.Helper Class                              
/* ---------------------------------------------------------------- */
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.section {
  padding: 100px 0;
}

.section .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.section .section-heading h2 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: center;
  display: block;
  position: relative;
}

.section .section-heading h2:after {
  content: "";
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  position: absolute;
  background: #5268F2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section .section-heading h2 span {
  color: #5268F2;
}

.section .section-heading h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #7C7885;
}

.inner-header-title {
  margin-bottom: 25px !important;
  position: relative;
  padding-bottom: 20px;
  display: block;
}

.inner-header-title:after,
.inner-header-title:before {
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  position: absolute;
  border-radius: 5px;
}

.inner-header-title:after {
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
}

.inner-header-title:before {
  width: 60px;
  z-index: 36;
  background: #5268F2;
}

.bg-grey {
  background: #f5f5f5;
}

.bg-light-grey {
  background: #F9F9FB;
}

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

.pb-minus-70 {
  padding-bottom: 70px;
}

.bg-overlay {
  z-index: 1;
  padding: 100px 0;
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-overlay:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  opacity: 0.75;
  background: #5268F2;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
  line-height: 0;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #5268F2;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  border: none;
  width: 25px;
  height: 7px;
  margin: 0 5px;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #eee;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .section .section-heading h2 {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------------- */
/* 04.Buttons                                                     
/* ---------------------------------------------------------------- */
.white-btn {
  font-weight: 500;
  padding: 16px 35px;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
  /* background: #fff; */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: #035ac5 !important;
  background-color: #ffffff;
  /* border: 1px solid #fff; */
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
}

.white-btn:hover {
  background: #035ac5;
  color: #00adad !important;
  -webkit-animation: pulseWhite 1s 1 ease-in-out forwards;
  animation: pulseWhite 1s 1 ease-in-out forwards;
}



.outline-btn {
  width: 252px;
  height: 66px;
  font-weight: bold;
  font-size: 23px;
  padding: 15px 18px;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
  background: transparent;
  text-transform: capitalize;
  /* -webkit-transition: all 0.5s ease; */
  transition: all 0.5s ease;
  border: 1px solid #fff;
  color: #048cc3 !important;
  /* margin-top: 30px; */
  margin-top: -4%;
  margin-left: 150px;
}

.outline-btn:hover {
  background: #fff;
  color: #000 !important;
  -webkit-animation: pulseWhite 1s ease-in-out forwards;
  animation: pulseWhite 1s ease-in-out forwards;
}

.scroll-top-btn {
  bottom: 0;
  opacity: 0;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 144;
  line-height: 60px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  visibility: hidden;
  color: #fff !important;
  background: #5268F2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.scroll-top-btn:hover {
  color: #fff !important;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out;
  animation: pulsePrimary 1s 1 ease-in-out;
}

.scroll-top-btn.active {
  opacity: 1;
  bottom: 10px;
  visibility: visible;
}

/* ---------------------------------------------------------------- */
/* 05.Animations                                                     
/* ---------------------------------------------------------------- */
@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@-webkit-keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulseWhite {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
    box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
    box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
    box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
  }
}

@keyframes pulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
    box-shadow: 0 0 0 0 rgba(82, 104, 242, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
    box-shadow: 0 0 0 20px rgba(82, 104, 242, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
    box-shadow: 0 0 0 0 rgba(82, 104, 242, 0);
  }
}

@-webkit-keyframes shadowIn {
  0% {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
}

@keyframes shadowIn {
  0% {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
}

@-webkit-keyframes iconPulse {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes iconPulse {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }

  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }

  100% {
    stroke-dashoffset: 900;
  }
}

/* ---------------------------------------------------------------- */
/* 06.Form(Input, Comment)                             
/* ---------------------------------------------------------------- */
.custom-modal .modal-content {
  background: transparent;
}

.custom-modal .modal-content .modal-header {
  padding: 20px 30px;
  background: #5268F2;
  border-radius: 4px 4px 0 0;
}

.custom-modal .modal-content .modal-header .modal-title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
}

.custom-modal .modal-content .modal-header button {
  opacity: 1;
}

.custom-modal .modal-content .modal-header button span {
  font-weight: 400;
  color: #fff;
}

.custom-modal .modal-content .modal-body {
  padding: 30px;
  background: #fff;
  border-radius: 0 0 4px 4px;
}

.custom-modal .modal-content .modal-body .popup-form-group {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.custom-modal .modal-content .modal-body .popup-form-group .popup-form-control {
  height: 60px;
  outline: none;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  color: #000;
  background: #fff;
  padding: 0 20px 0 60px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.custom-modal .modal-content .modal-body .popup-form-group .popup-form-control:focus {
  outline: none;
  border-color: #5268F2;
}

.custom-modal .modal-content .modal-body .popup-form-group>span {
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5268F2;
  font-size: 16px;
}

.custom-modal .modal-content .modal-body .popup-form-group textarea {
  height: auto !important;
  padding: 18px 20px 18px 60px !important;
}

#contactFormSuccessModal .modal-header,
#contactFormDangerModal .modal-header {
  text-align: center;
  padding: 20px;
  border: 0;
}

#contactFormSuccessModal .modal-header h5,
#contactFormSuccessModal .modal-header button,
#contactFormDangerModal .modal-header h5,
#contactFormDangerModal .modal-header button {
  color: #fff;
}

#contactFormSuccessModal .modal-header.danger,
#contactFormDangerModal .modal-header.danger {
  background: #f27474;
  color: #fff;
}

#contactFormSuccessModal .modal-header.success,
#contactFormDangerModal .modal-header.success {
  background: #4caf50;
  color: #fff;
}

#contactFormSuccessModal .modal-body,
#contactFormDangerModal .modal-body {
  border-radius: 0;
}

#contactFormSuccessModal .modal-body .form-popup-inner,
#contactFormDangerModal .modal-body .form-popup-inner {
  text-align: center;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon,
#contactFormDangerModal .modal-body .form-popup-inner .form-icon {
  margin-bottom: 30px;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg,
#contactFormDangerModal .modal-body .form-popup-inner .form-icon svg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg .path,
#contactFormDangerModal .modal-body .form-popup-inner .form-icon svg .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg .path.circle,
#contactFormDangerModal .modal-body .form-popup-inner .form-icon svg .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg .path.line,
#contactFormDangerModal .modal-body .form-popup-inner .form-icon svg .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg .path.check,
#contactFormDangerModal .modal-body .form-popup-inner .form-icon svg .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dashCheck 0.9s 0.35s ease-in-out forwards;
  animation: dashCheck 0.9s 0.35s ease-in-out forwards;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon.danger svg,
#contactFormDangerModal .modal-body .form-popup-inner .form-icon.danger svg {
  fill: #f27474;
  stroke: #f27474;
  background: rgba(242, 116, 116, 0.1);
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon.success svg,
#contactFormDangerModal .modal-body .form-popup-inner .form-icon.success svg {
  fill: #4caf50;
  stroke: #4caf50;
  background: rgba(76, 175, 80, 0.1);
}

#contactFormSuccessModal .modal-footer,
#contactFormDangerModal .modal-footer {
  border-radius: 0;
  background: #fff;
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#contactFormSuccessModal .modal-footer .popup-link,
#contactFormDangerModal .modal-footer .popup-link {
  font-weight: 700;
  color: #000;
}

#contactFormSuccessModal .modal-footer .popup-link.success:hover,
#contactFormDangerModal .modal-footer .popup-link.success:hover {
  color: #4caf50;
  text-decoration: underline;
}

#contactFormSuccessModal .modal-footer .popup-link.danger:hover,
#contactFormDangerModal .modal-footer .popup-link.danger:hover {
  color: #f27474;
  text-decoration: underline;
}

body[style],
header[style] {
  padding-right: 0 !important;
}

.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}

.comment-item {
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.comment-item:last-child {
  border-bottom: 0;
}

.comment-item p {
  margin-bottom: 15px !important;
}

.comment-item .comment-item-title {
  margin-bottom: 10px;
}

.comment-item img {
  margin-right: 20px;
  border-radius: 50%;
}

.comment-item .comment-meta {
  margin-bottom: 10px;
}

.comment-item .comment-meta span {
  display: inline-block;
  margin-right: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.comment-item .comment-meta span i {
  margin-right: 10px;
  color: #5268F2;
}

.comment-item .reply-btn {
  display: inline-block;
  font-weight: 500;
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.comment-item .reply-btn:hover {
  color: #5268F2;
}

.comment-item .reply-btn i {
  vertical-align: -1px;
  display: inline-block;
  color: #5268F2;
}

.comment-item.sub-comment-item {
  margin-left: 100px;
}

.leave-comment-wrapper .comment-form-group {
  margin-bottom: 20px;
  position: relative;
}

.leave-comment-wrapper .comment-form-group .form-control {
  outline: none;
  width: 100%;
  border: none;
  height: auto;
  color: #000;
  padding: 18px 20px 18px 50px;
  border-radius: 5px;
  display: block;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 10px 30px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 10px 30px 0 rgba(194, 188, 210, 0.2);
}

.leave-comment-wrapper .comment-form-group .form-control:focus {
  -webkit-box-shadow: 0 15px 30px rgba(194, 188, 210, 0.2);
  box-shadow: 0 15px 30px rgba(194, 188, 210, 0.2);
}

.leave-comment-wrapper .comment-form-group span {
  top: 0;
  left: 20px;
  line-height: 60px;
  color: #5268F2;
  position: absolute;
  pointer-events: none;
}

.leave-comment-wrapper button {
  border: none;
}

.custom-form-group {
  position: relative;
}

.custom-form-group .custom-form-control {
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 18px 30px 18px 60px;
  border: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 10px 20px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 10px 20px 0 rgba(194, 188, 210, 0.2);
}

.custom-form-group .custom-form-control:focus {
  -webkit-box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
}

.custom-form-group>span {
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5268F2;
  font-size: 16px;
}

.custom-form-group button {
  width: 100%;
  display: block !important;
  background: transparent;
}

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

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra Small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .comments-wrap .comments-item-wrap .comments-item {
    display: block;
  }

  .comments-wrap .comments-item-wrap .comments-item img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .comments-wrap .comments-item-wrap .comments-item.sub-comment {
    padding-left: 100px;
  }
}

/* ---------------------------------------------------------------- */
/* 07.Pagination                              
/* ---------------------------------------------------------------- */
.pagination-wrap {
  margin-top: 20px;
}

.pagination-wrap .pagination-link {
  width: 50px;
  height: 50px;
  color: #000;
  line-height: 50px;
  margin: 0 5px 0 0;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 10px 20px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 10px 20px 0 rgba(194, 188, 210, 0.2);
}

.pagination-wrap .pagination-link:hover,
.pagination-wrap .pagination-link.active {
  background: #5268F2;
  color: #fff !important;
}

.pagination-wrap .pagination-link:last-child {
  margin-right: 0;
}

/* ---------------------------------------------------------------- */
/* 08.Preloader                            
/* ---------------------------------------------------------------- */
#preloader-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#preloader-wrap .gooey {
  top: 50%;
  left: 50%;
  width: 142px;
  height: 40px;
  position: absolute;
  -webkit-filter: contrast(20);
  filter: contrast(20);
  margin: -20px 0 0 -71px;
  background: #fff;
}

#preloader-wrap .gooey .dot {
  top: 12px;
  left: 15px;
  width: 16px;
  height: 16px;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  border-radius: 50%;
  position: absolute;
  background: #000;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

#preloader-wrap .gooey .dots {
  margin-top: 12px;
  margin-left: 31px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

#preloader-wrap .gooey .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  border-radius: 50%;
  background: #000;
}

/* ---------------------------------------------------------------- */
/* 09.Header                                                   
/* ---------------------------------------------------------------- */



.header {
  padding: 10px 0;
  -webkit-transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
}


.header .navbar-brand {
  padding: 0;
  color: #fff;
  margin-right: 0;
  text-transform: capitalize;
}

.header .navbar-brand img {
  width: 185px;
  height: 60px;
  margin-left: 27px;
}

.header .navbar-brand img.logo-transparent {
  display: block;
}

.header .nav-item .nav-link {
  color: #ffffff;
  font-weight: 600;
  padding: 30px 25px !important;
  letter-spacing: 0.6px;
  display: block;
  position: relative;
  font-size: 25px;
  text-transform: uppercase;
}

.header .nav-item .nav-linkone {
  color: #fff;
  font-weight: 500;
  padding: 30px 18px !important;
  letter-spacing: 0.6px;
  display: block;
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  margin-left: 45px;
}

.header .nav-item .nav-linkone:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: #fff;
}



.header .nav-item .nav-linkone.active {
  opacity: 1;
}

.header .nav-item .nav-linkone:not(.active):after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  z-index: 7;
  content: '';
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  background: #fff;
  -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;
}

.header .nav-item .nav-linkone:not(.active):hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

*/ .header .nav-item .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: #fff;
}


.header .nav-item .nav-link.active {
  opacity: 1;
}

.header .nav-item .nav-link:not(.active):after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  z-index: 7;
  content: '';
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  background: #fff;
  -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;
}

.header .nav-item .nav-link:not(.active):hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}



.header .nav-item:hover>a {
  color: #fff;
  opacity: 1;
}

.header .nav-item.dropdown:hover .nav-link:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.header .nav-item.dropdown .dropdown-menu {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 3px 15px 0 rgba(194, 188, 210, 0.2);
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  color: #000;
  font-size: 14px;
  display: block;
  font-weight: 400;
  padding: 12px 20px;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: #5268F2;
  border-bottom-color: #5268F2;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}

.header .nav-item.dropdown .dropdown-toggle {
  padding-right: 25px !important;
}

.header .nav-item.dropdown .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0;
  vertical-align: initial;
  content: "";
  border: none;
}

.header .nav-item.dropdown .dropdown-toggle:before {
  content: "\f078";
  top: 50%;
  right: 0;
  position: absolute;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header .nav-item.dropdown .dropdown-toggle[aria-expanded="true"]:before {
  top: 28px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header .navbar-toggler {
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 10px 0 0;
}

.header .navbar-toggler .togler-icon-inner span {
  height: 3px;
  margin: 5px;
  width: 30px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar-toggler .togler-icon-inner span:nth-child(2) {
  width: 20px !important;
  margin-left: auto;
}

.header .navbar-toggler .togler-icon-inner span:last-child {
  margin-bottom: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(2) {
  opacity: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
  transform: rotate(45deg) translate(-5px, -6px);
}

/* Header Shrink */
.header-shrink {
  border-bottom: none;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 15px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 3px 15px 0 rgba(194, 188, 210, 0.2);
}

.header-shrink .nav-item:hover .nav-link {
  color: #5268F2;
}

.header-shrink .nav-item .default-nav-btn {
  border-color: #5268F2;
}

.header-shrink .nav-item .default-nav-btn span {
  z-index: 1;
  color: #5268F2;
}

.header-shrink .nav-item .default-nav-btn:hover {
  color: #fff;
}

.header-shrink .nav-item .default-nav-btn:hover span {
  color: #fff;
}

.header-shrink .nav-item .default-nav-btn:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.header-shrink .nav-item .default-nav-btn:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  position: absolute;
  background: #5268F2;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
}

.header-shrink .nav-item .nav-link {
  color: #5268F2;
  opacity: 1;
}


.header-shrink .nav-item .nav-link.active,
.header-shrink .nav-item .nav-link:hover {
  color: #5268F2;
}

.header-shrink .nav-item .nav-link:after {
  background: #5268F2;
}

.header-shrink .nav-item .nav-link:not(.active):after {
  background: #5268F2;
}

.header-shrink .navbar-toggler .togler-icon-inner span {
  background-color: #000;
}

.header-shrink .white-btn {
  color: #fff !important;
  background: #5268F2;
  border: 1px solid #5268F2;
  -webkit-box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
  box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
}

.header-shrink .white-btn:hover {
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* background: #233fee; */
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
  animation: pulsePrimary 1s 1 ease-in-out forwards;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .header .container {
    max-width: 100%;
    padding: 0;
  }

  .header .navbar-brand {
    padding: 10px 0 10px 15px;
  }

  .header .main-menu {
    background: #fff;
  }

  .header .main-menu .navbar-nav {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
  }



  .header .main-menu .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }

  .header .main-menu .navbar-nav .nav-link {
    color: #000;
    padding: 10px 15px !important;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 1;
    border-bottom: 1px solid #eee;
  }

  .header .main-menu .navbar-nav .nav-link:after {
    display: none;
  }

  .header .main-menu .navbar-nav .nav-link.active {
    background: #5268F2;
    color: #fff !important;
    border-color: #5268F2;
  }

  .header .main-menu .navbar-nav .nav-link:not(.active):hover {
    background: #5268F2;
    color: #fff !important;
    border-color: #5268F2;
  }

  .header .main-menu .nav-item .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #edeffe;
  }

  .header .main-menu .nav-item .dropdown-menu .dropdown-item:hover {
    background: #5268F2;
  }

  .header .dropdown-toggle:before {
    top: 22px !important;
    right: 20px !important;
  }

  .header .dropdown-toggle[aria-expanded="true"]:before {
    top: 11px !important;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }

  .header .search-btn-mobile {
    display: block;
    position: absolute;
    top: 32px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    right: 60px;
  }

  .header.header-shrink .search-btn-mobile {
    color: #000;
  }

  .header .search-btn-resp {
    display: none;
  }

  .navbar-btn-resp {
    display: none !important;
  }

  /* Header Shrink */
  .header-shrink .nav-item:hover .nav-link {
    color: #5268F2;
  }

  .header-shrink .nav-item .nav-link {
    color: #000;
  }

  .header-shrink .nav-item .nav-link.active,
  .header-shrink .nav-item .nav-link:hover {
    color: #5268F2;
  }

  .header-shrink .nav-item .nav-link:after {
    background: #5268F2;
  }

  .header-shrink .nav-item .nav-link:not(.active):after {
    background: #5268F2;
  }

  .header-shrink .togler-icon-inner span {
    background-color: #000;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media screen and (min-width: 991.98px) {
  .dropdown-menu {
    border: 0;
    top: 100%;
    left: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    color: #000;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    display: initial;
    min-width: 230px;
    border-radius: 0;
    position: absolute;
  }

  .dropdown-menu.show {
    opacity: 1;
    top: 100%;
    visibility: visible;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

/* ---------------------------------------------------------------- */
/* 10.Hero                                              
/* ---------------------------------------------------------------- */
.hero-banner .shoubox {
  max-width: 1920px;
  margin: 0 auto;
}

.hero-banner .bg {
  width: 100%;
  max-width: 1920px;
  display: flex;
  margin-top: -10px;
}


.hero-banner .hero-inner {
  width: 1000px;
  height: 500px;
  display: flex;
  margin-top: -1000px;
  margin-left: -180px;

}

.hero-banner .hero-inner img {
  width: 1000px;
  height: 250px;
}

.hero-banner .hero-inner .btn-groupZ {
  min-width: 600px;
  height: 200px;
  position: relative;
  left: -900px;
  top: 330px;
  flex: none;
}

.hero-banner .hero-inner .btn-groupZ a {
  position: relative;
  background-color: #dbe9ff;
  width: 236px;
  border-radius: 50px;
  box-shadow: 0 15px 30px 0 rgb(0 0 0 / 15%);
}


.hero-banner .hero-inner h6 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}



.banner-form--1QtMs {
  margin-top: 24px;
  margin-left: 20%;
  width: 364px;
}

.banner-form--1QtMs .freeuse {
  position: relative;
  width: auto;
  margin: 0 auto;
}

.banner-form--1QtMs .freeuse .normal {
  background: #fff;
  /* -webkit-box-shadow: 0 4px 16px #edf1ff; */
  box-shadow: 0 4px 16px #edf1ff;
  border-radius: 12px;
  padding: 15px 30px 15px 24px;
  border-color: transparent;
  /* cursor: pointer; */
  margin-top: -5px;
}

.banner-form--1QtMs .freeuse .error,
.banner-form--1QtMs .freeuse .normal {
  font-size: 16px;
  color: #000;
  -webkit-appearance: none;
  width: 310px;
  height: 60px;
  margin-left: -120px;
}

.banner-form--1QtMs .freeuse input {
  border: 1.5px solid #e5e5e5;
}



.hero-banner .hero-inner .btn-group .outline-btn {
  margin-right: 20px;
}

.hero-img {
  position: relative;
  text-align: right;
  /* margin-top: 5%; */
}

.hero-img img {
  margin-top: 27%;
  margin-left: 180px;
  width: 600px;
  height: 700px;
  text-align: right;
  display: inline-block;
}

#heroparticles {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#hero_video {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  z-index: 35;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#hero_video .hero-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #000;
}

#hero_video .video-content {
  z-index: 27;
  position: relative;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .hero-img-resp {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .hero-banner {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .hero-banner .hero-inner h1 {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (450px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 449.98px) {
  .hero-banner .btn-group {
    display: block;
  }

  .hero-banner .btn-group .outline-btn {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/* ---------------------------------------------------------------- */
/* 11.Features                                            
/* ---------------------------------------------------------------- */
.features-item {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
}

.features-item .icon {
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 50%;
  padding: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 2px dashed #edeffe;
}

.features-item .icon span {
  width: 100px;
  height: 100px;
  font-size: 40px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  color: #5268F2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #edeffe;
}

.features-item .body h6 {
  margin-bottom: 15px;
}

.features-item:hover {
  -webkit-box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
}

.features-item:hover .icon {
  border-color: #5268F2;
}

.features-item:hover .icon span {
  color: #fff;
  background: #5268F2;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
  animation: pulsePrimary 1s 1 ease-in-out forwards;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/* ---------------------------------------------------------------- */
/* 12.About                                           
/* ---------------------------------------------------------------- */
.about-inner>h6 {
  color: #5268F2;
  margin-bottom: 10px;
}

.about-inner h2 {
  line-height: 46px;
  margin-bottom: 20px;
}

.about-inner p {
  color: rgb(149 149 149 / 90%);
  margin-bottom: 40px;
}

.about-box-wrap {
  margin-bottom: 10px;
}

.about-box-wrap .about-box {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  background: #fff;
  border-left: 10px solid #5268F2;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
}

.about-box-wrap .about-box h6 {
  margin-bottom: 10px;
}

.about-box-wrap .about-box h5 {
  font-size: 46px;
  color: #5268F2;
}

.about-img {
  text-align: right;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .about-img {
    margin-top: 30px;
    text-align: left;
  }
}

/* ---------------------------------------------------------------- */
/* 13.New Features                                     
/* ---------------------------------------------------------------- */
.new-features-inner {
  padding-top: 200px;
  padding-bottom: 100px;
}

.new-features-inner .inner-text h6 {
  color: #5268F2;
  margin-bottom: 10px;
}

.new-features-inner .inner-text h2 {
  line-height: 46px;
  margin-bottom: 20px;
}

.new-features-inner .inner-text p {

  margin-bottom: 40px;
}

.new-features-inner .new-features-list {
  margin-bottom: 40px;
}

.new-features-inner .new-features-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.new-features-inner .new-features-list li p {
  color: rgb(149 149 149 / 90%);
}

.new-features-inner .new-features-list li h5 {
  font-size: 80px;
  margin-right: 30px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 2px #5268F2;
}

.new-features-inner .new-features-list li .text h6 {
  font-size: 20px;
  margin-bottom: 15px;
}

#new-features {
  position: relative;
}

#new-features .new-features-img {
  /* background: #5268F2; */
  position: absolute;
  top: 4px;
  left: 0;
  width: calc(40% - 85px);
  height: 100%;
  top: 20px;
}

#new-features .new-features-img img {
  content: "";
  position: absolute;
  /* opacity: 0.65; */
  width: 100%;
  height: 85%;
  margin-left: 17%;
  margin-top: 11%;

}


/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  #new-features .new-features-img {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .new-features-inner .new-features-list li {
    margin-left: 20%;
    display: block;
  }

  .new-features-inner .new-features-list li h5 {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .new-features-inner .new-features-list li .text h6 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}



/* ---------------------------------------------------------------- */
/* 15.Testimonial                                  
/* ---------------------------------------------------------------- */
.testimonial-item {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
}

.testimonial-item .img {
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 50%;
  padding: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 2px dashed #edeffe;
}

.testimonial-item .img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
}

.testimonial-item .body h6 {
  margin-bottom: 6px;
  font-size: 20px;
}

.testimonial-item .body span {
  color: #5268F2;
  font-size: 15px;
}

.testimonial-item .body .rating {
  margin-top: 10px;
  margin-bottom: 30px;
}

.testimonial-item .body .rating i {
  margin-right: 3px;
  color: #f0932b;
  font-size: 14px;
}

.testimonial-item .body .rating i:last-child {
  margin-right: 0;
}

.testimonial-item:hover {
  -webkit-box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
}

.testimonial-item:hover .img {
  border-color: #5268F2;
}

.testimonial-item:hover .img img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/* ---------------------------------------------------------------- */
/* 16.Pricing                          
/* ---------------------------------------------------------------- */
.price-table {
  padding: 40px 17px;
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
}

.price-table:hover {
  -webkit-box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
}

.price-table:hover .icon {
  border-color: #5268F2;
}

.price-table:hover .icon span {
  color: #fff;
  background: #5268F2;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
  animation: pulsePrimary 1s 1 ease-in-out forwards;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.price-table .icon {
  text-align: center;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 2px dashed #edeffe;
}

.price-table .icon span {
  width: 100px;
  height: 100px;
  font-size: 40px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  color: #5268F2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #edeffe;
}

.price-table .text h2 {
  font-size: 50px;
  margin-bottom: 10px;
}

.price-table .text h6 {
  margin-bottom: 5px;
  font-size: 18px;
}

.price-table .text span {
  color: #5268F2;
}

.price-table .list {
  margin: 30px auto;
}

.price-table .list li {
  text-align: left;
  margin-bottom: 10px;
}

.price-table .list li i {
  color: #5268F2;
  margin-right: 10px;
}

/* ---------------------------------------------------------------- */
/* 17.Download App                    
/* ---------------------------------------------------------------- */
#download-app {
  z-index: 1;
  padding: 100px 0;
  position: relative;
  background-position: center center;
  background-size: cover;
}

#download-app:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  opacity: 0.75;
  background: #5268f2;
}

.download-app-inner .text {
  margin-bottom: 60px;
}

.download-app-inner .text h2 {
  color: #fff;
  margin-bottom: 15px;
}

.download-app-inner .text p {
  margin: auto;
  opacity: 0.75;
  color: #fff;
}

.download-app-inner .btn-group .outline-btn {
  margin-right: 30px;
}

.download-app-bg .text p {
  padding: 35px;
  color: rgb(255, 255, 255);
  font-size: 25px;
  width: 1150px;
  line-height: 50px;
}

.box .download-app-bg .btn-group .primary-btn {
  font-weight: 500;
  padding: 16px 35px;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
  background: #c0c9ff80;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
  font-size: 23px;
  font-weight: bold;
  color: #fff !important;
  border: 1px solid #5268F2;
  -webkit-box-shadow: 0 15px 30px 0 rgb(82 104 242 / 15%);
  box-shadow: 0 15px 30px 0 rgb(82 104 242 / 15%);
}


.box img {
  width: 100%;
  height: 550px;
}

.download-app-bg {
  margin-top: -42%;
}

.box .text h2 {
  padding: 17px;
  color: #fff;
}

.box .download-app-bg .btn-group {

  align-items: flex-end;
  font-weight: 500;
  padding: 6px 14px;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
  /* background: #fff; */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: #000 !important;
  /* border: 1px solid #fff; */
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);

}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (450px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 450px) {
  .download-app-inner .btn-group {
    display: block;
    text-align: center;
  }

  .download-app-inner .btn-group a {
    display: inline-block;
    min-width: 170px;
  }

  .download-app-inner .btn-group .outline-btn {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/* ---------------------------------------------------------------- */
/* 18.Our Team                  
/* ---------------------------------------------------------------- */
.team-item {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
}

.team-item .img {
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 50%;
  padding: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 2px dashed #edeffe;
}

.team-item .img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
}

.team-item .body h6 {
  margin-bottom: 6px;
  font-size: 20px;
}

.team-item .body span {
  color: #5268F2;
  font-size: 15px;
}

.team-item .social {
  margin-top: 30px;
}

.team-item .social li {
  padding: 5px;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 2px dashed #edeffe;
}

.team-item .social li a {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5268F2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #edeffe;
}

.team-item .social li:hover {
  border-color: #5268F2;
}

.team-item .social li:hover a {
  color: #fff;
  background: #5268F2;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
  animation: pulsePrimary 1s 1 ease-in-out forwards;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.team-item .social li:last-child {
  margin-right: 0;
}

.team-item:hover {
  -webkit-box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 15px 30px 0 rgba(194, 188, 210, 0.2);
}

.team-item:hover .img {
  border-color: #5268F2;
}

.team-item:hover .img img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/* ---------------------------------------------------------------- */
/* 19.FAQ                 
/* ---------------------------------------------------------------- */
.accordion-item {
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 5px 15px 0 rgba(194, 188, 210, 0.2);
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-item .accordion-item-header a {
  color: #000;
  padding: 30px 60px 30px 30px;
  display: block;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.accordion-item .accordion-item-header a i {
  margin-right: 15px;
  color: #000;
}

.accordion-item .accordion-item-header a:after {
  content: "\f067";
  position: absolute;
  top: 30px;
  right: 30px;
  color: #5268F2;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 700;
}

.accordion-item .accordion-item-header a[aria-expanded="true"]:after {
  content: "\f068";
}

.accordion-item .accordion-body {
  padding: 30px;
  background: #fff;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  .accordion-resp-mt {
    margin-top: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* 20.Latest Blogs                 
/* ---------------------------------------------------------------- */

.blog-item .body p {
  color: rgb(149 149 149 / 90%);
}

.blog-item {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 10px 30px rgba(194, 188, 210, 0.2);
  box-shadow: 0 10px 30px rgba(194, 188, 210, 0.2);
}

.blog-item .img {
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 0 0;
}

.blog-item .img img {
  width: 350px;
  height: 233px;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-item .img:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.blog-item .body {
  padding: 30px;
}

.blog-item .body h2 {
  margin-bottom: 10px;
  font-size: 20px;
}

.blog-item .body h2 a {
  color: #292f36;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-item .body h2 a:hover {
  color: #5268F2;
}

.blog-item .body .meta {
  margin-bottom: 10px;
}

.blog-item .body .meta a {
  margin-right: 10px;
  color: #000;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-item .body .meta a:hover {
  color: #5268F2;
}

.blog-item .body .meta a span {
  font-size: 14px;
}

.blog-item .body .meta a i {
  font-size: 14px;
  margin-right: 5px;
  color: #5268F2;
  display: inline-block;
}

.blog-item .body p {
  margin-bottom: 15px;
}

.blog-item .body .blog-button {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 15px;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
  background: #5268F2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: #fff !important;
  border: 1px solid #5268F2;
  -webkit-box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
  box-shadow: 0 15px 30px 0 rgba(82, 104, 242, 0.15);
}

.blog-item .body .blog-button:hover {
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #233fee;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
  animation: pulsePrimary 1s 1 ease-in-out forwards;
}

.blog-item .body .blog-button i {
  margin-left: 5px;
}

.blog-item:hover {
  -webkit-box-shadow: 0 15px 30px rgba(194, 188, 210, 0.2);
  box-shadow: 0 15px 30px rgba(194, 188, 210, 0.2);
}

/* ---------------------------------------------------------------- */
/* 21.Contact Us              
/* ---------------------------------------------------------------- */
#error_message {
  margin-top: 30px;
  display: block;
  padding: 20px;
  border-radius: 5px;
  word-break: break-word;
  background: rgba(242, 116, 116, 0.2);
  color: #721c24;
}

.contact-alerts .empty-form span,
.contact-alerts .email-invalid span,
.contact-alerts .phone-invalid span,
.contact-alerts .empty-select span,
.contact-alerts .security-alert span {
  display: block;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  background: #f27474;
}

.custom-form-group .captcha-input {
  padding-left: 90px !important;
}

.custom-form-group #contactFormCaptchaSpan {
  position: absolute;
  top: 0;
  height: 60px;
  display: block;
  width: 70px;
  line-height: 60px;
  background: #5268F2;
  color: #fff;
  font-weight: 500;
  border-radius: 5px 0 0 5px;
}

.google-map {
  line-height: 0;
}

.google-map iframe {
  min-height: 610px;
  width: 100%;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .google-map {
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* 22.Footer                    
/* ---------------------------------------------------------------- */
.layui-col-md4 {
  width: 33.33333333%;
  padding: 0 50px;
}

.footer .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  min-width: 1700px;
}

.footer .footer-top {
  background: #232328;
  padding: 60px 0 90px
}

.footer .single-widget {
  margin-top: 30px
}

.footer .footer-logo {
  margin-bottom: 20px
}

.footer .single-widget h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase
}

.footer .about p {
  color: #eee
}

.footer .button .btn {
  margin-top: 20px
}

.footer .button .btn:hover {
  border-color: #fff
}

.footer .contact ul li {
  color: #eee;
  position: relative;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
  margin-bottom: 10px
}

.footer .contact ul li:last-child {
  margin: 0
}

.footer .contact ul li i {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  left: 0;
  margin-top: -15px;
  font-size: 16px
}

.footer .contact ul li a {
  color: #fff
}

.footer .social-icon li {
  float: left;
  width: 50%;
  margin-bottom: 10px
}

.footer .social-icon li:last-child {
  margin: 0
}

.footer .social-icon li a {
  color: #eee
}

.footer .social-icon li a:hover {
  color: #82B440
}

.footer .social-icon li a i {
  margin-right: 10px;
  width: 20px;
  font-size: 16px
}

.footer .copyright {
  padding: 12px 0;
  background: #1D1D21
}

.footer .copyright .text-center {
  text-align: center
}

.footer .copyright p {
  color: #bbb;
  font-size: 14px
}

/*底部*/
/* ---------------------------------------------------------------- */
/* 23.Breadcrumb                   
/* ---------------------------------------------------------------- */
.breadcrumb-section {
  z-index: 42;
  overflow: hidden;
  padding: 170px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.breadcrumb-section:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.75;
  z-index: -42;
  position: absolute;
  background: #5268F2;
}

.breadcrumb-section .breadcrumb-inner {
  position: relative;
  z-index: 18;
  text-align: center;
}

.breadcrumb-section .breadcrumb-inner h1 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 15px;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li.active:before {
  content: "\f30b";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a {
  color: #fff;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------------------------- */
/* 24.Sidebar                             
/* ---------------------------------------------------------------- */
.blog-sidebar .blog-widgets {
  margin-bottom: 30px;
}

.blog-sidebar .blog-widgets .blog-search-btn {
  top: 0;
  right: 0;
  z-index: 4;
  border: none;
  width: 60px;
  outline: none;
  height: 100%;
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: #5268F2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: capitalize;
  color: #fff !important;
}

.blog-sidebar .blog-widgets .blog-search-btn:hover {
  color: #fff !important;
  background: #233fee;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out forwards;
  animation: pulsePrimary 1s 1 ease-in-out forwards;
}

.blog-sidebar .blog-widgets .blog-search-bar {
  width: 100%;
}

.blog-sidebar .blog-widgets .blog-search-bar .search-form-control {
  width: 100%;
  display: block;
  border: none;
  border-radius: 30px;
  padding: 18px 78px 18px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 10px 30px rgba(194, 188, 210, 0.2);
  box-shadow: 0 10px 30px rgba(194, 188, 210, 0.2);
}

.blog-sidebar .blog-widgets .blog-search-bar .search-form-control:focus {
  -webkit-box-shadow: 0 15px 30px rgba(194, 188, 210, 0.2);
  box-shadow: 0 15px 30px rgba(194, 188, 210, 0.2);
}

.blog-sidebar .blog-widgets:last-child {
  margin-bottom: 0;
}

.blog-sidebar .recent-post-item {
  margin-bottom: 20px;
}

.blog-sidebar .recent-post-item:last-child {
  margin-bottom: 0;
}

.blog-sidebar .recent-post-item .recent-post-img {
  float: left;
  overflow: hidden;
  border-radius: 50%;
}

.blog-sidebar .recent-post-item .recent-post-img img {
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-sidebar .recent-post-item .recent-post-img img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-title {
  margin-bottom: 14px;
  line-height: 1.5;
  font-size: 1.1rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-title:hover {
  color: #5268F2;
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-date i {
  margin-right: 8px;
  color: #5268F2;
}

.blog-sidebar .blog-archive-list li,
.blog-sidebar .blog-category-list li {
  display: block;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-sidebar .blog-archive-list li:last-child,
.blog-sidebar .blog-category-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.blog-sidebar .blog-archive-list li a,
.blog-sidebar .blog-category-list li a {
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-weight: 500;
}

.blog-sidebar .blog-archive-list li a:before,
.blog-sidebar .blog-category-list li a:before {
  content: "";
  background: #000;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-sidebar .blog-archive-list li a:hover,
.blog-sidebar .blog-archive-list li a.active,
.blog-sidebar .blog-category-list li a:hover,
.blog-sidebar .blog-category-list li a.active {
  color: #5268F2;
}

.blog-sidebar .blog-archive-list li a.active:before,
.blog-sidebar .blog-archive-list li a:hover:before,
.blog-sidebar .blog-category-list li a.active:before,
.blog-sidebar .blog-category-list li a:hover:before {
  background: #5268F2;
}

.blog-sidebar .blog-category-list li a:before {
  height: 1px;
  width: 10px;
}

.blog-sidebar .blog-category-list li a:hover:before {
  width: 20px;
}

.blog-sidebar .blog-category-list li a .category-count {
  float: right;
}

.blog-sidebar .blog-archive-list li a:before {
  height: 5px;
  width: 5px;
}

.blog-sidebar .blog-tags li {
  float: left;
}

.blog-sidebar .blog-tags li a {
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 30px;
  display: inline-block;
  color: #292f36;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e0e0e0;
}

.blog-sidebar .blog-tags li a:hover,
.blog-sidebar .blog-tags li a.active {
  background: #5268F2;
  border-color: transparent;
  color: #fff !important;
}

.blog-title-subline {
  margin-bottom: 20px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .padding-minus-10 {
    padding-bottom: 90px;
  }

  .blog-sidebar {
    margin-top: 30px;
  }

  .sidebar-pb-resp {
    padding-bottom: 90px;
  }

  .recent-post-item .recent-post-body .recent-post-title {
    line-height: 1.5;
    font-size: 1rem;
  }
}

/* ---------------------------------------------------------------- */
/* 22.Blog Single                             
/* ---------------------------------------------------------------- */
.blog-post-img {
  margin-bottom: 30px;
}

.blog-post-img img {
  border-radius: 10px;
}

.blog-text h4 {
  line-height: 1.3;
  font-size: 2.3rem;
  margin-bottom: 20px;
}

.blog-text .author-meta {
  margin-bottom: 20px;
}

.blog-text .author-meta a {
  color: #000;
  margin-right: 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-text .author-meta a:after {
  content: "";
  margin-left: 15px;
  border-left: 1px solid #5268F2;
}

.blog-text .author-meta a:last-child {
  margin-right: 0;
}

.blog-text .author-meta a:last-child:after {
  display: none;
}

.blog-text .author-meta a:hover {
  color: #5268F2;
}

.blog-text .author-meta a span {
  color: #5268F2;
  display: inline-block;
  margin-right: 15px;
}

.blog-text p {
  margin-bottom: 20px;
}

.blog-text blockquote {
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  color: #000;
  background: #fff;
  border-left: 5px solid #5268F2;
  -webkit-box-shadow: 0 10px 30px rgba(194, 188, 210, 0.2);
  box-shadow: 0 10px 30px rgba(194, 188, 210, 0.2);
}

.blog-text blockquote q {
  font-style: italic;
  line-height: 2;
}

.blog-text blockquote q:before {
  margin-right: 5px;
}

.blog-text blockquote q:after {
  margin-left: 5px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .comment-item {
    display: block !important;
  }

  .comment-item img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .comment-item.sub-comment-item {
    margin-left: 85px;
  }
}

/* ---------------------------------------------------------------- */
/* 26.Home Intro                              
/* ---------------------------------------------------------------- */
.intro-hero-section {
  z-index: 35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 150px 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #5268F2;
}

.intro-hero-section .intro-hero-subtitle {
  color: #fff;
  opacity: 0.75;
  font-weight: 300;
  margin-bottom: 30px;
}

.intro-hero-section .intro-hero-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.intro-hero-section .intro-hero-title span {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  margin: 0 auto 15px auto;
}

/* Demo Item */
.demo-item {
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 23px 49px 0 rgba(194, 188, 210, 0.2);
  box-shadow: 0 23px 49px 0 rgba(194, 188, 210, 0.2);
}

.demo-item .demo-title {
  padding: 30px 0;
  display: block;
  text-align: center;
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  background: #fff;
  text-transform: capitalize;
}

.demo-item .demo-img {
  overflow: hidden;
  position: relative;
}

.demo-item .demo-item-link {
  padding: 30px;
  display: block;
  font-weight: 600;
  font-size: 1.125rem;
  background: #fff;
  color: #000 !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.demo-item:hover .demo-item-link {
  color: #fff !important;
  background: #5268F2;
}

/*....................................
6. Banner area start here
....................................*/
.video-des .deslidt {
  display: block;
}

.video-des .deslidt ul li {
  position: relative;
  display: block;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .video-des .deslidt ul li {
    margin: 0;
  }
}

.video-des .deslidt ul li .years {
  display: block;
  margin-bottom: -40px;
}

@media only screen and (max-width: 992px) {
  .video-des .deslidt ul li .years {
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .video-des .deslidt ul li .years {
    margin: 0 0 30px;
  }
}

.video-des .deslidt ul li .years span.con {
  z-index: 999;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background: rgba(57, 100, 208, 1);
  background: -moz-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
  background: -webkit-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -o-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -ms-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: linear-gradient(to right, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  color: #fff;
  line-height: 90px;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 700;
  display: block;
  position: relative;
}

.video-des .deslidt ul li .years:before {
  content: '\f078';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  font-size: 16px;
  font-family: FontAwesome;
  color: rgba(255, 255, 255, 0.36);
  z-index: 9;
}

.video-des .deslidt ul li:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 60px;
  width: 3px;
  background: rgba(255, 255, 255, 0.36);
  margin: 0 auto;
  z-index: 9;
}

.video-des .deslidt ul li .left-con {
  display: inline-block;
  text-align: left;
}

.video-des .deslidt ul li .left-con .box-con {
  display: inline-block;
  position: relative;
  margin-top: 14px;
}

@media only screen and (max-width: 768px) {
  .video-des .deslidt ul li .left-con .box-con {
    display: block;
  }
}

.video-des .deslidt ul li .left-con .box-con:after {
  content: '';
  position: absolute;
  left: 60px;
  right: 60px;
  top: -14px;
  bottom: 0;
  border-radius: 30px;
  background: rgba(57, 100, 208, 1);
  background: -moz-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
  background: -webkit-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -o-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -ms-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: linear-gradient(to right, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  z-index: 99;
}

.video-des .deslidt ul li .left-con .box-con .dbox {
  background: #1f58b1;
  border-radius: 22px;
  width: 400px;
  height: 195px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
  position: relative;
  z-index: 999;
  transition: all 0.5s;
}

@media only screen and (max-width: 992px) {
  .video-des .deslidt ul li .left-con .box-con .dbox {
    width: 100%;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .video-des .deslidt ul li .left-con .box-con .dbox {
    display: block;
    padding: 40px;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 320px) {
  .video-des .deslidt ul li .left-con .box-con .dbox {
    padding: 40px 25px;
  }
}

.video-des .deslidt ul li .left-con .box-con .dbox .imgs {
  display: block;
  width: 110px;
  height: 110px;
  border: 3px solid rgba(255, 255, 255, 0.36);
  line-height: 104px;
  border-radius: 100%;
  text-align: center;
}

@media only screen and (max-width: 320px) {
  .video-des .deslidt ul li .left-con .box-con .dbox .imgs {
    width: 60px;
    height: 60px;
    line-height: 54px;
  }
}

.video-des .deslidt ul li .left-con .box-con .dbox .imgs img {
  display: inline-block;
}

.video-des .deslidt ul li .left-con .box-con .dbox .content {
  padding-left: 10px;
  display: block;
  padding: 0;
}

.video-des .deslidt ul li .left-con .box-con .dbox .content h3 {
  margin: 0;
  font-weight: 400;
  color: #ffffff;
}

@media only screen and (max-width: 992px) {
  .video-des .deslidt ul li .left-con .box-con .dbox .content h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {

  .video-des .deslidt ul li .left-con .box-con .dbox .content h3,
  .video-des .deslidt ul li .center-con .box-con .dbox .content h3 {
    font-size: 18px !important;
  }

  .video-des .deslidt ul li .left-con .box-con .dbox .imgs img,
  .video-des .deslidt ul li .right-con .box-con .dbox .imgs img,
  .video-des .deslidt ul li .center-con .box-con .dbox .imgs img {
    width: 46% !important;
    margin: 0 auto !important;
  }

  .video-des .deslidt ul li .left-con .box-con .dbox .imgs,
  .video-des .deslidt ul li .right-con .box-con .dbox .imgs,
  .video-des .deslidt ul li .center-con .box-con .dbox .imgs {
    width: 40px !important;
    height: 40px !important;
    line-height: 30px !important;
  }

  .video-des .deslidt ul li .left-con .box-con .dbox .content,
  .video-des .deslidt ul li .right-con .box-con .dbox .content,
  .video-des .deslidt ul li .center-con .box-con .dbox .content {
    padding: 0 !important;
  }

  .video-des .deslidt ul li .left-con .box-con .dbox,
  .video-des .deslidt ul li .right-con .box-con .dbox,
  .video-des .deslidt ul li .center-con .box-con .dbox {
    padding: 40px !important;
  }
}

.video-des .deslidt ul li .left-con .box-con .dbox .content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.61);
  margin: 0;
}

@media only screen and (max-width: 992px) {
  .video-des .deslidt ul li .left-con .box-con .dbox .content p {
    font-size: 14px;
  }
}

.video-des .deslidt ul li .left-con .box-con:hover .dbox {
  transform: translateY(-7px);
}

.video-des .deslidt ul li .right-con {
  display: inline-block;
  text-align: right;
}

.video-des .deslidt ul li .right-con .box-con {
  display: inline-block;
  position: relative;
  margin-top: 14px;
}

@media only screen and (max-width: 768px) {
  .video-des .deslidt ul li .right-con .box-con {
    display: block;
  }
}

.video-des .deslidt ul li .right-con .box-con:after {
  content: '';
  position: absolute;
  left: 60px;
  right: 60px;
  top: -14px;
  bottom: 0;
  border-radius: 30px;
  background: rgba(57, 100, 208, 1);
  background: -moz-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
  background: -webkit-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -o-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -ms-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: linear-gradient(to right, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  z-index: 99;
}

.video-des .deslidt ul li .right-con .box-con .dbox {
  background: #1f58b1;
  border-radius: 22px;
  width: 400px;
  height: 195px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
  position: relative;
  z-index: 999;
  transition: all 0.5s;
}

@media only screen and (max-width: 992px) {
  .video-des .deslidt ul li .right-con .box-con .dbox {
    width: 100%;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .video-des .deslidt ul li .right-con .box-con .dbox {
    display: block;
    padding: 40px;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 320px) {
  .video-des .deslidt ul li .right-con .box-con .dbox {
    padding: 40px 15px;
  }
}

.video-des .deslidt ul li .right-con .box-con .dbox .dleft {
  float: inherit;
}

@media only screen and (max-width: 768px) {
  .video-des .deslidt ul li .right-con .box-con .dbox .dleft {
    float: inherit;
  }
}

.video-des .deslidt ul li .right-con .box-con .dbox .dright {
  float: right;
}

@media only screen and (max-width: 768px) {
  .video-des .deslidt ul li .right-con .box-con .dbox .dright {
    float: right;
  }
}

.video-des .deslidt ul li .right-con .box-con .dbox .imgs {
  display: block;
  width: 110px;
  height: 110px;
  border: 3px solid rgba(255, 255, 255, 0.36);
  line-height: 104px;
  border-radius: 100%;
  text-align: center;
}

@media only screen and (max-width: 320px) {
  .video-des .deslidt ul li .right-con .box-con .dbox .imgs {
    width: 60px;
    height: 60px;
    line-height: 54px;
  }
}

.video-des .deslidt ul li .right-con .box-con .dbox .imgs img {
  display: inline-block;
}

@media only screen and (max-width: 320px) {
  .video-des .deslidt ul li .right-con .box-con .dbox .imgs img {
    width: 50%;
    margin: 0 auto;
  }
}

.video-des .deslidt ul li .right-con .box-con .dbox .content {
  padding-right: 10px;
  display: block;
  padding: 0;
}

.video-des .deslidt ul li .right-con .box-con .dbox .content h3 {
  margin: 0;
  font-weight: 400;
  color: #ffffff;
}

@media only screen and (max-width: 992px) {
  .video-des .deslidt ul li .right-con .box-con .dbox .content h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .video-des .deslidt ul li .right-con .box-con .dbox .content h3 {
    font-size: 18px;
  }
}

.video-des .deslidt ul li .right-con .box-con .dbox .content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.61);
  margin: 0;
}

@media only screen and (max-width: 992px) {
  .video-des .deslidt ul li .right-con .box-con .dbox .content p {
    font-size: 14px;
  }
}

.video-des .deslidt ul li .right-con .box-con:hover .dbox {
  transform: translateY(-7px);
}

.video-des .deslidt ul li .center-con {
  display: inline-block;
  text-align: center;
}

.video-des .deslidt ul li .center-con .box-con {
  display: inline-block;
  position: relative;
  margin-top: 14px;
}

@media only screen and (max-width: 480px) {
  .video-des .deslidt ul li .center-con .box-con {
    display: block;
  }
}

.video-des .deslidt ul li .center-con .box-con:after {
  content: '';
  position: absolute;
  left: 60px;
  right: 60px;
  top: -14px;
  bottom: 0;
  border-radius: 30px;
  background: rgba(57, 100, 208, 1);
  background: -moz-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
  background: -webkit-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -o-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -ms-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: linear-gradient(to right, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  z-index: 99;
}

.video-des .deslidt ul li .center-con .box-con .dbox {
  background: #1f58b1;
  border-radius: 22px;
  width: 400px;
  height: 195px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
  position: relative;
  z-index: 999;
  transition: all 0.5s;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .video-des .deslidt ul li .center-con .box-con .dbox {
    display: block;
    width: 100%;
    padding: 40px;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 320px) {
  .video-des .deslidt ul li .center-con .box-con .dbox {
    padding: 40px 25px;
  }
}

.video-des .deslidt ul li .center-con .box-con .dbox .imgs {
  display: block;
  width: 110px;
  height: 110px;
  border: 3px solid rgba(255, 255, 255, 0.36);
  line-height: 104px;
  border-radius: 100%;
  text-align: center;
}

@media only screen and (max-width: 320px) {
  .video-des .deslidt ul li .center-con .box-con .dbox .imgs {
    width: 60px;
    height: 60px;
    line-height: 54px;
  }
}

.video-des .deslidt ul li .center-con .box-con .dbox .imgs img {
  display: inline-block;
}

@media only screen and (max-width: 320px) {
  .video-des .deslidt ul li .center-con .box-con .dbox .imgs img {
    width: 50%;
    margin: 0 auto;
  }
}

.video-des .deslidt ul li .center-con .box-con .dbox .content {
  padding-left: 10px;
  display: block;
  padding: 0;
  text-align: left;
}

.video-des .deslidt ul li .center-con .box-con .dbox .content h3 {
  margin: 0;
  font-weight: 400;
  color: #ffffff;
}

@media only screen and (max-width: 320px) {
  .video-des .deslidt ul li .center-con .box-con .dbox .content h3 {
    font-size: 18px;
  }
}

.video-des .deslidt ul li .center-con .box-con .dbox .content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.61);
  margin: 0;
}

.video-des .deslidt ul li .center-con .box-con:hover .dbox {
  transform: translateY(-7px);
}

.video-des .deslidt ul li:first-child .left-con .content {
  padding: 28px 0 !important;
}

.video-des .deslidt ul li:first-child .right-con .content {
  padding: 28px 0 !important;
}

.video-des .deslidt ul li:first-child {
  padding-top: 100px;
}

@media only screen and (max-width: 768px) {
  .video-des .deslidt ul li:first-child {
    padding-top: 75px;
  }
}

.video-des .deslidt ul li:last-child {
  padding-bottom: 100px;
  margin: 0 0 45px;
}

@media only screen and (max-width: 768px) {
  .video-des .deslidt ul li:last-child {
    padding-bottom: 75px;
  }
}

.video-des .deslidt ul li:last-child .years:after {
  display: none;
}

.video-des .deslidt ul li:last-child .years:before {
  bottom: 0;
}

.video-des .deslidt ul li:last-child:after {
  bottom: 20px;
}

.video-des .deslidt ul li .serials {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  display: block;
  margin: 0 0 80px;
  z-index: 10000;
}

.video-des .deslidt ul li .serials:last-child {
  padding: 0;
}

.video-des .deslidt ul li .serials:before {
  content: '';
  position: absolute;
  left: 40%;
  right: 40%;
  bottom: 100px;
  height: 3px;
  background: rgba(255, 255, 255, 0.36);
  margin: 0 auto;
}

.video-des .deslidt ul li .serials:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 89px;
  background: rgba(255, 255, 255, 0.36);
  width: 22px;
  height: 22px;
  border-radius: 100%;
  margin: 0 auto;
  z-index: -10;
}

.video-des .deslidt ul li .serials span.cre:after {
  content: '';
  position: absolute;
  left: 40%;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.36);
  border-radius: 100%;
  bottom: 98px;
}

.video-des .deslidt ul li .serials span.cre:before {
  content: '';
  position: absolute;
  right: 40%;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.36);
  border-radius: 100%;
  bottom: 98px;
}

.currency-area {
  display: block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  z-index: 1000;
  margin-top: -90px;
  background: #0d469f;
}

.currency-area .rete-list {
  display: inline-block;
  position: relative;
  width: 20%;
  float: left;
  padding: 0 17px;
  margin: 0 0 30px;
  padding-top: 15px;
  z-index: 999;
}

@media only screen and (max-width: 1600px) {
  .currency-area .rete-list {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .currency-area .rete-list {
    padding: 0;
  }
}

@media only screen and (max-width: 992px) {
  .currency-area .rete-list {
    width: 50%;
    float: left !important;
    padding-left: 8px;
    padding-right: 8px;

  }
}

@media (max-width: 580px) {
  .currency-area .rete-list {
    width: 100%;
    float: left !important;

  }
}

@media only screen and (max-width: 480px) {
  .currency-area .rete-list {
    width: 100%;
  }
}

.currency-area .rete-list:after {
  content: '';
  position: absolute;
  left: 50px;
  right: 50px;
  top: 0;
  bottom: 0;
  background: rgba(57, 100, 208, 1);
  background: -moz-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
  background: -webkit-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -o-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -ms-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: linear-gradient(to right, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  border-radius: 10px;
  z-index: 9999;
}

@media only screen and (max-width: 1600px) {
  .currency-area .rete-list:after {
    left: 30px;
    right: 30px;
  }
}

.currency-area .rete-list .content {
  background: #1f58b1;
  padding: 0 50px;
  display: block;
  border-radius: 10px;
  z-index: 99999;
  position: relative;
}

@media only screen and (max-width: 1600px) {
  .currency-area .rete-list .content {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .currency-area .rete-list .content {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 992px) {
  .currency-area .rete-list .content {
    padding: 0 30px;
  }
}

.currency-area .rete-list .content .con {
  height: 230px;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 1600px) {
  .currency-area .rete-list .content .con {
    height: 180px;
  }
}

.currency-area .rete-list h2 {
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
  text-transform: capitalize;
}

@media only screen and (max-width: 1600px) {
  .currency-area .rete-list h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .currency-area .rete-list h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .currency-area .rete-list h2 {
    font-size: 26px;
  }
}

.currency-area .rete-list h2 img {
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 1600px) {
  .currency-area .rete-list h2 img {
    width: 44px;
  }
}

.currency-area .rete-list h2 span {
  padding-left: 8px;
}

@media only screen and (max-width: 992px) {
  .currency-area .rete-list:last-child {
    float: initial;
    margin: 0 auto 30px;
    display: block;
    z-index: 9;
  }
}

@media only screen and (max-width: 480px) {
  .currency-area .rete-list:last-child {
    float: left;
    height: auto;
    display: inline-block;
    width: 100%;
  }
}

.projects {
  display: block;
}

@media only screen and (max-width: 768px) {
  .projects {
    padding: 75px 0 37px;
  }
}

.projects .project-list {
  position: relative;
  display: block;
  margin: 0 0 38px;
  padding-top: 14px;
}

.projects .project-list:after {
  content: '';
  position: absolute;
  left: 40px;
  right: 40px;
  top: 0;
  bottom: 0;
  border-radius: 15px;
  background: rgba(57, 100, 208, 1);
  background: -moz-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
  background: -webkit-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -o-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -ms-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: linear-gradient(to right, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  z-index: 9;
}

.projects .project-list .content {
  display: block;
  background: #1f58b1;
  text-align: center;
  padding: 60px 0 70px;
  border-radius: 15px;
  position: relative;
  z-index: 999;
  transition: all 0.5s;
}

.projects .project-list .content:hover {
  transform: translateY(-7px);
}

.projects .project-list .content span {
  display: block;
  height: 95px;
  margin: 0 0 20px;
}

.projects .project-list .content h3 {
  color: #ffffff;
  margin: 0;
  line-height: 28px;
}

.projects {
  background: #0d469f;
}

.media-area .mediabrand ul {
  display: block;
  margin: -30px;
}

.media-area {
  background: #0d469f;
}

.media-area .mediabrand ul li {
  display: inline-block;
  padding: 30px;
}

.tokens-area {
  background: #1f58b1;
  position: relative;
}

.tokens-area .tokens {
  display: inline-block;
  position: relative;
  text-align: center;
}

.tokens-area .tokens .token-name {
  display: inline-block;
  color: #fff;
  background: rgba(57, 100, 208, 1);
  background: -moz-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
  background: -webkit-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -o-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -ms-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: linear-gradient(to right, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  line-height: 42px;
  height: 42px;
  padding: 0 45px;
  border-radius: 15px 15px 0 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  z-index: 999;
}

.tokens-area .tokens .token-body {
  background: #0d469f;
  height: 464px;
  padding: 50px 55px;
  display: inline-block;
  border-radius: 22px;
  position: relative;
  z-index: 999;
}

.tokens-area .tokens .token-body p {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

.tokens-area .tokens .token-body .left-btn {
  display: inline-block;
  height: 60px;
  line-height: 54px;
  padding: 0 45px;
  border-radius: 50px;
  border: 3px solid rgba(255, 255, 255, 0.36);
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  background: transparent;
}

.tokens-area .tokens .token-body .right-btn {
  display: inline-block;
  height: 60px;
  line-height: 54px;
  padding: 0 45px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  background: rgba(57, 100, 208, 1);
  background: -moz-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
  background: -webkit-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -o-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -ms-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: linear-gradient(to right, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
}

.tokens-area .tokens .token-body .right-btn:hover {
  background: rgba(45, 193, 201, 1);
  background: -moz-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(45, 193, 201, 1)), color-stop(100%, rgba(57, 100, 208, 1)));
  background: -webkit-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
  background: -o-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
  background: -ms-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
  background: linear-gradient(to right, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
}

.tokens-area .tokens .token-body .prices h3 {
  font-weight: 900;
  color: #ffffff;
  margin: 20px 0;
}

.tokens-area .tokens .token-body .prices table {
  margin: 0 auto;
  text-align: left;
}

.tokens-area .tokens .token-body .prices table tr th {
  font-size: 20px;
  color: #3297cc;
  margin: 0 0 22px;
  text-transform: capitalize;
  padding: 0 10px;
}

.tokens-area .tokens .token-body .prices table tr td {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.61);
  padding: 7px 15px;
}

.tokens-area .tokens .token-body .prices table tr td:last-child {
  text-align: center;
}

.tokens-area .token-con {
  color: #fff;
  margin: 50px 0 0;
  font-size: 20px;
}

.tokens-area .token-con span {
  color: #3297cc;
}

.token-details .cart-list {
  display: block;
  background: #1f58b1;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 15px;
  padding: 30px 0;
  margin: 5px;
  position: relative;
}

.token-details .cart-list .imgs {
  position: absolute;
  top: 32%;
  left: 0;
  right: 0;
  width: 150px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
}

.token-details .cart-list .lsits {
  display: block;
  margin: 0 0 20px;
  position: relative;
}

.token-details .cart-list .lsits:after {
  content: '';
  position: absolute;
  left: -18px;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #3297cc;
}

.token-details .cart-list .lsits:nth-child(1) {
  opacity: 1;
}

.token-details .cart-list .lsits:nth-child(2) {
  opacity: 0.8;
}

.token-details .cart-list .lsits:nth-child(3) {
  opacity: 0.6;
}

.token-details .cart-list .lsits:nth-child(4) {
  opacity: 0.4;
  margin: 0;
}

.token-details .cart-list .label-chatrs {
  display: block;
  padding: 62px 0;
}

.token-details .cart-list .label-chatrs .clabels-text {
  font-size: 20px;
  font-weight: 700;
  color: #3297cc;
}

.token-details .cart-list .label-chatrs p {
  margin: 0;
}

.token-details .owl-wrapper-outer {
  z-index: 999;

}

.token-details .owl-controls {
  margin: 0;
}

.token-details .owl-controls .owl-buttons {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 50px;
  z-index: 9;
}

.token-details .owl-controls .owl-buttons div {
  position: absolute;
  display: block;
  width: 70px;
  top: 0;
  bottom: 0;
  background: #3368bb;
  color: #fff;
  opacity: 1;
  font-size: 50px;
  transition: all 0.5s;
}

.token-details .owl-controls .owl-buttons div:hover {
  background: rgba(57, 100, 208, 1);
  background: -moz-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
  background: -webkit-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -o-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -ms-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: linear-gradient(to right, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
}

.token-details .owl-controls .owl-buttons div i {
  line-height: 330px;
}

.token-details .owl-controls .owl-buttons div.owl-prev {
  left: -70px;
  border-radius: 15px 0 0 15px;
}

.token-details .owl-controls .owl-buttons div.owl-next {
  right: -70px;
  border-radius: 0 15px 15px 0;
}

.token-details {
  background: #0d469f;
}

.token-details .contents h2 {
  font-weight: 400;
  margin: 50px 0 30px;
  color: #ffffff;
}

.easypiechart {
  position: relative;
  display: inline-block;
  margin-top: 55px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  width: 150px;
  height: 150px;
  padding-top: 48px;
  border-radius: 100%;
}

.easypiechart .percent {
  text-align: center;
  font-size: 46px;
  font-weight: 900;
  color: #ffffff;
}

.easypiechart .percent:after {
  content: "%";
  font-size: 46px;
  font-weight: 900;
  margin-left: 1px;
}

.easypiechart .con {
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.61);
}

.easypiechart canvas {
  width: 180px;
  height: 180px;
}

.easypiechart canvas:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 3px solid #000;
}

/* .features-area {
  position: relative;
  background: #1f58b1;
  z-index:1;
} */
@media only screen and (max-width: 768px) {
  .features-area .featured-lists .floatright {
    float: inherit !important;
    display: block;
  }
}

.features-area .featured-lists ul {
  position: relative;
  display: block;
  overflow: hidden;
  vertical-align: middle;
  z-index: 9999;
}

@media only screen and (max-width: 768px) {
  .features-area .featured-lists ul {
    text-align: center;
  }
}

.features-area .featured-lists ul:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.36);
  width: 2px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .features-area .featured-lists ul:after {
    display: none;
  }
}

.features-area .featured-lists ul li {
  position: relative;
  display: block;
  padding: 40px 0 0;
  overflow: hidden;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .features-area .featured-lists ul li {
    padding: 30px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .features-area .featured-lists ul li:first-child {
    padding: 0;
  }
}

.features-area .featured-lists ul li:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 90px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.36);
}

@media only screen and (max-width: 768px) {
  .features-area .featured-lists ul li:after {
    display: none;
  }
}

.features-area .featured-lists ul li:before {
  content: '';
  position: absolute;
  left: 12.5%;
  right: 0;
  width: 50%;
  height: 2px;
  background: rgba(255, 255, 255, 0.36);
  top: 99px;
}

@media only screen and (max-width: 768px) {
  .features-area .featured-lists ul li:before {
    display: none;
  }
}

.features-area .featured-lists ul li.rl:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 90px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.36);
}

@media only screen and (max-width: 768px) {
  .features-area .featured-lists ul li.rl:after {
    display: none;
  }
}

.features-area .featured-lists ul li.rl:before {
  content: '';
  position: absolute;
  left: 16%;
  right: 0;
  width: 40%;
  height: 2px;
  background: rgba(255, 255, 255, 0.36);
  top: 99px;
}

@media only screen and (max-width: 768px) {
  .features-area .featured-lists ul li.rl:before {
    display: none;
  }
}

.features-area .featured-lists ul li .contents-l {
  display: block;
  padding: 40px 0;
}

@media only screen and (max-width: 768px) {
  .features-area .featured-lists ul li .contents-l {
    padding: 0;
  }
}

.features-area .featured-lists ul li .contents-l h2 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 768px) {
  .features-area .featured-lists ul li .contents-l h2 {
    font-size: 24px;
  }
}

.features-area .featured-lists ul li .contents-l p {
  color: rgba(255, 255, 255, 0.36);
  margin: 0 0 20px;
}

.features-area .featured-lists ul li .contents-l a {
  font-size: 14px;
  font-weight: 700;
}

.features-area .featured-lists ul li .imgs-l {
  position: relative;
  display: block;
  margin: 0 0 0 70px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .features-area .featured-lists ul li .imgs-l {
    margin: 0;
    text-align: center;
  }
}

.features-area .featured-lists ul li .imgs-l img {
  display: inline-block;
}

.features-area .featured-lists ul li .contents-r {
  display: block;
  padding: 40px 0;
  margin-left: 90px;
}

@media only screen and (max-width: 768px) {
  .features-area .featured-lists ul li .contents-r {
    margin: 0;
    padding: 0;
  }
}

.features-area .featured-lists ul li .contents-r h2 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 768px) {
  .features-area .featured-lists ul li .contents-r h2 {
    font-size: 24px;
  }
}

.features-area .featured-lists ul li .contents-r p {
  color: rgba(255, 255, 255, 0.36);
  margin: 0 0 20px;
}

.features-area .featured-lists ul li .contents-r a {
  font-size: 14px;
  font-weight: 700;
}

.features-area .featured-lists ul li .imgs-r {
  position: relative;
  display: block;
  margin: 0 70px 0 0;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .features-area .featured-lists ul li .imgs-r {
    margin: 0;
    text-align: center;
  }
}

.features-area .featured-lists ul li .imgs-r img {
  display: inline-block;
}

.steps-area {
  position: relative;
  display: block;
  background: #5268F2;
}

.steps-area .steps-heading {
  display: block;
  height: 70px;
  line-height: 70px;
  position: relative;
  z-index: 999;
}

.steps-area .steps-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 70px;
}

@media only screen and (max-width: 480px) {
  .steps-area .steps-heading h2 {
    font-size: 30px;
  }
}

.steps-area .steps-heading .right-con {
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 320px) {
  .steps-area .steps-heading .right-con {
    position: relative;
    margin-right: 0;
    text-align: right;
  }
}

.steps-area .steps-heading .right-con span {
  color: rgb(255 255 255 / 75%);
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
}

@media only screen and (max-width: 480px) {
  .steps-area .steps-heading .right-con span {
    display: none;
  }
}

.steps-area .steps-heading .right-con a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.36);
  width: 70px;
  height: 70px;
  border: 3px solid rgba(255, 255, 255, 0.36);
  border-radius: 100%;
  line-height: 64px;
  text-align: center;
  font-size: 26px;
  position: relative;
  margin-left: 15px;
}

.steps-area .steps-heading .right-con a:after {
  content: '';
  position: absolute;
  left: -1px;
  right: 0;
  top: 100%;
  bottom: -105px;
  margin: 0 auto;
  width: 2px;
  background: rgb(183 186 208);
  z-index: 9;
}

@media only screen and (max-width: 480px) {
  .steps-area .steps-heading .right-con a:after {
    display: none;
  }
}

.steps-area .steps-heading .right-con a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  margin: 0 auto;
  width: 2px;
  background: #3297cc;
  z-index: 99;
  transition: all 0.5s;
}

@media only screen and (max-width: 480px) {
  .steps-area .steps-heading .right-con a:before {
    display: none;
  }
}

.steps-area .steps-heading .right-con a i {
  animation: animate 1s linear infinite;
}

.steps-area .steps-heading .right-con a:hover {
  background: rgba(57, 100, 208, 1);
  background: -moz-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
  background: -webkit-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -o-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -ms-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: linear-gradient(to right, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);

  border: 3px solid rgb(58, 159, 165);
  color: #fff;
}

.steps-area .steps-heading .right-con a:hover:before {
  bottom: -103px;
}

.steps-area .steps-heading .right-con a:hover i {
  animation: none;
}

@keyframes animate {
  0% {
    transform: translateY(-50%);
    text-shadow: 0 50px 0 #8486a6;
  }

  20% {
    transform: translateY(0px);
    text-shadow: 0 10px 0 #8486a6;
  }

  40% {
    transform: translateY(0px);
    text-shadow: 0 10px 0 #8486a6;
  }

  60% {
    transform: translateY(0px);
    text-shadow: 0 0px 0 #8486a6;
  }

  100% {
    transform: translateY(100px);
    text-shadow: 0 -50px 0 #8486a6;
  }
}

.steps-details {
  display: block;
  margin: 0 0 -4px;
}

.steps-details .steps-cont ul li {
  position: relative;
  padding: 105px;
  display: block;
  border-radius: 10px;
  margin: 0 0 -2px;
  left: 10.3%;
}

@media only screen and (max-width: 480px) {
  .steps-details .steps-cont ul li {
    padding: 80px 50px;
  }
}

.steps-details .steps-cont ul li .mid-icons {
  position: absolute;
  bottom: -14px;
  background: rgba(57, 100, 208, 1);
  background: -moz-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
  background: -webkit-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -o-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -ms-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: linear-gradient(to right, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 28px;
  width: 28px;
  line-height: 24px;
  border-radius: 100%;
  z-index: 999;
  text-align: center;
  z-index: auto;
}

.steps-details .steps-cont ul li .mid-icons img {
  display: inline-block;
}

.steps-details .steps-cont ul li:before {
  content: '';
  position: absolute;
  left: 48px;
  right: 48px;
  top: 0px;
  bottom: 0;
  border-top: 2px solid rgb(183 186 208);
  border-radius: 0;
}

@media only screen and (max-width: 480px) {
  .steps-details .steps-cont ul li:before {
    left: 32px;
    right: 38px;
  }
}

.steps-details .steps-cont ul li:after {
  content: '';
  position: absolute;
  width: 14px;
  right: 34px;
  top: 1px;
  bottom: 0;
  border-right: 2px solid rgb(183 186 208);
  border-top: 2px solid rgb(183 186 208);
  border-bottom: 2px solid rgb(183 186 208);
  border-radius: 0 10px 10px 0;
}

@media only screen and (max-width: 480px) {
  .steps-details .steps-cont ul li:after {
    right: 24px;
  }
}

.steps-details .steps-cont ul li:first-child:before {
  display: none;
}

.steps-details .steps-cont ul li:first-child:after {
  border-radius: 0 0 10px 0;
  border-top: none;
  z-index: auto;
}

.steps-details .steps-cont ul li.l-con {
  text-align: right;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .steps-details .steps-cont ul li.l-con {
    padding-right: 70px;
    padding-left: 0;
  }
}

.steps-details .steps-cont ul li.l-con .cont h2 {
  margin: 0 0 5px;
  font-weight: 400;
  color: #ffffff;
}

@media only screen and (max-width: 480px) {
  .steps-details .steps-cont ul li.l-con .cont h2 {
    font-size: 24px;
  }
}

.steps-details .steps-cont ul li.l-con .cont p {
  margin: 0;
}

@media only screen and (max-width: 480px) {
  .steps-details .steps-cont ul li.l-con .cont p {
    font-size: 14px;
  }
}

.steps-details .steps-cont ul li.l-con span {
  position: absolute;
  right: 0;
  width: 70px;
  height: 70px;
  background: rgba(57, 100, 208, 1);
  background: -moz-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
  background: -webkit-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -o-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -ms-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: linear-gradient(to right, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
  text-align: center;
  top: 39%;
  line-height: 70px;
  z-index: 999;
}

@media only screen and (max-width: 480px) {
  .steps-details .steps-cont ul li.l-con span {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}

.steps-details .steps-cont ul li.r-con {
  text-align: left;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .steps-details .steps-cont ul li.r-con {
    padding-left: 70px;
    padding-right: 0;
  }
}

.steps-details .steps-cont ul li.r-con:after {
  left: 34px;
  right: inherit;
  border-left: 2px solid rgb(183 186 208);
  border-right: none;
  border-radius: 10px 0 0 10px;
}

@media only screen and (max-width: 480px) {
  .steps-details .steps-cont ul li.r-con:after {
    left: 24px;
  }
}

.steps-details .steps-cont ul li.r-con:last-child:after {
  border-radius: 10px 0 0 0;
}

.steps-details .steps-cont ul li.r-con .cont h2 {
  margin: 0 0 5px;
  font-weight: 400;
  color: #ffffff;
}

@media only screen and (max-width: 480px) {
  .steps-details .steps-cont ul li.r-con .cont h2 {
    font-size: 24px;
  }
}

.steps-details .steps-cont ul li.r-con .cont p {
  margin: 0;
}

@media only screen and (max-width: 480px) {
  .steps-details .steps-cont ul li.r-con .cont p {
    font-size: 14px;
  }
}

.steps-details .steps-cont ul li.r-con span {
  position: absolute;
  left: 0;
  width: 70px;
  height: 70px;
  background: rgba(57, 100, 208, 1);
  background: -moz-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
  background: -webkit-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -o-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: -ms-linear-gradient(left, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);
  background: linear-gradient(to right, rgba(57, 100, 208, 1) 0%, rgba(45, 193, 201, 1) 100%);

  color: #fff;
  font-size: 30px;
  border-radius: 100%;
  text-align: center;
  top: 39%;
  line-height: 70px;
  z-index: 999;
}

@media only screen and (max-width: 480px) {
  .steps-details .steps-cont ul li.r-con span {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}

.steps-details .steps-cont ul li:nth-child(3):after {
  content: '';
  position: absolute;
  width: 55%;
  right: 34px;
  top: 0;
  bottom: -1px;
  border-right: 2px solid rgb(183 186 208);
  border-top: 2px solid rgb(183 186 208);
  border-bottom: 2px solid rgb(183 186 208);
  border-radius: 0 10px 10px 0;
}

.steps-details .steps-cont ul li:nth-child(4):before {
  content: '';
  position: absolute;
  left: 48px;
  right: inherit;
  width: 45%;
  top: 1px;
  bottom: 0;
  border-top: 2px solid rgb(183 186 208);
  border-radius: 0;
}

@media only screen and (max-width: 480px) {
  .steps-details .steps-cont ul li:nth-child(4):before {
    left: 32px;
  }
}

.steps-details .steps-cont ul li:nth-child(4):after {
  border-left: 2px solid rgb(183 186 208);
  border-top: 2px solid rgb(183 186 208);
  border-bottom: 2px solid rgb(183 186 208);
}

.steps-details .steps-cont ul li:nth-child(4) .cont h2 {
  margin: 0 0 5px;
  font-weight: 400;
  color: #ffffff;
}

.steps-details .steps-cont ul li:nth-child(4) .cont p {
  margin: 0;
}

.steps-details .steps-cont ul li:nth-child(4) span {
  position: absolute;
  right: 0;
  width: 70px;
  height: 70px;
  line-height: 66px;
  border: 2px solid rgba(255, 255, 255, 0.36);
  background: #1f58b1;
  color: #ffffff;
  font-size: 30px;
  border-radius: 100%;
  text-align: center;
  top: 39%;
  z-index: 999;
}

@media only screen and (max-width: 480px) {
  .steps-details .steps-cont ul li:nth-child(4) span {
    height: 50px;
    width: 50px;
    line-height: 46px;
    font-size: 20px;
  }
}

.steps-details .steps-cont ul li:nth-child(5):before {
  border-top: 2px solid rgb(183 186 208);
}

.steps-details .steps-cont ul li:nth-child(5):after {
  border-right: 2px solid rgb(183 186 208);
  border-top: 2px solid rgb(183 186 208);
  border-bottom: 2px solid rgb(183 186 208);
}

.steps-details .steps-cont ul li:nth-child(5) .cont h2 {
  margin: 0 0 5px;
  font-weight: 400;
  color: #ffffff;
}

.steps-details .steps-cont ul li:nth-child(5) .cont p {
  margin: 0;
}

.steps-details .steps-cont ul li:nth-child(5) span {
  line-height: 66px;
  border: 2px solid rgba(255, 255, 255, 0.36);
  background: #1f58b1;
  color: #ffffff;
  z-index: 999;
}

@media only screen and (max-width: 480px) {
  .steps-details .steps-cont ul li:nth-child(5) span {
    line-height: 46px;
    z-index: auto;

  }
}

.steps-details,
.video-des {
  background: #5268f2;
}

.steps-details .steps-cont ul li:nth-child(6):before {
  border-top: 2px solid rgb(183 186 208);
}

.steps-details .steps-cont ul li:nth-child(6):after {
  border-left: 2px solid rgb(183 186 208);
  border-top: 2px solid rgb(183 186 208);
  border-bottom: none;
}

.steps-details .steps-cont ul li:nth-child(6) .cont h2 {
  margin: 0 0 5px;
  font-weight: 400;
  color: #ffffff;
}

.steps-details .steps-cont ul li:nth-child(6) .cont p {
  margin: 0;
}

.steps-details .steps-cont ul li:nth-child(6) span {
  line-height: 66px;
  border: 2px solid rgba(255, 255, 255, 0.36);
  background: #1f58b1;
  color: #ffffff;
  z-index: 999;
}

@media only screen and (max-width: 480px) {
  .steps-details .steps-cont ul li:nth-child(6) span {
    line-height: 46px;
  }
}



body.date-20180212.exp-invert-logo {
  background-color: transparent !important;
  border-radius: 25px !important;
}

.html5-video-player:not(.ytp-transparent) {
  background: #fff !important;
  border-radius: 25px !important;
}

.video-area {
  position: relative;
  display: block;
  background: #1f58b1;
  padding-bottom: 120px;
  text-align: center;
  margin: 0;
}

.video-area .videos-heding h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 60px;
}

.video-area .videos-heding .videos-box {
  display: inline-block;
  margin: 0 0 -175px;
  position: relative;
  z-index: 999;
  border-radius: 25px;
  overflow: hidden;
  vertical-align: middle;
}

.video-area .videos-heding .videos-box:after {
  content: '';
  position: absolute;
  left: 10%;
  right: 10%;
  top: -20px;
  bottom: 0;
  border-radius: 20px;
  background: #e05d5e;
  z-index: 1;
}

.video-area .videos-heding .videos-box .video-js .vjs-control-bar {
  bottom: 20px;
  left: 10%;
  right: 10%;
  width: auto;
}

.video-area .videos-heding .videos-box .video-js {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.video-area .videos-heding .videos-box .vjs-poster {
  background: #fff;
  border-radius: 30px;
}

.video-area .videos-heding .videos-box .video-js .vjs-big-play-button {
  width: 125px;
  height: 125px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  top: 32%;
  margin: 0 auto;
}

.video-area .videos-heding .videos-box .video-js .vjs-big-play-button:before {
  content: '';
  position: absolute;
  background: url(images/icons/vid.png) no-repeat center;
  height: 125px;
  width: 50px;
  line-height: 125px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
}

.video-area .videos-heding .videos-box .vjs-icon-play:before {
  display: none;
}

.chart {
  display: block;
}


/*** Section ***/


@media only screen and (max-width: 768px) {
  .section {
    padding: 75px 0;
  }
}

.section-heading {
  display: block;
  position: relative;
  margin: 0 0 60px;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .section-heading {
    margin: 0 0 50px;
  }
}

@media only screen and (max-width: 480px) {
  .section-heading {
    margin: 0 0 40px;
  }
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 400;
  color: #5268f2;
  margin: 0;
}

.section-heading h4 {
  color: rgb(149 149 149 / 90%);
}

@media only screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .section-heading h2 {
    font-size: 30px;
  }
}

.section-heading2 {
  display: block;
  margin: 0 0 60px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .section-heading2 {
    margin: 0 0 50px;
  }
}

@media only screen and (max-width: 480px) {
  .section-heading2 {
    margin: 0 0 40px;
  }
}

.section-heading2 h2 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .section-heading2 h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .section-heading2 h2 {
    font-size: 30px;
  }
}

/* ------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media screen and (max-width: 576px) {
  .intro-hero-section .intro-hero-title {
    font-size: 1.4rem;
  }

  .intro-hero-section .intro-hero-title span {
    font-size: 2.2rem;
  }
}

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