/*
@File: Zemic Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style

** - HOME PAGE STYLE - **

** - Header Area Style
** - Nav Area Style
** - Hero Slider Area Style
** - Banner Area Style
** - Future Area Style
** - Partner Area Style
** - Future Area Style
** - About Area Style
** - Services Area Style
** - Showcase Area Style
** - Video Area Style
** - Counter Area Style
** - Fun Facts Area Style
** - Pricing Area Style
** - Team Area Style
** - Gallery Area Style
** - Testimonials Area Style
** - Blog Area Style
** - Subscribe Area Style
** - Footer Area Style
** - Copy Right Area Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style
** - Section Title Area Style
** - Nice select Area

*******************************************
/*

/*
Default Style
============================*/


@import url("../../../../css2-24");
@import url("../../../../css2-25");
body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #263053;
}

a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #263053;
}

a:hover {
  text-decoration: none;
  color: #a359fb;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #031864;
  font-weight: bold;
  font-family: "Archivo", sans-serif;
}

h3 {
  line-height: 1.5;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

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

.form-control {
  height: 50px;
  color: #a359fb;
  border: 1px solid #ebebeb;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
}

.form-control::-webkit-input-placeholder {
  color: #676a6a;
}

.form-control:-ms-input-placeholder {
  color: #676a6a;
}

.form-control::-ms-input-placeholder {
  color: #676a6a;
}

.form-control::placeholder {
  color: #676a6a;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid #a359fb;
}

.form-control:hover:focus, .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

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

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

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

.pb-40 {
  padding-bottom: 40px;
}

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

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

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

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

/*
Bg-color Style*/
.bg-color {
  background-color: #a359fb;
}

/*
Default Btn Area Style*/
.default-btn {
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  background-color: #a359fb;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-table;
  padding: 15px 40px;
  border-radius: 4px;
}

.default-btn.default-btn-two {
  background-color: #fa2439;
}

.default-btn.default-btn-three {
  background-image: -webkit-gradient(linear, right top, left top, from(#e92f3c), to(#f9702f));
  background-image: linear-gradient(to left, #e92f3c, #f9702f);
}

.default-btn.default-btn-three:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#f9702f), to(#e92f3c));
  background-image: linear-gradient(to left, #f9702f, #e92f3c);
}

.default-btn:hover {
  background-color: #031864;
  color: #ffffff;
}

/*
Read More Btn Area Style*/
.read-more {
  font-weight: 600;
  font-size: 15px;
  color: #031864;
}

.read-more i {
  position: relative;
  position: relative;
  top: 1.7px;
  margin-left: 5px;
}

.read-more:hover {
  color: #a359fb;
  letter-spacing: 1px;
}

/*
Section Title Area Style*/
.section-title {
  max-width: 750px;
  margin: -6px auto 50px;
  text-align: center;
  position: relative;
}

.section-title span {
  font-size: 16px;
  color: #a359fb;
  display: block;
  margin-bottom: 15px;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 20px;
  position: relative;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title p {
  max-width: 600px;
  margin: auto;
}

.section-title.section-title-two span {
  color: #fa2439;
}

.section-title.white-title span {
  color: #a359fb;
}

.section-title.white-title h2 {
  color: #ffffff;
}

.section-title.white-title p {
  color: #ffffff;
}

/*
Header Area Style
======================================================*/
.top-header {
  background-color: #e8dff3;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-header .header-left-content .contact-info {
  line-height: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.top-header .header-left-content .contact-info li {
  display: inline-block;
  margin-right: 30px;
  color: #031864;
  position: relative;
  padding-left: 30px;
  font-size: 15px;
}

.top-header .header-left-content .contact-info li i {
  color: #a359fb;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  font-size: 20px;
  top: -2px;
  left: 0;
}

.top-header .header-left-content .contact-info li:last-child {
  margin-right: 0;
}

.top-header .header-left-content .contact-info li a {
  font-size: 15px;
  color: #031864;
}

.top-header .header-left-content .contact-info li a:hover {
  color: #a359fb;
}

.top-header .header-right-content {
  line-height: 1;
  text-align: right;
}

.top-header .header-right-content .social-link {
  line-height: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.top-header .header-right-content .social-link li {
  display: inline-block;
}

.top-header .header-right-content .social-link li a {
  padding: 0 8px;
}

.top-header .header-right-content .social-link li a i {
  font-size: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #a359fb;
}

.top-header .header-right-content .social-link li a:hover i {
  color: #031864;
}

.top-header .header-right-content .social-link li:last-child a {
  padding-right: 0;
}

.top-header.top-header-style-two {
  background-color: transparent;
}

.top-header.top-header-style-two .header-left-content .contact-info li {
  color: #ffffff;
}

.top-header.top-header-style-two .header-left-content .contact-info li i {
  color: #ffffff;
}

.top-header.top-header-style-two .header-left-content .contact-info li a {
  color: #ffffff;
}

.top-header.top-header-style-two .header-right-content .social-link li a i {
  color: #fa2439;
}

.top-header.top-header-style-two .header-right-content .social-link li a:hover i {
  color: #a359fb;
}

.top-header.top-header-style-three {
  background-color: transparent;
}

.top-header.top-header-style-three .header-left-content .contact-info li {
  color: #263053;
}

.top-header.top-header-style-three .header-left-content .contact-info li i {
  color: #fa2439;
}

.top-header.top-header-style-three .header-left-content .contact-info li a {
  color: #263053;
}

.top-header.top-header-style-three .header-left-content .contact-info li a:hover {
  color: #fa2439;
}

.top-header.top-header-style-three .header-right-content .social-link li a i {
  color: #fa2439;
}

.top-header.top-header-style-three .header-right-content .social-link li a:hover i {
  color: #a359fb;
}

.top-header.top-header-style-four {
  background-color: #01001d;
}

.top-header.top-header-style-four .header-left-content .contact-info li {
  color: #ffffff;
}

.top-header.top-header-style-four .header-left-content .contact-info li i {
  color: #fa2439;
}

.top-header.top-header-style-four .header-left-content .contact-info li a {
  color: #ffffff;
}

.top-header.top-header-style-four .header-left-content .contact-info li a:hover {
  color: #fa2439;
}

.top-header.top-header-style-four .header-right-content .social-link li a i {
  color: #fa2439;
}

.top-header.top-header-style-four .header-right-content .social-link li a:hover i {
  color: #ffffff;
}

/*
Nav Area Style
======================================================*/
.navbar-area {
  background-color: #ffffff;
}

.navbar-area .desktop-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-area .desktop-nav .navbar {
  position: inherit;
  padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.navbar-area .desktop-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  line-height: 1;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 15px;
  font-weight: 700;
  color: #031864;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-left: 0;
  margin-right: 0;
  padding: 35px 0;
  position: relative;
  margin: 0 15px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 22px;
  line-height: 0;
  position: relative;
  top: 4px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a:hover {
  color: #a359fb;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #a359fb;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  top: 130%;
  left: 15px;
  opacity: 0;
  width: 250px;
  visibility: hidden;
  z-index: 99;
  display: block;
  padding: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-top: 2px solid #a359fb;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  color: #031864;
  position: relative;
  padding: 15px 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-left: 0;
  margin-right: 0;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 7px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 20px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #ffffff;
  background-color: #a359fb;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #a359fb;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  right: -98%;
  top: 20px !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  position: absolute;
  right: -100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #031864;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px dashed #eeeeee;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
  color: #ffffff;
  background-color: #a359fb;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: #a359fb;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
  color: #ffffff;
  background-color: #a359fb;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -4px !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
  right: -100%;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 98%;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu::before {
  height: 100%;
  right: auto;
  bottom: 0;
}

.navbar-area .desktop-nav .navbar .others-option {
  position: relative;
}

.navbar-area .desktop-nav .navbar .others-option .language-content {
  margin-right: 70px;
}

.navbar-area .desktop-nav .navbar .others-option .language-content .language {
  position: relative;
  top: -1px;
}

.navbar-area .desktop-nav .navbar .others-option .language-content .language img {
  max-width: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  top: -1px;
}

.navbar-area .desktop-nav .navbar .others-option .language-content .language .select {
  display: block;
  height: 35px;
  background: #ffffff;
  font-size: 15px;
  color: #263053;
  padding: 5px 25px 5px 0;
  line-height: 28px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}

.navbar-area .desktop-nav .navbar .others-option .language-content .language .select span {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0 !important;
  font-weight: 700;
  font-size: 15px;
}

.navbar-area .desktop-nav .navbar .others-option .language-content .language .select i {
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 9px;
  right: 5px;
  font-weight: 700;
}

.navbar-area .desktop-nav .navbar .others-option .language-content .language .list {
  padding: 15px !important;
  margin: 0;
  display: none;
  width: 180px;
  list-style: none;
  background-color: #ffffff;
  position: absolute;
  top: 45px;
  left: 0;
  text-align: left;
  z-index: 2;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.navbar-area .desktop-nav .navbar .others-option .language-content .language .list li {
  list-style-type: none;
  display: block;
  font-size: 14px;
  border-bottom: 1px dashed #eeeeee;
  position: relative;
  color: #263053;
  padding-bottom: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.navbar-area .desktop-nav .navbar .others-option .language-content .language .list li:hover {
  color: #a359fb;
}

.navbar-area .desktop-nav .navbar .others-option .language-content .language .list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.navbar-area .desktop-nav .navbar .others-option .language-content .language .list li img {
  margin-left: 0;
  margin-top: 0;
  margin-right: 8px;
}

.navbar-area .desktop-nav .navbar .others-option .search-box {
  position: absolute;
  top: -1px;
  right: 0;
  z-index: 1;
}

.navbar-area .desktop-nav .navbar .others-option .search-box .form-control {
  width: 40px;
  height: 40px;
  color: transparent;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  z-index: 9999;
  cursor: pointer;
}

.navbar-area .desktop-nav .navbar .others-option .search-box .form-control:focus {
  border-color: #a359fb;
  width: 1100px;
  color: #031864;
  cursor: auto;
}

.navbar-area .desktop-nav .navbar .others-option .search-box .form-control:focus ~ .search-btn {
  background-color: #a359fb;
  border-radius: 0;
  cursor: pointer;
  pointer-events: auto;
}

.navbar-area .desktop-nav .navbar .others-option .search-box .form-control:focus ~ .close-btn {
  display: block;
}

.navbar-area .desktop-nav .navbar .others-option .search-box .search-btn, .navbar-area .desktop-nav .navbar .others-option .search-box .close-btn {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #a359fb;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.navbar-area .desktop-nav .navbar .others-option .search-box .search-btn i, .navbar-area .desktop-nav .navbar .others-option .search-box .close-btn i {
  position: relative;
  top: 1px;
}

.navbar-area .desktop-nav .navbar .others-option .search-box .close-btn {
  display: none;
}

.navbar-area.navbar-area-style-two {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.navbar-area.navbar-area-style-two .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #fa2439;
}

.navbar-area.navbar-area-style-two .desktop-nav .navbar .navbar-nav .nav-item a:hover {
  color: #fa2439;
}

.navbar-area.navbar-area-style-two .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  border-color: #fa2439;
}

.navbar-area.navbar-area-style-two .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  background-color: #fa2439;
}

.navbar-area.navbar-area-style-two .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  background-color: #fa2439;
}

.navbar-area.navbar-area-style-two .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  background-color: #fa2439;
}

.navbar-area.navbar-area-style-two .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
  background-color: #fa2439;
}

.navbar-area.navbar-area-style-two .desktop-nav .navbar .others-option .search-box .close-btn {
  background-color: #fa2439;
}

.navbar-area.navbar-area-style-two .desktop-nav .navbar .others-option .search-box .search-btn {
  background-color: #fa2439;
}

.navbar-area.navbar-area-style-two .desktop-nav .navbar .others-option .search-box .form-control:focus ~ .search-btn {
  background-color: #fa2439;
}

.navbar-area.navbar-area-style-two .desktop-nav .navbar .others-option .search-box .form-control:focus {
  border-color: #fa2439;
}

.navbar-area.navbar-area-style-two .desktop-nav .navbar .others-option .language-content .language .list li:hover {
  color: #fa2439;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mobile-nav {
  display: none;
}

/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -34px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #031864;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #a359fb;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.others-option-for-responsive .others-option {
  position: relative;
}

.others-option-for-responsive .others-option .language-content {
  margin-right: 70px;
}

.others-option-for-responsive .others-option .language-content .language {
  position: relative;
  top: -2px;
}

.others-option-for-responsive .others-option .language-content .language img {
  max-width: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.others-option-for-responsive .others-option .language-content .language .select {
  display: block;
  height: 35px;
  background: #ffffff;
  font-size: 15px;
  color: #263053;
  padding: 5px 25px 5px 0;
  line-height: 28px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}

.others-option-for-responsive .others-option .language-content .language .select span {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0 !important;
  font-weight: 700;
  font-size: 15px;
}

.others-option-for-responsive .others-option .language-content .language .select i {
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 9px;
  right: 5px;
  font-weight: 700;
}

.others-option-for-responsive .others-option .language-content .language .list {
  padding: 15px !important;
  margin: 0;
  display: none;
  width: 180px;
  list-style: none;
  background-color: #ffffff;
  position: absolute;
  top: 45px;
  left: 0;
  text-align: left;
  z-index: 2;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.others-option-for-responsive .others-option .language-content .language .list li {
  list-style-type: none;
  display: block;
  font-size: 14px;
  border-bottom: 1px dashed #eeeeee;
  position: relative;
  color: #263053;
  padding-bottom: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.others-option-for-responsive .others-option .language-content .language .list li:hover {
  color: #a359fb;
}

.others-option-for-responsive .others-option .language-content .language .list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.others-option-for-responsive .others-option .language-content .language .list li img {
  margin-left: 0;
  margin-top: 0;
  margin-right: 8px;
}

.others-option-for-responsive .others-option .search-box {
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 1;
}

.others-option-for-responsive .others-option .search-box .form-control {
  width: 46px;
  height: 46px;
  color: transparent;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  z-index: 9999;
  cursor: pointer;
}

.others-option-for-responsive .others-option .search-box .form-control:focus {
  border-color: #a359fb;
  width: 1100px;
  color: #031864;
  cursor: auto;
}

.others-option-for-responsive .others-option .search-box .form-control:focus ~ .search-btn {
  background-color: #a359fb;
  border-radius: 0;
  cursor: pointer;
  pointer-events: auto;
}

.others-option-for-responsive .others-option .search-box .form-control:focus ~ .close-btn {
  display: block;
}

.others-option-for-responsive .others-option .search-box .search-btn, .others-option-for-responsive .others-option .search-box .close-btn {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #a359fb;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.others-option-for-responsive .others-option .search-box .search-btn i, .others-option-for-responsive .others-option .search-box .close-btn i {
  position: relative;
  top: 1px;
}

.others-option-for-responsive .others-option .search-box .close-btn {
  display: none;
}

/*
Hero Slider Area Style
======================================================*/
.hero-slider-area {
  overflow: hidden;
  z-index: 1;
}

.hero-slider-area .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 50%;
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
}

.hero-slider-area .owl-theme .owl-nav .owl-prev, .hero-slider-area .owl-theme .owl-nav .owl-next {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #a359fb;
}

.hero-slider-area .owl-theme .owl-nav .owl-prev i, .hero-slider-area .owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color: #a359fb;
}

.hero-slider-area .owl-theme .owl-nav .owl-prev:hover, .hero-slider-area .owl-theme .owl-nav .owl-next:hover {
  background-color: #a359fb;
}

.hero-slider-area .owl-theme .owl-nav .owl-prev:hover i, .hero-slider-area .owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.hero-slider-area .owl-theme .owl-nav .owl-next {
  right: 0;
  left: auto;
}

.hero-slider-area .owl-dots {
  margin-top: 0 !important;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}

.hero-slider-area .owl-dots .owl-dot span {
  width: 50px;
  height: 5px;
  margin: 0 10px;
  background: #d36635;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  border-radius: 4px;
}

.hero-slider-area .owl-dots .owl-dot:hover span {
  background-color: #fa2439;
}

.hero-slider-area .owl-dots .owl-dot.active span {
  background-color: #fa2439;
  width: 60px;
}

.hero-slider-area .owl-item.active .hero-slider-content {
  overflow: hidden;
}

.hero-slider-area .owl-item.active .hero-slider-content h1 {
  -webkit-animation: 1s .1s fadeInLeft both;
          animation: 1s .1s fadeInLeft both;
}

.hero-slider-area .owl-item.active .hero-slider-content p {
  -webkit-animation: 1s .1s fadeInRight both;
          animation: 1s .1s fadeInRight both;
}

.hero-slider-area .owl-item.active .hero-slider-content .hero-slider-btn {
  -webkit-animation: 1s .1s fadeInUpBig both;
          animation: 1s .1s fadeInUpBig both;
}

.hero-slider-area .hero-slider-item {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
}

.hero-slider-area .hero-slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.7;
}

.hero-slider-area .hero-slider-item.bg-1 {
  background-image: url(../images/slider/slider-1.jpg);
}

.hero-slider-area .hero-slider-item.bg-2 {
  background-image: url(../images/slider/slider-2.jpg);
}

.hero-slider-area .hero-slider-item .slider-shape-1 {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
  -webkit-animation: focus-one 4s linear 4s infinite;
          animation: focus-one 4s linear 4s infinite;
}

.hero-slider-area .social-icon {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 15px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.hero-slider-area .social-icon li {
  margin: 15px 0;
  display: -ms-grid;
  display: grid;
  position: relative;
}

.hero-slider-area .social-icon li span {
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.hero-slider-area .social-icon li a i {
  display: inline-block;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #a359fb;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.hero-slider-area .social-icon li:hover span {
  left: 40px;
  opacity: 1;
}

.hero-slider-area .social-icon li:hover a i {
  background-color: #a359fb;
  color: #ffffff;
}

.hero-slider-content {
  max-width: 800px;
  margin: 115px auto 0;
  text-align: center;
}

.hero-slider-content h1 {
  font-size: 70px;
  margin-bottom: 20px;
  color: #020c30;
}

.hero-slider-content p {
  max-width: 450px;
  margin-bottom: 30px;
  margin: 0 auto 30px;
}

.hero-slider-content .hero-slider-btn .default-btn.active {
  margin-left: 30px;
}

@-webkit-keyframes focus-one {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes focus-one {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
Banner Area Style
======================================================*/
.banner-area {
  background-color: #fbf7fe;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.banner-area .banner-shape {
  position: absolute;
  z-index: -1;
  opacity: 0.6;
}

.banner-area .banner-shape.shape-1 {
  top: 30px;
  left: 30px;
  -webkit-animation: rotation 30s linear infinite;
          animation: rotation 30s linear infinite;
}

.banner-area .banner-shape.shape-2 {
  top: 50px;
  left: 300px;
  -webkit-animation: moVebounce 5s linear infinite;
          animation: moVebounce 5s linear infinite;
}

.banner-area .banner-shape.shape-3 {
  top: 50px;
  left: 600px;
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
}

.banner-area .banner-shape.shape-4 {
  top: 30px;
  right: 30px;
  -webkit-animation: moVebounce 5s linear infinite;
          animation: moVebounce 5s linear infinite;
}

.banner-area .banner-shape.shape-5 {
  top: 100px;
  right: 30px;
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
}

.banner-area .banner-shape.shape-6 {
  bottom: 100px;
  left: 30px;
  -webkit-animation: rotation 30s linear infinite;
          animation: rotation 30s linear infinite;
}

.banner-area .banner-shape.shape-7 {
  bottom: 100px;
  left: 600px;
  -webkit-animation: rotation 30s linear infinite;
          animation: rotation 30s linear infinite;
}

.banner-area .banner-shape.shape-8 {
  bottom: 100px;
  right: 600px;
}

.banner-area .banner-shape.shape-9 {
  bottom: 50px;
  right: 300px;
  z-index: 1;
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
}

.banner-area .banner-shape.shape-10 {
  bottom: 50px;
  right: 30px;
  -webkit-animation: rotation 30s linear infinite;
          animation: rotation 30s linear infinite;
}

.banner-area .banner-shape.shape-13 {
  position: absolute;
  top: 55px;
  left: 0;
}

.banner-area.banner-area-style-two {
  background-image: url(../images/banner/banner-bg1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  z-index: 1;
}

.banner-area.banner-area-style-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#e92f3c), to(#f9702f));
  background-image: linear-gradient(to left, #e92f3c, #f9702f);
  -webkit-clip-path: polygon(0 0, 100% 0, 57% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 57% 100%, 0% 100%);
  z-index: -1;
}

.banner-area.banner-area-style-two::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9203e), to(#fa3237));
  background-image: linear-gradient(#e9203e, #fa3237);
  -webkit-clip-path: polygon(0 0, 46% 0, 0 89%);
          clip-path: polygon(0 0, 46% 0, 0 89%);
}

.banner-area.banner-area-style-two .banner-content {
  max-width: 650px;
  margin-left: 0;
  margin-top: 140px;
}

.banner-area.banner-area-style-two .banner-content h1 {
  color: #ffffff;
  font-size: 55px;
}

.banner-area.banner-area-style-two .banner-content .banner-btn .default-btn {
  background-color: #ffffff;
  color: #fa2439;
}

.banner-area.banner-area-style-two .banner-content .banner-btn .default-btn:hover {
  background-color: #a359fb;
  color: #ffffff;
}

.banner-area.banner-area-style-two .banner-content .banner-btn .default-btn.active {
  background-color: #031864;
  color: #ffffff;
}

.banner-area.banner-area-style-two .banner-content .banner-btn .default-btn.active:hover {
  background-color: #a359fb;
}

.banner-area.banner-area-style-two .banner-shape {
  position: absolute;
  z-index: -1;
  opacity: 0.6;
}

.banner-area.banner-area-style-two .banner-shape.shape-12 {
  bottom: 0;
  right: 0;
}

.banner-area.banner-area-style-four {
  overflow: hidden;
  padding: 0;
}

.banner-area.banner-area-style-four .container-fluid {
  max-width: 1303px;
  margin-right: 0;
  padding-right: 0;
}

.banner-area.banner-area-style-four .banner-content {
  margin-left: 0;
  max-width: 100%;
}

.banner-area.banner-area-style-four .banner-content h1 {
  font-size: 44px;
}

.banner-content {
  max-width: 810px;
  margin: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-content span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  margin-bottom: 10px;
}

.banner-content h1 {
  font-size: 60px;
  margin-bottom: 30px;
  -webkit-animation: 0.6s fadeInUpBig;
          animation: 0.6s fadeInUpBig;
}

.banner-content p {
  margin-bottom: 40px;
  -webkit-animation: 0.9s fadeInUpBig;
          animation: 0.9s fadeInUpBig;
}

.banner-content .banner-btn {
  -webkit-animation: 1s fadeInUpBig;
          animation: 1s fadeInUpBig;
}

.banner-content .banner-btn .default-btn.active {
  margin-left: 30px;
}

.banner-content .banner-btn .video {
  font-size: 16px;
  font-weight: 600;
  margin-left: 30px;
  position: relative;
}

.banner-content .banner-btn .video::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #a359fb;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.banner-content .banner-btn .video i {
  font-size: 30px;
  position: absolute;
  top: -3px;
  right: -30px;
  color: #a359fb;
}

.banner-content .banner-btn .video:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.banner-img img {
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px 20px rgba(247, 239, 253, 0.9);
          box-shadow: 0 0 20px 20px rgba(247, 239, 253, 0.9);
}

.banner-img.banner-img-four {
  position: relative;
}

.banner-img.banner-img-four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#7b16fa), to(#e116fa));
  background-image: linear-gradient(to left, #7b16fa, #e116fa);
  opacity: 0.5;
  border-radius: 0 0 0 70px;
}

.banner-img.banner-img-four img {
  border-radius: 0 0 0 70px;
}

/*
Future Area Style
======================================================*/
.single-futures {
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
}

.single-futures::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

.single-futures .futures-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-futures .futures-title h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 5px;
}

.single-futures .futures-title h3 a {
  color: #ffffff;
}

.single-futures .futures-title h3 a:hover {
  color: #a359fb;
}

.single-futures .futures-title span {
  color: #ffffff;
}

.single-futures:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Keyframes Area Style
======================================================*/
@-webkit-keyframes moVebounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes moVebounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/*
Partner Area Style
======================================================*/
.partner-area .owl-carousel .owl-item img {
  display: block;
  width: auto;
  margin: auto;
  padding: 30px;
}

.partner-item {
  background-color: #ffffff;
  border: 1px solid #f7f7f7;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.partner-item:hover {
  border-color: #a359fb;
}

/*
Future Area Style
======================================================*/
.future-area {
  background-color: #fbf7fe;
  position: relative;
  z-index: 1;
}

.future-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}

.future-area .single-future {
  padding-top: 50px;
  padding-bottom: 20px;
}

.future-area .future-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.future-area .future-shape-2 {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: -1;
}

.future-area.future-area-style-two {
  background-color: transparent;
}

.future-area.future-area-style-two::before {
  display: none;
}

.future-area.future-area-style-two .single-future-box i {
  color: #fa2439;
}

.future-area.future-area-style-three {
  background-color: transparent;
  z-index: 1;
  overflow: hidden;
}

.future-area.future-area-style-three .single-future-box {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.future-area.future-area-style-three .single-future-box i {
  color: #fa2439;
}

.future-area.future-area-style-three .single-future-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.future-area.future-area-style-three .future-shape {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: -1;
}

.future-area.futures-area-style-three {
  overflow: hidden;
  background-color: #01001d;
}

.future-area.futures-area-style-three .single-future {
  max-width: 800px;
  margin: auto;
  padding-bottom: 50px;
}

.future-area.futures-area-style-three .single-future-box {
  padding: 30px;
  margin-bottom: 0;
}

.future-area.futures-area-style-three .single-future-box i {
  color: #fa2439;
}

.future-area.futures-area-style-three .single-future-box h3 {
  color: #ffffff;
}

.future-area.futures-area-style-three .single-future-box p {
  color: #ffffff;
}

.future-area.future-page-style-area::before {
  display: none;
}

.single-future-box {
  text-align: center;
  margin-bottom: 30px;
}

.single-future-box i {
  line-height: 1;
  font-size: 50px;
  color: #a359fb;
  margin-bottom: 15px;
  display: block;
}

.single-future-box h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.future-img {
  background-image: url(../images/future-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  border-radius: 10px;
}

.future-img.future-img-three {
  background-image: url(../images/future-img-3.jpg);
  border-radius: 0;
}

/*
About Area Style
======================================================*/
.about-area {
  position: relative;
  z-index: 1;
}

.about-area .pl-0 {
  padding-left: 0 !important;
}

.about-area .about-content {
  max-width: 570px;
  margin-left: 15px;
}

.about-area .about-content span {
  color: #fa2439;
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}

.about-area .about-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.about-area .about-content p {
  margin-bottom: 30px;
}

.about-area .about-future {
  position: relative;
  padding-left: 80px;
}

.about-area .about-future i {
  font-size: 60px;
  line-height: 1;
  color: #fa2439;
  position: absolute;
  left: 0;
  top: 4px;
}

.about-area .about-future h3 {
  font-size: 18px;
}

.about-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.about-area ul li {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  font-family: "Archivo", sans-serif;
  color: #031864;
  padding-left: 35px;
  margin-bottom: 15px;
}

.about-area ul li:last-child {
  margin-bottom: 0;
}

.about-area ul li i {
  color: #fa2439;
  font-size: 21px;
  position: absolute;
  top: -2px;
  left: 0;
}

.about-area .default-btn {
  margin-top: 35px;
}

.about-area .about-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.2;
}

.about-area.about-area-page-style .about-content span {
  color: #a359fb;
}

.about-area.about-area-page-style .about-future i {
  color: #a359fb;
}

.about-area.about-area-page-style ul li i {
  color: #a359fb;
}

.about-img-1 {
  background-image: url(../images/about-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

/*
Services Area Style
======================================================*/
.services-area {
  background-image: url(../images/services-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.services-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

.services-area.services-area-style-two::before {
  display: none;
}

.services-area.services-area-style-two .single-services-box {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.services-area.services-area-style-two .single-services-box::after {
  display: none;
}

.services-area.services-area-style-two .single-services-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-image: -webkit-gradient(linear, right top, left top, from(#e92f3c), to(#f9702f));
  background-image: linear-gradient(to left, #e92f3c, #f9702f);
  z-index: -1;
}

.services-area.services-area-style-two .single-services-box i {
  color: #fa2439;
}

.services-area.services-area-style-two .single-services-box .read-more {
  color: #fa2439;
}

.services-area.services-area-style-two .single-services-box:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.services-area.services-area-style-two .single-services-box:hover i {
  color: #ffffff;
}

.services-area.services-area-style-two .single-services-box:hover h3 {
  color: #ffffff;
}

.services-area.services-area-style-two .single-services-box:hover p {
  color: #ffffff;
}

.services-area.services-area-style-two .single-services-box:hover .read-more {
  color: #ffffff;
}

.services-area.services-area-style-three {
  background-image: none;
}

.services-area.services-area-style-three .single-services-box {
  border: 1px dotted #fa2439;
  margin-bottom: 30px;
}

.services-area.services-area-style-three .single-services-box i {
  background-color: #ffd6da;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 4px;
}

.services-area.services-area-style-three .single-services-box .read-more {
  position: relative;
  padding-bottom: 5px;
}

.services-area.services-area-style-three .single-services-box .read-more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  height: 2px;
  background-color: #fa2439;
  margin: auto;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.services-area.services-area-style-three .single-services-box:hover i {
  background-color: #ffffff;
  color: #fa2439;
}

.services-area.services-area-style-three .single-services-box:hover .read-more::before {
  background-color: #ffffff;
}

.single-services-box {
  text-align: center;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 30px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-services-box::before, .single-services-box::after {
  content: "";
  position: absolute;
  top: 105px;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: rgba(163, 89, 251, 0.5);
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.single-services-box::after {
  left: 50px;
}

.single-services-box i {
  line-height: 1;
  font-size: 50px;
  color: #a359fb;
  display: block;
  margin-bottom: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-services-box h3 {
  font-size: 20px;
  margin-bottom: 12px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-services-box p {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-services-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-services-box:hover::before, .single-services-box:hover::after {
  left: 110%;
  top: -105px;
  opacity: 1;
}

.single-services-box:hover::after {
  left: 120%;
}

.services-area-four {
  overflow: hidden;
}

.services-area-four .container-fluid {
  max-width: 1303px;
  margin-right: 0;
  padding-right: 0;
}

.services-area-four .services-content {
  margin-bottom: 30px;
}

.services-area-four .services-content span {
  font-size: 16px;
  color: #fa2439;
  display: block;
  margin-bottom: 15px;
}

.services-area-four .services-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.services-area-four .services-content p {
  margin-bottom: 30px;
}

.services-area-four .single-services {
  margin-bottom: 30px;
}

.services-area-four .single-services .single-services-content {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 30px;
  border: 1px solid #ffd5d9;
}

.services-area-four .single-services .single-services-content h3 {
  font-size: 22px;
  margin-bottom: 12px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.services-area-four .single-services .single-services-content p {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

/*
Showcase Area Style
======================================================*/
.showcase-area {
  overflow: hidden;
}

.showcase-area .container-fluid {
  max-width: 1303px;
  margin-right: 0;
  padding-right: 0;
}

.showcase-content {
  margin-bottom: 30px;
}

.showcase-content span {
  font-size: 16px;
  color: #fa2439;
  display: block;
  margin-bottom: 15px;
}

.showcase-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.showcase-content p {
  margin-bottom: 30px;
}

.single-showcase {
  overflow: hidden;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
}

.single-showcase::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

.single-showcase .futures-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-showcase .futures-title h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.single-showcase .futures-title h3 a {
  color: #ffffff;
}

.single-showcase .futures-title h3 a:hover {
  color: #fa2439;
}

.single-showcase .futures-title span {
  color: #ffffff;
}

.single-showcase:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Video Area Style
======================================================*/
.video-area {
  position: relative;
  z-index: 1;
}

.video-area .video-shape {
  position: absolute;
  opacity: 0.5;
  z-index: -1;
}

.video-area .video-shape.shape-1 {
  top: 50px;
  left: 0;
  -webkit-animation: moVebounce 5s linear infinite;
          animation: moVebounce 5s linear infinite;
}

.video-area .video-shape.shape-2 {
  top: 50px;
  right: 50px;
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
}

.video-area .video-content {
  position: relative;
}

.video-area .video-content img {
  border-radius: 10px;
}

.video-area .video-content .video-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-area .video-content .video-button .video-btn {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#e92f3c), to(#f9702f));
  background-image: linear-gradient(to left, #e92f3c, #f9702f);
}

.video-area .video-content .video-button .video-btn i {
  font-size: 50px;
}

.video-area .video-content .video-button .video-btn::before, .video-area .video-content .video-button .video-btn::after {
  background-image: -webkit-gradient(linear, right top, left top, from(#e92f3c), to(#f9702f));
  background-image: linear-gradient(to left, #e92f3c, #f9702f);
  border-radius: 0;
}

/*
Counter Area Style
======================================================*/
.counter-area {
  background-image: url(../images/counter-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-counter {
  text-align: center;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 30px;
}

.single-counter i {
  font-size: 50px;
  color: #fa2439;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
}

.single-counter h2 {
  font-size: 50px;
  margin-bottom: 0;
}

.single-counter h2 .point {
  font-size: 50px;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: -2px;
  left: -15px;
}

.single-counter h3 {
  font-size: 20px;
  font-weight: 600;
  color: #263053;
  margin-bottom: -5px;
}

/*
Fun Facts Area Style
======================================================*/
.fun-facts-area.fun-facts-area-style-three .fun-facts-content span {
  color: #fa2439;
}

.fun-facts-area.fun-facts-area-style-three .fun-facts-content h2 {
  font-size: 39px;
}

.fun-facts-area.fun-facts-area-style-three .skill-bar .progress-content {
  background-color: #fa2439;
}

.fun-facts-area.fun-facts-area-style-three .skill-bar .progress-content-outter {
  background-color: #ffd6da;
}

.fun-facts-area.fun-facts-area-style-three .skill-bar .progress-number-mark {
  background-color: #fa2439;
}

.fun-facts-area.fun-facts-area-style-three .skill-bar .down-arrow {
  border-top: 3px solid #fa2439;
}

.fun-facts-content {
  margin-bottom: 30px;
  margin-right: 30px;
}

.fun-facts-content span {
  font-size: 16px;
  color: #a359fb;
  display: block;
  margin-bottom: 15px;
}

.fun-facts-content h2 {
  margin-bottom: 20px;
  font-size: 40px;
}

.skill-bar {
  margin-bottom: 30px;
  margin-right: 30px;
}

.skill-bar .progress-title-holder {
  position: relative;
}

.skill-bar .progress-title {
  font-size: 16px;
  font-weight: 600;
}

.skill-bar .progress-number {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #ffffff;
}

.skill-bar .progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  background-color: #a359fb;
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.skill-bar .down-arrow {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #a359fb;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.skill-bar .progress-content-outter {
  height: 6px;
  background-color: #eee1fe;
  border-radius: 4px;
}

.skill-bar .progress-content {
  height: 6px;
  background-color: #a359fb;
  border-radius: 4px;
  width: 0%;
}

.fun-facts-img {
  position: relative;
  z-index: 1;
}

.fun-facts-img .fun-fact-shape {
  position: absolute;
}

.fun-facts-img .fun-fact-shape img {
  border-radius: 0;
}

.fun-facts-img .fun-fact-shape.shape-1 {
  top: 100px;
  left: 0;
  z-index: -1;
}

.fun-facts-img .fun-fact-shape.shape-2 {
  top: 0;
  left: 35px;
}

.fun-facts-img .fun-fact-shape.shape-3 {
  bottom: 0;
  right: 35px;
}

.fun-facts-img img {
  border-radius: 50%;
}

.fun-facts-img.fun-facts-img-2 {
  position: relative;
}

.fun-facts-img.fun-facts-img-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fa2439;
  opacity: 0.3;
  border-radius: 50%;
}

/*
Pricing Area Style
======================================================*/
.pricing-area {
  background-image: url(../images/price-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing-area.pricing-area-style-four .single-pricing-box {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.pricing-area.pricing-area-style-four .single-pricing-box .pricing-title {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  border-bottom: 1px solid #f4e6ff;
}

.pricing-area.pricing-area-style-four .single-pricing-box .pricing-title span {
  color: #fa2439;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.pricing-area.pricing-area-style-four .single-pricing-box .pricing-title h2 {
  color: #031864;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.pricing-area.pricing-area-style-four .single-pricing-box .pricing-title p {
  color: #fa2439;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.pricing-area.pricing-area-style-four .single-pricing-box ul li {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.pricing-area.pricing-area-style-four .single-pricing-box:hover {
  background-color: #01001d;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.pricing-area.pricing-area-style-four .single-pricing-box:hover ul li {
  color: #ffffff;
}

.single-pricing-box {
  text-align: center;
  background-color: #ffffff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-pricing-box .pricing-title {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff3601), to(#ff7c03));
  background-image: linear-gradient(to right, #ff3601, #ff7c03);
  padding: 30px;
}

.single-pricing-box .pricing-title span {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.single-pricing-box .pricing-title h2 {
  color: #ffffff;
  margin-bottom: 6px;
  font-size: 30px;
}

.single-pricing-box .pricing-title p {
  color: #ffffff;
  font-size: 20px;
}

.single-pricing-box ul {
  list-style-type: none;
  padding: 30px;
  margin: 0;
}

.single-pricing-box ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4e6ff;
  color: #031864;
}

.single-pricing-box ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.single-pricing-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Team Area Style
======================================================*/
.team-area.team-page-style .single-team .content::before, .team-area.team-page-style .single-team .content::after {
  border-left: 20px solid #a359fb;
}

.team-area.team-page-style .single-team .content span {
  color: #a359fb;
}

.team-area.team-page-style .single-team .image .social li a {
  background-image: -webkit-gradient(linear, left top, right top, from(#a359fb), to(#a359fb));
  background-image: linear-gradient(to right, #a359fb, #a359fb);
}

.single-team {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team .image {
  position: relative;
}

.single-team .image .social {
  list-style-type: none;
  position: absolute;
  right: 20px;
  bottom: 165px;
  margin: 0;
  padding: 0;
}

.single-team .image .social li {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 8px;
}

.single-team .image .social li a {
  display: block;
  width: 35px;
  height: 35px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff3601), to(#ff7c03));
  background-image: linear-gradient(to right, #ff3601, #ff7c03);
  text-align: center;
  position: relative;
  font-size: 15px;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-team .image .social li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.single-team .image .social li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.single-team .image .social li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.single-team .image .social li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.single-team .image .social li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.single-team .content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 15px 30px;
  margin: auto;
  max-width: 350px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.single-team .content::before, .single-team .content::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  border-left: 20px solid #fa2439;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.single-team .content::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: auto;
  right: -10px;
  top: auto;
  bottom: 10px;
}

.single-team .content h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.single-team .content span {
  display: block;
  color: #fa2439;
  font-size: 14px;
  margin-top: 6px;
  font-weight: 600;
}

.single-team:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-team:hover .content {
  max-width: 100%;
  bottom: 0;
}

.single-team:hover .image .social li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/*
Gallery Area Style
======================================================*/
.gallery-area {
  overflow: hidden;
}

.gallery-area.gallery-area-style-two .single-gallery .gallery-content {
  background-color: rgba(250, 36, 57, 0.8);
}

.single-gallery {
  position: relative;
  overflow: hidden;
}

.single-gallery .gallery-content {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(163, 89, 251, 0.9);
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-gallery .gallery-content i {
  color: #ffffff;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 49px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-bottom: 20px;
}

.single-gallery .gallery-content h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0;
}

.single-gallery:hover .gallery-content {
  top: 0;
}

/*
Testimonials Area Style
======================================================*/
.testimonials-area {
  background-color: #f9f5fe;
  position: relative;
  z-index: 1;
}

.testimonials-area.testimonials-area-style-two .single-testimonials .testimonials-name img {
  -webkit-box-shadow: 0px -3px 0px 5px #fa2439;
          box-shadow: 0px -3px 0px 5px #fa2439;
}

.testimonials-area.testimonials-area-style-two .single-testimonials .testimonials-name span {
  color: #fa2439;
}

.testimonials-area.testimonials-area-style-two .owl-theme .owl-nav .owl-prev, .testimonials-area.testimonials-area-style-two .owl-theme .owl-nav .owl-next {
  border: 1px solid #fa2439;
}

.testimonials-area.testimonials-area-style-two .owl-theme .owl-nav .owl-prev i, .testimonials-area.testimonials-area-style-two .owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color: #fa2439;
}

.testimonials-area.testimonials-area-style-two .owl-theme .owl-nav .owl-prev:hover, .testimonials-area.testimonials-area-style-two .owl-theme .owl-nav .owl-next:hover {
  background-color: #fa2439;
}

.testimonials-area.testimonials-area-style-two .owl-theme .owl-nav .owl-prev:hover i, .testimonials-area.testimonials-area-style-two .owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.testimonials-area.testimonials-area-style-two .owl-theme .owl-nav .owl-next {
  right: 0;
  left: auto;
}

.testimonials-area .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
  border-radius: 50%;
}

.testimonials-area .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 50%;
}

.testimonials-area .owl-theme .owl-nav .owl-prev, .testimonials-area .owl-theme .owl-nav .owl-next {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #a359fb;
  margin: 0;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}

.testimonials-area .owl-theme .owl-nav .owl-prev i, .testimonials-area .owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color: #a359fb;
}

.testimonials-area .owl-theme .owl-nav .owl-prev:hover, .testimonials-area .owl-theme .owl-nav .owl-next:hover {
  background-color: #a359fb;
}

.testimonials-area .owl-theme .owl-nav .owl-prev:hover i, .testimonials-area .owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.testimonials-area .owl-theme .owl-nav .owl-next {
  right: 0;
  left: auto;
}

.testimonials-area .testimonials-shape {
  position: absolute;
  z-index: -1;
  opacity: 0.5;
}

.testimonials-area .testimonials-shape.shape-1 {
  top: 40px;
  left: 0;
}

.testimonials-area .testimonials-shape.shape-2 {
  top: 40px;
  right: 0;
}

.testimonials-area.testimonials-area-style-four {
  background-image: url(../images/testimonials/testimonial-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-area.testimonials-area-style-four .section-title span {
  color: #ffffff;
}

.testimonials-area.testimonials-area-style-four .section-title h2 {
  color: #ffffff;
}

.testimonials-area.testimonials-area-style-four .testimonials-slider-wrap {
  max-width: 800px;
  margin-left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#fa1c3a), to(#f9722f));
  background-image: linear-gradient(to right, #fa1c3a, #f9722f);
  padding: 50px;
}

.testimonials-area.testimonials-area-style-four .single-testimonials {
  margin-bottom: 0;
}

.testimonials-area.testimonials-area-style-four .single-testimonials p {
  color: #ffffff;
  font-style: italic;
}

.testimonials-area.testimonials-area-style-four .single-testimonials .testimonials-name {
  position: relative;
  max-width: 200px;
  margin: 0 auto -15px;
  text-align: left;
}

.testimonials-area.testimonials-area-style-four .single-testimonials .testimonials-name img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.testimonials-area.testimonials-area-style-four .single-testimonials .testimonials-name .name {
  position: absolute;
  top: 8px;
  left: 80px;
}

.testimonials-area.testimonials-area-style-four .single-testimonials .testimonials-name .name h3 {
  color: #ffffff;
}

.testimonials-area.testimonials-area-style-four .single-testimonials .testimonials-name .name span {
  color: #ffffff;
}

.testimonials-area.testimonials-area-style-four .single-testimonials .testimonials-content i {
  color: #fb7164;
}

.testimonials-area.testimonials-area-style-four .owl-carousel .owl-item img {
  margin-left: 0;
}

.testimonials-area.testimonials-area-style-four .owl-theme .owl-nav {
  position: absolute;
  right: 30px;
  bottom: -26px;
}

.testimonials-area.testimonials-area-style-four .owl-theme .owl-nav .owl-prev, .testimonials-area.testimonials-area-style-four .owl-theme .owl-nav .owl-next {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #a359fb;
  margin: 0;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}

.testimonials-area.testimonials-area-style-four .owl-theme .owl-nav .owl-prev i, .testimonials-area.testimonials-area-style-four .owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color: #a359fb;
}

.testimonials-area.testimonials-area-style-four .owl-theme .owl-nav .owl-prev:hover, .testimonials-area.testimonials-area-style-four .owl-theme .owl-nav .owl-next:hover {
  background-color: #a359fb;
}

.testimonials-area.testimonials-area-style-four .owl-theme .owl-nav .owl-prev:hover i, .testimonials-area.testimonials-area-style-four .owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff;
}

.testimonials-area.testimonials-area-style-four .owl-theme .owl-nav .owl-next {
  right: 0;
  left: auto;
}

.testimonials-area.testimonials-page-style .single-testimonials {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.testimonials-area.testimonials-page-style .testimonials-name img {
  border-radius: 50%;
}

.single-testimonials {
  text-align: center;
  max-width: 810px;
  margin: 0 auto 30px;
}

.single-testimonials .testimonials-content {
  margin-bottom: 20px;
}

.single-testimonials .testimonials-content i {
  color: #ede1fa;
  font-size: 100px;
  margin-top: -17px;
}

.single-testimonials .testimonials-name img {
  margin-bottom: 15px !important;
  -webkit-box-shadow: 0px -3px 0px 5px #a359fb;
          box-shadow: 0px -3px 0px 5px #a359fb;
}

.single-testimonials .testimonials-name h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.single-testimonials .testimonials-name span {
  font-size: 16px;
  color: #a359fb;
}

/*
Blog Area Style
======================================================*/
.blog-area.blog-area-style-two .single-blog .blog-content span {
  background-color: #fa2439;
}

.blog-area.blog-area-style-two .single-blog .blog-content ul li i {
  color: #fa2439;
}

.blog-area.blog-area-style-two .single-blog .blog-content ul li a:hover {
  color: #fa2439;
}

.blog-area.blog-area-style-two .single-blog .blog-content .read-more:hover {
  color: #fa2439;
}

.blog-area.blog-area-style-two .single-blog .blog-content .read-more:hover i {
  color: #fa2439;
}

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

.single-blog .blog-content {
  padding: 30px;
  position: relative;
  z-index: 1;
  background-color: #f4f9fe;
}

.single-blog .blog-content span {
  position: absolute;
  top: -34px;
  left: 0;
  background-color: #a359fb;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: 600;
}

.single-blog .blog-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-bottom: 15px;
}

.single-blog .blog-content ul li {
  display: inline-block;
  color: #78a9e3;
  border-right: 1px solid #78a9e3;
  line-height: 1;
  padding: 0 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-blog .blog-content ul li i {
  position: relative;
  top: 1px;
  color: #a359fb;
  margin-right: 5px;
}

.single-blog .blog-content ul li:last-child {
  border-right: none;
  padding-right: 0;
}

.single-blog .blog-content ul li:first-child {
  padding-left: 0;
}

.single-blog .blog-content ul li a {
  color: #263053;
}

.single-blog .blog-content ul li a:hover {
  color: #a359fb;
}

.single-blog .blog-content h3 {
  margin-bottom: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 22px;
}

.single-blog .blog-content p {
  margin-bottom: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-blog .blog-content .read-more i {
  margin-left: -2px;
}

.single-blog .blog-content .read-more:hover i {
  color: #a359fb;
}

.single-blog:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Subscribe Area Style
======================================================*/
.subscribe-area {
  position: relative;
  z-index: 1;
}

.subscribe-area .subscribe-bg {
  background-color: #f9f5fe;
  padding: 50px;
}

.subscribe-area .subscribe-content h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.subscribe-area .subscribe-content .call-us i {
  font-size: 40px;
  color: #a359fb;
  position: relative;
  margin-right: 10px;
  top: 11px;
}

.subscribe-area .subscribe-content .call-us a {
  font-size: 30px;
  font-weight: 600;
}

.subscribe-area .title {
  margin-bottom: 30px;
}

.subscribe-area .title h2 {
  font-size: 30px;
  margin-bottom: 0;
}

.subscribe-area .newsletter-form {
  position: relative;
}

.subscribe-area .newsletter-form .form-control {
  height: 55px;
  background-color: #ffffff;
  color: #263053;
}

.subscribe-area .newsletter-form .form-control::-webkit-input-placeholder {
  color: #263053;
}

.subscribe-area .newsletter-form .form-control:-ms-input-placeholder {
  color: #263053;
}

.subscribe-area .newsletter-form .form-control::-ms-input-placeholder {
  color: #263053;
}

.subscribe-area .newsletter-form .form-control::placeholder {
  color: #263053;
}

.subscribe-area .newsletter-form .form-control:focus {
  border-color: #ffffff;
}

.subscribe-area .newsletter-form .default-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 55px;
}

.subscribe-area .newsletter-form #validator-newsletter {
  color: #dc3545;
  font-size: 14px;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.subscribe-area .newsletter-form p {
  margin-top: 5px;
}

.subscribe-area.subscribe-area-style-two .subscribe-content .call-us i {
  color: #fa2439;
}

.subscribe-area.subscribe-area-style-two .subscribe-content .call-us:hover a {
  color: #fa2439;
}

/*
Footer Area Style
======================================================*/
.footer-area {
  background-color: #020627;
}

.footer-area.footer-area-style-two .single-footer-widget .social-icon li a i {
  background-color: #fa2439;
}

.footer-area.footer-area-style-two .single-footer-widget .import-link li a:hover {
  color: #fa2439;
}

.footer-area.footer-area-style-two .single-footer-widget .address li span {
  color: #fa2439;
}

.footer-area.footer-area-style-two .single-footer-widget .address li i {
  color: #fa2439;
}

.footer-area.footer-area-style-two .single-footer-widget .address li a:hover {
  color: #fa2439;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget p {
  margin-bottom: 25px;
  color: #f8fdf5;
}

.single-footer-widget .social-icon {
  line-height: 1;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget .social-icon li {
  display: inline-block;
  margin-right: 5px;
}

.single-footer-widget .social-icon li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #f8fdf5;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #a359fb;
  border-radius: 4px;
}

.single-footer-widget .social-icon li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.single-footer-widget .social-icon li a:hover i {
  background-color: #a359fb;
  border-color: #a359fb;
  color: #ffffff;
}

.single-footer-widget h3 {
  font-size: 24px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  color: #ffffff;
  position: relative;
  border-bottom: 1px solid #333535;
}

.single-footer-widget .import-link {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget .import-link li {
  margin-bottom: 16px;
}

.single-footer-widget .import-link li a {
  color: #f8fdf5;
}

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

.single-footer-widget .import-link li:hover::before {
  border-radius: 50%;
}

.single-footer-widget .import-link li:hover a {
  color: #a359fb;
}

.single-footer-widget .address {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget .address li {
  position: relative;
  margin-bottom: 12px;
  position: relative;
  color: #f8fdf5;
  padding-left: 40px;
}

.single-footer-widget .address li span {
  display: block;
  margin-bottom: 5px;
  color: #a359fb;
}

.single-footer-widget .address li i {
  position: absolute;
  color: #a359fb;
  left: 0;
  top: 5px;
  font-size: 25px;
}

.single-footer-widget .address li a {
  display: block;
  color: #f8fdf5;
}

.single-footer-widget .address li a:hover {
  color: #a359fb;
}

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

/*
Copy Right Area Style
======================================================*/
.copy-right-area {
  background-color: #010523;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.copy-right-area p {
  color: #f8fdf5;
}

.copy-right-area p i {
  position: relative;
  top: 1px;
}

.copy-right-area p a {
  color: #a359fb;
}

.copy-right-area p a:hover {
  color: #ffffff;
}

.copy-right-area.copy-right-area-style-two a {
  color: #fa2439;
}

.copy-right-area.copy-right-area-style-two a:hover {
  color: #ffffff;
}

/*====================================================
INNER PAGES STYLE AREA
======================================================*/
/* 
Page Title Area Style
=====================================================*/
.page-title-area {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e8dff3;
  text-align: center;
}

.page-title-area .page-title-content {
  position: relative;
  margin-top: -10px;
}

.page-title-area .page-title-content h2 {
  margin-bottom: 15px;
  font-size: 45px;
}

.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: -5px;
}

.page-title-area .page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-right: 15px;
  margin-left: 15px;
}

.page-title-area .page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  right: -7px;
  background-color: #263053;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-title-area .page-title-content ul li.active {
  color: #a359fb;
}

.page-title-area .page-title-content ul li:first-child {
  margin-left: 0;
}

.page-title-area .page-title-content ul li:last-child {
  padding-right: 0;
}

.page-title-area .page-title-content ul li:last-child::before {
  display: none;
}

.page-title-area .page-title-content ul li a {
  color: #031864;
}

.page-title-area .page-title-content ul li a:hover {
  color: #a359fb;
}

/*
FAQ Area CSS
======================================================*/
.faq-accordion {
  max-width: 810px;
  margin: auto;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  margin-bottom: 15px;
}

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

.faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 25px;
  color: #031864;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  z-index: 1;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 16px;
  top: 20px;
  font-size: 25px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\e9ac";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -6px;
  padding: 23px;
  border: 1px solid #ebebeb;
  border-top: none;
  background-color: #ffffff;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/* 
Faq Contact Area Style
=====================================================*/
.faq-contact-area #contactForm {
  max-width: 810px;
  margin: auto;
  padding: 40px;
  border: 1px solid #eeeeee;
}

.faq-contact-area .form-group {
  margin-bottom: 30px;
}

.faq-contact-area .form-group label {
  font-size: 16px;
  margin-bottom: 10px;
}

.faq-contact-area .form-group .form-control {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.faq-contact-area .form-group .form-control::-webkit-input-placeholder {
  color: #cccccc;
}

.faq-contact-area .form-group .form-control:-ms-input-placeholder {
  color: #cccccc;
}

.faq-contact-area .form-group .form-control::-ms-input-placeholder {
  color: #cccccc;
}

.faq-contact-area .form-group .form-control::placeholder {
  color: #cccccc;
}

.faq-contact-area .form-group.checkboxs {
  position: relative;
  max-width: 365px;
  margin: 0 auto 30px;
}

.faq-contact-area .form-group.checkboxs #chb2 {
  position: absolute;
  top: 8px;
  left: 0;
}

.faq-contact-area .form-group.checkboxs p {
  padding-left: 20px;
}

.faq-contact-area .form-group.checkboxs p a {
  color: #a359fb;
}

.faq-contact-area .form-group.checkboxs p a:hover {
  color: #031864;
}

.faq-contact-area .default-btn {
  text-align: center;
  display: table;
  margin: auto;
}

.list-unstyled {
  color: #dc3545;
  margin-top: 10px;
  font-size: 14px;
}

.hidden {
  display: none;
}

#msgSubmit {
  margin-top: 30px;
  font-size: 20px;
  text-align: center;
}

.map-area iframe {
  height: 480px;
  width: 100%;
  border: none !important;
  display: block;
}

/* 
Map Area Style
=====================================================*/
.map-area iframe {
  height: 480px;
  width: 100%;
  border: none !important;
  display: block;
}

/*
Privacy Policy Style
=====================================================*/
.privacy-policy-area .section-title {
  text-align: left;
  margin-left: 0;
}

.privacy-policy-area .section-title p {
  margin-left: 0;
}

.privacy-policy .privacy-content {
  margin-bottom: 30px;
}

.privacy-policy .privacy-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.privacy-policy .privacy-content h3 {
  margin-bottom: 15px;
  font-size: 20px;
}

/*
Terms And Conditions Style
=====================================================*/
.terms-conditions-area .section-title {
  text-align: left;
  margin-left: 0;
}

.terms-conditions-area .section-title p {
  margin-left: 0;
}

.terms-conditions {
  max-width: 800px;
  margin: auto;
}

.terms-conditions .terms-content {
  margin-bottom: 30px;
}

.terms-conditions .terms-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.terms-conditions .terms-content h3 {
  margin-bottom: 15px;
  font-size: 20px;
}

.terms-conditions .terms-content p {
  margin-bottom: 10px;
}

.terms-conditions .terms-content p:last-child {
  margin-bottom: 0;
}

/*
User Area CSS
=====================================================*/
.user-area {
  position: relative;
  z-index: 1;
}

.user-area .user-form-content h3 {
  font-size: 24px;
  background-color: #f0f0fa;
  padding: 20px 30px;
  margin-bottom: 0;
}

.user-area .user-form-content .user-form {
  border-bottom: none;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 30px;
  margin: auto;
}

.user-area .user-form-content .user-form .form-group {
  margin-bottom: 30px;
}

.user-area .user-form-content .user-form .form-group label {
  font-size: 16px;
  margin-bottom: 10px;
}

.user-area .user-form-content .user-form .form-group .form-control {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.user-area .user-form-content .user-form .login-action {
  margin-bottom: 30px;
}

.user-area .user-form-content .user-form .login-action .log-rem {
  display: inline-block;
}

.user-area .user-form-content .user-form .login-action .log-rem label {
  margin-bottom: 0;
  font-size: 16px;
}

.user-area .user-form-content .user-form .login-action .forgot-login {
  display: inline-block;
  float: right;
}

.user-area .user-form-content .user-form .default-btn {
  width: 100%;
  margin-bottom: 30px;
}

.user-area .user-form-content .or {
  text-align: center;
  font-size: 16px;
  display: block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.user-area .user-form-content .or::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 45%;
  height: 1px;
  background-color: #cccccc;
  z-index: -1;
}

.user-area .user-form-content .or::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  width: 45%;
  height: 1px;
  background-color: #cccccc;
  z-index: -1;
}

.user-area .user-form-content .or-login {
  display: block;
  text-align: center;
  border: 1px solid #cccccc;
  padding: 15px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  font-size: 16px;
}

.user-area .user-form-content .or-login i {
  color: #a359fb;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.user-area .user-form-content .or-login.google i {
  color: #ed1d24;
}

.user-area .user-form-content .or-login:hover {
  background-color: #a359fb;
  color: #ffffff;
  border-color: #a359fb;
}

.user-area .user-form-content .or-login:hover i {
  color: #ffffff;
}

.user-area .user-form-content .create {
  text-align: center;
  font-size: 16px;
}

.user-area .user-form-content .create a {
  color: #a359fb;
}

.user-area.log-in-area .user-form-content {
  max-width: 700px;
  margin: auto;
}

.user-area.register-area .user-form-content {
  max-width: 700px;
  margin: auto;
}

/*
Partner details Style
=====================================================*/
.partner-details {
  max-width: 800px;
  margin: auto;
}

.partner-details .partner-single-img {
  margin-bottom: 35px;
  text-align: center;
}

.partner-details .partner-content {
  margin-bottom: 30px;
}

.partner-details .partner-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.partner-details .partner-content h3 {
  margin-bottom: 15px;
  font-size: 20px;
}

.partner-details .partner-content p {
  margin-bottom: 10px;
}

/*
Coming Soon Style
=====================================================*/
.coming-soon-area {
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow: hidden;
  background-image: url(../images/coming-soon-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000000;
  opacity: 0.9;
}

.coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin: auto;
  border: 2px solid #ffffff;
  padding: 50px;
}

.coming-soon-content .logo {
  margin-bottom: 20px;
}

.coming-soon-content .logo a {
  display: inline-block;
}

.coming-soon-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 65px;
  font-weight: 700;
  margin-top: -13px;
}

.coming-soon-content p {
  color: #f3f3f3;
  line-height: 1.8;
  font-size: 14.5px;
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-content #timer {
  margin-top: 50px;
}

.coming-soon-content #timer div {
  display: inline-block;
  color: #ffffff;
  background-color: #a359fb;
  width: 130px;
  height: 130px;
  border-radius: 5px;
  padding-top: 13px;
  font-size: 50px;
  font-weight: 700;
  border: 3px solid #ffffff;
  margin-left: 30px;
}

.coming-soon-content #timer div:first-child {
  margin-left: 0;
}

.coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -6px;
  font-size: 17px;
  font-weight: 500;
}

.coming-soon-content #timer div:last-child::before {
  display: none;
}

.coming-soon-content #timer div:last-child::after {
  display: none;
}

.coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding-left: 15px;
  color: #ffffff;
  outline: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #263053;
}

.coming-soon-content .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #263053;
}

.coming-soon-content .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #263053;
}

.coming-soon-content .newsletter-form .input-newsletter::placeholder {
  color: #263053;
}

.coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  background-color: #a359fb;
  outline: 0;
  color: #ffffff;
  border: none;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 600;
  font-size: 15px;
}

.coming-soon-content .newsletter-form button:hover {
  color: #ffffff;
  background-color: #031864;
}

.coming-soon-content .newsletter-form #validator-newsletter {
  color: #dc3545;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
  text-align: left;
}

/*
404 Error Area Style
=====================================================*/
.error-area {
  text-align: center;
  position: relative;
  z-index: 1;
  background-image: url(../images/error-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  z-index: 1;
}

.error-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  z-index: -1;
}

.error-area .error-content {
  max-width: 810px;
  margin: auto;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.95);
          box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.95);
  padding: 50px;
  z-index: 1;
  position: relative;
}

.error-area .error-content h1 {
  font-size: 300px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  margin-top: -40px;
}

.error-area .error-content h1 .a {
  display: inline-block;
}

.error-area .error-content h1 .red {
  color: #ff0000;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.error-area .error-content h1 .b {
  display: inline-block;
}

.error-area .error-content h3 {
  margin: 30px 0 0;
  position: relative;
  color: #ff0000;
}

.error-area .error-content p {
  margin: 20px 0 20px;
  font-size: 19px;
  color: #ffffff;
}

/* 
Main Contact Area Style
=====================================================*/
.main-contact-area h3 {
  background-color: #f0f0fa;
  font-size: 24px;
  padding: 15px 30px;
  margin-bottom: 0;
}

.main-contact-area #contactForm {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.main-contact-area .form-group {
  margin-bottom: 30px;
  margin-bottom: 30px;
}

.main-contact-area .form-group label {
  font-size: 16px;
  margin-bottom: 10px;
}

.main-contact-area .form-group .form-control {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.main-contact-area .form-group .form-control::-webkit-input-placeholder {
  color: #cccccc;
}

.main-contact-area .form-group .form-control:-ms-input-placeholder {
  color: #cccccc;
}

.main-contact-area .form-group .form-control::-ms-input-placeholder {
  color: #cccccc;
}

.main-contact-area .form-group .form-control::placeholder {
  color: #cccccc;
}

.main-contact-area .form-group.checkboxs {
  position: relative;
}

.main-contact-area .form-group.checkboxs #chb2 {
  position: absolute;
  top: 8px;
  left: 0;
}

.main-contact-area .form-group.checkboxs p {
  padding-left: 20px;
}

.main-contact-area .form-group.checkboxs p a {
  color: #a359fb;
}

.main-contact-area .form-group.checkboxs p a:hover {
  color: #031864;
}

.main-contact-area .contact-info .address {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.main-contact-area .contact-info .address .location {
  position: relative;
  padding-left: 70px;
}

.main-contact-area .contact-info .address .location i {
  position: absolute;
  left: 0;
  top: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px dashed #a359fb;
  color: #a359fb;
  font-size: 30px;
  text-align: center;
  border-radius: 8px 0 8px 0;
}

.main-contact-area .contact-info .address .location span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #263053;
}

.main-contact-area .contact-info .address li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 70px;
}

.main-contact-area .contact-info .address li a {
  color: #263053;
  display: block;
}

.main-contact-area .contact-info .address li a:hover {
  color: #a359fb;
}

.main-contact-area .contact-info .address li:last-child {
  margin-bottom: 0;
}

.main-contact-area .contact-info .address li i {
  position: absolute;
  left: 0;
  top: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px dashed #a359fb;
  color: #a359fb;
  font-size: 30px;
  text-align: center;
  border-radius: 8px 0 8px 0;
}

.main-contact-area .contact-info .address li span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #263053;
}

.main-contact-area #msgSubmit {
  text-align: left;
}

/* 
Sidebar Widget Style
=====================================================*/
.widget-sidebar {
  margin-left: 15px;
}

.sidebar-widget {
  margin-bottom: 35px;
}

.sidebar-widget h3 {
  font-size: 20px;
  background-color: #f0f0fa;
  padding: 15px 30px;
  margin-bottom: 0;
}

.sidebar-widget ul {
  padding: 30px;
  margin: 0;
  list-style-type: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.sidebar-widget.search .search-form {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
}

.sidebar-widget.search .search-form .form-control {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.sidebar-widget.search .search-form .search-button {
  position: absolute;
  width: 50px;
  height: 49px;
  line-height: 30px;
  top: 30px;
  right: 31px;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #a359fb;
}

.sidebar-widget.search .search-form .search-button:hover {
  color: #ffffff;
}

.sidebar-widget.recent-post ul li {
  margin-bottom: 25px;
  position: relative;
  padding-left: 90px;
}

.sidebar-widget.recent-post ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.sidebar-widget.recent-post ul li a {
  font-size: 15px;
  color: #031864;
  margin-bottom: 10px;
  font-weight: 600;
  display: inline-block;
}

.sidebar-widget.recent-post ul li a:hover {
  color: #a359fb;
}

.sidebar-widget.recent-post ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 0 10px 0;
}

.sidebar-widget.recent-post ul li span {
  display: block;
  font-size: 14px;
}

.sidebar-widget.categories ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}

.sidebar-widget.categories ul li i {
  font-size: 15px;
  margin-right: 5px;
}

.sidebar-widget.categories ul li a span {
  float: right;
}

.sidebar-widget.categories ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar-widget.tags ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.sidebar-widget.tags ul li a {
  border: 1px solid #eeeeee;
  padding: 8px 12px;
  display: inline-block;
  background-color: #ffffff;
}

.sidebar-widget.tags ul li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background-color: #a359fb;
  color: #ffffff;
  border-color: #a359fb;
}

.sidebar-widget.tags ul li:last-child {
  margin-bottom: 0;
}

/* 
Blog Details Content Style
=====================================================*/
.blog-details-content .blog-details-img {
  position: relative;
}

.blog-details-content .blog-details-img .date {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #a359fb;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: 600;
}

.blog-details-content .blog-top-content {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  margin-bottom: 40px;
}

.blog-details-content .blog-top-content .news-content .admin {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 15px;
}

.blog-details-content .blog-top-content .news-content .admin li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.blog-details-content .blog-top-content .news-content .admin li i {
  color: #a359fb;
  display: inline-block;
  margin-right: 5px;
}

.blog-details-content .blog-top-content .news-content .admin li::before {
  content: "";
  position: absolute;
  top: 4px;
  right: -4px;
  width: 1px;
  height: 85%;
  background-color: #263053;
}

.blog-details-content .blog-top-content .news-content .admin li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.blog-details-content .blog-top-content .news-content .admin li:last-child::before {
  display: none;
}

.blog-details-content .blog-top-content .news-content .admin li:nth-child(2) i {
  position: relative;
  top: 3px;
}

.blog-details-content .blog-top-content .news-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.blog-details-content .blog-top-content blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 100px;
  position: relative;
}

.blog-details-content .blog-top-content blockquote p {
  font-size: 20px;
  color: #031864;
  font-weight: 600;
}

.blog-details-content .blog-top-content blockquote i {
  font-size: 60px;
  color: #a359fb;
  position: absolute;
  top: 25px;
  left: 0;
  line-height: 1;
}

.blog-details-content .blog-top-content .news-content-2 {
  margin-bottom: 25px;
}

.blog-details-content .blog-top-content .news-content-3 h3 {
  margin-bottom: 15px;
  font-size: 24px;
}

.blog-details-content .tags {
  margin-bottom: 40px;
}

.blog-details-content .tags ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-content .tags ul li {
  display: inline-block;
  margin-right: 15px;
}

.blog-details-content .tags ul li.title {
  font-weight: 600;
  color: #031864;
  font-size: 18px;
}

.blog-details-content .tags ul li a {
  font-size: 14px;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ebebeb;
}

.blog-details-content .tags ul li a:hover {
  background-color: #a359fb;
  color: #ffffff;
}

.blog-details-content .leave-reply h3 {
  background-color: #f0f0fa;
  padding: 15px 30px;
  margin-bottom: 0;
  font-size: 24px;
}

.blog-details-content .leave-reply form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.blog-details-content .leave-reply form p {
  margin-top: -10px;
}

.blog-details-content .leave-reply form .form-group {
  margin-bottom: 30px;
}

.blog-details-content .leave-reply form .form-group label {
  margin-bottom: 10px;
}

.blog-details-content .leave-reply form .form-group .form-control {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.blog-details-content .leave-reply form .form-group .form-control::-webkit-input-placeholder {
  color: #cccccc;
}

.blog-details-content .leave-reply form .form-group .form-control:-ms-input-placeholder {
  color: #cccccc;
}

.blog-details-content .leave-reply form .form-group .form-control::-ms-input-placeholder {
  color: #cccccc;
}

.blog-details-content .leave-reply form .form-group .form-control::placeholder {
  color: #cccccc;
}

/* 
Events Style
=====================================================*/
.events-content ul {
  padding: 0;
  left: 0;
  margin: 0;
  list-style-type: none;
}

.events-content ul li {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  padding-left: 360px;
  margin-bottom: 30px;
}

.events-content ul li:last-child {
  margin-bottom: 0;
}

.events-content ul li img {
  position: absolute;
  top: 30px;
  left: 30px;
}

.events-content ul li h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.events-content ul li p {
  margin-bottom: 20px;
}

.events-content ul li ul {
  margin-bottom: 8px;
}

.events-content ul li ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 600;
  margin-right: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.events-content ul li ul li:last-child {
  margin-right: 0;
}

.events-content ul li ul li a {
  color: #a359fb;
}

/* 
Services Details Content Style
=====================================================*/
.services-details-content .services-top-content {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  margin-bottom: 40px;
}

.services-details-content .services-top-content .services-content .admin {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 15px;
}

.services-details-content .services-top-content .services-content .admin li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.services-details-content .services-top-content .services-content .admin li i {
  color: #a359fb;
  display: inline-block;
  margin-right: 5px;
}

.services-details-content .services-top-content .services-content .admin li::before {
  content: "";
  position: absolute;
  top: 4px;
  right: -4px;
  width: 1px;
  height: 85%;
  background-color: #263053;
}

.services-details-content .services-top-content .services-content .admin li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.services-details-content .services-top-content .services-content .admin li:last-child::before {
  display: none;
}

.services-details-content .services-top-content .services-content .admin li:nth-child(2) i {
  position: relative;
  top: 3px;
}

.services-details-content .services-top-content .services-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.services-details-content .services-top-content .services-content-2 {
  margin-bottom: 25px;
}

.services-details-content .services-top-content .services-content-3 h3 {
  margin-bottom: 15px;
  font-size: 24px;
}

/* 
Events Details Content Style
=====================================================*/
.events-details-content .events-details-img {
  position: relative;
}

.events-details-content .events-details-img .date {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #a359fb;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: 600;
}

.events-details-content .events-top-content {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  margin-bottom: 40px;
}

.events-details-content .events-top-content .events-content .admin {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 15px;
}

.events-details-content .events-top-content .events-content .admin li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.events-details-content .events-top-content .events-content .admin li i {
  color: #a359fb;
  display: inline-block;
  margin-right: 5px;
}

.events-details-content .events-top-content .events-content .admin li::before {
  content: "";
  position: absolute;
  top: 4px;
  right: -4px;
  width: 1px;
  height: 85%;
  background-color: #263053;
}

.events-details-content .events-top-content .events-content .admin li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.events-details-content .events-top-content .events-content .admin li:last-child::before {
  display: none;
}

.events-details-content .events-top-content .events-content .admin li:nth-child(2) i {
  position: relative;
  top: 3px;
}

.events-details-content .events-top-content .events-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.events-details-content .events-top-content .events-content-2 {
  margin-bottom: 25px;
}

.events-details-content .events-top-content .events-content-3 h3 {
  margin-bottom: 15px;
  font-size: 24px;
}

.events-details-content .leave-reply h3 {
  background-color: #f0f0fa;
  padding: 15px 30px;
  margin-bottom: 0;
  font-size: 24px;
}

.events-details-content .leave-reply form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.events-details-content .leave-reply form p {
  margin-top: -10px;
}

.events-details-content .leave-reply form .form-group {
  margin-bottom: 30px;
}

.events-details-content .leave-reply form .form-group label {
  margin-bottom: 10px;
}

.events-details-content .leave-reply form .form-group .form-control {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.events-details-content .leave-reply form .form-group .form-control::-webkit-input-placeholder {
  color: #cccccc;
}

.events-details-content .leave-reply form .form-group .form-control:-ms-input-placeholder {
  color: #cccccc;
}

.events-details-content .leave-reply form .form-group .form-control::-ms-input-placeholder {
  color: #cccccc;
}

.events-details-content .leave-reply form .form-group .form-control::placeholder {
  color: #cccccc;
}

/* 
Our Community Style
=====================================================*/
.single-community {
  margin-bottom: 30px;
}

.single-community .community-content {
  background-color: #a359fb;
  padding: 30px;
}

.single-community .community-content h3 {
  font-size: 22px;
  color: #ffffff;
}

.single-community .community-content p {
  color: #ffffff;
}

/*====================================================
OTHERS STYLE AREA
=====================================================*/
/*
Preloader Area Style*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #a359fb;
  top: 0;
  left: 0;
  z-index: 99999;
}

.preloader .lds-ripple {
  position: absolute;
  width: 80px;
  height: 80px;
  -webkit-animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
          animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50px, -50px);
          transform: translate(-50px, -50px);
}

.preloader .ball {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 11%;
  height: 50%;
  background-color: transparent;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  overflow: visible;
}

.preloader .ball:nth-of-type(2) {
  -webkit-transform: translate(-50%, 0) rotate(36deg);
          transform: translate(-50%, 0) rotate(36deg);
}

.preloader .ball:nth-of-type(3) {
  -webkit-transform: translate(-50%, 0) rotate(72deg);
          transform: translate(-50%, 0) rotate(72deg);
}

.preloader .ball:nth-of-type(4) {
  -webkit-transform: translate(-50%, 0) rotate(108deg);
          transform: translate(-50%, 0) rotate(108deg);
}

.preloader .ball:nth-of-type(5) {
  -webkit-transform: translate(-50%, 0) rotate(144deg);
          transform: translate(-50%, 0) rotate(144deg);
}

.preloader .ball:nth-of-type(6) {
  -webkit-transform: translate(-50%, 0) rotate(180deg);
          transform: translate(-50%, 0) rotate(180deg);
}

.preloader .ball:nth-of-type(7) {
  -webkit-transform: translate(-50%, 0) rotate(216deg);
          transform: translate(-50%, 0) rotate(216deg);
}

.preloader .ball:nth-of-type(8) {
  -webkit-transform: translate(-50%, 0) rotate(252deg);
          transform: translate(-50%, 0) rotate(252deg);
}

.preloader .ball:nth-of-type(9) {
  -webkit-transform: translate(-50%, 0) rotate(288deg);
          transform: translate(-50%, 0) rotate(288deg);
}

.preloader .ball:nth-of-type(10) {
  -webkit-transform: translate(-50%, 0) rotate(324deg);
          transform: translate(-50%, 0) rotate(324deg);
}

.preloader .ball::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 56%;
  border-radius: 70px;
  background-color: #ffffff;
}

.preloader .ball::after {
  position: absolute;
  content: "";
  bottom: -100;
  left: 0;
  width: 100%;
  height: 56%;
  border-radius: 70px;
  background-color: #000000;
  -webkit-animation: opacity-six 2.5s infinite linear;
          animation: opacity-six 2.5s infinite linear;
  opacity: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-style-two {
  background-color: #fa2439;
}

@-webkit-keyframes spin-six {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin-six {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes opacity-six {
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opacity-six {
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 87%;
  right: -10%;
  background-color: #a359fb;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #a359fb;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background-color: #a359fb;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 87%;
}

.go-top.go-top-style-two {
  background-color: #fa2439;
}

/*
Video wave Style*/
.video-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 0;
  color: #a359fb;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: rgba(98, 189, 94, 0.8);
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.video-btn i {
  font-size: 42px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  background-color: rgba(98, 189, 94, 0.8);
}

.video-btn:hover {
  background-color: rgba(27, 27, 27, 0.8);
}

.video-btn:hover::before, .video-btn:hover::after {
  background-color: rgba(27, 27, 27, 0.8);
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

.video-btn-2 span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.video-btn-2 span::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.1px solid #a359fb;
  -webkit-animation: videoTwo 8s linear infinite;
          animation: videoTwo 8s linear infinite;
}

.video-btn-2 span::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.1px solid #a359fb;
  -webkit-animation: videoTwo 8s linear infinite;
          animation: videoTwo 8s linear infinite;
}

.video-btn-2 span:nth-child(1)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.video-btn-2 span:nth-child(1)::before {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.video-btn-2 span:nth-child(2)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.video-btn-2 span:nth-child(2)::before {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.video-btn-2 span:nth-child(3)::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.video-btn-2 span:nth-child(3)::before {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.video-btn-2 span:nth-child(4)::after {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.video-btn-2 i {
  width: 90px;
  height: 90px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: #ffffff;
  color: #a359fb;
  border: 5px solid #a359fb;
  font-size: 60px;
}

.video-btn-2.video-btn-3 i {
  color: #031864;
  border-color: #031864;
}

.video-btn-2.video-btn-3 span::before {
  border: 0.1px solid #031864;
}

.video-btn-2.video-btn-3 span::after {
  border: 0.1px solid #031864;
}

@-webkit-keyframes videoTwo {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(5);
            transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}

@keyframes videoTwo {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(5);
            transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}

/*
Nice select Area Style*/
.nice-select .list {
  width: 100%;
  border-radius: 0;
  height: 200px;
  overflow-y: scroll;
}

.nice-select .option:hover {
  background-color: #a359fb;
  color: #ffffff;
}

.nice-select .option.selected.focus {
  color: #a359fb;
}

.nice-select .current {
  font-size: 16px;
}

/*
Page-navigation Area Style*/
.pagination-area {
  margin-top: 10px;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #031864;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 17px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.pagination-area .page-numbers:hover {
  color: #ffffff;
  border-color: #a359fb;
  background-color: #a359fb;
}

.pagination-area .page-numbers i {
  font-size: 17px;
}

.pagination-area .page-numbers.current {
  color: #ffffff;
  border-color: #a359fb;
  background-color: #a359fb;
}
/*# sourceMappingURL=style.css.map */