/*
@File: Eoda 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 CSS
** - Navbar CSS
** - Search Overlay CSS
** - About Us CSS
** - Service CSS
** - Our Service CSS
** - Choose CSS
** - Fun Facts CSS
** - Case Study CSS
** - blog CSS
** - Testimonials CSS
** - Partner CSS
** - Footer CSS
** - Preloader CSS
** - Go Top CSS
** - Page banner CSS
** - Sign In CSS
** - Sign Up CSS
** - Privacy Policy CSS
** - Coming Soon CSS
** - Error CSS
** - Faq CSS
** - Gallery CSS

*******************************************
/*

/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
body {
  font-family: "Sarabun", serif;
  font-size: 17px;
  color: #696582;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #29234d;
  font-weight: 800;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: 0;
}

p {
  margin-bottom: 10px;
  line-height: 1.5;
  color: #696582;
}

p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table .d-table-cell {
  vertical-align: middle;
}

.default-btn {
  background-color: #131632;
  color: #ffffff;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 16px;
}

.default-btn:hover {
  background-color: #515be4;
  color: #ffffff;
}

.default-btn-two {
  background-color: #515be4;
  color: #ffffff;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 16px;
}

.default-btn-two:hover {
  background-color: #131632;
  color: #ffffff;
}

.section-title {
  text-align: center;
  max-width: 690px;
  margin: 0 auto 50px;
}

.section-title span {
  color: #515be4;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}

.section-title h2 {
  font-size: 46px;
  margin-bottom: 20px;
}

.section-title p {
  max-width: 490px;
  margin: auto;
}

.bg-f6f4ff {
  background-color: #f6f4ff;
}

/*================================================
Navbar Area
=================================================*/
.navbar-light .navbar-brand .logo2 {
  display: none;
}

.navbar-area {
  background-color: transparent;
  width: 100%;
  height: auto;
  z-index: 999;
}

.navbar-area.banner-three {
  background-color: #ffffff;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-area.navbar-color-white.is-sticky {
  background-color: #29234d !important;
}

.eoda-responsive-nav {
  display: none;
}

.eoda-nav {
  padding: 10px 0;
  border-bottom: 1px solid #f3f2f4;
}

.eoda-nav .navbar {
  position: inherit;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.eoda-nav .navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.eoda-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.eoda-nav .navbar .navbar-nav.ml-50 {
  margin-left: 50px;
}

.eoda-nav .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

.eoda-nav .navbar .navbar-nav .nav-item a {
  color: #29234d;
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.eoda-nav .navbar .navbar-nav .nav-item a i {
  font-size: 15px;
  line-height: 0;
  position: relative;
  top: 1px;
}

.eoda-nav .navbar .navbar-nav .nav-item a:hover, .eoda-nav .navbar .navbar-nav .nav-item a:focus, .eoda-nav .navbar .navbar-nav .nav-item a.active {
  color: #131632;
}

.eoda-nav .navbar .navbar-nav .nav-item a .la-search {
  background-color: #131632;
  height: 25px;
  width: 25px;
  display: inline-block;
  line-height: 25px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.eoda-nav .navbar .navbar-nav .nav-item a .la-search:hover {
  background-color: #515be4;
  color: #fff;
}

.eoda-nav .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.eoda-nav .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.eoda-nav .navbar .navbar-nav .nav-item:hover a, .eoda-nav .navbar .navbar-nav .nav-item.active a {
  color: #131632;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 65px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 250px;
  display: block;
  border-radius: 0;
  padding: 10px 0;
  margin-top: 15px;
  position: absolute;
  visibility: hidden;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  margin: 0;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 6px 20px;
  position: relative;
  display: block;
  color: #29234d;
  font-size: 16px;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #131632;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 100%;
  margin-top: 15px;
  visibility: hidden;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #29234d;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #131632;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #29234d;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #131632;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 100%;
  visibility: hidden;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #29234d;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #131632;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #29234d;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #131632;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 100%;
  visibility: hidden;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #29234d;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #131632;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #29234d;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #131632;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #131632;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #131632;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #131632;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #131632;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #131632;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #131632;
}

.eoda-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.eoda-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.eoda-nav .navbar .navbar-nav .nav-btn {
  margin-left: 30px;
}

.eoda-nav .navbar .navbar-nav .nav-btn .default-btn-two {
  background-color: #515be4;
  color: #ffffff;
}

.eoda-nav .navbar .navbar-nav .nav-btn .default-btn-two:hover {
  background-color: #29234d;
  color: #ffffff;
}

.eoda-nav .navbar .others-option {
  background-color: #7d7d7d;
  border-radius: 30px;
  padding: 10px 18px 3px;
  margin-left: auto;
}

.eoda-nav .navbar .others-option .option-item {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}

.eoda-nav .navbar .others-option .option-item::before {
  content: '';
  position: absolute;
  left: -2px;
  top: -4px;
  background-color: #fa6a45;
  height: 25px;
  width: 1.5px;
}

.eoda-nav .navbar .others-option .option-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

.eoda-nav .navbar .others-option .option-item:first-child::before {
  display: none;
}

.eoda-nav .navbar .others-option .side-menu-btn i {
  cursor: pointer;
  font-size: 35px;
  position: relative;
  top: 4px;
  line-height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
}

.eoda-nav .navbar .others-option .side-menu-btn i:hover {
  color: #ffffff;
}

.eoda-nav .navbar .others-option .search-box i {
  cursor: pointer;
  font-size: 22px;
  color: #ffffff;
  position: relative;
  top: -2px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.eoda-nav .navbar .others-option .search-box i:hover {
  color: #ffffff;
}

.eoda-nav .navbar .others-option .cart-btn a {
  display: inline-block;
  position: relative;
  font-size: 25px;
  color: #ffffff;
  line-height: 1;
  padding-right: 10px;
}

.eoda-nav .navbar .others-option .cart-btn a span {
  position: absolute;
  right: 0;
  top: -3px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background-color: #29234d;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  .navbar-area {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-area.is-sticky {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .eoda-responsive-menu .logo .logo2 {
    display: none;
  }
  .eoda-responsive-nav {
    display: block;
  }
  .eoda-responsive-nav .eoda-responsive-menu {
    position: relative;
  }
  .eoda-responsive-nav .eoda-responsive-menu.mean-container .mean-nav {
    margin-top: 50px;
  }
  .eoda-responsive-nav .eoda-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .eoda-responsive-nav .eoda-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #131632;
  }
  .eoda-responsive-nav .eoda-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 13px;
  }
  .eoda-responsive-nav .eoda-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 357px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .eoda-responsive-nav .mean-container a.meanmenu-reveal {
    color: #131632;
    padding-top: 13px;
    font-size: 30px !important;
  }
  .eoda-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #131632;
  }
  .eoda-responsive-nav .others-option {
    display: none !important;
    background-color: #131632;
    border-radius: 30px;
    padding: 10px 18px 3px;
  }
  .eoda-responsive-nav .others-option .option-item {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
  }
  .eoda-responsive-nav .others-option .option-item::before {
    content: '';
    position: absolute;
    left: -2px;
    top: -4px;
    background-color: #fa6a45;
    height: 25px;
    width: 1.5px;
  }
  .eoda-responsive-nav .others-option .option-item:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .eoda-responsive-nav .others-option .option-item:first-child::before {
    display: none;
  }
  .eoda-responsive-nav .others-option .side-menu-btn i {
    cursor: pointer;
    font-size: 35px;
    position: relative;
    top: 4px;
    line-height: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #ffffff;
  }
  .eoda-responsive-nav .others-option .side-menu-btn i:hover {
    color: #ffffff;
  }
  .eoda-responsive-nav .others-option .search-box i {
    cursor: pointer;
    font-size: 22px;
    color: #ffffff;
    position: relative;
    top: -2px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .eoda-responsive-nav .others-option .search-box i:hover {
    color: #ffffff;
  }
  .eoda-responsive-nav .others-option .cart-btn a {
    display: inline-block;
    position: relative;
    font-size: 25px;
    color: #ffffff;
    line-height: 1;
    padding-right: 10px;
  }
  .eoda-responsive-nav .others-option .cart-btn a span {
    position: absolute;
    right: 0;
    top: -3px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background-color: #29234d;
    font-size: 14px;
    font-weight: 600;
  }
  .eoda-responsive-nav .logo {
    position: relative;
    width: 60%;
    z-index: 1000;
  }
  .eoda-nav {
    display: none;
  }
  .navbar-color-white .eoda-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .navbar-color-white .eoda-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #ffffff;
  }
  .navbar-color-white .others-option-for-responsive .dot-menu .inner .circle {
    background-color: #ffffff;
  }
  .others-option-for-responsive {
    display: block;
  }
  .mean-container .mean-nav ul li a {
    font-size: 14px;
  }
  .mean-container .mean-nav ul li.nav-btn {
    border-top: 1px solid #DBEEFD;
    width: 90%;
  }
  .mean-container .mean-nav ul li.nav-btn .default-btn-two {
    background-color: #515be4;
    color: #ffffff;
    text-align: center;
    border-radius: 30px;
    width: auto;
    padding: 10px 25px;
  }
  .mean-container .mean-nav ul li.nav-btn .default-btn-two:hover {
    background-color: #29234d;
    color: #ffffff;
  }
}

/*================================================
Search Overlay CSS
=================================================*/
.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.search-overlay .search-overlay-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.search-overlay .search-overlay-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.search-overlay .search-overlay-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.search-overlay .search-overlay-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.9s ease-in-out 0.6s;
  transition: all 0.9s ease-in-out 0.6s;
}

.search-overlay .search-overlay-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  -webkit-transition: all 0.9s ease-in-out 1.5s;
  transition: all 0.9s ease-in-out 1.5s;
  opacity: 0;
  visibility: hidden;
}

.search-overlay .search-overlay-close .search-overlay-close-line {
  width: 100%;
  height: 3px;
  float: left;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
  margin-top: -7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-overlay .search-overlay-close:hover .search-overlay-close-line {
  background: #131632;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-overlay .search-overlay-form {
  -webkit-transition: all 0.9s ease-in-out 1.4s;
  transition: all 0.9s ease-in-out 1.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  max-width: 500px;
  width: 100%;
  padding: 0 16px;
}

.search-overlay .search-overlay-form form {
  position: relative;
}

.search-overlay .search-overlay-form form input {
  outline: 0;
}

.search-overlay .search-overlay-form form .input-search {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 30px;
  color: #29234d;
  padding: 10px 30px;
}

.search-overlay .search-overlay-form form .input-search::-webkit-input-placeholder {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: .5px;
  color: #29234d;
}

.search-overlay .search-overlay-form form .input-search:-ms-input-placeholder {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: .5px;
  color: #29234d;
}

.search-overlay .search-overlay-form form .input-search::-ms-input-placeholder {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: .5px;
  color: #29234d;
}

.search-overlay .search-overlay-form form .input-search::placeholder {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: .5px;
  color: #29234d;
}

.search-overlay .search-overlay-form form .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.search-overlay .search-overlay-form form .input-search:focus:-ms-input-placeholder {
  color: transparent;
}

.search-overlay .search-overlay-form form .input-search:focus::-ms-input-placeholder {
  color: transparent;
}

.search-overlay .search-overlay-form form .input-search:focus::placeholder {
  color: transparent;
}

.search-overlay .search-overlay-form form button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  color: #fff;
  height: 50px;
  border-radius: 50%;
  background-color: #131632;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  font-size: 20px;
  line-height: 45px;
}

.search-overlay .search-overlay-form form button:hover {
  background-color: #29234d;
  color: #ffffff;
}

.search-overlay.search-overlay-active.search-overlay {
  opacity: 1;
  visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
  opacity: 1;
  visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
  opacity: 1;
  visibility: visible;
}

/*================================================
Banner Area CSS
=================================================*/
.banner-area {
  height: 1050px;
  position: relative;
  padding-top: 100px;
}

.banner-area .banner-contant {
  position: relative;
}

.banner-area .banner-contant .text-contant {
  max-width: 1000px;
  margin: 0 auto 30px;
  text-align: center;
}

.banner-area .banner-contant .text-contant span {
  color: #131632;
  background-color: #f6f4ff;
  padding: 10px 25px;
  font-size: 15px;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 15px;
}

.banner-area .banner-contant .text-contant h1 {
  font-size: 70px;
  margin-bottom: 30px;
}

.banner-area .banner-contant .text-contant p {
  max-width: 735px;
  margin: auto;
  font-size: 20px;
}

.banner-area .banner-contant .text-contant .banner-btn {
  margin-top: 30px;
}

.banner-area .banner-contant .img-contant {
  position: relative;
}

.banner-area .banner-contant .img-contant img {
  border-radius: 30px;
  z-index: 5;
}

.banner-area .banner-contant .img-contant .video-contant {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.banner-area .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 265px;
  z-index: -1;
}

.banner-area .shape-2 {
  position: absolute;
  left: 0;
  bottom: 50px;
  max-width: 330px;
  z-index: -1;
}

.banner-area .shape-3 {
  position: absolute;
  top: 150px;
  right: 140px;
  max-width: 40px;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.banner-area .shape-4 {
  position: absolute;
  z-index: -1;
  top: 160px;
  right: 155px;
  max-width: 25px;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.banner-area .shape-5 {
  position: absolute;
  z-index: -1;
  top: 160px;
  left: 350px;
  -webkit-animation: animationFramesOne 15s infinite linear;
          animation: animationFramesOne 15s infinite linear;
}

.banner-area .shape-6 {
  position: absolute;
  z-index: -1;
  top: 160px;
  right: 325px;
  -webkit-animation: animationFramesOne 25s infinite linear;
          animation: animationFramesOne 25s infinite linear;
}

.banner-area .shape-7 {
  position: absolute;
  z-index: -1;
  top: 160px;
  left: 50px;
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.banner-area .shape-8 {
  position: absolute;
  z-index: -1;
  left: 185px;
  top: 350px;
  max-width: 50px;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.banner-area .shape-9 {
  position: absolute;
  z-index: -1;
  bottom: 380px;
  right: 250px;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.banner-area .shape-10 {
  position: absolute;
  bottom: 240px;
  left: 50px;
  -webkit-animation: animationFramesOne 25s infinite linear;
          animation: animationFramesOne 25s infinite linear;
}

.banner-area .shape-11 {
  position: absolute;
  bottom: 257px;
  right: 220px;
  -webkit-animation: moveLeftBounce 3s linear infinite;
          animation: moveLeftBounce 3s linear infinite;
}

.video-box {
  text-align: center;
}

.video-box .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: #131632;
  border-radius: 50%;
  color: #ffffff;
  font-size: 60px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.video-box .video-btn::after, .video-box .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #131632;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.video-box .video-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-size: 35px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.video-box .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.video-box .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.video-box .video-btn:hover, .video-box .video-btn:focus {
  background-color: #131632;
  color: #ffffff;
}

.video-box .video-btn:hover::after, .video-box .video-btn:hover::before, .video-box .video-btn:focus::after, .video-box .video-btn:focus::before {
  border-color: #131632;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
  padding-top: 70px;
}

.features-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.features-card i {
  background-color: #515be4;
  color: #ffffff;
  font-size: 30px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 7px 0px #fac195;
          box-shadow: 0px 6px 7px 0px #fac195;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 25px;
}

.features-card h3 {
  font-size: 25px;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.features-card p {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.features-card:hover {
  background-color: #29234d;
}

.features-card:hover i {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.features-card:hover h3 {
  color: #ffffff;
}

.features-card:hover p {
  color: #c0bdca;
}

/*================================================
About Area CSS
=================================================*/
.about-area .about-img {
  position: relative;
  max-width: 485px;
  margin-left: auto;
  margin-right: 0;
}

.about-area .about-img img {
  border-radius: 10px;
}

.about-card {
  background-color: #131632;
  position: absolute;
  padding: 50px 15px;
  border-radius: 10px;
  text-align: center;
  width: 170px;
  left: -100px;
  bottom: -40px;
  -webkit-animation: moveBounce 4s linear infinite;
          animation: moveBounce 4s linear infinite;
}

.about-card i {
  background-color: #515be4;
  color: #ffffff;
  position: absolute;
  width: 45px;
  height: 45px;
  font-size: 30px;
  line-height: 45px;
  border-radius: 10px;
  text-align: center;
  top: -15px;
  right: -15px;
}

.about-card h3 {
  color: #ffffff;
  font-size: 35px;
  line-height: 1;
}

.about-card h3 span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}

.about-card p {
  color: #ffffff;
  font-size: 20px;
}

.about-text {
  padding-right: 14px;
}

.about-text span {
  font-size: 18px;
  color: #515be4;
  display: inline-block;
  margin-bottom: 10px;
}

.about-text h2 {
  font-size: 46px;
  margin-bottom: 25px;
}

.about-text p {
  margin-bottom: 15px;
}

.about-text ul {
  padding: 5px 50px 0 0;
  margin: 0;
}

.about-text ul li {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  padding-left: 25px;
  color: #29234d;
  position: relative;
}

.about-text ul li::before {
  content: '';
  position: absolute;
  background-color: #515be4;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  left: 0;
  top: 7px;
}

.about-text .about-btn {
  margin-top: 30px;
}

/*================================================
Searvices Area CSS
=================================================*/
.service-card {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 40px 25px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-card i {
  background-color: #131632;
  color: #ffffff;
  font-size: 30px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: 0;
  top: 0;
}

.service-card h3 {
  font-size: 25px;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-card p {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
}

.service-card .default-btn {
  background-color: #f6f4ff;
  color: #131632;
  margin-top: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.service-card:hover {
  background-color: #29234d;
}

.service-card:hover h3 {
  color: #ffffff;
}

.service-card:hover p {
  color: #c0bdca;
}

.service-card:hover .default-btn {
  background-color: #131632;
  color: #ffffff;
}

/*================================================
choose Area CSS
=================================================*/
.choose-area .choose-images {
  position: relative;
}

.choose-area .choose-images .img-1 {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.choose-area .choose-images .choos-img {
  position: absolute;
  left: -60px;
  bottom: 50px;
  max-width: 170px;
}

.choose-area .choose-images .choos-img img {
  -webkit-box-shadow: 0px 10px 20px #cccccc;
          box-shadow: 0px 10px 20px #cccccc;
  border-radius: 10px;
  -webkit-animation: moveBounce 4s linear infinite;
          animation: moveBounce 4s linear infinite;
}

.choose-area .choose-text span {
  font-size: 18px;
  color: #515be4;
  display: inline-block;
  margin-bottom: 10px;
}

.choose-area .choose-text h2 {
  font-size: 46px;
  margin-bottom: 25px;
}

.choose-area .choose-text p {
  margin-bottom: 40px;
}

.choose-area .choose-text ul {
  padding: 0;
  margin: 0;
}

.choose-area .choose-text ul li {
  list-style-type: none;
  padding-left: 70px;
  position: relative;
  margin-bottom: 45px;
  font-size: 18px;
  font-weight: 500;
  color: #29234d;
}

.choose-area .choose-text ul li:last-child {
  margin-bottom: 0;
}

.choose-area .choose-text ul li i {
  position: absolute;
  background-color: #f6f4ff;
  color: #515be4;
  border-radius: 5px;
  font-size: 30px;
  left: 0;
  top: -9px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.choose-area .choose-text .choose-btn {
  margin-top: 55px;
}

.choose-area.choose-three {
  background-color: #f6f4ff;
}

.choose-area.choose-three .choose-text ul li i {
  background-color: #ffffff;
}

/*================================================
Pricing Area CSS
=================================================*/
.our-pricing-area {
  background-color: #f6f4ff;
}

.pricing-tab .tabs {
  padding: 0;
  margin: 0 0 40px;
  list-style-type: none;
  position: relative;
}

.pricing-tab .tabs li {
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  border-radius: 30px;
  padding: 15px 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 10px 20px 1px #e0dddd;
          box-shadow: 0px 10px 20px 1px #e0dddd;
  border: 1px solid #515be4;
  color: #515be4;
  position: relative;
  z-index: 2;
}

.pricing-tab .tabs li.current {
  background-color: #131632;
  border: 1px solid #131632;
  color: #ffffff;
}

.tab .tabs {
  text-align: center;
}

.tab .tabs-item {
  display: none;
}

.tab .tabs-item:first-child {
  display: block;
}

.pricing-card {
  -webkit-box-shadow: 0px 0px 20px #eeeeee;
          box-shadow: 0px 0px 20px #eeeeee;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.pricing-card .price-header {
  padding-bottom: 20px;
  background-color: #131632;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 40px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.pricing-card .price-header i {
  background-color: #515be4;
  color: #ffffff;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  right: 0;
}

.pricing-card .price-header p {
  font-size: 22px;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 0 10px;
  line-height: 1;
}

.pricing-card .price-header h3 {
  font-size: 36px;
  color: #ffffff;
  margin: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing-card .price-header h3 span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.pricing-card ul {
  padding: 40px 30px;
  margin: -7px 0 0;
  list-style-type: none;
}

.pricing-card ul li {
  font-size: 18px;
  font-weight: 500;
  color: #29234d;
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing-card ul li:last-child {
  margin-bottom: 0;
}

.pricing-card ul li i {
  color: #515be4;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing-card ul li.not-provide {
  color: #7d7d7d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing-card ul li.not-provide i {
  color: #7d7d7d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing-card ul .price-btn {
  margin-top: 30px;
}

.pricing-card ul .price-btn .default-btn {
  border: 1px solid #131632;
  background-color: transparent;
  color: #131632;
}

.pricing-card:hover .price-header {
  background-color: #29234d;
}

.pricing-card:hover ul .price-btn .default-btn {
  border: 1px solid #131632;
  background-color: #131632;
  color: #ffffff;
}

/*================================================
Testimonials Area CSS
=================================================*/
.testimonials-slider-area {
  position: relative;
}

.testimonials-slider-area .testimonials-slider {
  margin-bottom: -15px;
}

.testimonials-slider-area .testimonials-slider.owl-theme .owl-nav {
  margin-top: 20px;
}

.testimonials-slider-area .testimonials-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #29234d;
  text-decoration: none;
}

.testimonials-slider-area .testimonials-slider.owl-theme .owl-nav .owl-prev, .testimonials-slider-area .testimonials-slider.owl-theme .owl-nav .owl-next {
  margin: 0 15px;
  font-size: 30px;
}

.testmonials-item {
  -webkit-box-shadow: 0px 0px 20px #f0f0f1;
          box-shadow: 0px 0px 20px #f0f0f1;
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  z-index: 1;
  position: relative;
}

.testmonials-item img {
  border-radius: 10px;
}

.testmonials-item .testmonials-text {
  padding-right: 50px;
  position: relative;
}

.testmonials-item .testmonials-text h3 {
  font-size: 25px;
  margin-bottom: 5px;
}

.testmonials-item .testmonials-text span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}

.testmonials-item .testmonials-text .quote {
  position: absolute;
  font-size: 70px;
  right: 50px;
  top: 0;
  color: #f0eff2;
}

.testmonials-item .testmonials-text .rating {
  margin-bottom: 10px;
}

.testmonials-item .testmonials-text .rating i {
  color: #515be4;
}

.testmonials-item .testmonials-text p {
  font-weight: 500;
  color: #29234d;
}

.testmonials-item .t-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-area {
  margin-bottom: 100px;
  margin-top: 30px;
  position: relative;
}

.contact-area::before {
  content: '';
  position: absolute;
  background-image: url("../img/contact-bg.jpg");
  background-size: cover;
  background-position: center center;
  width: 800px;
  right: 0;
  bottom: 0;
  height: 615px;
}

.contact-area .contact-content {
  background-color: rgba(101, 87, 232, 0.8);
  border-radius: 30px;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.contact-area .contact-content .contact-text {
  padding: 0 40px;
}

.contact-area .contact-content .contact-text h2 {
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 25px;
}

.contact-area .contact-content .contact-text p {
  color: #ffffff;
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 25px;
  padding-right: 100px;
}

.contact-form .form-group .form-control {
  height: 55px;
  font-size: 16px;
  color: #29234d;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 10px 10px 10px 70px;
  position: relative;
}

.contact-form .form-group textarea.form-control {
  height: auto;
  padding-top: 17px;
}

.contact-form .form-group i {
  position: absolute;
  background-color: #29234d;
  color: #ffffff;
  top: 0;
  left: 0;
  width: 50px;
  height: 55px;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.contact-form .form-group .list-unstyled {
  margin: 10px 0 0 0;
}

.contact-form .form-group .list-unstyled li {
  color: #ff9292;
}

.contact-form .form-check a {
  color: #131632;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.contact-form .form-check a:hover {
  color: #515be4;
}

.contact-form .default-btn-two {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
}

.contact-form .text-danger {
  color: #ff9292 !important;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area {
  position: relative;
}

.blog-area::before {
  content: '';
  position: absolute;
  background-color: #f6f4ff;
  top: 0;
  width: 100%;
  height: 535px;
}

.blog-area .section-title {
  position: relative;
}

.blog-card {
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px #f3f2f4;
          box-shadow: 0px 0px 20px #f3f2f4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.blog-card a img {
  border-radius: 5px;
  position: relative;
}

.blog-card .date {
  position: absolute;
  background-color: #515be4;
  color: #ffffff;
  font-size: 15px;
  border-radius: 5px;
  text-align: center;
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  padding-top: 14px;
}

.blog-card .blog-text {
  padding: 25px 30px 30px;
}

.blog-card .blog-text .user {
  margin-bottom: 10px;
}

.blog-card .blog-text .user i {
  color: #131632;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-card .blog-text .user p {
  display: inline-block;
  margin-bottom: 0;
  color: #131632;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-card .blog-text h3 {
  font-size: 24px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1.4;
}

.blog-card .blog-text h3 a {
  color: #29234d;
}

.blog-card .blog-text h3 a:hover {
  color: #515be4;
}

.blog-card .blog-text .default-btn {
  padding: 10px 40px;
}

.blog-card .b-shape {
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: -1;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area .section-title h2 {
  margin-top: -13px;
}

.subscribe-area .subscribe-form {
  max-width: 530px;
  margin: auto;
  position: relative;
}

.subscribe-area .subscribe-form .form-control {
  height: 60px;
  padding: 10px 35px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  line-height: 0;
  border-radius: 30px;
  -webkit-box-shadow: 0px 20px 20px #f0f0f1;
          box-shadow: 0px 20px 20px #f0f0f1;
}

.subscribe-area .subscribe-form .default-btn-two {
  border: none;
  position: absolute;
  right: 0;
  height: 60px;
  top: 0;
  padding: 10px 45px;
  font-weight: 500;
}

.subscribe-area .subscribe-form .validation-danger {
  color: #ff0000;
  margin-top: 10px;
}

.subscribe-area .subscribe-form p {
  font-weight: 500;
  text-align: center;
  color: #29234d;
  margin-top: 25px;
}

.subscribe-area .subscribe-form p i {
  color: #515be4;
  padding-left: 10px;
}

/*================================================
Footer Area
=================================================*/
.footer-area {
  background: #29234d;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 5;
}

.footer-area .footer-widget {
  margin-bottom: 30px;
}

.footer-area .footer-widget .logo {
  margin-bottom: 20px;
}

.footer-area .footer-widget p {
  color: #ffffff;
}

.footer-area .footer-widget h3 {
  font-size: 25px;
  color: #ffffff;
  padding-bottom: 20px;
}

.footer-area .footer-widget .footer-text {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-area .footer-widget .footer-text li {
  color: #ffffff;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-area .footer-widget .footer-text li:last-child {
  margin-bottom: 0;
}

.footer-area .footer-widget .footer-text li a {
  color: #ffffff;
}

.footer-area .footer-widget .footer-text li a:hover {
  color: #515be4;
  padding-left: 5px;
}

.footer-area .footer-widget.pl-80 {
  padding-left: 30px;
}

.footer-area .footer-widget.mt-20 {
  margin-top: 15px;
}

.footer-area .footer-widget .text-list {
  padding: 0;
  margin: 0 0 25px;
}

.footer-area .footer-widget .text-list li {
  list-style-type: none;
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-area .footer-widget .text-list li a {
  color: #ffffff;
}

.footer-area .footer-widget .text-list li a:hover {
  color: #515be4;
}

.footer-area .footer-widget .text-list li:last-child {
  margin-bottom: 0;
}

.footer-area .footer-widget .info-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-area .footer-widget .info-list li {
  display: inline-block;
  margin-right: 5px;
}

.footer-area .footer-widget .info-list li a {
  color: #ffffff;
}

.footer-area .footer-widget .info-list li i {
  color: #131632;
  font-size: 16px;
  background: #ffffff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-area .footer-widget .info-list li i:hover {
  background: #131632;
  color: #ffffff;
}

.footer-area .footer-widget .info-list li span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 5px;
}

.footer-area .footer-socials {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-area .footer-socials li {
  display: inline-block;
  padding: 0 !important;
  margin: 0 10px 0 0;
}

.footer-area .footer-socials li:last-child {
  margin: 0;
}

.footer-area .footer-socials li a i {
  display: inline-block;
  background: #ffffff;
  color: #29234d;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  position: relative;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-area .footer-socials li a i:hover {
  background: #131632;
  color: #ffffff;
}

.footer-area.footer-two {
  padding-top: 170px;
}

.footer-area .footer-bottom {
  border-top: 1px solid #6a6583;
  margin-top: 70px;
}

.footer-area .footer-bottom p {
  text-align: center;
  font-size: 15px;
  padding: 35px 0;
  color: #ffffff;
  margin: 0;
}

.footer-area .footer-bottom p a {
  color: #515be4;
}

.footer-area .footer-bottom p a:hover {
  color: #131632;
}

.footer-area .footer-shape {
  position: absolute;
  right: 50px;
  top: 0;
  z-index: -1;
  -webkit-animation: moveLeftBounce 2s linear infinite;
          animation: moveLeftBounce 2s linear infinite;
}

/*================================================
Preoader Area
=================================================*/
.preloader {
  position: fixed;
  z-index: 999999;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  right: 0;
}

.preloader .lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.preloader .lds-spinner div {
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}

.preloader .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #515be4;
}

.preloader .lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.preloader .lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.preloader .lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.preloader .lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.preloader .lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.preloader .lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.preloader .lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.preloader .lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.preloader .lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.preloader .lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.preloader .lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.preloader .lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*================================================
Go Top Area
=================================================*/
.go-top {
  position: fixed;
  right: 15px;
  cursor: pointer;
  z-index: 9999;
  bottom: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.go-top.active {
  bottom: 15px;
}

.go-top:hover {
  bottom: 20px;
}

.go-top i {
  background: #515be4;
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.go-top i:hover {
  background: #131632;
  color: #ffffff;
}

/*================================================
Banner Slider Area
=================================================*/
.banner-slider-area {
  padding-top: 175px;
  padding-bottom: 200px;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
}

.banner-slider-area::before {
  content: '';
  position: absolute;
  background-color: #f6f4ff;
  width: 100%;
  height: 630px;
  bottom: 0;
  left: 0;
}

.banner-slider-area .banner-contant {
  position: relative;
}

.banner-slider-area .banner-contant h2 {
  max-width: 600px;
  font-size: 52px;
  margin-bottom: 50px;
}

.banner-slider-area .banner-contant .banner-slider .slider-item {
  position: relative;
}

.banner-slider-area .banner-contant .banner-slider .slider-item .br-30 {
  border-radius: 30px;
}

.banner-slider-area .banner-contant .banner-slider .slider-item .caption {
  width: 355px;
  background-color: rgba(101, 87, 232, 0.85);
  border-radius: 30px;
  padding: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner-slider-area .banner-contant .banner-slider .slider-item .caption p {
  color: #ffffff;
  margin-bottom: 25px;
}

.banner-slider-area .banner-contant .banner-slider .slider-item .caption .sign {
  margin-bottom: 10px;
  width: unset;
}

.banner-slider-area .banner-contant .banner-slider .slider-item .caption h3 {
  color: #ffffff;
  font-size: 25px;
}

.banner-slider-area .banner-contant .banner-slider .slider-item .caption .span {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 0;
}

.banner-slider-area .banner-contant .banner-slider.owl-theme .owl-nav {
  position: absolute;
  bottom: 25px;
  left: 30px;
}

.banner-slider-area .banner-contant .banner-slider.owl-theme .owl-nav .owl-prev, .banner-slider-area .banner-contant .banner-slider.owl-theme .owl-nav .owl-next {
  font-size: 20px;
  line-height: 1;
  color: #29234d;
  margin: 0 5px;
  background-color: #ffffff;
  color: #131632;
  width: 30px;
  height: 40px;
}

.banner-slider-area .banner-contant .banner-slider.owl-theme .owl-nav .owl-prev:hover, .banner-slider-area .banner-contant .banner-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #515be4;
  color: #ffffff;
}

.banner-slider-area .banner-contant .banner-btn {
  margin-top: 40px;
  position: relative;
}

.banner-slider-area .banner-contant .banner-btn span {
  color: #131632;
  background-color: #ffffff;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 25px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 10px;
}

.banner-slider-area .banner-contant .banner-btn .default-btn, .banner-slider-area .banner-contant .banner-btn .default-btn-two {
  margin-top: 10px;
}

.banner-slider-area .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 300px;
}

.banner-slider-area .shape2 {
  position: absolute;
  top: 150px;
  right: 148px;
  max-width: 50px;
  z-index: 1;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.banner-slider-area .shape3 {
  position: absolute;
  top: 165px;
  right: 170px;
  max-width: 30px;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.banner-slider-area .shape4 {
  position: absolute;
  left: 300px;
  top: 120px;
  -webkit-animation: animationFramesOne 25s infinite linear;
          animation: animationFramesOne 25s infinite linear;
}

.banner-slider-area .shape5 {
  position: absolute;
  top: 165px;
  right: 300px;
  -webkit-animation: animationFramesOne 25s infinite linear;
          animation: animationFramesOne 25s infinite linear;
}

.banner-slider-area .shape6 {
  position: absolute;
  top: 200px;
  left: 20px;
  -webkit-animation: animationFramesOne 25s infinite linear;
          animation: animationFramesOne 25s infinite linear;
}

.banner-slider-area .shape7 {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.banner-slider-area .shape8 {
  position: absolute;
  bottom: 280px;
  left: 25px;
  max-width: 40px;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.banner-slider-area .shape9 {
  position: absolute;
  top: 350px;
  right: 450px;
  z-index: 2;
}

.banner-slider-area .shape9 img {
  max-width: 100px;
}

.banner-slider-area .shape10 {
  position: absolute;
  top: 270px;
  right: 440px;
  z-index: 2;
}

.banner-slider-area .shape10 img {
  max-width: 75px;
}

.banner-slider-area .shape11 {
  position: absolute;
  position: absolute;
  top: 260px;
  right: 380px;
  z-index: 2;
}

.banner-slider-area .shape11 img {
  max-width: 70px;
}

.banner-slider-area .shape12 {
  position: absolute;
  top: 330px;
  right: 400px;
  z-index: 2;
}

.banner-slider-area .shape12 img {
  max-width: 70px;
}

/*================================================
Features Two Area
=================================================*/
.features-two-area {
  position: relative;
  top: -100px;
}

.features-tow-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px #f0f0f0;
          box-shadow: 0px 0px 20px #f0f0f0;
  border-radius: 10px;
  padding: 40px 30px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
}

.features-tow-card i {
  background-color: #515be4;
  -webkit-box-shadow: 0px 9px 20px #fbcaa5;
          box-shadow: 0px 9px 20px #fbcaa5;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 10px;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.features-tow-card h3 {
  font-size: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 15px;
}

.features-tow-card p {
  margin-bottom: 0;
}

.features-tow-card .card-shape1 {
  position: absolute;
  top: 60px;
  right: 95px;
  z-index: -1;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.features-tow-card .card-shape2 {
  position: absolute;
  top: 75px;
  right: 50px;
  z-index: -1;
  max-width: 60px;
  -webkit-animation: moveBounce 6s linear infinite;
          animation: moveBounce 6s linear infinite;
}

.features-tow-card .card-shape3 {
  position: absolute;
  max-width: 40px;
  top: 30px;
  right: 60px;
  z-index: -1;
  -webkit-animation: moveLeftBounce 3s linear infinite;
          animation: moveLeftBounce 3s linear infinite;
}

.features-tow-card .card-shape4 {
  position: absolute;
  top: 55px;
  right: 13px;
  z-index: -1;
  max-width: 50px;
  -webkit-animation: moveLeftBounce 3s linear infinite;
          animation: moveLeftBounce 3s linear infinite;
}

.features-tow-card .card-shape5 {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: -1;
  max-width: 40px;
  -webkit-animation: moveBounce 3s linear infinite;
          animation: moveBounce 3s linear infinite;
}

.features-tow-card:hover {
  background-color: #234d4c;
  position: relative;
}

.features-tow-card:hover i {
  background-color: #ffffff;
  color: #515be4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.features-tow-card:hover h3 {
  color: #ffffff;
}

.features-tow-card:hover p {
  color: #bdcaca;
}

/*================================================
Fun Fact Area
=================================================*/
.single-fun-facts {
  padding: 25px;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}

.single-fun-facts .fun-fact-card {
  position: relative;
  text-align: center;
}

.single-fun-facts .fun-fact-card i {
  color: #131632;
  margin-bottom: 12px;
  font-size: 50px;
  border-radius: 5px;
}

.single-fun-facts .fun-fact-card h3 {
  font-weight: 600;
  font-size: 30px;
  color: #515be4;
}

.single-fun-facts .fun-fact-card p {
  font-weight: 600;
  color: #29234d;
}

/*================================================
Our Services Area
=================================================*/
.our-services-area {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-card-two {
  background-color: #f6f4ff;
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px;
  z-index: 5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-card-two i {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 9px 20px #d3d0d0;
          box-shadow: 0px 9px 20px #d3d0d0;
  color: #515be4;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 40px;
  border-radius: 5px;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-card-two h3 {
  font-size: 25px;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-card-two p {
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-card-two .card-shape1 {
  position: absolute;
  top: 100px;
  right: 65px;
  z-index: -1;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.service-card-two .card-shape2 {
  position: absolute;
  top: 75px;
  right: 50px;
  max-width: 60px;
  -webkit-animation: moveBounce 6s linear infinite;
          animation: moveBounce 6s linear infinite;
}

.service-card-two .card-shape4 {
  position: absolute;
  max-width: 40px;
  top: 30px;
  right: 60px;
  -webkit-animation: moveLeftBounce 3s linear infinite;
          animation: moveLeftBounce 3s linear infinite;
}

.service-card-two .card-shape3 {
  position: absolute;
  top: 55px;
  right: 13px;
  max-width: 50px;
  -webkit-animation: moveLeftBounce 3s linear infinite;
          animation: moveLeftBounce 3s linear infinite;
}

.service-card-two .services-btn {
  margin-top: 20px;
}

.service-card-two .services-btn .default-btn {
  padding: 10px 30px;
  border-radius: 40px;
}

.service-card-two:hover {
  background-color: #29234d;
}

.service-card-two:hover i {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.service-card-two:hover h3 {
  color: #ffffff;
}

.service-card-two:hover p {
  color: #c0bdca;
}

/*================================================
Case Study Area
=================================================*/
.case-study-area .section-title {
  max-width: 810px;
}

.case-study-card {
  background-color: #f6f4ff;
  border-radius: 20px;
  padding: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.case-study-card a h3 {
  font-size: 25px;
  margin-bottom: 15px;
  color: #131632;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.case-study-card a h3:hover {
  color: #515be4;
}

.case-study-card p {
  margin-bottom: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.case-study-card img {
  border-radius: 10px;
}

.case-study-card:hover {
  background-color: #29234d;
}

.case-study-card:hover h3 {
  color: #ffffff;
}

.case-study-card:hover p {
  color: #c0bdca;
}

/*================================================
About Two Area
=================================================*/
.about-area-two {
  background-color: #6f18b2;
  padding-bottom: 100px;
  padding-top: 100px;
}

.about-area-two .about-img {
  position: relative;
}

.about-area-two .about-img img {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  position: relative;
  z-index: 5;
}

.about-area-two .about-img::before {
  content: '';
  position: absolute;
  background-color: rgba(198, 85, 75, 0.82);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  width: 100%;
  height: 100%;
  top: -20px;
  left: -20px;
  z-index: 0;
}

.about-area-two .about-text span {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
}

.about-area-two .about-text h2 {
  font-size: 46px;
  color: #ffffff;
  margin-bottom: 25px;
}

.about-area-two .about-text p {
  color: #ffffff;
  margin-bottom: 40px;
}

.about-area-two .about-text ul {
  padding: 0;
  margin: 0;
}

.about-area-two .about-text ul li {
  list-style-type: none;
  padding-left: 70px;
  position: relative;
  margin-bottom: 45px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

.about-area-two .about-text ul li:last-child {
  margin-bottom: 0;
}

.about-area-two .about-text ul li i {
  position: absolute;
  background-color: #f6f4ff;
  color: #515be4;
  border-radius: 5px;
  font-size: 30px;
  left: 0;
  top: -10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

/*================================================
Choose Area Two 
=================================================*/
.choose-area-two .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.choose-area-two .choose-text {
  position: relative;
}

.choose-area-two .choose-text::before {
  content: '';
  position: absolute;
  background-color: #f6f4ff;
  width: 1050px;
  height: 100%;
}

.choose-area-two .choose-text .choose-text-two {
  position: relative;
  max-width: 555px;
  margin-left: auto;
  margin-right: 0;
  padding: 100px 0;
}

.choose-area-two .choose-text .choose-text-two span {
  font-size: 18px;
  color: #515be4;
  display: inline-block;
  margin-bottom: 25px;
  line-height: 1;
}

.choose-area-two .choose-text .choose-text-two h2 {
  font-size: 46px;
  margin-bottom: 25px;
}

.choose-area-two .choose-text .choose-text-two p {
  margin-bottom: 15px;
}

.choose-area-two .choose-text .choose-text-two ul {
  padding: 5px 80px 0 0;
  margin: 0;
}

.choose-area-two .choose-text .choose-text-two ul li {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  padding-left: 25px;
  color: #29234d;
  position: relative;
}

.choose-area-two .choose-text .choose-text-two ul li::before {
  content: '';
  position: absolute;
  background-color: #515be4;
  width: 13px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  top: 8px;
}

.choose-area-two .choose-text .choose-text-two .about-btn {
  margin-top: 30px;
}

.choose-area-two .choose-form {
  background-image: url("../img/choose/choose-4.jpg");
  background-size: cover;
  background-position: center;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  margin: 0;
}

.choose-area-two .choose-form::before {
  content: '';
  position: absolute;
  background-color: rgba(101, 87, 232, 0.4);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.choose-area-two .choose-form .form-contant {
  width: 500px;
  padding-left: 50px;
}

.choose-area-two .choose-form .form-contant .form-group {
  padding-right: 0;
}

.choose-area-two .choose-form .form-contant .default-btn-two {
  position: relative;
}

.choose-area-two .choose-form .form-contant .contact-form .form-group .list-unstyled li {
  color: #ff0000;
}

.choose-area-two .choose-form .form-contant .contact-form .text-danger {
  color: #ff0000 !important;
}

/*================================================
Testimonilas Area Two 
=================================================*/
.testimonials-two-area {
  position: relative;
}

.testimonials-two-area.testimonials-two {
  background-image: url("../img/testimonials/testimonials-bg.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.testimonials-two-area.testimonials-two::before {
  display: none;
}

.testimonials-two-area.testimonials-two .testimonials-slider-two .slider-two-item .slider-text span {
  color: #515be4;
}

.testimonials-two-area.testimonials-two .testimonials-slider-two .slider-two-item .slider-text h2 {
  color: #29234d;
}

.testimonials-two-area.testimonials-two .testimonials-slider-two .slider-two-item .slider-text p {
  color: #2a234d;
  font-weight: 500;
}

.testimonials-two-area.testimonials-two .testimonials-slider-two .slider-two-item .slider-text h3 {
  color: #29234d;
}

.testimonials-two-area.testimonials-two .testimonials-slider-two .slider-two-item .slider-text .single-p {
  color: #5e587a;
}

.testimonials-two-area.testimonials-two .testimonials-slider-two.owl-theme .owl-nav .owl-prev, .testimonials-two-area.testimonials-two .testimonials-slider-two.owl-theme .owl-nav .owl-next {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 11px 20px #dddddd;
          box-shadow: 0px 11px 20px #dddddd;
  color: #131632;
}

.testimonials-two-area.testimonials-two .testimonials-slider-two.owl-theme .owl-nav .owl-prev:hover, .testimonials-two-area.testimonials-two .testimonials-slider-two.owl-theme .owl-nav .owl-next:hover {
  background-color: #131632;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}

.testimonials-two-area.bg-color {
  background-color: #29234d;
}

.testimonials-two-area::before {
  content: '';
  position: absolute;
  background-image: url("../img/testimonials/map.png");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.testimonials-two-area .testimonials-slider-two .slider-two-item {
  margin-bottom: 100px;
  margin-top: 100px;
}

.testimonials-two-area .testimonials-slider-two .slider-two-item .slider-img img {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.testimonials-two-area .testimonials-slider-two .slider-two-item .slider-text span {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
  color: #ffffff;
}

.testimonials-two-area .testimonials-slider-two .slider-two-item .slider-text h2 {
  font-size: 46px;
  margin-bottom: 30px;
  color: #ffffff;
}

.testimonials-two-area .testimonials-slider-two .slider-two-item .slider-text .rating {
  margin-bottom: 15px;
}

.testimonials-two-area .testimonials-slider-two .slider-two-item .slider-text .rating i {
  color: #515be4;
}

.testimonials-two-area .testimonials-slider-two .slider-two-item .slider-text p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #ffffff;
}

.testimonials-two-area .testimonials-slider-two .slider-two-item .slider-text h3 {
  font-size: 25px;
  color: #ffffff;
}

.testimonials-two-area .testimonials-slider-two .slider-two-item .slider-text .single-p {
  font-size: 13px;
  margin-bottom: 0;
  color: #c0bdca;
}

.testimonials-two-area .testimonials-slider-two.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  bottom: 100px;
  right: 0;
}

.testimonials-two-area .testimonials-slider-two.owl-theme .owl-nav .owl-prev, .testimonials-two-area .testimonials-slider-two.owl-theme .owl-nav .owl-next {
  font-size: 20px;
  line-height: 1;
  color: #29234d;
  margin: 0 5px;
  background-color: #ffffff;
  color: #515be4;
  width: 30px;
  height: 40px;
}

.testimonials-two-area .testimonials-slider-two.owl-theme .owl-nav .owl-prev:hover, .testimonials-two-area .testimonials-slider-two.owl-theme .owl-nav .owl-next:hover {
  background-color: #515be4;
  color: #ffffff;
}

/*================================================
Services Area Three 
=================================================*/
.services-card-three {
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px #f1f0f0;
          box-shadow: 0px 0px 20px #f1f0f0;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 30px 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.services-card-three i {
  background-color: #515be4;
  -webkit-box-shadow: 0px 11px 20px #d3d0d0;
          box-shadow: 0px 11px 20px #d3d0d0;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 5px;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services-card-three h3 {
  font-size: 25px;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services-card-three p {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services-card-three:hover {
  background-color: #131632;
}

.services-card-three:hover i {
  background-color: #ffffff;
  color: #515be4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.services-card-three:hover h3 {
  color: #ffffff;
}

.services-card-three:hover p {
  color: #ffffff;
}

/*================================================
About Eoda Area 
=================================================*/
.about-eoda-area .section-title {
  max-width: 890px;
  text-align: left;
  margin: 0 auto 30px 0;
}

.about-eoda-area .about-eoda-text .eoda-text {
  margin-bottom: 20px;
}

.about-eoda-area .about-eoda-text ul {
  padding: 0 50px 0 0;
  margin: 0;
}

.about-eoda-area .about-eoda-text ul li {
  list-style-type: none;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  padding-left: 25px;
  color: #29234d;
  position: relative;
}

.about-eoda-area .about-eoda-text ul li::before {
  content: '';
  position: absolute;
  background-color: #515be4;
  width: 13px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  top: 8px;
}

.about-eoda-area .about-eoda-text .eoda-btn {
  margin-top: 30px;
}

/*================================================
Marketing Area 
=================================================*/
.marketing-area {
  background-color: #f6f4ff;
  position: relative;
  z-index: 1;
}

.marketing-area .section-title {
  margin: 0 auto -70px;
}

.marketing-area .marketing-img {
  position: relative;
}

.marketing-area .marketing-img .marketing-1 {
  position: absolute;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
          box-shadow: 0px 0px 20px #d3d0d0;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  bottom: 330px;
  left: 420px;
  -webkit-animation: moveBounce 4s linear infinite;
          animation: moveBounce 4s linear infinite;
}

.marketing-area .marketing-img .marketing-1 img {
  max-width: 70px;
}

.marketing-area .marketing-img .marketing-2 {
  position: absolute;
  bottom: 300px;
  right: 420px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
          box-shadow: 0px 0px 20px #d3d0d0;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  -webkit-animation: moveBounce 3s linear infinite;
          animation: moveBounce 3s linear infinite;
}

.marketing-area .marketing-img .marketing-2 img {
  max-width: 60px;
}

.marketing-area .marketing-img .marketing-3 {
  position: absolute;
  bottom: 385px;
  left: 545px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
          box-shadow: 0px 0px 20px #d3d0d0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 10px;
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
}

.marketing-area .marketing-img .marketing-3 img {
  max-width: 45px;
}

.marketing-area .marketing-img .marketing-4 {
  position: absolute;
  bottom: 70px;
  right: 460px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
          box-shadow: 0px 0px 20px #d3d0d0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  -webkit-animation: moveBounce 4s linear infinite;
          animation: moveBounce 4s linear infinite;
}

.marketing-area .marketing-img .marketing-4 img {
  max-width: 50px;
}

.marketing-area .marketing-img .marketing-5 {
  position: absolute;
  bottom: 40px;
  right: 300px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
          box-shadow: 0px 0px 20px #d3d0d0;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  -webkit-animation: moveBounce 3s linear infinite;
          animation: moveBounce 3s linear infinite;
}

.marketing-area .marketing-img .marketing-5 img {
  max-width: 70px;
}

.marketing-area .marketing-img .marketing-6 {
  position: absolute;
  bottom: 330px;
  right: 310px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
          box-shadow: 0px 0px 20px #d3d0d0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  -webkit-animation: moveBounce 6s linear infinite;
          animation: moveBounce 6s linear infinite;
}

.marketing-area .marketing-img .marketing-6 img {
  max-width: 55px;
}

.marketing-area .marketing-img .marketing-7 {
  position: absolute;
  bottom: 200px;
  right: 220px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
          box-shadow: 0px 0px 20px #d3d0d0;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  -webkit-animation: moveBounce 4s linear infinite;
          animation: moveBounce 4s linear infinite;
}

.marketing-area .marketing-img .marketing-7 img {
  max-width: 65px;
}

.marketing-area .marketing-img .marketing-8 {
  position: absolute;
  bottom: 80px;
  right: 150px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
          box-shadow: 0px 0px 20px #d3d0d0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  -webkit-animation: moveBounce 6s linear infinite;
          animation: moveBounce 6s linear infinite;
}

.marketing-area .marketing-img .marketing-8 img {
  max-width: 55px;
}

.marketing-area .marketing-img .marketing-9 {
  position: absolute;
  bottom: 250px;
  right: 80px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
          box-shadow: 0px 0px 20px #d3d0d0;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  -webkit-animation: moveBounce 6s linear infinite;
          animation: moveBounce 6s linear infinite;
}

.marketing-area .marketing-img .marketing-9 img {
  max-width: 60px;
}

.marketing-area .marketing-img .marketing-10 {
  position: absolute;
  bottom: 120px;
  right: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
          box-shadow: 0px 0px 20px #d3d0d0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  -webkit-animation: moveBounce 4s linear infinite;
          animation: moveBounce 4s linear infinite;
}

.marketing-area .marketing-img .marketing-10 img {
  max-width: 55px;
}

.marketing-area .marketing-shape .m-shape1 {
  position: absolute;
  top: 370px;
  right: 580px;
  -webkit-animation: moveLeftBounce 3s linear infinite;
          animation: moveLeftBounce 3s linear infinite;
}

.marketing-area .marketing-shape .m-shape1 img {
  max-width: 100px;
}

.marketing-area .marketing-shape .m-shape2 {
  position: absolute;
  top: 280px;
  right: 560px;
  -webkit-animation: moveBounce 4s linear infinite;
          animation: moveBounce 4s linear infinite;
}

.marketing-area .marketing-shape .m-shape2 img {
  max-width: 80px;
}

.marketing-area .marketing-shape .m-shape3 {
  position: absolute;
  right: 490px;
  top: 280px;
  -webkit-animation: moveLeftBounce 3s linear infinite;
          animation: moveLeftBounce 3s linear infinite;
}

.marketing-area .marketing-shape .m-shape3 img {
  max-width: 70px;
}

.marketing-area .marketing-shape .m-shape4 {
  position: absolute;
  top: 85px;
  right: 490px;
  z-index: 1;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.marketing-area .marketing-shape .m-shape4 img {
  max-width: 40px;
}

.marketing-area .marketing-shape .m-shape5 {
  position: absolute;
  top: 90px;
  right: 500px;
  z-index: 1;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.marketing-area .marketing-shape .m-shape5 img {
  max-width: 60px;
}

.marketing-area .marketing-shape .m-shape6 {
  position: absolute;
  top: 340px;
  left: 420px;
  z-index: -1;
  -webkit-animation: moveLeftBounce 3s linear infinite;
          animation: moveLeftBounce 3s linear infinite;
}

.marketing-area .marketing-shape .m-shape7 {
  position: absolute;
  top: 350px;
  right: 515px;
  -webkit-animation: moveBounce 4s linear infinite;
          animation: moveBounce 4s linear infinite;
}

.marketing-area .marketing-shape .m-shape7 img {
  max-width: 80px;
}

/*================================================
Banner Area Three
=================================================*/
.banner-area-three {
  background-color: #ebf5f3;
  padding: 180px 0;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
}

.banner-area-three .text-contant-three span {
  color: #131632;
  background-color: #fff;
  padding: 10px 25px;
  font-size: 18px;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 20px;
}

.banner-area-three .text-contant-three h1 {
  font-size: 65px;
  margin-bottom: 30px;
}

.banner-area-three .text-contant-three p {
  font-size: 20px;
}

.banner-area-three .text-contant-three .banner-btn {
  margin-top: 30px;
}

.banner-area-three .form-contant .contact-form {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 25px 25px;
}

.banner-area-three .form-contant .contact-form .form-group {
  padding-right: 0;
  margin-bottom: 15px;
}

.banner-area-three .form-contant .contact-form .form-group .form-control {
  background-color: #f7f7f7;
}

.banner-area-three .form-contant .contact-form .form-group i {
  background-color: #dad9df;
  color: #131632;
}

.banner-area-three .form-contant .contact-form .default-btn-two {
  width: 100%;
}

.banner-area-three .b-t-shape1 {
  position: absolute;
  top: 95px;
  right: 240px;
  z-index: 1;
}

.banner-area-three .b-t-shape1 img {
  max-width: 60px;
  max-width: 60px;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.banner-area-three .b-t-shape2 {
  position: absolute;
  top: 110px;
  right: 260px;
}

.banner-area-three .b-t-shape2 img {
  max-width: 40px;
  max-width: 60px;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.banner-area-three .b-t-shape3 {
  position: absolute;
  top: 35px;
  left: 550px;
}

.banner-area-three .b-t-shape3 img {
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.banner-area-three .b-t-shape4 {
  position: absolute;
  top: 70px;
  right: 450px;
}

.banner-area-three .b-t-shape4 img {
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.banner-area-three .b-t-shape5 {
  position: absolute;
  bottom: 150px;
  right: 40px;
}

.banner-area-three .b-t-shape5 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.banner-area-three .b-t-shape6 {
  position: absolute;
  top: 150px;
  right: 40px;
}

.banner-area-three .b-t-shape6 img {
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.banner-area-three .b-t-shape7 {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
}

.banner-area-three .b-t-shape7 img {
  max-width: 60px;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.banner-area-three .b-t-shape7 .b-t-shape9 {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 0;
  text-align: center;
}

.banner-area-three .b-t-shape7 .b-t-shape9 img {
  max-width: 60px;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.banner-area-three .b-t-shape8 {
  position: absolute;
  top: 210px;
  left: 90px;
}

.banner-area-three .b-t-shape8 img {
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

/*================================================
Page banner Area
=================================================*/
.page-banner {
  background-size: cover;
  background-position: center center;
  height: 300px;
  text-align: center;
  position: relative;
}

.page-banner.bg-1 {
  background-image: url("../img/page-banner-1.jpg");
}

.page-banner.bg-2 {
  background-image: url("../img/page-banner-2.jpg");
}

.page-banner.bg-3 {
  background-image: url("../img/page-banner-3.jpg");
}

.page-banner.bg-4 {
  background-image: url("../img/page-banner-4.jpg");
}

.page-banner.bg-5 {
  background-image: url("../img/page-banner-5.jpg");
}

.page-banner::before {
  content: '';
  position: absolute;
  background-color: rgba(54, 42, 115, 0.88);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-banner .page-content {
  position: relative;
}

.page-banner .page-content h2 {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 35px;
  margin-bottom: 15px;
}

.page-banner .page-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.page-banner .page-content ul li {
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  color: #ffffff;
  position: relative;
  padding-right: 25px;
}

.page-banner .page-content ul li:last-child {
  padding-right: 0;
}

.page-banner .page-content ul li a {
  color: #ffffff;
}

.page-banner .page-content ul li a::before {
  content: '>';
  position: absolute;
  right: 5px;
}

.page-banner .page-content ul li a:hover {
  color: #515be4;
}

.pagination {
  padding: 0;
  display: block;
  margin: 20px 0 0;
  text-align: center;
}

.pagination .page-item {
  display: inline-block;
  margin: 0 3px;
}

.pagination .page-item .page-link {
  color: #131632;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 25px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  margin: 0;
  border-radius: 5px;
}

.pagination .page-item .page-link span {
  position: relative;
  bottom: 2px;
}

.pagination .page-item .page-link:hover {
  background-color: #ffffff;
  color: #131632;
  width: 25px;
  height: 35px;
  line-height: 35px;
  -webkit-box-shadow: 0px 7px 20px 0px #9c95e4;
          box-shadow: 0px 7px 20px 0px #9c95e4;
}

.pagination .page-item.active .page-link {
  background-color: #ffffff;
  color: #131632;
  width: 25px;
  height: 35px;
  line-height: 35px;
  -webkit-box-shadow: 0px 7px 20px 0px #9c95e4;
          box-shadow: 0px 7px 20px 0px #9c95e4;
}

/*================================================
Partner Area
=================================================*/
.partner-area {
  background-color: #fbfbfb;
}

.partner-area .partner-slider .partner-slider-item a img {
  max-width: 150px;
  margin: auto;
}

/*================================================
Team Area
=================================================*/
.team-card {
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px #d3d0d0;
          box-shadow: 0px 0px 20px #d3d0d0;
  border-radius: 10px;
}

.team-card img {
  border-radius: 5px;
}

.team-card .team-card-text {
  text-align: center;
  padding: 30px 40px;
  border-radius: 5px;
}

.team-card .team-card-text h3 {
  margin-top: -5px;
  font-size: 20px;
}

.team-card .team-card-text p {
  color: #131632;
  margin-bottom: 5px;
}

.team-card .team-card-text ul {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
}

.team-card .team-card-text ul li {
  display: inline-block;
  margin: 3px;
}

.team-card .team-card-text ul li i {
  color: #131632;
  font-size: 20px;
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 20px #dddddd;
          box-shadow: 0px 5px 20px #dddddd;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.team-card .team-card-text ul li i:hover {
  background-color: #131632;
  color: #ffffff;
}

/*================================================
Testimonials Area
=================================================*/
.testimonials-area .testmonials-item {
  margin-bottom: 30px;
}

/*================================================
Services Area
=================================================*/
.services-area .choose-text::before {
  display: none;
}

/*================================================
Main Contact Area
=================================================*/
.main-contact-area .contact-text-content .title {
  max-width: 715px;
  margin: auto;
  text-align: center;
  font-weight: 800;
  font-size: 45px;
  margin-bottom: 40px;
}

.main-contact-area .contact-text-content .contact-card {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 38px 38px 30px;
}

.main-contact-area .contact-text-content .contact-card i {
  background-color: #515be4;
  color: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 25px;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main-contact-area .contact-text-content .contact-card h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.4;
}

.main-contact-area .contact-text-content .contact-card h3 a {
  color: #29234d;
}

.main-contact-area .contact-text-content .contact-card h3 a:hover {
  color: #131632;
}

.main-contact-area .contact-text-content .contact-card h3.line-hight {
  line-height: 1.5;
}

/*================================================
Schedule Area
=================================================*/
.schedule-area .container {
  max-width: 970px;
}

.schedule-area .form-group {
  padding-right: 0;
}

.schedule-area .form-group .form-control {
  background-color: #f7f7f7;
}

.schedule-area .default-btn {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
}

/*================================================
Contact Map Area
=================================================*/
.contact-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.contact-map .container-fluid iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -6px;
  border-top: none;
}

/*================================================
Gallery Area
=================================================*/
.gallery-area .container-fluid {
  padding: 0;
  overflow: hidden;
  max-width: 1920px;
}

.gallery-area .gallery {
  position: relative;
}

.gallery-area .gallery img {
  position: relative;
}

.gallery-area .gallery .caption {
  position: absolute;
  background-color: rgba(101, 87, 232, 0.9);
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .6s;
  transition: .6s;
}

.gallery-area .gallery .caption i {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}

.gallery-area .gallery .caption h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.gallery-area .gallery .caption p {
  font-size: 14px;
  font-style: italic;
  color: #fff;
}

.gallery-area .gallery:hover .caption {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gallery-area .row .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

/*================================================
Sign In Area
=================================================*/
.sign-in-area .section-title {
  margin: 0 auto 60px;
  text-align: center;
}

.sign-in-area .section-title p {
  max-width: 550px;
  margin: auto;
}

.sign-in-area .sign-in-form {
  max-width: 650px;
  padding: 40px 50px;
  border-radius: 5px;
  margin: auto;
  -webkit-box-shadow: 0px 0px 20px 0px #d8d8d8;
          box-shadow: 0px 0px 20px 0px #d8d8d8;
}

.sign-in-area .sign-in-form .form-group {
  margin-bottom: 25px;
}

.sign-in-area .sign-in-form .form-control {
  height: 55px;
  padding: 6px 20px;
  background: #fbfbfb;
  border: 1px solid #efefef;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sign-in-area .sign-in-form .account-decs {
  text-align: center;
  margin-top: 20px;
}

.sign-in-area .sign-in-form .account-decs a {
  color: #131632;
  margin-left: 5px;
}

.sign-in-area .sign-in-form .account-decs a:hover {
  color: #515be4;
}

.sign-in-area .sign-in-form .text-center {
  text-align: left !important;
}

.form-check-input {
  margin-top: 6px;
}

/*================================================
Sign Up Area
=================================================*/
.sign-up-area .sign-up-form {
  max-width: 650px;
  padding: 40px 50px;
  border-radius: 5px;
  margin: auto;
  -webkit-box-shadow: 0px 0px 20px 0px #d8d8d8;
          box-shadow: 0px 0px 20px 0px #d8d8d8;
}

.sign-up-area .sign-up-form .form-group {
  margin-bottom: 25px;
}

.sign-up-area .sign-up-form .form-control {
  height: 55px;
  padding: 6px 20px;
  background: #fbfbfb;
  border: 1px solid #efefef;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sign-up-area .sign-up-form .account-decs {
  text-align: center;
  margin-top: 20px;
}

.sign-up-area .sign-up-form .account-decs a {
  color: #131632;
  margin-left: 5px;
}

.sign-up-area .sign-up-form .account-decs a:hover {
  color: #29234d;
}

.sign-up-area .sign-up-form .text-center {
  text-align: left !important;
}

.sign-up-area .sign-up-form .text-center .default-btn {
  border: none;
}

/*================================================
Start Faq Area
=================================================*/
.faq-area .faq-contant .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.faq-area .faq-contant .accordion li {
  position: relative;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
}

.faq-area .faq-contant .accordion li:last-child {
  margin-bottom: 0;
}

.faq-area .faq-contant .accordion li .title {
  margin: 0;
  cursor: pointer;
  font-size: 15px;
  padding: 20px 15px 20px 80px;
  text-transform: uppercase;
  position: relative;
}

.faq-area .faq-contant .accordion li .title::before {
  content: '';
  background-color: #eeeeee;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60px;
}

.faq-area .faq-contant .accordion li .title:after {
  width: 10px;
  height: 10px;
  border-right: 1px solid #312f2f;
  border-bottom: 1px solid #312f2f;
  position: absolute;
  left: 22px;
  content: " ";
  top: 23px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.faq-area .faq-contant .accordion li .title.active {
  border-bottom: 1px solid #dcdcdc;
}

.faq-area .faq-contant .accordion li .title.active:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.faq-area .faq-contant .accordion li .accordion-content {
  display: none;
  padding: 20px 20px;
}

.faq-area .faq-contant .faq-img img {
  border-radius: 10px;
  -webkit-box-shadow: -11px -5px 20px #eeeeee;
          box-shadow: -11px -5px 20px #eeeeee;
}

/*================================================
Start Privacy Policy Area
=================================================*/
.privacy-policy .privacy-policy-text h2 {
  font-size: 25px;
  margin-bottom: 15px;
}

.privacy-policy .privacy-policy-text p {
  padding-right: 30px;
  margin-bottom: 15px;
}

/*================================================
Coming Soon Area
=================================================*/
.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.coming-soon-area .coming-soon-contant {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  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);
  background-color: #fff;
  padding: 70px 30px;
}

.coming-soon-area .coming-soon-contant h1 {
  margin-bottom: 20px;
  font-size: 50px;
  margin-top: 0;
}

.coming-soon-area .coming-soon-contant p {
  font-size: 16px;
  max-width: 600px;
  margin: 0px auto 20px auto;
}

.coming-soon-area .coming-soon-contant #timer {
  margin-top: 30px;
  margin-bottom: 30px;
}

.coming-soon-area .coming-soon-contant #timer div {
  display: inline-block;
  color: #29234d;
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 45px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-contant #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: 0px;
  font-size: 16px;
  font-weight: normal;
}

.coming-soon-area .coming-soon-contant #timer div:last-child {
  margin-right: 0;
}

.coming-soon-area .coming-soon-contant #timer div:last-child::before {
  display: none;
}

.coming-soon-area .coming-soon-contant #timer div:first-child {
  margin-left: 0;
}

.coming-soon-area .coming-soon-contant #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}

.coming-soon-area .coming-soon-contant .coming-soon-form {
  position: relative;
}

.coming-soon-area .coming-soon-contant .coming-soon-form .form-control {
  height: 55px;
  padding: 10px 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 70%;
  margin: 0 auto 30px;
}

.coming-soon-area .coming-soon-contant .coming-soon-form .default-btn {
  padding: 15px 30px;
  border: 0;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 15%;
}

/*================================================
Error Area
=================================================*/
.error-area {
  height: 100vh;
}

.error-area .error {
  text-align: center;
}

.error-area .error img {
  margin-bottom: 20px;
  max-width: 580px;
}

.error-area .error h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-bottom: 20px;
}

.error-area .error .error-btn a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 45px;
  font-weight: 800;
  color: #29234d;
}

.error-area .error .error-btn a:hover {
  color: #131632;
}

/*================================================
Service Details Area
=================================================*/
.services-dateils-area .services-details img {
  border-radius: 10px;
  margin-bottom: 25px;
}

.services-dateils-area .services-details ul {
  padding: 0;
  margin: 0 0 15px;
}

.services-dateils-area .services-details ul li {
  display: inline-block;
  font-size: 12px;
  margin-right: 30px;
  color: #131632;
}

.services-dateils-area .services-details ul li i {
  color: #131632;
}

.services-dateils-area .services-details ul li a {
  font-size: 14px;
  color: #131632;
}

.services-dateils-area .services-details ul li a:hover {
  color: #515be4;
}

.services-dateils-area .services-details .details-text h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 15px;
}

.services-dateils-area .services-details .details-text p {
  font-size: 16px;
  margin-bottom: 15px;
}

.services-dateils-area .services-details .text-style {
  margin: 30px  0 30px  70px;
  padding: 30px 50px 30px 70px;
  border-radius: 10px;
  position: relative;
}

.services-dateils-area .services-details .text-style i {
  position: absolute;
  background-color: #131632;
  color: #ffffff;
  font-size: 50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.services-dateils-area .services-details .text-style p {
  color: #2a234d;
  font-weight: 500;
  font-size: 18px;
  font-style: italic;
}

.services-dateils-area .services-details .text-style a {
  color: #2a234d;
  font-weight: 500;
  font-size: 18px;
  font-style: italic;
}

.services-dateils-area .services-details .text-style a:hover {
  color: #131632;
}

.services-dateils-area .widget-area {
  padding-left: 10px;
}

.services-dateils-area .widget-area .widget {
  margin-bottom: 30px;
}

.services-dateils-area .widget-area .widget:last-child {
  margin-bottom: 0;
}

.services-dateils-area .widget-area .widget .widget-title {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 700;
}

.services-dateils-area .widget-area .widget_search form {
  position: relative;
}

.services-dateils-area .widget-area .widget_search form .screen-reader-text {
  display: none;
}

.services-dateils-area .widget-area .widget_search form .search-field {
  height: 50px;
  color: #000;
  background-color: #f2f4f5;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 0 0 0 15px;
  border: 1px solid #f2f4f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services-dateils-area .widget-area .widget_search form .search-field:focus {
  outline: 0;
}

.services-dateils-area .widget-area .widget_search form .search-field::-webkit-input-placeholder {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services-dateils-area .widget-area .widget_search form .search-field:-ms-input-placeholder {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services-dateils-area .widget-area .widget_search form .search-field::-ms-input-placeholder {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services-dateils-area .widget-area .widget_search form .search-field::placeholder {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services-dateils-area .widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.services-dateils-area .widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.services-dateils-area .widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.services-dateils-area .widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}

.services-dateils-area .widget-area .widget_search form button {
  border: none;
  background-color: #515be4;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  height: 50px;
  width: 60px;
  position: absolute;
  right: 0;
  padding: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  font-size: 20px;
}

.services-dateils-area .widget-area .widget_search form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.services-dateils-area .widget-area .widget_search form button:hover, .services-dateils-area .widget-area .widget_search form button:focus {
  background-color: #131632;
  color: #fff;
}

.services-dateils-area .widget-area .widget_categories ul {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 0;
  list-style-type: none;
}

.services-dateils-area .widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  color: #000;
  padding-left: 25px;
  font-size: 15px;
}

.services-dateils-area .widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.services-dateils-area .widget-area .widget_categories ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #515be4;
}

.services-dateils-area .widget-area .widget_categories ul li a {
  color: #000;
  display: inline-block;
}

.services-dateils-area .widget-area .widget_categories ul li a:hover {
  color: #515be4;
  padding-left: 3px;
}

.services-dateils-area .widget-area .widget_categories ul li .post-count {
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.services-dateils-area .widget-area .widget_posts_thumb {
  position: relative;
  overflow: hidden;
}

.services-dateils-area .widget-area .widget_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 20px;
}

.services-dateils-area .widget-area .widget_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.services-dateils-area .widget-area .widget_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}

.services-dateils-area .widget-area .widget_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.services-dateils-area .widget-area .widget_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/service-details/service-details-1.jpg);
}

.services-dateils-area .widget-area .widget_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/service-details/service-details-2.jpg);
}

.services-dateils-area .widget-area .widget_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/service-details/service-details-3.jpg);
}

.services-dateils-area .widget-area .widget_posts_thumb .item .thumb .fullimage.bg4 {
  background-image: url(../img/service-details/service-details-4.jpg);
}

.services-dateils-area .widget-area .widget_posts_thumb .item .thumb .fullimage.bg5 {
  background-image: url(../img/service-details/service-details-5.jpg);
}

.services-dateils-area .widget-area .widget_posts_thumb .item .thumb::before, .services-dateils-area .widget-area .widget_posts_thumb .item .thumb::after {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.services-dateils-area .widget-area .widget_posts_thumb .item .thumb::before {
  width: 40px;
  height: 1px;
  left: 100%;
}

.services-dateils-area .widget-area .widget_posts_thumb .item .thumb::after {
  height: 40px;
  width: 1px;
  top: 0;
}

.services-dateils-area .widget-area .widget_posts_thumb .item .info {
  overflow: hidden;
}

.services-dateils-area .widget-area .widget_posts_thumb .item .info span {
  display: block;
  color: #515be4;
  font-size: 14px;
}

.services-dateils-area .widget-area .widget_posts_thumb .item .info .title {
  margin-bottom: 10px;
  margin-top: -5px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 500;
}

.services-dateils-area .widget-area .widget_posts_thumb .item .info .title a {
  display: inline-block;
  color: #29234d;
}

.services-dateils-area .widget-area .widget_posts_thumb .item .info .title a:hover {
  color: #131632;
}

.services-dateils-area .widget-area .widget_posts_thumb .item:hover .thumb::before, .services-dateils-area .widget-area .widget_posts_thumb .item:hover .thumb::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

.services-dateils-area .blog-contant .blog-tag {
  position: relative;
  margin-top: 50px;
  padding: 20px 0;
  border-top: 1px solid #e0dddd;
  border-bottom: 1px solid #e0dddd;
}

.services-dateils-area .blog-contant .blog-tag .laft-contant {
  text-align: left;
  padding: 0;
  margin: 0;
}

.services-dateils-area .blog-contant .blog-tag .laft-contant li {
  list-style-type: none;
  display: inline-block;
}

.services-dateils-area .blog-contant .blog-tag .laft-contant li.tag {
  font-size: 16px;
  margin-right: 10px;
}

.services-dateils-area .blog-contant .blog-tag .laft-contant li.tag span {
  color: #515be4;
}

.services-dateils-area .blog-contant .blog-tag .laft-contant li a {
  background-color: #131632;
  margin-right: 7px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 12px;
}

.services-dateils-area .blog-contant .blog-tag .laft-contant li a:hover {
  background-color: #515be4;
  color: #ffffff;
}

.services-dateils-area .blog-contant .blog-tag .right-contant {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.services-dateils-area .blog-contant .blog-tag .right-contant li {
  list-style-type: none;
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}

.services-dateils-area .blog-contant .blog-tag .right-contant li i {
  background-color: #ffffff;
  color: #515be4;
  -webkit-box-shadow: 0px 5px 20px #d8d6d6;
          box-shadow: 0px 5px 20px #d8d6d6;
  font-size: 18px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services-dateils-area .blog-contant .blog-tag .right-contant li i:hover {
  background-color: #515be4;
  color: #ffffff;
}

.services-dateils-area .blog-contant .top-comments {
  margin-top: 35px;
  margin-bottom: 45px;
  padding: 45px 50px 45px 160px;
  border-radius: 5px;
  position: relative;
}

.services-dateils-area .blog-contant .top-comments img {
  position: absolute;
  left: 25px;
  top: 35px;
  border-radius: 50%;
  border: 5px solid #131632;
}

.services-dateils-area .blog-contant .top-comments h3 {
  font-size: 18px;
  font-weight: 500;
}

.services-dateils-area .blog-contant .top-comments h3 a {
  color: #515be4;
}

.services-dateils-area .blog-contant .top-comments h3 a:hover {
  color: #131632;
}

.services-dateils-area .blog-contant .top-comments p {
  font-size: 15px;
}

.services-dateils-area .blog-contant .blog-comments {
  margin-bottom: 35px;
}

.services-dateils-area .blog-contant .blog-comments h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
}

.services-dateils-area .blog-contant .blog-comments .comments {
  position: relative;
  padding: 30px 0 30px 120px;
  border-bottom: 1px solid #d8d6d6;
}

.services-dateils-area .blog-contant .blog-comments .comments img {
  position: absolute;
  left: 0;
  top: 30px;
  border-radius: 50%;
}

.services-dateils-area .blog-contant .blog-comments .comments h3 {
  font-weight: 600;
  font-size: 18px;
}

.services-dateils-area .blog-contant .blog-comments .comments span {
  color: #515be4;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
}

.services-dateils-area .blog-contant .blog-comments .comments span a {
  color: #515be4;
  margin-left: 35px;
  font-weight: 500;
}

.services-dateils-area .blog-contant .blog-comments .comments span a:hover {
  color: #131632;
}

.services-dateils-area .blog-contant .blog-form h2 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 40px;
}

.services-dateils-area .blog-contant .blog-form .contact-form .form-group {
  padding-right: 0;
}

.services-dateils-area .blog-contant .blog-form .contact-form .form-group .form-control {
  background-color: #f7f7f7;
}

.services-dateils-area .blog-contant .blog-form .contact-form .default-btn {
  border: none;
  border-radius: 5px;
}

/*================================================
Case Study Details Area
=================================================*/
/* Shape rotate */
.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}

/* End Shape rotate */
@-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 moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes moveScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes moveScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

/*----- Buy Now Btn CSS -----*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
          box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buy-now-btn:hover {
  color: #ffffff;
  background-color: #94be5d;
}
/*# sourceMappingURL=style.css.map */