@charset "UTF-8";
/*
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
** - Default btn CSS
** - Section Title CSS
** - Default CSS
** - Default btn CSS
** - Section Title CSS
** - Preloader Area CSS
** - Top Header Area CSS
** - Navbar Area CSS
** - Search Popup CSS
** - Sidebar Modal CSS
** - Main Banner Area CSS
** - Partner Area CSS
** - Features Area CSS
** - Experiences Area CSS
** - Services Area CSS
** - Support Area CSS
** - Cases Area CSS
** - Clients Area CSS
** - Plans Area CSS
** - Blog Area CSS
** - Overview Area CSS
** - About Area CSS
** - Video Area CSS
** - Fun Facts Area CSS
** - Projects Area CSS
** - Analysis Area CSS
** - Technology Area CSS
** - Team Area CSS
** - Page Banner Area CSS
** - FAQ Area CSS
** - Process Area CSS
** - Services Details Area CSS
** - Pagination CSS
** - Case Study Details Area CSS
** - Widget Sidebar CSS
** - Blog Details CSS
** - Contact Area CSS
** - Contact Info Area CSS
** - Gallery Area CSS
** - Profile Authentication Area CSS
** - Membership Levels Area CSS
** - Purchase Guide Area CSS
** - Terms of Service Area CSS
** - Privacy Policy Area CSS
** - Coming Soon Area CSS
** - 404 Error Area CSS
** - Events Area CSS
** - Events Details Area CSS
** - Courses Area CSS
** - Courses Details Area CSS
** - Products Area CSS
** - Cart Area CSS
** - Checkout Area CSS
** - Products Details Area CSS
** - Footer Area CSS
** - Copy Right Area CSS
** - Go Top CSS

*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
  transition: 0.6s;
  color: #2E2F46;
  display: inline-block;
}
a:hover, a:focus {
  color: #0064FB;
  text-decoration: none;
}

button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #494A60;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
p:last-child {
  margin-bottom: 0;
}

i {
  line-height: normal;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

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

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

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

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

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

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #2E2F46;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

/*================================================
Default Btn CSS
=================================================*/
.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  background-color: #0064FB;
  transition: 0.6s;
  border-radius: 5px;
  padding: 15px 50px 15px 25px;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: -5px;
}
.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #FF414B;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}
.default-btn i {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}
.default-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
}
.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}

/*================================================
Section Title CSS
=================================================*/
.section-title {
  text-align: center;
  margin-bottom: 45px;
}
.section-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
}
.section-title p {
  max-width: 750px;
  margin: auto;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader-area {
  position: fixed;
  top: 0;
  background-color: #0064FB;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
}
.preloader-area .spinner {
  width: 4em;
  height: 4em;
  transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-45%);
  margin-left: auto;
  margin-right: auto;
}
.preloader-area .spinner .disc {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 0.3em dotted #ffffff;
}
.preloader-area .spinner .disc:nth-child(1) {
  animation: rotate 12s linear infinite;
}
.preloader-area .spinner .disc:nth-child(2) {
  animation: rotateDisc2 12s linear infinite;
}
.preloader-area .spinner .disc:nth-child(3) {
  animation: rotateDisc3 12s linear infinite;
}
.preloader-area .spinner .inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: sphereSpin 6s linear infinite;
}
.preloader-area .spinner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  border: 2px dotted #ffffff;
  margin: -15px;
}

@keyframes sphereSpin {
  0% {
    transform: rotateX(360deg) rotateY(0deg);
  }
  100% {
    transform: rotateX(0deg) rotateY(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateDisc2 {
  from {
    transform: rotateX(90deg) rotateZ(0deg);
  }
  to {
    transform: rotateX(90deg) rotateZ(360deg);
  }
}
@keyframes rotateDisc3 {
  from {
    transform: rotateY(90deg) rotateZ(0deg);
  }
  to {
    transform: rotateY(90deg) rotateZ(360deg);
  }
}
/*================================================
Top Header Area CSS
=================================================*/
.top-header-area {
  padding-top: 20px;
  padding-bottom: 20px;
}
.top-header-area.bg-color-wrap {
  background-color: #F4F8FC;
}

.top-header-content {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.top-header-content li {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  font-weight: 500;
  color: #494A60;
  margin-right: 18px;
  transition: 0.6s;
}
.top-header-content li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #494A60;
  font-size: 16px;
  transition: 0.6s;
}
.top-header-content li a {
  color: #494A60;
}
.top-header-content li a:hover {
  color: #0064FB;
}
.top-header-content li:last-child {
  margin-right: 0;
}

.top-header-optional {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}
.top-header-optional li {
  list-style-type: none;
  display: inline-block;
}
.top-header-optional li a {
  margin-right: 8px;
}
.top-header-optional li a:last-child {
  margin-right: 0;
}
.top-header-optional li a i {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #494A60;
  transition: 0.6s;
}
.top-header-optional li a i:hover {
  color: #0064FB;
  transform: translateY(-2px);
}

.header-information {
  display: none;
  background-color: #0064FB;
  color: #ffffff;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

/*================================================
Navbar Area CSS
=================================================*/
.main-responsive-nav {
  display: none;
}

.main-navbar {
  padding: 10px 0;
}
.main-navbar .navbar {
  transition: 0.6s;
  padding: 0;
}
.main-navbar .navbar .navbar-brand {
  padding: 0;
}
.main-navbar .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.main-navbar .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}
.main-navbar .navbar .navbar-nav .nav-item a {
  color: #494A60;
  font-size: 16px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  transition: 0.6s;
}
.main-navbar .navbar .navbar-nav .nav-item a i {
  font-size: 14px;
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
}
.main-navbar .navbar .navbar-nav .nav-item a:hover, .main-navbar .navbar .navbar-nav .nav-item a:focus, .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:hover a, .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 70px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 250px;
  display: block;
  border-radius: 8px;
  padding: 10px 0;
  margin-top: 15px;
  position: absolute;
  visibility: hidden;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
  margin: 0;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 10px 20px;
  position: relative;
  display: block;
  color: #494A60;
  font-size: 15px;
  font-weight: 600;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 15px;
  transform: translateY(-50%);
  right: 15px;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  transition: 0.6s;
  background-color: #0064FB;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #0064FB;
  padding-left: 35px;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
  opacity: 1;
  visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  margin-top: 15px;
  visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #494A60;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #494A60;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #494A60;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #0064FB;
}
.main-navbar .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;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #494A60;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #0064FB;
}
.main-navbar .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: -250px;
  visibility: hidden;
}
.main-navbar .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: #494A60;
}
.main-navbar .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, .main-navbar .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, .main-navbar .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: #0064FB;
}
.main-navbar .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;
}
.main-navbar .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: #494A60;
}
.main-navbar .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, .main-navbar .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, .main-navbar .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: #0064FB;
}
.main-navbar .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: #0064FB;
}
.main-navbar .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;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #0064FB;
}
.main-navbar .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;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #0064FB;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-navbar .navbar .others-options .option-item {
  position: relative;
  margin-right: 25px;
}
.main-navbar .navbar .others-options .option-item:last-child {
  margin-right: 0;
}
.main-navbar .navbar .others-options .option-item .search-btn {
  cursor: pointer;
  transition: 0.6s;
  color: #494A60;
  font-size: 25px;
  transition: 0.6s;
}
.main-navbar .navbar .others-options .option-item .search-btn:hover {
  color: #0064FB;
}
.main-navbar .navbar .others-options .option-item .close-btn {
  cursor: pointer;
  display: none;
  transition: 0.6s;
  color: #494A60;
  font-size: 25px;
  transition: 0.6s;
}
.main-navbar .navbar .others-options .option-item .close-btn:hover {
  color: #0064FB;
}
.main-navbar .navbar .others-options .option-item .close-btn.active {
  display: block;
}
.main-navbar .navbar .others-options .option-item .default-btn {
  background-color: #FF414B;
  color: #ffffff;
  padding: 12px 50px 12px 25px;
}
.main-navbar .navbar .others-options .option-item .default-btn span {
  background-color: #0064FB;
}
.main-navbar .navbar .others-options .option-item .side-menu-btn i {
  font-size: 25px;
  color: #494A60;
  cursor: pointer;
  transition: 0.6s;
}
.main-navbar .navbar .others-options .option-item .side-menu-btn i:hover {
  color: #0064FB;
}

.navbar-box-style .main-navbar {
  padding: 0;
}
.navbar-box-style .main-navbar .navbar {
  padding: 10px 30px;
  background: #ffffff;
  border-radius: 5px;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item a {
  color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item:hover a, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
  background-color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #494A60;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #FF414B;
}
.navbar-box-style .main-navbar .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: #494A60;
}
.navbar-box-style .main-navbar .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, .navbar-box-style .main-navbar .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, .navbar-box-style .main-navbar .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: #FF414B;
}
.navbar-box-style .main-navbar .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: #494A60;
}
.navbar-box-style .main-navbar .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, .navbar-box-style .main-navbar .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, .navbar-box-style .main-navbar .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: #FF414B;
}
.navbar-box-style .main-navbar .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: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #FF414B;
}
.navbar-box-style .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #FF414B;
}

.navbar-box-color .main-navbar {
  background-color: #F4F8FC;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: 0.6s;
}
.navbar-area.is-sticky.navbar-box-style .main-navbar {
  padding: 10px 0;
}
.navbar-area.is-sticky.navbar-box-style .main-navbar .navbar {
  padding: 0;
}
.navbar-area.is-sticky.navbar-box-color .main-navbar {
  background-color: #ffffff;
}

.others-option-for-responsive {
  display: none;
}
.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -28px;
}
.others-option-for-responsive .dot-menu .inner {
  display: flex;
  align-items: center;
  height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: 0.6s;
  background-color: #2E2F46;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #0064FB;
}
.others-option-for-responsive .container {
  position: relative;
}
.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 260px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.others-option-for-responsive .option-inner .others-options .option-item {
  position: relative;
  margin-right: 25px;
}
.others-option-for-responsive .option-inner .others-options .option-item:last-child {
  margin-right: 0;
}
.others-option-for-responsive .option-inner .others-options .option-item .search-btn {
  cursor: pointer;
  transition: 0.6s;
  color: #494A60;
  font-size: 25px;
  transition: 0.6s;
}
.others-option-for-responsive .option-inner .others-options .option-item .search-btn:hover {
  color: #0064FB;
}
.others-option-for-responsive .option-inner .others-options .option-item .close-btn {
  cursor: pointer;
  display: none;
  transition: 0.6s;
  color: #494A60;
  font-size: 25px;
  transition: 0.6s;
}
.others-option-for-responsive .option-inner .others-options .option-item .close-btn:hover {
  color: #0064FB;
}
.others-option-for-responsive .option-inner .others-options .option-item .close-btn.active {
  display: block;
}
.others-option-for-responsive .option-inner .others-options .option-item .default-btn {
  background-color: #FF414B;
  color: #ffffff;
  padding: 12px 50px 12px 25px;
}
.others-option-for-responsive .option-inner .others-options .option-item .default-btn span {
  background-color: #0064FB;
}
.others-option-for-responsive .option-inner .others-options .option-item .side-menu-btn i {
  font-size: 25px;
  color: #494A60;
  cursor: pointer;
  transition: 0.6s;
}
.others-option-for-responsive .option-inner .others-options .option-item .side-menu-btn i:hover {
  color: #0064FB;
}

.main-header-area {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.main-header-area .top-header-content li {
  color: #ffffff;
}
.main-header-area .top-header-content li i {
  color: #ffffff;
}
.main-header-area .top-header-content li a {
  color: #ffffff;
}
.main-header-area .top-header-content li a:hover {
  color: #0064FB;
}
.main-header-area .top-header-optional li a i {
  color: #ffffff;
}
.main-header-area .top-header-optional li a i:hover {
  color: #0064FB;
  transform: translateY(-2px);
}

/*================================================
Search Popup CSS
=================================================*/
.search-overlay {
  display: none;
}
.search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  margin-top: 25px;
  border-radius: 8px;
}
.search-overlay.search-popup .search-form {
  position: relative;
}
.search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  outline: 0;
  padding: 15px;
  border-radius: 5px;
  background-color: #f2f2f2;
}
.search-overlay.search-popup .search-form .search-input::-moz-placeholder {
  color: #494A60;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.search-overlay.search-popup .search-form .search-input::placeholder {
  color: #494A60;
  transition: 0.6s;
}
.search-overlay.search-popup .search-form .search-input:focus {
  border-color: #0064FB;
}
.search-overlay.search-popup .search-form .search-input:focus::-moz-placeholder {
  color: transparent;
}
.search-overlay.search-popup .search-form .search-input:focus::placeholder {
  color: transparent;
}
.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #ffffff;
  border: none;
  transition: 0.6s;
  color: #0064FB;
  border-radius: 5px;
  font-size: 18px;
}
.search-overlay.search-popup .search-form .search-button:hover, .search-overlay.search-popup .search-form .search-button:focus {
  background-color: #0064FB;
  color: #ffffff;
}

/*================================================
Sidebar Modal CSS
=================================================*/
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 420px;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
}
.modal.right .modal-content button.close {
  float: unset;
  position: absolute;
  right: 20px;
  top: 30px;
  background-color: transparent;
  color: #2E2F46;
  z-index: 2;
  opacity: 1;
  border: none;
  text-shadow: unset;
  box-shadow: unset;
  font-size: 25px;
  transition: 0.6s;
}
.modal.right .modal-content button.close:hover {
  color: red;
}
.modal.right.fade .modal-dialog {
  right: -320px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
  right: 0;
}

.sidebarModal.modal .modal-body {
  padding: 35px 30px 45px;
}
.sidebarModal.modal .modal-body .sidebar-content {
  margin-top: 35px;
}
.sidebarModal.modal .modal-body .sidebar-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.sidebarModal.modal .modal-body .sidebar-content .sidebar-btn {
  margin-top: 25px;
}
.sidebarModal.modal .modal-body .sidebar-contact-info {
  margin-top: 30px;
}
.sidebarModal.modal .modal-body .sidebar-contact-info h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list {
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li {
  list-style-type: none;
  font-size: 14px;
  color: #494A60;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  padding-left: 22px;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li:last-child {
  margin-bottom: 0;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a {
  color: #494A60;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a:hover {
  color: #0064FB;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
  color: #0064FB;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li .ri-mail-line {
  color: #FF414B;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li .ri-map-pin-line {
  color: #36CC72;
}
.sidebarModal.modal .modal-body .sidebar-social-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}
.sidebarModal.modal .modal-body .sidebar-social-list li {
  display: inline-block;
  margin-right: 8px;
}
.sidebarModal.modal .modal-body .sidebar-social-list li:last-child {
  margin-right: 0;
}
.sidebarModal.modal .modal-body .sidebar-social-list li i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #0064FB;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  border-radius: 50%;
  transition: 0.6s;
}
.sidebarModal.modal .modal-body .sidebar-social-list li i:hover {
  transform: translateY(-5px);
  background-color: #FF414B;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .main-responsive-nav {
    display: block;
  }
  .main-responsive-nav .main-responsive-menu {
    position: relative;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #0064FB;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .others-options {
    display: none !important;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 300px;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #2E2F46;
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #2E2F46;
    position: relative;
  }
  .main-responsive-nav .logo {
    position: relative;
  }
  .main-responsive-nav .logo img {
    max-width: 100px !important;
  }
  .navbar-area {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-navbar {
    display: none;
  }
  .others-option-for-responsive {
    display: block;
  }
  .header-information {
    display: block;
  }
  .top-header-area {
    display: none;
  }
  .top-header-area.active {
    display: block;
  }
}
/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
  padding-top: 220px;
  padding-bottom: 220px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-banner-area.without-banner-animation {
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-banner-content .tag {
  display: inline-block;
  background-color: #F4F8FC;
  padding: 12px 25px 12px 55px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.main-banner-content .tag img {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.main-banner-content h1 {
  font-size: 60px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.main-banner-content p {
  margin-bottom: 0;
}
.main-banner-content .banner-btn {
  margin-top: 30px;
}

.main-banner-animation-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-banner-animation-image img {
  position: absolute;
}
.main-banner-animation-image img:nth-child(1) {
  left: 0;
  top: 0;
}
.main-banner-animation-image img:nth-child(2) {
  left: 90px;
  top: 220px;
  z-index: 1;
}
.main-banner-animation-image img:nth-child(3) {
  left: 0;
  top: 220px;
}
.main-banner-animation-image img:nth-child(4) {
  left: 45px;
  bottom: 110px;
  z-index: 1;
}
.main-banner-animation-image img:nth-child(5) {
  left: 55px;
  bottom: 140px;
  z-index: 1;
}
.main-banner-animation-image img:nth-child(6) {
  left: 160px;
  top: 115px;
}
.main-banner-animation-image img:nth-child(7) {
  bottom: -120px;
  left: 295px;
}
.main-banner-animation-image img:nth-child(8) {
  top: 0;
  left: 280px;
}
.main-banner-animation-image img:nth-child(9) {
  z-index: -1;
  right: 0;
  top: -145px;
}
.main-banner-animation-image img:nth-child(10) {
  z-index: -1;
  right: 0;
  top: 225px;
}
.main-banner-animation-image img:nth-child(11) {
  right: 200px;
  top: 0;
}
.main-banner-animation-image img:nth-child(12) {
  right: 0;
  bottom: -35px;
}
.main-banner-animation-image img:nth-child(13) {
  right: 0;
  top: -110px;
  z-index: -1;
}
.main-banner-animation-image img:nth-child(14) {
  right: 0;
}
.main-banner-animation-image img:nth-child(15) {
  right: 300px;
  top: -120px;
  z-index: -1;
}
.main-banner-animation-image img:last-child {
  display: none;
}

.main-banner-with-large-shape-area {
  padding-top: 390px;
  padding-bottom: 310px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255, 65, 76, 0.96) 0%, #FF8760 100%);
}
.main-banner-with-large-shape-area.without-banner-animation {
  padding-top: 265px;
  padding-bottom: 180px;
}

.main-banner-white-content .tag {
  display: inline-block;
  background: rgba(244, 248, 252, 0.3);
  padding: 12px 25px 12px 55px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  color: #ffffff;
}
.main-banner-white-content .tag img {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.main-banner-white-content h1 {
  font-size: 60px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}
.main-banner-white-content p {
  margin-bottom: 0;
  color: #ffffff;
}
.main-banner-white-content .banner-btn {
  margin-top: 30px;
}
.main-banner-white-content .banner-btn .default-btn {
  background-color: #2E2F46;
}
.main-banner-white-content .banner-btn .default-btn span {
  background-color: #0064FB;
}
.main-banner-white-content .banner-btn .default-btn:hover {
  color: #ffffff;
}

.main-banner-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-banner-image img {
  position: absolute;
}
.main-banner-image img:nth-child(1) {
  left: 25px;
  top: 35px;
  z-index: 9;
}
.main-banner-image img:nth-child(2) {
  left: 140px;
  top: 15px;
  z-index: 1;
}
.main-banner-image img:nth-child(3) {
  left: 180px;
  top: 120px;
  z-index: 9;
}
.main-banner-image img:nth-child(4) {
  left: 310px;
  top: 35px;
  z-index: 1;
}
.main-banner-image img:nth-child(5) {
  bottom: -120px;
  right: 245px;
  z-index: 1;
}
.main-banner-image img:nth-child(6) {
  right: 160px;
  top: 240px;
  z-index: 1;
}
.main-banner-image img:nth-child(7) {
  top: -132px;
  right: 125px;
}
.main-banner-image img:nth-child(8) {
  right: 80px;
  top: 20px;
}
.main-banner-image img:nth-child(9) {
  top: 130px;
  right: 0;
}
.main-banner-image img:last-child {
  display: none;
}

.main-banner-box-area {
  padding-top: 100px;
  padding-bottom: 100px;
}
.main-banner-box-area.main-banner-box-video {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-banner-box-area.main-banner-box-video .background-video {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -2;
}
.main-banner-box-area.main-banner-box-video .main-banner-inner-box {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.main-banner-box-area.main-banner-box-video .main-banner-inner-box .main-banner-box-content h1 {
  color: #ffffff;
}

.main-banner-inner-box {
  max-width: 885px;
  margin: auto;
  text-align: center;
}

.main-banner-box-content {
  position: relative;
}
.main-banner-box-content .tag {
  display: inline-block;
  background-color: #F4F8FC;
  padding: 12px 25px 12px 55px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.main-banner-box-content .tag img {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.main-banner-box-content h1 {
  font-size: 48px;
  margin-top: 35px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.4;
}

.main-banner-box-image {
  margin-top: 50px;
}

.main-banner-image-wrap {
  text-align: right;
}

.main-banner-shape-1 {
  position: absolute;
  top: 10%;
  left: 35%;
  transform: translateY(-10%) translateX(-35%);
  animation: moveleftbounce 5s linear infinite;
}

.main-banner-shape-2 {
  position: absolute;
  bottom: 20%;
  left: 35%;
  transform: translateY(-20%) translateX(-35%);
  animation: moveleftbounce 5s linear infinite;
}

.main-banner-shape-3 {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateY(-5%) translateX(-50%);
}
.main-banner-shape-3 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.main-banner-shape-4 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateY(-10%) translateX(-50%);
  animation: animationFramesOne 10s infinite linear;
}

.main-banner-shape-5 {
  position: absolute;
  top: 20%;
  left: 35%;
  transform: translateY(-20%) translateX(-35%);
  animation: moveleftbounce 5s linear infinite;
}

.main-banner-shape-6 {
  position: absolute;
  top: 25%;
  left: 40%;
  transform: translateY(-25%) translateX(-40%);
  animation: moveleftbounce 5s linear infinite;
}

.main-banner-shape-7 {
  position: absolute;
  top: 20%;
  right: 15%;
  transform: translateY(-20%) translateX(-15%);
  animation: moveleftbounce 5s linear infinite;
}

.main-banner-shape-8 {
  position: absolute;
  bottom: 20%;
  left: 38%;
  transform: translateY(-20%) translateX(-38%);
  animation: moveleftbounce 5s linear infinite;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.main-banner-large-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.main-banner-large-shape img {
  width: 100%;
}

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

.partner-box {
  background-color: #F4F8FC;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 5px;
}

.single-partner {
  text-align: center;
}
.single-partner img {
  display: inline-block !important;
  max-width: 85%;
}

.partner-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.partner-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  outline: 0;
  width: 35px;
  height: 35px;
  line-height: 37px;
  transition: 0.6s;
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  color: #2E2F46;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.partner-slides.owl-theme .owl-nav [class*=owl-]:hover, .partner-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #0064FB;
  color: #ffffff;
}
.partner-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}
.partner-slides.owl-theme .owl-nav [class*=owl-] i {
  font-size: 20px;
  font-weight: bold;
}
.partner-slides.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: -20px;
  transition: 0.6s;
}
.partner-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -20px;
}

.partner-shape-1 {
  position: absolute;
  top: -20%;
  left: 20%;
  transform: translateY(-20%) translateX(-20%);
  z-index: -1;
}

.partner-shape-2 {
  position: absolute;
  bottom: -28%;
  right: 10%;
  transform: translateY(-28%) translateX(-10%);
}

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

.single-features {
  text-align: center;
  margin-bottom: 30px;
  transition: 0.6s;
}
.single-features img {
  transition: 0.6s;
}
.single-features h3 {
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.single-features h3 a {
  color: #2E2F46;
}
.single-features p {
  transition: 0.6s;
}
.single-features .features-btn {
  margin-top: 20px;
}
.single-features .features-btn .default-btn {
  background-color: #EAF0FF;
  color: #0064FB;
}
.single-features:hover img {
  animation: bounceIn 1s;
}
.single-features:hover .features-btn .default-btn {
  background-color: #0064FB;
  color: #ffffff;
}
.single-features:hover .features-btn .default-btn span {
  background-color: #FF414B;
}

.single-features-box {
  text-align: center;
  margin-bottom: 30px;
  transition: 0.6s;
  border: 1px solid #E6EDF6;
  padding: 35px 22px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.single-features-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(90deg, rgba(255, 65, 76, 0.96) 0%, #FF8760 100%);
  z-index: -1;
  transition: 0.6s;
  border-radius: 5px;
}
.single-features-box img {
  transition: 0.6s;
}
.single-features-box h3 {
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 15px;
  transition: 0.6s;
}
.single-features-box h3 a {
  color: #2E2F46;
}
.single-features-box p {
  transition: 0.6s;
}
.single-features-box:hover::before {
  height: 100%;
}
.single-features-box:hover img {
  animation: bounceIn 1s;
}
.single-features-box:hover h3 a {
  color: #ffffff;
}
.single-features-box:hover p {
  color: #ffffff;
}

.features-inner-box {
  background-color: #F4F8FC;
  border: 1px solid #E6EDF6;
  padding-top: 80px;
  padding-bottom: 50px;
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 5px;
}

.features-shape-1 {
  position: absolute;
  top: 15%;
  left: 40%;
  transform: translateY(-15%) translateX(-40%);
  z-index: 1;
}

.features-shape-2 {
  position: absolute;
  top: 20%;
  right: 40%;
  transform: translateY(-20%) translateX(-40%);
  z-index: 1;
}

.features-shape-3 {
  position: absolute;
  top: 8%;
  right: 50%;
  transform: translateY(-8%) translateX(-50%);
  animation: animationFramesOne 8s infinite linear;
  z-index: 1;
}

.features-shape-4 {
  position: absolute;
  top: 10%;
  right: 48%;
  transform: translateY(-10%) translateX(-48%);
  z-index: 1;
  animation: animationFramesOne 20s infinite linear;
}

/*================================================
Experiences Area CSS
=================================================*/
.experiences-area {
  position: relative;
  z-index: 1;
}
.experiences-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  background-color: #F4F8FC;
  left: 0;
  top: 0;
  z-index: -1;
}
.experiences-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  background-color: #ffffff;
  right: 0;
  top: 0;
  z-index: -1;
}

.experiences-item {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 30px;
}
.experiences-item .experiences-content .tag {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}
.experiences-item .experiences-content h3 {
  font-size: 40px;
  margin-top: 25px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.experiences-item .experiences-content p {
  margin-bottom: 0;
}
.experiences-item .experiences-inner-content {
  position: relative;
  margin-top: 30px;
  padding-left: 80px;
}
.experiences-item .experiences-inner-content img {
  position: absolute;
  left: 0;
  top: 0;
}
.experiences-item .experiences-btn {
  margin-top: 30px;
  padding-left: 85px;
}

.experiences-image {
  text-align: right;
}

.experiences-shape-1 {
  position: absolute;
  top: 8%;
  left: 40%;
  transform: translateY(-8%) translateX(-40%);
  z-index: -1;
}

.experiences-shape-2 {
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%) translateX(-2%);
  z-index: -1;
}
.experiences-shape-2 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.experiences-shape-3 {
  position: absolute;
  top: 52%;
  left: 5%;
  transform: translateY(-52%) translateX(-5%);
  z-index: 1;
  animation: animationFramesOne 10s infinite linear;
  z-index: -1;
}

.experiences-shape-4 {
  position: absolute;
  bottom: 10%;
  left: 35%;
  transform: translateY(-10%) translateX(-35%);
  z-index: 1;
  animation: animationFramesOne 20s infinite linear;
  z-index: -1;
}

.experiences-shape-5 {
  position: absolute;
  bottom: 8%;
  left: 36%;
  transform: translateY(-8%) translateX(-36%);
  z-index: -1;
}
.experiences-shape-5 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.experiences-shape-6 {
  position: absolute;
  bottom: 10%;
  left: 48%;
  transform: translateY(-10%) translateX(-48%);
  z-index: 1;
}

.experiences-shape-7 {
  position: absolute;
  bottom: 2%;
  left: 48%;
  transform: translateY(-2%) translateX(-48%);
  z-index: 1;
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.services-area.bg-box-color {
  background-color: #F4F8FC;
}
.services-area.bg-without-box-color {
  background-color: #ffffff;
}
.services-area.bg-without-box-color .single-services-box {
  background-color: #ffffff;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}

.single-services {
  margin-bottom: 30px;
  padding: 35px;
  border-radius: 5px;
  transition: 0.6s;
  border: 1px solid #eeeeee;
}
.single-services .icon {
  margin-bottom: 25px;
}
.single-services .icon i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #E5F0FF;
  color: #0064FB;
  text-align: center;
  font-size: 45px;
  border-radius: 5px;
  transition: 0.6s;
}
.single-services .icon.bg-36CC72 i {
  background-color: #EBFAF1;
  color: #36CC72;
}
.single-services .icon.bg-FF414B i {
  background-color: #FFECED;
  color: #FF414B;
}
.single-services .icon.bg-FF6D3D i {
  background-color: #FFF0EC;
  color: #FF6D3D;
}
.single-services .icon.bg-8932F8 i {
  background-color: #F3EBFE;
  color: #8932F8;
}
.single-services .icon.bg-FFCA40 i {
  background-color: #FFFAEC;
  color: #FFCA40;
}
.single-services h3 {
  margin-bottom: 15px;
}
.single-services h3 a {
  color: #2E2F46;
  font-size: 25px;
  transition: 0.6s;
}
.single-services p {
  margin-bottom: 20px;
  font-size: 15px;
  transition: 0.6s;
}
.single-services .services-btn {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  transition: 0.6s;
}
.single-services .services-btn i {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}
.single-services:hover {
  background-color: #ffffff;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.single-services:hover .icon i {
  animation: jackInTheBox 0.5s;
  background-color: #0064FB;
  color: #ffffff;
}
.single-services:hover .icon.bg-36CC72 i {
  background-color: #36CC72;
}
.single-services:hover .icon.bg-FF414B i {
  background-color: #FF414B;
}
.single-services:hover .icon.bg-FF6D3D i {
  background-color: #FF6D3D;
}
.single-services:hover .icon.bg-8932F8 i {
  background-color: #8932F8;
}
.single-services:hover .icon.bg-FFCA40 i {
  background-color: #FFCA40;
}
.single-services:hover h3 a {
  color: #0064FB;
}
.single-services:hover .services-btn {
  color: #0064FB;
  letter-spacing: 1px;
}
.single-services.with-box-shadow {
  position: relative;
  z-index: 1;
  border-radius: 0;
  border: none;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}
.single-services.with-box-shadow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #0064FB;
  z-index: -1;
  transition: 0.6s;
  border-radius: 0;
}
.single-services.with-box-shadow:hover::before {
  height: 100%;
}
.single-services.with-box-shadow:hover .icon i {
  animation: jackInTheBox 0.5s;
  background-color: #ffffff;
  color: #0064FB;
}
.single-services.with-box-shadow:hover .icon.bg-36CC72 i {
  background-color: #ffffff;
  color: #0064FB;
}
.single-services.with-box-shadow:hover .icon.bg-FF414B i {
  background-color: #ffffff;
  color: #0064FB;
}
.single-services.with-box-shadow:hover .icon.bg-FF6D3D i {
  background-color: #ffffff;
  color: #0064FB;
}
.single-services.with-box-shadow:hover .icon.bg-8932F8 i {
  background-color: #ffffff;
  color: #0064FB;
}
.single-services.with-box-shadow:hover .icon.bg-FFCA40 i {
  background-color: #ffffff;
  color: #0064FB;
}
.single-services.with-box-shadow:hover h3 a {
  color: #ffffff;
}
.single-services.with-box-shadow:hover p {
  color: #ffffff;
}
.single-services.with-box-shadow:hover .services-btn {
  color: #ffffff;
}

.single-services-item {
  margin-bottom: 30px;
  padding: 35px;
  border-radius: 5px;
  transition: 0.6s;
  border: 1px solid #eeeeee;
  text-align: center;
}
.single-services-item .icon {
  margin-bottom: 35px;
}
.single-services-item .icon i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #E5F0FF;
  color: #0064FB;
  text-align: center;
  font-size: 45px;
  border-radius: 5px;
  transition: 0.6s;
}
.single-services-item .icon.bg-36CC72 i {
  background-color: #EBFAF1;
  color: #36CC72;
}
.single-services-item .icon.bg-FF414B i {
  background-color: #FFECED;
  color: #FF414B;
}
.single-services-item .icon.bg-FF6D3D i {
  background-color: #FFF0EC;
  color: #FF6D3D;
}
.single-services-item .icon.bg-8932F8 i {
  background-color: #F3EBFE;
  color: #8932F8;
}
.single-services-item .icon.bg-FFCA40 i {
  background-color: #FFFAEC;
  color: #FFCA40;
}
.single-services-item h3 {
  margin-bottom: 18px;
  font-size: 25px;
}
.single-services-item h3 a {
  color: #2E2F46;
  transition: 0.6s;
}
.single-services-item p {
  margin-bottom: 20px;
  font-size: 15px;
}
.single-services-item .services-btn {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  transition: 0.6s;
}
.single-services-item .services-btn i {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}
.single-services-item:hover {
  background-color: #ffffff;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.single-services-item:hover .icon i {
  animation: jackInTheBox 0.5s;
  background-color: #0064FB;
  color: #ffffff;
}
.single-services-item:hover .icon.bg-36CC72 i {
  background-color: #36CC72;
}
.single-services-item:hover .icon.bg-FF414B i {
  background-color: #FF414B;
}
.single-services-item:hover .icon.bg-FF6D3D i {
  background-color: #FF6D3D;
}
.single-services-item:hover .icon.bg-8932F8 i {
  background-color: #8932F8;
}
.single-services-item:hover .icon.bg-FFCA40 i {
  background-color: #FFCA40;
}
.single-services-item:hover h3 a {
  color: #0064FB;
}
.single-services-item:hover .services-btn {
  color: #0064FB;
  letter-spacing: 1px;
}

.single-services-box {
  margin-bottom: 30px;
  padding: 35px;
  border-radius: 5px;
  transition: 0.6s;
  background-color: #ffffff;
  text-align: center;
}
.single-services-box .icon {
  margin-bottom: 35px;
}
.single-services-box .icon i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #0064FB;
  color: #ffffff;
  text-align: center;
  font-size: 45px;
  border-radius: 5px;
  transition: 0.6s;
}
.single-services-box .icon.bg-36CC72 i {
  background-color: #36CC72;
}
.single-services-box .icon.bg-FF414B i {
  background-color: #FF414B;
}
.single-services-box .icon.bg-FF6D3D i {
  background-color: #FF6D3D;
}
.single-services-box .icon.bg-8932F8 i {
  background-color: #8932F8;
}
.single-services-box .icon.bg-FFCA40 i {
  background-color: #FFCA40;
}
.single-services-box h3 {
  margin-bottom: 18px;
  font-size: 25px;
}
.single-services-box h3 a {
  color: #2E2F46;
  transition: 0.6s;
}
.single-services-box p {
  margin-bottom: 20px;
  font-size: 15px;
}
.single-services-box .services-btn {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  transition: 0.6s;
}
.single-services-box .services-btn i {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}
.single-services-box:hover {
  background-color: #ffffff;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.single-services-box:hover .icon i {
  animation: jackInTheBox 0.5s;
}
.single-services-box:hover h3 a {
  color: #0064FB;
}
.single-services-box:hover .services-btn {
  color: #0064FB;
  letter-spacing: 1px;
}

.services-shape-1 {
  position: absolute;
  top: 20%;
  left: 45%;
  transform: translateY(-20%) translateX(-45%);
  z-index: 1;
}
.services-shape-1 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.services-shape-2 {
  position: absolute;
  top: 15%;
  left: 45%;
  transform: translateY(-15%) translateX(-45%);
  z-index: 1;
  animation: animationFramesOne 10s infinite linear;
}

.services-shape-3 {
  position: absolute;
  top: 45%;
  left: 2%;
  transform: translateY(-45%) translateX(-2%);
  z-index: -1;
}

.services-shape-4 {
  position: absolute;
  top: 45%;
  right: 0%;
  transform: translateY(-45%) translateX(-5%);
  z-index: -1;
}

.services-shape-5 {
  position: absolute;
  bottom: 10%;
  left: 35%;
  transform: translateY(-10%) translateX(-35%);
  z-index: 1;
}

/*================================================
Support Area CSS
=================================================*/
.support-area {
  background-image: url(../../assets/images/support/support-bg-1.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  background-attachment: fixed;
}

.support-content {
  background-color: #ffffff;
  padding: 50px;
  max-width: 545px;
  margin-left: auto;
  border-radius: 5px;
}
.support-content .tag {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50px;
  box-shadow: 1px -2px 35px 10px rgba(0, 0, 0, 0.1);
}
.support-content h3 {
  font-size: 30px;
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.support-content p {
  margin-bottom: 20px;
}
.support-content span {
  font-weight: 500;
  font-size: 16px;
  color: #494A60;
}

.support-shape-1 {
  position: absolute;
  top: 0;
  left: 5%;
  transform: translateY(0%) translateX(-5%);
}

.support-shape-2 {
  position: absolute;
  bottom: 0;
  left: 35%;
  transform: translateY(0%) translateX(-35%);
}

.support-shape-3 {
  position: absolute;
  top: 30%;
  right: 20%;
  transform: translateY(-30%) translateX(-20%);
  animation: animationFramesOne 10s infinite linear;
}

.support-shape-4 {
  position: absolute;
  top: 32%;
  right: 18%;
  transform: translateY(-32%) translateX(-18%);
}
.support-shape-4 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.support-shape-5 {
  position: absolute;
  bottom: 15%;
  right: 5%;
  transform: translateY(-15%) translateX(-5%);
}

.support-shape-6 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  transform: translateY(-10%) translateX(-10%);
}

/*================================================
Cases Area CSS
=================================================*/
.cases-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-cases {
  margin-bottom: 30px;
}
.single-cases.with-border-radius .cases-image img {
  border-radius: 15px;
}
.single-cases.with-border-radius:hover .cases-image img {
  transform: unset;
}
.single-cases .cases-image {
  overflow: hidden;
}
.single-cases .cases-image img {
  transition: 0.6s;
}
.single-cases .cases-content {
  margin-top: 30px;
}
.single-cases .cases-content .tag-1 {
  display: inline-block;
  background-color: #EAF0FF;
  color: #0064FB;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 5px;
  transition: 0.6s;
}
.single-cases .cases-content .tag-1:hover {
  background-color: #0064FB;
  color: #ffffff;
}
.single-cases .cases-content .tag-2 {
  display: inline-block;
  background-color: #EAF0FF;
  color: #36CC72;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 5px;
  transition: 0.6s;
  margin-left: 15px;
}
.single-cases .cases-content .tag-2:hover {
  background-color: #36CC72;
  color: #ffffff;
}
.single-cases .cases-content h3 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 18px;
}
.single-cases .cases-content h3 a {
  position: relative;
}
.single-cases .cases-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid #0064FB;
  transition: 0.6s;
  z-index: -1;
}
.single-cases:hover .cases-image img {
  transform: scale(1.1);
}
.single-cases:hover .cases-content h3 a {
  color: #0064FB;
}
.single-cases:hover .cases-content h3 a::before {
  width: 100%;
}

.cases-view-all-btn {
  text-align: center;
  margin-top: 15px;
}
.cases-view-all-btn .default-btn {
  color: #ffffff;
  background-color: #FF414B;
}
.cases-view-all-btn .default-btn span {
  background-color: #0064FB;
}
.cases-view-all-btn .default-btn:hover {
  color: #ffffff;
}

.cases-shape-1 {
  position: absolute;
  top: 5%;
  right: 18%;
  transform: translateY(-5%) translateX(-18%);
}

.cases-shape-2 {
  position: absolute;
  bottom: 8%;
  right: 12%;
  transform: translateY(-8%) translateX(-12%);
}

.cases-shape-3 {
  position: absolute;
  top: 45%;
  right: 0;
  transform: translateY(-45%);
}

.cases-shape-4 {
  position: absolute;
  top: 45%;
  left: 2%;
  transform: translateY(-45%) translateX(-2%);
  animation: animationFramesOne 10s infinite linear;
  z-index: -1;
}

.cases-shape-5 {
  position: absolute;
  top: 48%;
  left: 2%;
  transform: translateY(-48%) translateX(-2%);
  z-index: -1;
}
.cases-shape-5 img {
  animation-name: rotateme;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.cases-shape-6 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-45%) translateX(-50%);
  z-index: -1;
  opacity: 35%;
}
.cases-shape-6 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.cases-shape-7 {
  position: absolute;
  top: 46%;
  left: 52%;
  transform: translateY(-46%) translateX(-52%);
  z-index: -1;
  opacity: 35%;
}
.cases-shape-7 img {
  animation-name: rotateme;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*================================================
Clients Area CSS
=================================================*/
.clients-area {
  background-color: #F4F8FC;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.clients-area.bg-white-color {
  background-color: #ffffff;
}
.clients-area.bg-white-color .clients-item {
  background-color: #F4F8FC;
}
.clients-area.bg-white-color .clients-slides.owl-theme .owl-dots .owl-dot span {
  background-color: #E5F0FF;
}
.clients-area.bg-white-color .clients-slides.owl-theme .owl-dots .owl-dot:hover span, .clients-area.bg-white-color .clients-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: #0064FB;
  transform: scale(1.2);
}

.clients-item {
  background-color: #ffffff;
  padding: 45px;
  position: relative;
  z-index: 1;
  transition: 0.6s;
  border-radius: 5px;
}
.clients-item img {
  display: inline-block !important;
  width: auto !important;
  border-radius: 50%;
}
.clients-item p {
  margin-top: 25px;
  margin-bottom: 25px;
}
.clients-item .title-name h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.clients-item .title-name span {
  display: inline-block;
  margin-top: 10px;
  color: #79798D;
  font-size: 14px;
}
.clients-item .star-rating {
  position: absolute;
  top: 50px;
  right: 45px;
}
.clients-item .star-rating i {
  font-size: 15px;
  color: #FFCA40;
  margin-right: 2px;
}
.clients-item .star-rating i:last-child {
  margin-right: 0;
}
.clients-item .shape-1 {
  position: absolute;
  top: 25%;
  left: 45%;
  transform: translateY(-25%) translateX(-45%);
  z-index: -1;
}
.clients-item .shape-1 img {
  animation-name: rotateme;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.clients-item .shape-2 {
  position: absolute;
  bottom: 20%;
  right: 20%;
  transform: translateY(-20%) translateX(-20%);
  z-index: -1;
}
.clients-item .shape-2 img {
  animation-name: rotateme;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.clients-item .shape-3 {
  position: absolute;
  bottom: 16%;
  right: 16%;
  transform: translateY(-16%) translateX(-16%);
  z-index: -1;
}
.clients-item .shape-3 img {
  animation-name: rotateme;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.clients-item.with-border {
  border-bottom: 2px solid #0064FB;
}

.clients-shape-1 {
  position: absolute;
  top: 22%;
  left: 20%;
  transform: translateY(-22%) translateX(-20%);
  z-index: -1;
}

.clients-shape-2 {
  position: absolute;
  top: 28%;
  left: 18%;
  transform: translateY(-28%) translateX(-18%);
  z-index: -1;
}

.clients-shape-3 {
  position: absolute;
  bottom: 15%;
  right: 12%;
  transform: translateY(-15%) translateX(-12%);
  z-index: -1;
  max-width: 100px;
}

.clients-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  transition: 0.6s;
  border-radius: 50%;
}
.clients-slides.owl-theme .owl-dots .owl-dot:hover span, .clients-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: #0064FB;
  transform: scale(1.2);
}
.clients-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.clients-slides-two.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  transition: 0.6s;
  border-radius: 50%;
}
.clients-slides-two.owl-theme .owl-dots .owl-dot:hover span, .clients-slides-two.owl-theme .owl-dots .owl-dot.active span {
  background-color: #FF414B;
  transform: scale(1.2);
}
.clients-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.clients-slides-two .clients-item .star-rating {
  position: absolute;
  top: 60px;
  right: 45px;
}
.clients-slides-two .clients-item .shape-1 {
  top: 20%;
  left: 30%;
  transform: translateY(-20%) translateX(-30%);
}
.clients-slides-two .clients-item .shape-2 {
  bottom: 20%;
  right: 20%;
  transform: translateY(-20%) translateX(-20%);
}
.clients-slides-two .clients-item .shape-3 {
  bottom: 16%;
  right: 16%;
  transform: translateY(-16%) translateX(-16%);
}

/*================================================
Plans Area CSS
=================================================*/
.plans-area {
  position: relative;
  z-index: 1;
}
.plans-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-color: #F4F8FC;
  z-index: -1;
  max-width: 1690px;
  margin: auto;
  border-radius: 5px;
}
.plans-area.bg-gradient-color::before {
  background: linear-gradient(90deg, rgba(255, 65, 76, 0.96) 0%, #FF8760 100%);
}
.plans-area.bg-gradient-color .single-plans-table.active-box .plans-btn .default-btn {
  background-color: #FF414B;
  color: #ffffff;
}
.plans-area.bg-gradient-color .single-plans-table.active-box .plans-btn .default-btn span {
  background-color: #0064FB;
}
.plans-area.bg-gradient-color .single-plans-table .plans-btn .default-btn {
  background-color: #EAF0FF;
  box-shadow: unset;
  color: #2E2F46;
}
.plans-area.bg-gradient-color .single-plans-table:hover .plans-btn .default-btn {
  background-color: #FF414B;
  color: #ffffff;
}
.plans-area.bg-gradient-color .single-plans-table:hover .plans-btn .default-btn span {
  background-color: #0064FB;
}
.plans-area.bg-gradient-color .view-all-plans-btn .plans-btn-one {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.plans-area.bg-transparent-color::before {
  display: none;
}
.plans-area.bg-transparent-color .single-plans-table.active-box .plans-btn .default-btn {
  background-color: #FF414B;
  color: #ffffff;
}
.plans-area.bg-transparent-color .single-plans-table.active-box .plans-btn .default-btn span {
  background-color: #0064FB;
}
.plans-area.bg-transparent-color .single-plans-table .plans-btn .default-btn {
  background-color: #EAF0FF;
  box-shadow: unset;
  color: #2E2F46;
}
.plans-area.bg-transparent-color .single-plans-table .plans-features-list {
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.plans-area.bg-transparent-color .single-plans-table .plans-features-list li i {
  color: #FF414B;
}
.plans-area.bg-transparent-color .single-plans-table:hover {
  border: 1px solid #FF414B;
}
.plans-area.bg-transparent-color .single-plans-table:hover .plans-btn .default-btn {
  background-color: #FF414B;
  color: #ffffff;
}
.plans-area.bg-transparent-color .single-plans-table:hover .plans-btn .default-btn span {
  background-color: #0064FB;
}
.plans-area.bg-color .single-plans-table .plans-features-list {
  margin-top: 20px;
}
.plans-area.bg-color .single-plans-table .plans-btn {
  margin-top: 35px;
}

.wrapper-full.hide {
  display: none;
}

.plans-switcher {
  text-align: center;
  margin-bottom: 45px;
}
.plans-switcher .toggle, .plans-switcher .toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  cursor: pointer;
}
.plans-switcher .toggler {
  color: #2E2F46;
  transition: 0.6s;
  font-size: 16px;
  font-weight: 500;
}
.plans-switcher .toggler.toggler--is-active {
  color: #36CC72;
}
.plans-switcher .toggle {
  position: relative;
  width: 70px;
  height: 35px;
  border-radius: 100px;
  background-color: #36CC72;
  overflow: hidden;
}
.plans-switcher .toggle .b {
  display: block;
}
.plans-switcher .toggle .switch {
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 58.5%;
  background-color: #ffffff;
  border-radius: 50px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, 0.08s;
}
.plans-switcher .toggle .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}
.plans-switcher .toggle .check:checked ~ .switch {
  right: 5px;
  left: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0.08s, 0s;
}

.single-plans-table {
  background-color: #ffffff;
  border: 1px solid #E6EDF7;
  padding: 50px 45px;
  border-radius: 5px;
  transition: 0.6s;
  margin-bottom: 30px;
  position: relative;
}
.single-plans-table.active-box {
  border: 1px solid #36CC72;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}
.single-plans-table.active-box .plans-btn .default-btn {
  background-color: #36CC72;
}
.single-plans-table .plans-header h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
.single-plans-table .plans-header p {
  font-size: 15px;
  margin-bottom: 0;
}
.single-plans-table .price {
  font-size: 50px;
  font-weight: 500;
  margin-top: 18px;
}
.single-plans-table .price span {
  font-size: 15px;
  font-weight: 500;
  color: #494A60;
}
.single-plans-table .plans-btn {
  margin-top: 22px;
}
.single-plans-table .plans-btn .default-btn {
  width: 100%;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}
.single-plans-table .plans-btn .default-btn i {
  position: relative;
  right: 0;
  top: 2px;
  transform: translateY(-2px);
  margin-left: 5px;
}
.single-plans-table .plans-btn .default-btn:hover {
  transform: unset;
}
.single-plans-table .plans-features-list {
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.single-plans-table .plans-features-list li {
  font-size: 16px;
  font-weight: 500;
  list-style-type: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.single-plans-table .plans-features-list li:last-child {
  margin-bottom: 0;
}
.single-plans-table .plans-features-list li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #36CC72;
}
.single-plans-table .popular-tag {
  position: absolute;
  right: 30px;
  top: 20px;
}
.single-plans-table .popular-tag span {
  font-size: 15px;
  color: #36CC72;
  font-weight: 500;
}
.single-plans-table:hover {
  transform: translateY(-10px);
  border: 1px solid #36CC72;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}
.single-plans-table:hover .plans-btn .default-btn {
  background-color: #36CC72;
}

.view-all-plans-btn {
  text-align: center;
  margin-top: 15px;
}
.view-all-plans-btn .plans-btn-one {
  font-size: 15px;
  font-weight: 500;
  color: #0064FB;
  border-bottom: 1px solid #0064FB;
  transition: 0.6s;
}
.view-all-plans-btn .plans-btn-one:hover {
  letter-spacing: 1px;
}

.plans-shape-1 {
  position: absolute;
  top: 38%;
  left: 58%;
  transform: translateY(-38%) translateX(-58%);
}
.plans-shape-1 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.plans-shape-2 {
  position: absolute;
  top: 42%;
  left: 56%;
  transform: translateY(-42%) translateX(-56%);
}
.plans-shape-2 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.plans-shape-3 {
  position: absolute;
  bottom: 22%;
  left: 56%;
  transform: translateY(-22%) translateX(-56%);
}

.plans-shape-4 {
  position: absolute;
  top: 12%;
  left: 30%;
  transform: translateY(-12%) translateX(-30%);
  z-index: -1;
}
.plans-shape-4 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.plans-shape-5 {
  position: absolute;
  top: 15%;
  left: 32%;
  transform: translateY(-15%) translateX(-32%);
  z-index: -1;
}
.plans-shape-5 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

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

.single-blog {
  transition: 0.6s;
  margin-bottom: 30px;
}
.single-blog .blog-content {
  margin-top: 30px;
}
.single-blog .blog-content .entry-meta {
  padding-left: 0;
  margin-bottom: 0;
}
.single-blog .blog-content .entry-meta .tag {
  display: inline-block;
  background-color: #EAF0FF;
  color: #0064FB;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 5px;
  transition: 0.6s;
}
.single-blog .blog-content .entry-meta .tag:hover {
  background-color: #0064FB;
  color: #ffffff;
}
.single-blog .blog-content .entry-meta li {
  list-style-type: none;
  display: inline-block;
  color: #79798D;
  font-size: 14px;
  font-weight: 400;
  margin-right: 15px;
  position: relative;
  padding-left: 18px;
}
.single-blog .blog-content .entry-meta li:last-child {
  margin-right: 0;
}
.single-blog .blog-content .entry-meta li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #36CC72;
  font-size: 14px;
}
.single-blog .blog-content h3 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.single-blog .blog-content h3 a {
  color: #2E2F46;
}
.single-blog .blog-content .blog-btn {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: 0.6s;
}
.single-blog .blog-content .blog-btn i {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}
.single-blog:hover .blog-content h3 a {
  color: #0064FB;
}
.single-blog:hover .blog-content .blog-btn {
  letter-spacing: 1px;
}

.single-blog-standard {
  margin-bottom: 30px;
}
.single-blog-standard .blog-image {
  overflow: hidden;
}
.single-blog-standard .blog-image img {
  transition: 0.6s;
}
.single-blog-standard .blog-content {
  margin-top: 30px;
}
.single-blog-standard .blog-content .entry-meta {
  padding-left: 0;
  margin-bottom: 0;
}
.single-blog-standard .blog-content .entry-meta .tag {
  display: inline-block;
  background-color: #EAF0FF;
  color: #0064FB;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 5px;
  transition: 0.6s;
}
.single-blog-standard .blog-content .entry-meta .tag:hover {
  background-color: #0064FB;
  color: #ffffff;
}
.single-blog-standard .blog-content .entry-meta li {
  list-style-type: none;
  display: inline-block;
  color: #79798D;
  font-size: 14px;
  font-weight: 400;
  margin-right: 15px;
  position: relative;
  padding-left: 18px;
}
.single-blog-standard .blog-content .entry-meta li:last-child {
  margin-right: 0;
}
.single-blog-standard .blog-content .entry-meta li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #36CC72;
  font-size: 14px;
}
.single-blog-standard .blog-content h3 {
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.single-blog-standard .blog-content h3 a {
  color: #2E2F46;
}
.single-blog-standard .blog-content p {
  margin-bottom: 30px;
}
.single-blog-standard .blog-content .default-btn {
  background-color: transparent;
  border: 1px solid #0064FB;
  color: #494A60;
}
.single-blog-standard .blog-content .default-btn:hover {
  border: 1px solid #FF414B;
  color: #ffffff;
}
.single-blog-standard:hover .blog-image img {
  transform: scale(1.1);
}
.single-blog-standard:hover .blog-content h3 a {
  color: #0064FB;
}

.blog-shape-1 {
  position: absolute;
  top: 10%;
  right: 2%;
  transform: translateY(-10%) translateX(-2%);
}

.blog-shape-2 {
  position: absolute;
  top: 10%;
  left: 2%;
  transform: translateY(-10%) translateX(-2%);
}

/*================================================
Overview Area CSS
=================================================*/
.overview-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.overview-box {
  background-color: #0064FB;
  border-radius: 5px;
  padding-top: 85px;
  padding-bottom: 85px;
  padding-left: 50px;
  padding-right: 50px;
}

.overview-content {
  text-align: center;
}
.overview-content h3 {
  font-size: 36px;
  margin-bottom: 0;
  color: #ffffff;
}
.overview-content .overview-btn {
  margin-top: 30px;
}
.overview-content .overview-btn .overview-btn-one {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
}
.overview-content .overview-btn img {
  display: block;
  margin: auto;
}

.overview-shape-1 {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%) translateX(-25%);
}
.overview-shape-1 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.overview-shape-2 {
  position: absolute;
  top: 55%;
  left: 28%;
  transform: translateY(-55%) translateX(-28%);
}
.overview-shape-2 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.overview-shape-3 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateY(-10%) translateX(-50%);
}
.overview-shape-3 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.overview-shape-4 {
  position: absolute;
  bottom: 35%;
  right: 20%;
  transform: translateY(-35%) translateX(-20%);
}

.overview-shape-5 {
  position: absolute;
  bottom: 15%;
  right: 22%;
  transform: translateY(-15%) translateX(-22%);
}

/*================================================
About Area CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  background-color: #F4F8FC;
  left: 0;
  top: 0;
  z-index: -1;
}
.about-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  background-color: #ffffff;
  right: 0;
  top: 0;
  z-index: -1;
}

.about-image {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-right: 30px;
}

.about-item {
  padding-left: 50px;
}
.about-item .about-content .tag {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}
.about-item .about-content h3 {
  font-size: 40px;
  margin-top: 25px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.about-item .about-content p {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.about-item .about-inner-content {
  position: relative;
  margin-top: 30px;
  padding-left: 80px;
}
.about-item .about-inner-content img {
  position: absolute;
  left: 0;
  top: 0;
}
.about-item .about-inner-content h4 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 500;
}
.about-item .about-btn {
  margin-top: 30px;
  padding-left: 85px;
}
.about-item .about-btn .default-btn {
  background-color: #FF414B;
}
.about-item .about-btn .default-btn span {
  background-color: #0064FB;
}

.about-shape-1 {
  position: absolute;
  top: 8%;
  left: 10%;
  transform: translateY(-8%) translateX(-10%);
}

.about-shape-2 {
  position: absolute;
  bottom: 2%;
  left: 5%;
  transform: translateY(-2%) translateX(-5%);
}

.about-shape-3 {
  position: absolute;
  top: 5%;
  right: 15%;
  transform: translateY(-5%) translateX(-15%);
}

.about-shape-4 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateY(-30%) translateX(-50%);
}
.about-shape-4 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.about-shape-5 {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateY(-35%) translateX(-50%);
}
.about-shape-5 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.about-shape-6 {
  position: absolute;
  bottom: 10%;
  right: 20%;
  transform: translateY(-10%) translateX(-20%);
}
.about-shape-6 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.about-shape-7 {
  position: absolute;
  bottom: 5%;
  right: 18%;
  transform: translateY(-5%) translateX(-18%);
}
.about-shape-7 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

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

.video-view-content {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 1050px;
  margin: auto;
}
.video-view-content .video-image {
  overflow: hidden;
}
.video-view-content .video-image img {
  transition: 0.6s;
}
.video-view-content .video-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #FF414B;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 40px;
  transition: 0.6s;
}
.video-view-content .video-btn i {
  transition: 0.6s;
}
.video-view-content .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 #ffffff;
  animation: ripple 1s linear infinite;
}
.video-view-content .video-btn:hover {
  background-color: #FF414B;
}
.video-view-content .video-btn:hover i {
  color: #ffffff;
}
.video-view-content:hover .video-image {
  overflow: hidden;
}
.video-view-content:hover .video-image img {
  transform: scale(1.1);
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.video-shape-1 {
  position: absolute;
  top: 20%;
  left: 10%;
  transform: translateY(-20%) translateX(-10%);
}

.video-shape-2 {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%) translateX(-10%);
}

/*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.fun-facts-box {
  background: linear-gradient(90deg, rgba(255, 65, 76, 0.96) 0%, #FF8760 100%);
  padding-top: 80px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 5px;
}

.single-fun-fact {
  margin-bottom: 30px;
  position: relative;
  padding-left: 85px;
}
.single-fun-fact .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-fun-fact .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 35px;
  background-color: rgba(255, 255, 255, 0.2509803922);
  color: #ffffff;
  text-align: center;
  transition: 0.6s;
  border-radius: 2px;
}
.single-fun-fact h3 {
  font-size: 36px;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 500;
}
.single-fun-fact h3 .sign-icon {
  font-size: 36px;
  position: relative;
  left: -8px;
}
.single-fun-fact p {
  color: #ffffff;
  margin-top: 5px;
}

.single-fun-fact-box {
  margin-bottom: 30px;
  position: relative;
  padding-left: 85px;
}
.single-fun-fact-box .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-fun-fact-box .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 35px;
  background-color: #E5F0FF;
  color: #0064FB;
  text-align: center;
  transition: 0.6s;
  border-radius: 2px;
}
.single-fun-fact-box .icon.bg-FF414B i {
  background-color: #FFECED;
  color: #FF414B;
}
.single-fun-fact-box .icon.bg-36CC72 i {
  background-color: #EBFAF1;
  color: #36CC72;
}
.single-fun-fact-box .icon.bg-FFCA40 i {
  background-color: #FFFAEC;
  color: #FFCA40;
}
.single-fun-fact-box h3 {
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 500;
}
.single-fun-fact-box h3 .sign-icon {
  font-size: 36px;
  position: relative;
  left: -8px;
}
.single-fun-fact-box p {
  margin-top: 5px;
}
.single-fun-fact-box:hover .icon i {
  background-color: #0064FB;
  color: #ffffff;
}
.single-fun-fact-box:hover .icon.bg-FF414B i {
  background-color: #FF414B;
  color: #ffffff;
}
.single-fun-fact-box:hover .icon.bg-36CC72 i {
  background-color: #36CC72;
  color: #ffffff;
}
.single-fun-fact-box:hover .icon.bg-FFCA40 i {
  background-color: #FFCA40;
  color: #ffffff;
}

.fun-facts-shape-1 {
  position: absolute;
  bottom: 15%;
  left: 5%;
  transform: translateY(-15%) translateX(-5%);
}
.fun-facts-shape-1 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.fun-facts-shape-2 {
  position: absolute;
  bottom: 5%;
  left: 8%;
  transform: translateY(-5%) translateX(-8%);
}
.fun-facts-shape-2 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.fun-facts-shape-3 {
  position: absolute;
  bottom: 25%;
  right: 5%;
  transform: translateY(-25%) translateX(-5%);
}

.fun-facts-shape-4 {
  position: absolute;
  bottom: 0;
  right: 10%;
  transform: translateX(-10%);
}

/*================================================
Projects Area CSS
=================================================*/
.projects-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-projects .projects-image {
  overflow: hidden;
}
.single-projects .projects-image img {
  transition: 0.6s;
  display: inline-block;
}
.single-projects .projects-content {
  margin-top: 25px;
}
.single-projects .projects-content h3 {
  font-size: 25px;
  margin-bottom: 18px;
}
.single-projects .projects-content h3 a {
  color: #2E2F46;
}
.single-projects .projects-content p {
  margin-bottom: 18px;
}
.single-projects .projects-content .projects-btn {
  color: #494A60;
  position: relative;
  transition: 0.6s;
}
.single-projects .projects-content .projects-btn i {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.single-projects:hover .projects-image img {
  transform: scale(1.1);
}
.single-projects:hover .projects-content h3 a {
  color: #FF414B;
}
.single-projects:hover .projects-content .projects-btn {
  letter-spacing: 1px;
  color: #FF414B;
}

.single-projects-box {
  margin-bottom: 30px;
  transition: 0.6s;
}
.single-projects-box .projects-image {
  overflow: hidden;
}
.single-projects-box .projects-image img {
  transition: 0.6s;
  display: inline-block;
}
.single-projects-box .projects-content {
  margin-top: 25px;
}
.single-projects-box .projects-content h3 {
  font-size: 25px;
  margin-bottom: 18px;
}
.single-projects-box .projects-content h3 a {
  color: #2E2F46;
}
.single-projects-box .projects-content p {
  margin-bottom: 18px;
}
.single-projects-box .projects-content .projects-btn {
  color: #494A60;
  position: relative;
  transition: 0.6s;
}
.single-projects-box .projects-content .projects-btn i {
  position: absolute;
  right: -20px;
  top: 58%;
  transform: translateY(-58%);
  font-size: 14px;
}
.single-projects-box:hover {
  transform: translateY(-10px);
}
.single-projects-box:hover .projects-image img {
  transform: scale(1.1);
}
.single-projects-box:hover .projects-content h3 a {
  color: #0064FB;
}
.single-projects-box:hover .projects-content .projects-btn {
  letter-spacing: 1px;
  color: #0064FB;
}

.projects-slides.owl-theme {
  left: calc((100% - 1380px) / 2);
  position: relative;
}
.projects-slides .owl-scrollbar {
  height: 5px;
  background-color: #e1e1e1;
  max-width: 515px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  border-radius: 30px !important;
}
.projects-slides .owl-scrollbar .owl-scroll-handle {
  height: 5px;
  background: linear-gradient(90deg, rgba(255, 65, 76, 0.96) 0%, #FF8760 100%);
  border-radius: 30px !important;
}

.projects-shape-1 {
  position: absolute;
  top: 25%;
  left: 0;
  transform: translateY(-25%);
}

.projects-shape-2 {
  position: absolute;
  top: 20%;
  left: 30%;
  transform: translateY(-20%) translateX(-30%);
  z-index: -1;
}
.projects-shape-2 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.projects-shape-3 {
  position: absolute;
  top: 10%;
  right: 15%;
  transform: translateY(-10%) translateX(-15%);
}

.projects-shape-4 {
  position: absolute;
  bottom: 15%;
  right: 15%;
  transform: translateY(-15%) translateX(-15%);
}
.projects-shape-4 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.projects-shape-5 {
  position: absolute;
  bottom: 10%;
  right: 12%;
  transform: translateY(-10%) translateX(-12%);
}
.projects-shape-5 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*================================================
Analysis Area CSS
=================================================*/
.analysis-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.analysis-item {
  padding-left: 30px;
}
.analysis-item .analysis-content h3 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.analysis-item .analysis-content p {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.analysis-item .analysis-inner-content {
  position: relative;
  margin-top: 30px;
  padding-left: 80px;
}
.analysis-item .analysis-inner-content img {
  position: absolute;
  left: 0;
  top: 0;
}

.analysis-shape-1 {
  position: absolute;
  top: 5%;
  left: 10%;
  transform: translateY(-5%) translateX(-10%);
  max-width: 80px;
}

.analysis-shape-2 {
  position: absolute;
  top: 5%;
  left: 30%;
  transform: translateY(-5%) translateX(-30%);
  max-width: 45px;
}

.analysis-shape-3 {
  position: absolute;
  bottom: 15%;
  left: 34%;
  transform: translateY(-15%) translateX(-34%);
}
.analysis-shape-3 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.analysis-shape-4 {
  position: absolute;
  bottom: 10%;
  left: 35%;
  transform: translateY(-10%) translateX(-35%);
}
.analysis-shape-4 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.analysis-shape-5 {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateY(-8%) translateX(-50%);
}
.analysis-shape-5 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*================================================
Technology Area CSS
=================================================*/
.technology-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.technology-content {
  background-color: #ffffff;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  padding: 50px;
  max-width: 545px;
  margin-left: auto;
  border-radius: 5px;
  position: absolute;
  top: 32%;
  transform: translateY(-32%);
  z-index: 1;
}
.technology-content .tag {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}
.technology-content h3 {
  font-size: 30px;
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.technology-content p {
  margin-bottom: 20px;
}
.technology-content span {
  font-weight: 500;
  font-size: 16px;
  color: #494A60;
}
.technology-content span b {
  color: #36CC72;
  font-weight: 500;
}

.technology-image {
  overflow: hidden;
  position: relative;
}
.technology-image img {
  transition: 0.6s;
  border-radius: 5px;
}
.technology-image:hover img {
  transform: scale(1.1);
}
.technology-image .video-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #FF414B;
  position: absolute;
  z-index: 1;
  bottom: 15%;
  left: 25%;
  transform: translateY(-15%) translateX(-25%);
  text-align: center;
  font-size: 40px;
  transition: 0.6s;
}
.technology-image .video-btn i {
  transition: 0.6s;
}
.technology-image .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 #ffffff;
  animation: ripple 1s linear infinite;
}
.technology-image .video-btn:hover {
  background-color: #FF414B;
}
.technology-image .video-btn:hover i {
  color: #ffffff;
}

.technology-shape-1 {
  position: absolute;
  top: 5%;
  left: 25%;
  transform: translateY(-5%) translateX(-25%);
}
.technology-shape-1 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.technology-shape-2 {
  position: absolute;
  top: 5%;
  left: 28%;
  transform: translateY(-5%) translateX(-28%);
}
.technology-shape-2 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.technology-shape-3 {
  position: absolute;
  top: 22%;
  left: 32%;
  transform: translateY(-22%) translateX(-32%);
  z-index: 1;
}
.technology-shape-3 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.technology-shape-4 {
  position: absolute;
  top: 20%;
  left: 35%;
  transform: translateY(-20%) translateX(-35%);
  z-index: 1;
}
.technology-shape-4 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.technology-shape-5 {
  position: absolute;
  bottom: 26%;
  left: 35%;
  transform: translateY(-26%) translateX(-35%);
  z-index: 1;
}

.technology-shape-6 {
  position: absolute;
  bottom: 20%;
  left: 30%;
  transform: translateY(-20%) translateX(-30%);
  z-index: 1;
}

.technology-shape-7 {
  position: absolute;
  top: 35%;
  right: 1%;
  transform: translateY(-35%) translateX(-1%);
  z-index: -1;
}

.technology-shape-8 {
  position: absolute;
  top: 40%;
  right: 2%;
  transform: translateY(-40%) translateX(-2%);
  z-index: -1;
}

/*================================================
Team Area CSS
=================================================*/
.single-team-box {
  margin-bottom: 30px;
  text-align: center;
}
.single-team-box.with-border-radius .image img {
  border-radius: 10px;
}
.single-team-box.with-border-radius:hover .image img {
  transform: unset;
}
.single-team-box .image {
  position: relative;
  transition: 0.6s;
  overflow: hidden;
}
.single-team-box .image img {
  transition: 0.6s;
}
.single-team-box .image .social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.single-team-box .image .social li {
  display: inline-block;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-left: 2px;
  margin-right: 2px;
}
.single-team-box .image .social li a i {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #0064FB;
  border-radius: 50px;
  transition: 0.6s;
}
.single-team-box .image .social li a i:hover {
  color: #ffffff;
  background-color: #0064FB;
  transform: translateY(-5px);
}
.single-team-box .image .social li:nth-child(1) {
  transition-delay: 0.1s;
}
.single-team-box .image .social li:nth-child(2) {
  transition-delay: 0.2s;
}
.single-team-box .image .social li:nth-child(3) {
  transition-delay: 0.3s;
}
.single-team-box .image .social li:nth-child(4) {
  transition-delay: 0.4s;
}
.single-team-box .content {
  margin-top: 25px;
}
.single-team-box .content h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}
.single-team-box .content span {
  display: block;
  color: #79798D;
  font-size: 14px;
  margin-top: 8px;
}
.single-team-box:hover .image img {
  transform: scale(1.1);
}
.single-team-box:hover .image .social li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.see-team-member-btn {
  text-align: center;
  margin-top: 15px;
}
.see-team-member-btn .see-btn {
  font-size: 15px;
  font-weight: 500;
  color: #0064FB;
  border-bottom: 1px solid #0064FB;
  transition: 0.6s;
}
.see-team-member-btn .see-btn:hover {
  letter-spacing: 1px;
}

/*================================================
Page Banner Area CSS
=================================================*/
.page-banner-area {
  background-color: #F4F8FC;
  padding-top: 100px;
  padding-bottom: 110px;
  position: relative;
  z-index: 1;
}

.page-banner-content {
  text-align: center;
}
.page-banner-content.max-width {
  max-width: 855px;
  margin: auto;
}
.page-banner-content.max-width h2 {
  line-height: 1.5;
}
.page-banner-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.page-banner-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.page-banner-content ul li {
  display: inline-block;
  list-style-type: none;
  font-size: 14px;
  font-weight: 500;
  color: #79798D;
  position: relative;
  margin-left: 25px;
}
.page-banner-content ul li::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 12px;
  height: 1px;
  width: 10px;
  background: #494A60;
}
.page-banner-content ul li:first-child {
  margin-left: 0;
}
.page-banner-content ul li:first-child::before {
  display: none;
}
.page-banner-content ul li a {
  display: block;
  color: #0064FB;
}

.page-banner-shape-1 {
  position: absolute;
  top: 10%;
  left: 10%;
  transform: translateY(-10%) translateX(-10%);
}
.page-banner-shape-1 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.page-banner-shape-2 {
  position: absolute;
  top: 20%;
  left: 12%;
  transform: translateY(-20%) translateX(-12%);
}
.page-banner-shape-2 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.page-banner-shape-3 {
  position: absolute;
  bottom: 5%;
  left: 30%;
  transform: translateY(-5%) translateX(-30%);
}
.page-banner-shape-3 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.page-banner-shape-4 {
  position: absolute;
  bottom: 5%;
  right: 5%;
  transform: translateY(-5%) translateX(-5%);
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.faq-accordion {
  padding-left: 50px;
}
.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item:last-child .accordion-title {
  border-bottom: 1px solid #D0D9E4;
}
.faq-accordion .accordion .accordion-item:last-child .accordion-content {
  padding-bottom: 0;
  border-top: none;
}
.faq-accordion .accordion .accordion-title {
  padding: 15px 25px 15px 25px;
  color: #2E2F46;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  border-radius: 2px;
  cursor: pointer;
  border-top: 1px solid #D0D9E4;
  border-left: 1px solid #D0D9E4;
  border-right: 1px solid #D0D9E4;
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #2E2F46;
  font-size: 20px;
  transition: 0.6s;
}
.faq-accordion .accordion .accordion-title.active i::before {
  content: "\f1ae";
  color: #0064FB;
}
.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 18px 0 18px 0;
  color: #494A60;
  border-top: 1px solid #D0D9E4;
}
.faq-accordion .accordion .accordion-content p {
  font-size: 15px;
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}
.faq-accordion.accordion-box {
  max-width: 950px;
  margin: auto;
  padding-left: 0;
}

.ticket-box {
  max-width: 665px;
  margin: 100px auto 0;
  text-align: center;
}
.ticket-box h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 35px;
}
.ticket-box .box-one {
  background-color: #0064FB;
  padding: 30px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 25px;
}
.ticket-box .box-one i {
  display: block;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 15px;
}
.ticket-box .box-one a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.ticket-box .box-two {
  background-color: #36CC72;
  padding: 30px;
  border-radius: 5px;
  display: inline-block;
}
.ticket-box .box-two i {
  display: block;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 15px;
}
.ticket-box .box-two a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.faq-shape-1 {
  position: absolute;
  left: 2%;
  top: 20%;
  transform: translateY(-20%) translateX(-2%);
  z-index: -1;
}

.faq-shape-2 {
  position: absolute;
  left: 25%;
  top: 60%;
  transform: translateY(-60%) translateX(-25%);
  z-index: -1;
  max-width: 100px;
}

.faq-shape-3 {
  position: absolute;
  right: 5%;
  top: 10%;
  transform: translateY(-10%) translateX(-5%);
  z-index: -1;
}

.faq-shape-4 {
  position: absolute;
  right: 2%;
  top: 30%;
  transform: translateY(-30%) translateX(-2%);
  z-index: -1;
}

.faq-shape-5 {
  position: absolute;
  right: 10%;
  bottom: 5%;
  transform: translateY(-30%) translateX(-5%);
  z-index: -1;
  max-width: 175px;
}

/*================================================
ProcessArea CSS
=================================================*/
.process-inner-box {
  background-color: #F4F8FC;
  padding-top: 80px;
  padding-bottom: 65px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.single-process {
  background-color: #0064FB;
  padding: 35px 25px;
  max-width: 165px;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: 0.6s;
}
.single-process::before {
  content: "";
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  background-color: #ffffff;
}
.single-process::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  background-color: #0064FB;
}
.single-process i {
  font-size: 35px;
  color: #ffffff;
}
.single-process p {
  font-size: 18px;
  color: #ffffff;
  margin-top: 5px;
}
.single-process.bg-36CC72::after {
  background-color: #36CC72;
}
.single-process.bg-FF414B::after {
  background-color: #FF414B;
}
.single-process.bg-FF6D3D::after {
  background-color: #FF6D3D;
}
.single-process:hover {
  animation: bounce 1s;
}

.single-process-box {
  background-color: #0064FB;
  padding: 35px 25px;
  margin-bottom: 30px;
  text-align: center;
  transition: 0.6s;
  border-radius: 5px;
}
.single-process-box i {
  font-size: 45px;
  color: #ffffff;
}
.single-process-box p {
  font-size: 20px;
  color: #ffffff;
  margin-top: 5px;
}
.single-process-box.bg-36CC72 {
  background-color: #36CC72;
}
.single-process-box.bg-FF414B {
  background-color: #FF414B;
}
.single-process-box.bg-FF6D3D {
  background-color: #FF6D3D;
}
.single-process-box:hover {
  animation: bounce 1s;
}

.process-bar-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

/*================================================
Services Details Area CSS
=================================================*/
.services-details-information {
  position: sticky;
  top: 120px;
}
.services-details-information .services-list {
  padding-left: 0;
  margin-bottom: 0;
  background-color: #F4F8FC;
  padding-top: 30px;
  padding-bottom: 30px;
}
.services-details-information .services-list li {
  list-style-type: none;
}
.services-details-information .services-list li a {
  display: inline-block;
  padding: 20px 35px;
  font-size: 16px;
  width: 100%;
  font-weight: 500;
}
.services-details-information .services-list li a:hover, .services-details-information .services-list li a.active {
  background-color: #ffffff;
  color: #0064FB;
}
.services-details-information .services-list li:last-child a {
  border-bottom: none;
}
.services-details-information .services-contact-info {
  background-color: #F4F8FC;
  padding: 40px 35px;
  margin-top: 30px;
  text-align: center;
}
.services-details-information .services-contact-info h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
}
.services-details-information .services-contact-info .info-box-one {
  background-color: #0064FB;
  padding: 30px;
  border-radius: 5px;
  margin-top: 25px;
}
.services-details-information .services-contact-info .info-box-one i {
  display: block;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 15px;
}
.services-details-information .services-contact-info .info-box-one a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.services-details-information .services-contact-info .info-box-two {
  background-color: #36CC72;
  padding: 30px;
  border-radius: 5px;
  margin-top: 25px;
}
.services-details-information .services-contact-info .info-box-two i {
  display: block;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 15px;
}
.services-details-information .services-contact-info .info-box-two a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.services-details-overview-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.services-details-overview-content p {
  font-size: 15px;
}
.services-details-overview-content .overview-list {
  padding-left: 45px;
  margin-top: 30px;
  margin-bottom: 0;
}
.services-details-overview-content .overview-list li {
  list-style-type: none;
  font-size: 15px;
  color: #494A60;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.services-details-overview-content .overview-list li:last-child {
  margin-bottom: 0;
}
.services-details-overview-content .overview-list li i {
  font-size: 15px;
  color: #36CC72;
  position: absolute;
  left: 0;
  top: 2px;
}
.services-details-overview-content .overview-image {
  margin-top: 45px;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}
.services-details-overview-content .overview-image img {
  border-radius: 5px;
  transition: 0.6s;
}
.services-details-overview-content .overview-image .shape-1 {
  position: absolute;
  top: 10%;
  left: 15%;
  transform: translateY(-10%) translateX(-15%);
}
.services-details-overview-content .overview-image .shape-1 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.services-details-overview-content .overview-image .shape-2 {
  position: absolute;
  top: 20%;
  left: 10%;
  transform: translateY(-20%) translateX(-10%);
}
.services-details-overview-content .overview-image .shape-2 img {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.services-details-overview-content .overview-image .shape-3 {
  position: absolute;
  bottom: 10%;
  right: 5%;
  transform: translateY(-10%) translateX(-5%);
}
.services-details-overview-content .overview-image:hover img {
  transform: scale(1.1);
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
  margin-top: 20px;
  text-align: center;
}
.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  background-color: #EAF0FF;
  border: 1px solid #EAF0FF;
  color: #79798D;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  line-height: 40px;
  position: relative;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 16px;
  font-weight: 500;
}
.pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
  color: #0064FB;
  background-color: #ffffff;
  border: 1px solid #0064FB;
}
.pagination-area .page-numbers i {
  position: relative;
  top: 1.5px;
}

/*================================================
Case Study Details Area CSS
=================================================*/
.case-details-image {
  text-align: center;
  margin-bottom: 40px;
}

.case-details-content {
  margin-right: 50px;
}
.case-details-content h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.case-details-content p {
  font-size: 15px;
}

.case-details-content-two {
  margin-top: 35px;
  margin-right: 50px;
}
.case-details-content-two h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.case-details-content-two p {
  font-size: 15px;
}

.case-details-overview-image {
  margin-top: 35px;
}

.case-details-information {
  position: sticky;
  top: 120px;
}
.case-details-information .information-list {
  padding-left: 0;
  margin-bottom: 0;
}
.case-details-information .information-list li {
  list-style-type: none;
  font-size: 15px;
  font-weight: 400;
  color: #79798D;
  margin-bottom: 30px;
}
.case-details-information .information-list li:last-child {
  margin-bottom: 0;
}
.case-details-information .information-list li span {
  font-size: 16px;
  font-weight: 500;
  color: #494A60;
  margin-right: 15px;
}
.case-details-information .information-list li a {
  color: #79798D;
}
.case-details-information .information-list li a:hover {
  color: #0064FB;
  letter-spacing: 1px;
}
.case-details-information .information-list li a i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #eeeeee;
  color: #0064FB;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  transition: 0.6s;
}
.case-details-information .information-list li a i:hover {
  background-color: #0064FB;
  color: #ffffff;
  transform: translateY(-5px);
}
.case-details-information .case-contact-info {
  background-color: #F4F8FC;
  padding: 40px 35px;
  margin-top: 30px;
  text-align: center;
}
.case-details-information .case-contact-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}
.case-details-information .case-contact-info .info-box-one {
  background-color: #0064FB;
  padding: 30px;
  border-radius: 5px;
  margin-top: 25px;
}
.case-details-information .case-contact-info .info-box-one i {
  display: block;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 15px;
}
.case-details-information .case-contact-info .info-box-one a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.case-details-information .case-contact-info .info-box-two {
  background-color: #36CC72;
  padding: 30px;
  border-radius: 5px;
  margin-top: 25px;
}
.case-details-information .case-contact-info .info-box-two i {
  display: block;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 15px;
}
.case-details-information .case-contact-info .info-box-two a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area {
  position: sticky;
  top: 120px;
}
.widget-area .widget {
  margin-bottom: 30px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
  font-size: 20px;
}
.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background-color: #0064FB;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form .search-field {
  height: 60px;
  color: #2E2F46;
  border: 1px solid #E6EDF6;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 0 0 0 15px;
  transition: 0.6s;
  font-size: 15px;
  font-weight: 400;
  outline: 0;
}
.widget-area .widget_search form .search-field::-moz-placeholder {
  color: #494A60;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.widget-area .widget_search form .search-field::placeholder {
  color: #494A60;
  transition: 0.6s;
}
.widget-area .widget_search form .search-field:focus::-moz-placeholder {
  color: transparent;
}
.widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}
.widget-area .widget_search form button {
  border: none;
  background-color: #0064FB;
  color: #ffffff;
  height: 60px;
  width: 60px;
  position: absolute;
  right: 0;
  padding: 0;
  transition: 0.6s;
  top: 0;
  font-size: 20px;
}
.widget-area .widget_search form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
  background-color: #FF414B;
  color: #ffffff;
}
.widget-area .widget_categories {
  border: 1px solid #E6EDF6;
  padding: 35px 30px;
  border-radius: 5px;
}
.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  margin-bottom: 18px;
  overflow: hidden;
  color: #79798D;
  font-size: 500;
  font-size: 15px;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_categories ul li a {
  color: #79798D;
  display: inline-block;
}
.widget-area .widget_categories ul li a:hover {
  color: #0064FB;
}
.widget-area .widget_plod_posts_thumb {
  position: relative;
  overflow: hidden;
  border: 1px solid #E6EDF6;
  padding: 35px 30px;
  border-radius: 5px;
}
.widget-area .widget_plod_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}
.widget-area .widget_plod_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_plod_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}
.widget-area .widget_plod_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;
}
.widget-area .widget_plod_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../../assets/images/blog/blog-4.jpg);
}
.widget-area .widget_plod_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../../assets/images/blog/blog-5.jpg);
}
.widget-area .widget_plod_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../../assets/images/blog/blog-6.jpg);
}
.widget-area .widget_plod_posts_thumb .item .thumb .fullimage.bg4 {
  background-image: url(../../assets/images/blog/blog-7.jpg);
}
.widget-area .widget_plod_posts_thumb .item .thumb::before, .widget-area .widget_plod_posts_thumb .item .thumb::after {
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: "";
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.widget-area .widget_plod_posts_thumb .item .thumb::before {
  width: 40px;
  height: 1px;
  left: 100%;
}
.widget-area .widget_plod_posts_thumb .item .thumb::after {
  height: 40px;
  width: 1px;
  top: 0;
}
.widget-area .widget_plod_posts_thumb .item .info {
  overflow: hidden;
}
.widget-area .widget_plod_posts_thumb .item .info span {
  display: block;
  color: #79798D;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}
.widget-area .widget_plod_posts_thumb .item .info span i {
  color: #36CC72;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.widget-area .widget_plod_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}
.widget-area .widget_plod_posts_thumb .item .info .title a {
  display: inline-block;
}
.widget-area .widget_plod_posts_thumb .item:hover .thumb::before, .widget-area .widget_plod_posts_thumb .item:hover .thumb::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.widget-area .widget_tag_cloud {
  border: 1px solid #E6EDF6;
  padding: 35px 30px;
  border-radius: 5px;
}
.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 18px;
}
.widget-area .tagcloud a {
  display: inline-block;
  background: #f9f9f9;
  color: #79798D;
  padding: 8px 15px;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 400;
  margin-top: 8px;
  margin-right: 5px;
}
.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #0064FB;
}
.widget-area .widget_recent_courses {
  position: relative;
  overflow: hidden;
  border: 1px solid #E6EDF6;
  padding: 35px 30px;
  border-radius: 5px;
}
.widget-area .widget_recent_courses .item {
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.widget-area .widget_recent_courses .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.widget-area .widget_recent_courses .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}
.widget-area .widget_recent_courses .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 3px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_recent_courses .item .thumb .fullimage.bg1 {
  background-image: url(../../assets/images/courses/courses-1.jpg);
}
.widget-area .widget_recent_courses .item .thumb .fullimage.bg2 {
  background-image: url(../../assets/images/courses/courses-2.jpg);
}
.widget-area .widget_recent_courses .item .thumb .fullimage.bg3 {
  background-image: url(../../assets/images/courses/courses-3.jpg);
}
.widget-area .widget_recent_courses .item .thumb::before, .widget-area .widget_recent_courses .item .thumb::after {
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: "";
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.widget-area .widget_recent_courses .item .thumb::before {
  width: 40px;
  height: 1px;
  left: 100%;
}
.widget-area .widget_recent_courses .item .thumb::after {
  height: 40px;
  width: 1px;
  top: 0;
}
.widget-area .widget_recent_courses .item .info {
  overflow: hidden;
  margin-top: 5px;
}
.widget-area .widget_recent_courses .item .info span {
  display: block;
  color: #0064FB;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: -5px;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
}
.widget-area .widget_recent_courses .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}
.widget-area .widget_recent_courses .item .info .title a {
  display: inline-block;
}
.widget-area .widget_recent_courses .item:hover .thumb::before, .widget-area .widget_recent_courses .item:hover .thumb::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.widget-area .widget_insight ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_insight ul li {
  margin-bottom: -1px;
}
.widget-area .widget_insight ul li a {
  position: relative;
  display: block;
  padding: 15px 25px 15px 40px;
  color: #494A60;
  border: 1px solid #eeeeee;
  font-size: 15px;
  font-weight: 500;
}
.widget-area .widget_insight ul li a::before {
  width: 5px;
  height: 5px;
  transition: 0.6s;
  background-color: #0064FB;
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.widget-area .widget_insight ul li a:hover, .widget-area .widget_insight ul li a.active {
  border-color: #0064FB;
  background-color: #0064FB;
  color: #ffffff;
}
.widget-area .widget_insight ul li a:hover::before, .widget-area .widget_insight ul li a.active::before {
  background-color: #ffffff;
}
.widget-area .widget_insight ul li.active a {
  border-color: #0064FB;
  background-color: #0064FB;
  color: #ffffff;
}
.widget-area .widget_insight ul li.active a::before {
  background-color: #ffffff;
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details-desc .article-content {
  margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta {
  padding-left: 0;
  margin-bottom: 20px;
}
.blog-details-desc .article-content .entry-meta li {
  list-style-type: none;
  display: inline-block;
  color: #79798D;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  position: relative;
  padding-left: 20px;
}
.blog-details-desc .article-content .entry-meta li:last-child {
  margin-right: 0;
}
.blog-details-desc .article-content .entry-meta li a {
  color: #79798D;
}
.blog-details-desc .article-content .entry-meta li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #36CC72;
  font-size: 14px;
}
.blog-details-desc .article-content p {
  font-size: 15px;
}
.blog-details-desc .article-content h3 {
  font-size: 28px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 25px;
}
.blog-details-desc .article-content .features-list {
  padding-left: 15px;
  margin-top: 25px;
  margin-bottom: 0;
}
.blog-details-desc .article-content .features-list li {
  list-style-type: none;
  font-size: 15px;
  color: #494A60;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}
.blog-details-desc .article-content .features-list li i {
  font-size: 15px;
  color: #36CC72;
  position: absolute;
  left: 0;
  top: 2px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 35px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}
.blog-details-desc .article-author {
  background-color: #F4F8FC;
  padding: 50px 50px 50px 180px;
  border-radius: 5px;
  margin-top: 30px;
  position: relative;
}
.blog-details-desc .article-author img {
  position: absolute;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.blog-details-desc .article-author p {
  font-size: 16px;
  margin-bottom: 20px;
}
.blog-details-desc .article-author span {
  color: #2E2F46;
  font-size: 18px;
  font-weight: 500;
}
.blog-details-desc .article-footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.blog-details-desc .article-footer .article-tags {
  flex: 0 0 50%;
  max-width: 50%;
  color: #FF414B;
}
.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  background-color: #EAF0FF;
  color: #0064FB;
  padding: 5px 15px;
  margin-right: 5px;
  font-size: 14px;
  border-radius: 5px;
}
.blog-details-desc .article-footer .article-tags a:last-child {
  margin-right: 0;
}
.blog-details-desc .article-footer .article-tags a:hover {
  background-color: #0064FB;
  color: #ffffff;
}
.blog-details-desc .article-footer .article-share {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}
.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}
.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  top: -1px;
}
.blog-details-desc .article-footer .article-share .social li a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #EAF0FF;
  color: #0064FB;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  transition: 0.6s;
}
.blog-details-desc .article-footer .article-share .social li a i:hover {
  background-color: #0064FB;
  color: #ffffff;
  transform: translateY(-5px);
}
.blog-details-desc .article-tag {
  margin-top: 45px;
}
.blog-details-desc .article-tag h4 {
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 15px;
  font-size: 20px;
}
.blog-details-desc .article-tag h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background-color: #0064FB;
}
.blog-details-desc .article-comments {
  margin-top: 30px;
}
.blog-details-desc .article-comments h4 {
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 15px;
  font-size: 20px;
}
.blog-details-desc .article-comments h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background-color: #0064FB;
}
.blog-details-desc .article-comments .comments-list {
  position: relative;
  padding-left: 110px;
  margin-bottom: 45px;
}
.blog-details-desc .article-comments .comments-list:last-child {
  margin-bottom: 0;
}
.blog-details-desc .article-comments .comments-list img {
  position: absolute;
  left: 0;
  top: 0;
}
.blog-details-desc .article-comments .comments-list h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.blog-details-desc .article-comments .comments-list span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #494A60;
}
.blog-details-desc .article-comments .comments-list p {
  font-size: 15px;
}
.blog-details-desc .article-comments .comments-list .reply-btn {
  font-size: 20px;
  color: #2E2F46;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.6s;
}
.blog-details-desc .article-comments .comments-list .reply-btn:hover {
  color: #0064FB;
  transform: translateY(-5px);
}
.blog-details-desc .article-leave-comment {
  margin-top: 45px;
}
.blog-details-desc .article-leave-comment h4 {
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 15px;
  font-size: 20px;
}
.blog-details-desc .article-leave-comment h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background-color: #0064FB;
}
.blog-details-desc .article-leave-comment form .form-group .form-control {
  height: 60px;
  color: #79798D;
  border: 1px solid #F4F8FC;
  background-color: #F4F8FC;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 15px;
  transition: 0.6s;
  font-size: 15px;
  font-weight: 400;
  outline: 0;
}
.blog-details-desc .article-leave-comment form .form-group .form-control::-moz-placeholder {
  color: #494A60;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.blog-details-desc .article-leave-comment form .form-group .form-control::placeholder {
  color: #494A60;
  transition: 0.6s;
}
.blog-details-desc .article-leave-comment form .form-group .form-control:focus {
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #0064FB;
}
.blog-details-desc .article-leave-comment form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.blog-details-desc .article-leave-comment form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.blog-details-desc .article-leave-comment form .form-group textarea.form-control {
  min-height: 135px;
}
.blog-details-desc .article-leave-comment form .default-btn {
  margin-top: 20px;
  transform: unset;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-form {
  text-align: center;
  max-width: 1050px;
  margin: auto;
}
.contact-form h3 {
  font-size: 28px;
  margin-bottom: 45px;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-group .form-control {
  display: block;
  width: 100%;
  height: 60px;
  outline: 0;
  background-color: #F4F8FC;
  border: 1px solid #E6EDF6;
  border-radius: 5px;
  box-shadow: none;
  padding: 15px;
  transition: 0.6s;
  font-size: 15px;
}
.contact-form .form-group .form-control::-moz-placeholder {
  -moz-transition: 0.6s;
  transition: 0.6s;
  color: #494A60;
}
.contact-form .form-group .form-control::placeholder {
  transition: 0.6s;
  color: #494A60;
}
.contact-form .form-group .form-control:focus {
  outline: 0;
  background-color: #ffffff;
  border-color: #FF414B;
  box-shadow: none;
}
.contact-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.contact-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.contact-form .form-group textarea.form-control {
  height: auto;
  padding: 15px;
  line-height: 1.5rem;
}
.contact-form .form-group .help-block.with-errors ul {
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: left;
}
.contact-form .form-group .help-block.with-errors ul li {
  font-size: 14px;
}
.contact-form #msgSubmit {
  margin: 0;
  font-size: 1.3rem;
}
.contact-form #msgSubmit.text-danger, .contact-form #msgSubmit.text-success {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 500;
}
.contact-form .default-btn {
  margin-top: 10px;
}

/*================================================
Contact Info Area CSS
=================================================*/
.contact-address {
  background: #F4F8FC;
  border: 1px solid #E6EDF6;
  padding: 45px 35px;
  border-radius: 5px;
}
.contact-address h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.contact-address p {
  font-size: 15px;
}
.contact-address .address-info {
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.contact-address .address-info li {
  list-style-type: none;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 500;
  color: #4B4B61;
  position: relative;
  padding-left: 40px;
}
.contact-address .address-info li a {
  font-size: 15px;
  font-weight: 500;
  color: #4B4B61;
}
.contact-address .address-info li a:hover {
  color: #0064FB;
}
.contact-address .address-info li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #0064FB;
  font-size: 30px;
}
.contact-address .address-info li .ri-global-line {
  color: #FF414B;
}
.contact-address .address-info li .ri-map-pin-line {
  color: #36CC72;
}
.contact-address .address-info li:last-child {
  margin-bottom: 0;
}
.contact-address .address-social {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 35px;
  text-align: center;
}
.contact-address .address-social li {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 0;
  margin-right: 10px;
}
.contact-address .address-social li:last-child {
  margin-right: 0;
}
.contact-address .address-social li i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #ffffff;
  color: #0064FB;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  transition: 0.6s;
}
.contact-address .address-social li i:hover {
  background-color: #0064FB;
  color: #ffffff;
  transform: translateY(-5px);
}

#map iframe {
  width: 100%;
  height: 440px;
  border: 1px solid #E6EDF6;
  border-radius: 5px;
}

/*================================================
Gallery Area CSS
=================================================*/
.single-gallery-item {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  cursor: zoom-in;
}
.single-gallery-item a {
  display: block;
  border-radius: 5px;
}
.single-gallery-item a img {
  transition: 0.6s;
}
.single-gallery-item:hover a img {
  transform: scale(1.1);
}

/*================================================
Profile Authentication Area CSS
=================================================*/
.login-form {
  padding: 35px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  max-width: 650px;
  margin: auto;
}
.login-form h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.login-form form .form-group {
  margin-bottom: 25px;
}
.login-form form .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #494A60;
  font-weight: 500;
  font-size: 16px;
}
.login-form form .form-group .form-control {
  height: 60px;
  padding: 20px;
  line-height: initial;
  color: #2E2F46;
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  box-shadow: unset;
  transition: 0.6s;
  font-size: 15px;
  font-weight: 500;
}
.login-form form .form-group .form-control:focus {
  border: 1px solid #0064FB;
  background-color: transparent;
}
.login-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.login-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  transition: 0.6s;
}
.login-form form .lost-your-password {
  text-align: right;
}
.login-form form .lost-your-password a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  color: #494A60;
}
.login-form form .lost-your-password a::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  transition: 0.6s;
  background-color: #eeeeee;
}
.login-form form .lost-your-password a::after {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  transition: 0.6s;
  bottom: 0;
  content: "";
  background-color: #0064FB;
}
.login-form form .lost-your-password a:hover::before {
  width: 0;
}
.login-form form .lost-your-password a:hover::after {
  width: 100%;
}
.login-form form .default-btn {
  margin-top: 25px;
  padding: 15px 35px;
  width: 100%;
}

.register-form {
  padding: 35px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  max-width: 650px;
  margin: auto;
}
.register-form h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.register-form form .form-group {
  margin-bottom: 25px;
}
.register-form form .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #494A60;
  font-weight: 500;
  font-size: 16px;
}
.register-form form .form-group .form-control {
  height: 60px;
  padding: 20px;
  line-height: initial;
  color: #2E2F46;
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  box-shadow: unset;
  transition: 0.6s;
  font-size: 15px;
  font-weight: 500;
}
.register-form form .form-group .form-control:focus {
  border: 1px solid #0064FB;
  background-color: transparent;
}
.register-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.register-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  transition: 0.6s;
}
.register-form form .description {
  font-style: italic;
  font-size: 14px;
  margin-top: -5px;
  margin-bottom: 15px;
}
.register-form form .default-btn {
  margin-top: 10px;
  padding: 15px 35px;
  width: 100%;
}

/*================================================
Membership Levels Area CSS
=================================================*/
.membership-levels-table .table {
  margin-bottom: 0;
}
.membership-levels-table .table thead th {
  vertical-align: middle;
  background-color: #0064FB;
  white-space: nowrap;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: none;
}
.membership-levels-table .table thead th .desc-1 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: block;
}
.membership-levels-table .table thead th .desc-2 {
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  display: block;
}
.membership-levels-table .table thead th .desc-3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  display: block;
}
.membership-levels-table .table thead th:first-child {
  border-left: none;
}
.membership-levels-table .table thead th:last-child {
  border-right: none;
}
.membership-levels-table .table tbody tr td {
  padding: 20px 25px;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.membership-levels-table .table tbody tr td:first-child {
  text-align: left;
}
.membership-levels-table .table tbody tr td.item-check i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  background-color: #0eb582;
  color: #ffffff;
  display: block;
  margin: 0 auto;
}
.membership-levels-table .table tbody tr td.item-none i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  background-color: #d85554;
  color: #ffffff;
  display: block;
  margin: 0 auto;
}
.membership-levels-table .table tbody tr td .select-btn {
  display: inline-block;
  color: #2E2F46;
  background-color: #efefef;
  padding: 15px 35px;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
.membership-levels-table .table tbody tr td .select-btn:hover {
  color: #ffffff;
  background-color: #0064FB;
}

/*================================================
Purchase Guide Area CSS
=================================================*/
.purchase-guide-content img {
  border-radius: 5px;
  margin-bottom: 30px;
}
.purchase-guide-content h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 25px;
}
.purchase-guide-content .blockquote, .purchase-guide-content blockquote {
  margin-top: 25px;
  margin-bottom: 30px;
  background-color: #e6f2f5;
  text-align: left !important;
  padding: 25px !important;
  border-radius: 5px;
}
.purchase-guide-content .blockquote p, .purchase-guide-content blockquote p {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 15px !important;
  font-weight: 500;
}
.purchase-guide-content .blockquote::after, .purchase-guide-content blockquote::after {
  display: none;
}
.purchase-guide-content .blockquote::before, .purchase-guide-content blockquote::before {
  display: none;
}
.purchase-guide-content ol, .purchase-guide-content ul {
  margin-top: 20px;
}
.purchase-guide-content ol li, .purchase-guide-content ul li {
  margin-bottom: 10px;
  color: #494A60;
  line-height: 1.8;
  font-weight: 500;
  font-size: 15px;
}

/*================================================
Terms of Service Area CSS
=================================================*/
.terms-of-service-content img {
  border-radius: 5px;
  margin-bottom: 30px;
}
.terms-of-service-content h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 25px;
}
.terms-of-service-content .blockquote, .terms-of-service-content blockquote {
  margin-top: 25px;
  margin-bottom: 30px;
  background-color: #e6f2f5;
  text-align: left !important;
  padding: 25px !important;
  border-radius: 5px;
}
.terms-of-service-content .blockquote p, .terms-of-service-content blockquote p {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 15px !important;
  font-weight: 500;
}
.terms-of-service-content .blockquote::after, .terms-of-service-content blockquote::after {
  display: none;
}
.terms-of-service-content .blockquote::before, .terms-of-service-content blockquote::before {
  display: none;
}
.terms-of-service-content ol, .terms-of-service-content ul {
  margin-top: 20px;
}
.terms-of-service-content ol li, .terms-of-service-content ul li {
  margin-bottom: 10px;
  color: #494A60;
  line-height: 1.8;
  font-weight: 500;
  font-size: 15px;
}

/*================================================
Privacy Policy Area CSS
=================================================*/
.privacy-policy-content img {
  border-radius: 5px;
  margin-bottom: 30px;
}
.privacy-policy-content h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 25px;
}
.privacy-policy-content .blockquote, .privacy-policy-content blockquote {
  margin-top: 25px;
  margin-bottom: 30px;
  background-color: #e6f2f5;
  text-align: left !important;
  padding: 25px !important;
  border-radius: 5px;
}
.privacy-policy-content .blockquote p, .privacy-policy-content blockquote p {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 15px !important;
  font-weight: 500;
}
.privacy-policy-content .blockquote::after, .privacy-policy-content blockquote::after {
  display: none;
}
.privacy-policy-content .blockquote::before, .privacy-policy-content blockquote::before {
  display: none;
}
.privacy-policy-content ol, .privacy-policy-content ul {
  margin-top: 20px;
}
.privacy-policy-content ol li, .privacy-policy-content ul li {
  margin-bottom: 10px;
  color: #494A60;
  line-height: 1.8;
  font-weight: 500;
  font-size: 15px;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  height: 100vh;
  background-image: url(../../assets/images/coming-soon-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-content {
  max-width: 750px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding: 45px 30px;
  box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
  margin: auto;
}
.coming-soon-content h1 {
  font-size: 45px;
  margin-bottom: 30px;
}
.coming-soon-content h1 a {
  color: #2E2F46;
}
.coming-soon-content h1 a:hover {
  color: #0064FB;
}
.coming-soon-content h2 {
  font-size: 30px;
  margin-bottom: 0;
}
.coming-soon-content #timer {
  margin-top: 45px;
}
.coming-soon-content #timer div {
  background-color: #0064FB;
  color: #ffffff;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}
.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 15px;
  font-weight: 500;
}
.coming-soon-content .newsletter-form {
  margin-top: 45px;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 30px;
}
.coming-soon-content .newsletter-form .form-group {
  margin-bottom: 15px;
  width: 100%;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter {
  border: none;
  border: 1px solid #F4F8FC;
  background-color: #F4F8FC;
  padding: 20px;
  color: #2E2F46;
  height: 60px;
  display: block;
  width: 100%;
  transition: 0.6s;
  font-size: 16px;
  font-weight: 500;
  border-radius: 15px;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter::-moz-placeholder {
  color: #494A60;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter::placeholder {
  color: #494A60;
  transition: 0.6s;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter:focus {
  box-shadow: none;
  outline: 0;
  background-color: transparent;
  border: 1px solid #0064FB;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}
.coming-soon-content .newsletter-form .default-btn {
  width: 100%;
  border-radius: 15px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  padding: 20px;
}
.coming-soon-content .newsletter-form .validation-danger {
  margin-top: 15px;
  color: red;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 750px;
}
.error-content h3 {
  font-size: 28px;
  margin-top: 45px;
  margin-bottom: 20px;
}
.error-content p {
  max-width: 520px;
  margin: 0 auto 25px;
  font-size: 15px;
}

/*================================================
Events Area CSS
=================================================*/
.plod-grid-sorting {
  margin-bottom: 30px;
}
.plod-grid-sorting .result-count p .count {
  font-weight: 600;
  color: #2E2F46;
}
.plod-grid-sorting .ordering {
  text-align: right;
}
.plod-grid-sorting .ordering .select-box {
  display: flex;
  align-items: center;
  justify-content: end;
}
.plod-grid-sorting .ordering label {
  display: inline-block;
  margin-bottom: 0;
  color: #494A60;
  margin-right: 5px;
  font-weight: 500;
  font-size: 15px;
}
.plod-grid-sorting .ordering .nice-select {
  display: inline-block;
  width: 215px;
  background: #f8f8f8;
  border-color: #eeeeee;
  color: #2E2F46;
  transition: 0.6s;
  padding: 0 0 0 12px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  border-radius: 5px;
}
.plod-grid-sorting .ordering .nice-select .list {
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  border: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.plod-grid-sorting .ordering .nice-select .list .option {
  line-height: 38px;
  min-height: 38px;
  color: #2E2F46;
  position: relative;
  transition: 0.6s;
  padding-left: 15px;
  padding-right: 25px;
  font-weight: 600;
}
.plod-grid-sorting .ordering .nice-select .list .option.selected.focus {
  color: #0064FB;
  background-color: #ffffff;
}
.plod-grid-sorting .ordering .nice-select .list .option:hover {
  background-color: #0064FB;
  color: #ffffff;
}
.plod-grid-sorting .ordering .nice-select:after {
  border-color: #2E2F46;
  height: 8px;
  width: 8px;
  margin-top: -5px;
}
.plod-grid-sorting .ordering .nice-select:hover {
  border-color: #0064FB;
  background-color: transparent;
}

.single-events-box {
  transition: 0.6s;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.single-events-box .image {
  position: relative;
  overflow: hidden;
}
.single-events-box .image .date {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  background-color: #ffffff;
  color: #494A60;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}
.single-events-box .image img {
  border-radius: 5px 5px 0 0;
  transition: 0.6s;
}
.single-events-box .content {
  padding: 25px 20px;
  position: relative;
  background-color: #f3f3f3;
  border-radius: 0 0 5px 5px;
}
.single-events-box .content h3 {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 25px;
}
.single-events-box .content h3 a {
  display: inline-block;
}
.single-events-box .content .location {
  display: block;
  color: #494A60;
  margin-top: 20px;
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  font-weight: 500;
}
.single-events-box .content .location i {
  color: #0064FB;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.single-events-box:hover .image img {
  transform: scale(1.1);
}

/*================================================
Events Details Area CSS
=================================================*/
.events-details-image {
  position: relative;
  margin-bottom: 50px;
}
.events-details-image img {
  border-radius: 5px;
}
.events-details-image #timer {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  bottom: 50px;
}
.events-details-image #timer div {
  background-color: #0064FB;
  color: #ffffff;
  width: 180px;
  height: 150px;
  z-index: 1;
  border-radius: 10px;
  font-size: 60px;
  font-weight: 800;
  margin-left: 8px;
  margin-right: 8px;
  font-weight: 500;
}
.events-details-image #timer div span {
  display: block;
  margin-top: -6px;
  font-size: 16px;
  font-weight: 500;
}

.events-details-header {
  margin-bottom: 30px;
}
.events-details-header ul {
  margin-bottom: 0;
  list-style-type: none;
  background-color: #f8f9f8;
  padding: 30px;
  border-radius: 5px;
}
.events-details-header ul li {
  display: inline-block;
  margin-right: 20px;
  color: #494A60;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 500;
}
.events-details-header ul li i {
  color: #0064FB;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
.events-details-header ul li:last-child {
  margin-right: 0;
}

.events-details-location {
  margin-bottom: 30px;
}
.events-details-location iframe {
  height: 450px;
  width: 100%;
  border: none;
}

.events-details-desc h3 {
  margin-bottom: 20px;
  font-size: 25px;
}
.events-details-desc h3:not(:first-child) {
  margin-top: 30px;
}

.events-details-info {
  background-color: #f8f9f8;
  border-radius: 5px;
  padding: 35px 30px;
  position: sticky;
  top: 120px;
}
.events-details-info .info {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}
.events-details-info .info li {
  border-bottom: 1px solid #e5e5e7;
  color: #494A60;
  font-size: 16px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}
.events-details-info .info li span {
  font-weight: bold;
  color: #2E2F46;
  position: relative;
}
.events-details-info .info li.price {
  padding-bottom: 10px;
  color: #0064FB;
  font-size: 28px;
  font-weight: bold;
}
.events-details-info .info li.price span {
  color: #2E2F46;
  font-size: 16px;
  font-weight: bold;
}
.events-details-info .info li:first-child {
  padding-top: 0;
}
.events-details-info .events-btn-box {
  text-align: center;
  margin-top: 30px;
}
.events-details-info .events-btn-box p {
  margin-top: 20px;
  font-weight: 600;
}
.events-details-info .events-btn-box p a {
  color: #0064FB;
}
.events-details-info .events-btn-box p a:hover {
  text-decoration: underline;
}
.events-details-info .events-share {
  text-align: center;
  margin-top: 30px;
}
.events-details-info .events-share .share-info {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.events-details-info .events-share .share-info span {
  display: inline-block;
  color: #0064FB;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
}
.events-details-info .events-share .share-info .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 12px;
}
.events-details-info .events-share .share-info .social-link li {
  display: inline-block;
  margin-right: 5px;
}
.events-details-info .events-share .share-info .social-link li:last-child {
  margin-right: 0;
}
.events-details-info .events-share .share-info .social-link li a i {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #e1e1e1;
  font-size: 20px;
  color: #2E2F46;
  position: relative;
  border-radius: 50px;
  transition: 0.6s;
}
.events-details-info .events-share .share-info .social-link li a i:hover {
  background-color: #0064FB;
  color: #ffffff;
  transform: translateY(-5px);
}

/*================================================
Courses Area CSS
=================================================*/
.single-courses-box {
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  transition: 0.6s;
}
.single-courses-box .courses-image {
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}
.single-courses-box .courses-image img {
  border-radius: 5px 5px 0 0;
}
.single-courses-box .courses-image .price {
  display: inline-block;
  background-color: #0064FB;
  color: #ffffff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: -32.5px;
  text-align: center;
  line-height: 65px;
  font-size: 25px;
  font-weight: 500;
  transition: 0.6s;
}
.single-courses-box .courses-content {
  border-radius: 0 0 5px 5px;
  padding: 30px;
}
.single-courses-box .courses-content .course-author {
  margin-bottom: 20px;
}
.single-courses-box .courses-content .course-author img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.single-courses-box .courses-content .course-author span {
  color: #494A60;
  font-size: 16px;
  font-weight: 500;
}
.single-courses-box .courses-content h3 {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 22px;
}
.single-courses-box .courses-content h3 a {
  display: inline-block;
}
.single-courses-box .courses-content .courses-box-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 25px;
}
.single-courses-box .courses-content .courses-box-footer li {
  color: #494A60;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  padding-right: 8px;
}
.single-courses-box .courses-content .courses-box-footer li i {
  color: #0064FB;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.single-courses-box:hover .courses-image .price {
  animation: bounce 1s;
}

/*================================================
Courses Details Area CSS
=================================================*/
.courses-details-image {
  position: relative;
  overflow: hidden;
}
.courses-details-image img {
  transition: 0.6s;
}
.courses-details-image .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 90px;
  background-color: #0064FB;
  border-radius: 50px;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.courses-details-image .video-btn i {
  font-size: 55px;
  position: relative;
  top: 12px;
  left: 2px;
}
.courses-details-image .video-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  border: 1px solid #0064FB;
  animation: ripple 2s linear 1s infinite;
}
.courses-details-image .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  border: 1px solid #0064FB;
  animation: ripple 2s linear infinite;
}
.courses-details-image .video-btn:hover {
  background-color: #ffffff;
  color: #0064FB;
}
.courses-details-image:hover img {
  transform: scale(1.1);
}

.courses-details-desc {
  margin-top: 50px;
}
.courses-details-desc .nav {
  margin-bottom: 0;
  list-style-type: none;
  background-color: #f8f9f8;
  border: none;
  border-radius: 5px;
}
.courses-details-desc .nav .nav-item {
  margin-bottom: 0;
  margin-right: 40px;
}
.courses-details-desc .nav .nav-item .nav-link {
  border-radius: 0;
  border: none;
  padding: 0;
  transition: 0.6s;
  padding: 30px;
  background-color: #f8f9f8;
  position: relative;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
}
.courses-details-desc .nav .nav-item .nav-link::before {
  content: "";
  bottom: 0;
  height: 2px;
  background-color: #0064FB;
  position: absolute;
  transition: 0.6s;
  left: 0;
  width: 100%;
  transform: scaleX(0);
}
.courses-details-desc .nav .nav-item .nav-link:hover, .courses-details-desc .nav .nav-item .nav-link.active {
  color: #2E2F46;
}
.courses-details-desc .nav .nav-item .nav-link:hover::before, .courses-details-desc .nav .nav-item .nav-link.active::before {
  transform: scaleX(1);
}
.courses-details-desc .nav .nav-item:last-child {
  margin-right: 0;
}
.courses-details-desc .tab-content {
  margin-top: 45px;
}
.courses-details-desc .tab-content .courses-overview h3 {
  margin-bottom: 20px;
  font-size: 25px;
}
.courses-details-desc .tab-content .courses-overview h3:not(:first-child) {
  margin-top: 25px;
}
.courses-details-desc .tab-content .courses-curriculum {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 30px;
}
.courses-details-desc .tab-content .courses-curriculum h3 {
  margin-bottom: 18px;
  font-size: 20px;
}
.courses-details-desc .tab-content .courses-curriculum h3:not(:first-child) {
  margin-top: 20px;
}
.courses-details-desc .tab-content .courses-curriculum ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.courses-details-desc .tab-content .courses-curriculum ul li {
  display: block;
}
.courses-details-desc .tab-content .courses-curriculum ul li a {
  background-color: #f8f9f8;
  color: #2E2F46;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: -30px;
  margin-right: -30px;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-name {
  font-size: 15px;
  font-weight: 500;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta {
  text-align: right;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .questions {
  display: inline-block;
  background: #e3f1f2;
  color: #2dbbc4;
  border-radius: 5px;
  margin-right: 5px;
  padding: 2px 10px 1.5px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.6s;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .questions:hover {
  background-color: #0064FB;
  color: #ffffff;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .duration {
  display: inline-block;
  background: #f7e7e8;
  color: #0064FB;
  border-radius: 5px;
  padding: 2px 10px 1.5px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.6s;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .duration:hover {
  background-color: #0064FB;
  color: #ffffff;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status {
  display: inline-block;
  background: #2E2F46;
  color: #ffffff;
  border-radius: 5px;
  margin-left: 5px;
  padding: 2px 10px 1.5px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.6s;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status:hover {
  background-color: #0064FB;
  color: #ffffff;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status.locked {
  color: #2E2F46;
  background-color: transparent;
  padding: 0;
  margin-left: 8px;
  border-radius: 0;
  position: relative;
  top: 1px;
  font-size: 18px;
  font-weight: normal;
  transition: 0.6s;
}
.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status.locked:hover {
  color: #0064FB;
}
.courses-details-desc .tab-content .courses-curriculum ul li a:hover {
  color: #0064FB;
}
.courses-details-desc .tab-content .courses-instructor .instructor-image img {
  border-radius: 15px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content h3 {
  font-size: 25px;
  margin-bottom: 18px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content span {
  font-weight: 500;
  color: #494A60;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 15px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content p {
  margin-bottom: 20px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content .social-link {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 25px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content .social-link li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content .social-link li:last-child {
  margin-right: 0;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content .social-link li a i {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #e1e1e1;
  transition: 0.6s;
  color: #0064FB;
  border-radius: 50px;
  transition: 0.6s;
  font-size: 18px;
}
.courses-details-desc .tab-content .courses-instructor .instructor-content .social-link li a i:hover {
  background-color: #0064FB;
  color: #ffffff;
  transform: translateY(-5px);
}
.courses-details-desc .tab-content .courses-reviews h3 {
  margin-bottom: 15px;
  display: inline-block;
  font-size: 22px;
}
.courses-details-desc .tab-content .courses-reviews .rating span {
  font-size: 15px;
  color: #cecfd2;
  margin-right: -2px;
}
.courses-details-desc .tab-content .courses-reviews .rating span.checked {
  color: orange;
}
.courses-details-desc .tab-content .courses-reviews .rating-count {
  margin-top: 10px;
  margin-bottom: 20px;
}
.courses-details-desc .tab-content .courses-reviews .rating-count span {
  display: block;
  font-size: 15px;
  color: #494A60;
  font-weight: 500;
}
.courses-details-desc .tab-content .courses-reviews .row {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
.courses-details-desc .tab-content .courses-reviews .side {
  float: left;
  width: 8%;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}
.courses-details-desc .tab-content .courses-reviews .side div {
  font-size: 16px;
  font-weight: bold;
}
.courses-details-desc .tab-content .courses-reviews .middle {
  margin-top: 14px;
  float: left;
  width: 82%;
}
.courses-details-desc .tab-content .courses-reviews .right {
  text-align: right;
}
.courses-details-desc .tab-content .courses-reviews .bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-5 {
  width: 100%;
  height: 18px;
  background-color: #4CAF50;
  border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-4 {
  width: 75%;
  height: 18px;
  background-color: #2196F3;
  border-radius: 5px;
  border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-3 {
  width: 50%;
  height: 18px;
  background-color: #00bcd4;
  border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-2 {
  width: 25%;
  height: 18px;
  background-color: #ff9800;
  border-radius: 5px;
}
.courses-details-desc .tab-content .courses-reviews .bar-1 {
  width: 0;
  height: 18px;
  background-color: #f44336;
  border-radius: 5px;
}
.courses-details-desc .tab-content .courses-review-comments {
  margin-top: 40px;
}
.courses-details-desc .tab-content .courses-review-comments h3 {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 12px;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: "Inter", sans-serif;
}
.courses-details-desc .tab-content .courses-review-comments .user-review {
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0 20px 110px;
  position: relative;
}
.courses-details-desc .tab-content .courses-review-comments .user-review img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .sub-comment {
  margin-bottom: 8px;
  font-weight: 500;
}
.courses-details-desc .tab-content .courses-review-comments .user-review p {
  font-size: 15px;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating {
  display: block;
  margin-bottom: 8px;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars {
  display: inline-block;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars i {
  color: #cecfd2;
  font-size: 15px;
  display: inline-block;
  margin-right: -2px;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating .review-stars i.checked {
  color: orange;
}
.courses-details-desc .tab-content .courses-review-comments .user-review .review-rating span {
  color: #2E2F46;
  position: relative;
  top: -2px;
  font-weight: 800;
  margin-left: 5px;
}

.courses-details-info {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 12px 12px 35px 12px;
  margin-top: 50px;
}
.courses-details-info .image {
  text-align: center;
  position: relative;
}
.courses-details-info .image .video-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #2E2F46;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  transition: 0.6s;
}
.courses-details-info .image .video-btn i {
  font-size: 50px;
  position: relative;
  top: 10px;
  left: 2px;
  color: #0064FB;
  transition: 0.6s;
}
.courses-details-info .image .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #ffffff;
  animation: ripple 1s linear infinite;
}
.courses-details-info .image .video-btn:hover {
  background-color: #0064FB;
}
.courses-details-info .image .video-btn:hover i {
  color: #ffffff;
}
.courses-details-info .info {
  margin-bottom: 0;
  list-style-type: none;
  padding: 30px 20px;
}
.courses-details-info .info li {
  border-bottom: 1px solid #e5e5e7;
  color: #494A60;
  font-size: 16px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
}
.courses-details-info .info li span {
  font-weight: 600;
  color: #2E2F46;
}
.courses-details-info .info li.price {
  padding-bottom: 10px;
  color: #0064FB;
  font-size: 28px;
  font-weight: 800;
}
.courses-details-info .info li.price span {
  color: #2E2F46;
  font-size: 16px;
  font-weight: bold;
}
.courses-details-info .info li:first-child {
  padding-top: 0;
}
.courses-details-info .courses-btn-box {
  text-align: center;
}
.courses-details-info .courses-share {
  text-align: center;
  margin-top: 25px;
}
.courses-details-info .courses-share .share-info {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.courses-details-info .courses-share .share-info span {
  display: inline-block;
  color: #494A60;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}
.courses-details-info .courses-share .share-info .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 12px;
}
.courses-details-info .courses-share .share-info .social-link li {
  display: inline-block;
  margin-right: 5px;
}
.courses-details-info .courses-share .share-info .social-link li:last-child {
  margin-right: 0;
}
.courses-details-info .courses-share .share-info .social-link li a i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #e1e1e1;
  font-size: 16px;
  color: #2E2F46;
  position: relative;
  border-radius: 50px;
  transition: 0.6s;
}
.courses-details-info .courses-share .share-info .social-link li a i:hover {
  background-color: #0064FB;
  color: #ffffff;
  transform: translateY(-5px);
}

/*================================================
Products Area CSS
=================================================*/
.product-area .section-title {
  text-align: left;
  margin-bottom: 30px;
}
.product-area .section-title h2 {
  font-size: 25px;
  margin-bottom: 0;
}

.single-products-box {
  position: relative;
  margin-bottom: 30px;
  transition: 0.6s;
  text-align: center;
}
.single-products-box .products-image {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.single-products-box .products-image a {
  position: relative;
  display: block;
}
.single-products-box .products-image a img {
  transition: 0.6s;
}
.single-products-box .products-image .action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.single-products-box .products-image .action a {
  display: inline-block;
  margin: 0 5px;
}
.single-products-box .products-image .action a i {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #ffffff;
  color: #2E2F46;
  font-size: 20px;
  border-radius: 50px;
  transition: 0.6s;
}
.single-products-box .products-image .action a i:hover {
  background-color: #0064FB;
  color: #ffffff;
}
.single-products-box .products-content {
  margin-top: 30px;
  position: relative;
}
.single-products-box .products-content h3 {
  margin-bottom: 0;
  font-size: 22px;
}
.single-products-box .products-content h3 a {
  display: inline-block;
  color: #2E2F46;
}
.single-products-box .products-content h3 a:hover {
  color: #0064FB;
}
.single-products-box .products-content .price {
  margin-top: 15px;
  transition: 0.6s;
  font-weight: 500;
  color: #2E2F46;
}
.single-products-box .products-content .price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 500;
}
.single-products-box:hover .products-image a img {
  transform: scale(1.1);
}
.single-products-box:hover .products-image .action {
  opacity: 1;
  visibility: visible;
  bottom: 35px;
}

/*================================================
Cart Area CSS
=================================================*/
.cart-table .table {
  --bs-table-bg: transparent;
}
.cart-table table {
  margin-bottom: 0;
}
.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 25px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
}
.cart-table table tbody tr td {
  vertical-align: middle;
  color: #494A60;
  white-space: nowrap;
  padding: 25px;
  font-weight: 500;
  font-size: 16px;
}
.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}
.cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
}
.cart-table table tbody tr td.product-name a {
  display: inline-block;
}
.cart-table table tbody tr td.product-subtotal .remove {
  color: red;
  float: right;
  position: relative;
  top: -1px;
  font-size: 18px;
}
.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 170px;
  min-width: 170px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 50px;
  transition: 0.6s;
  font-size: 22px;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
  transition: 0.6s;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
  transition: 0.6s;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #0064FB;
}
.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #2E2F46;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
.cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
  color: #2E2F46;
}
.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #2E2F46;
}
.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-buttons {
  margin-top: 30px;
  text-align: right;
}
.cart-buttons .shopping-coupon-code {
  position: relative;
  max-width: 530px;
}
.cart-buttons .shopping-coupon-code .form-control {
  display: block;
  width: 100%;
  height: 50px;
  outline: 0;
  background-color: #F4F8FC;
  border: 1px solid #E6EDF6;
  border-radius: 5px;
  box-shadow: none;
  padding: 15px;
  transition: 0.6s;
  font-size: 15px;
}
.cart-buttons .shopping-coupon-code .form-control::-moz-placeholder {
  -moz-transition: 0.6s;
  transition: 0.6s;
  color: #494A60;
}
.cart-buttons .shopping-coupon-code .form-control::placeholder {
  transition: 0.6s;
  color: #494A60;
}
.cart-buttons .shopping-coupon-code .form-control:focus {
  outline: 0;
  background-color: #ffffff;
  border-color: #FF414B;
  box-shadow: none;
}
.cart-buttons .shopping-coupon-code .form-control:focus::-moz-placeholder {
  color: transparent;
}
.cart-buttons .shopping-coupon-code .form-control:focus::placeholder {
  color: transparent;
}
.cart-buttons .shopping-coupon-code button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: #2E2F46;
  color: #ffffff;
  border: none;
  padding: 0 25px;
  line-height: 48px;
  outline: 0;
  transition: 0.6s;
  font-size: 15px;
  font-weight: 500;
}
.cart-buttons .shopping-coupon-code button:hover {
  background-color: #0064FB;
}

.cart-totals {
  background: #ffffff;
  padding: 40px;
  max-width: 700px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
.cart-totals h3 {
  margin-bottom: 25px;
  font-size: 25px;
}
.cart-totals ul {
  padding-left: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 15px 20px;
  color: #2E2F46;
  overflow: hidden;
  font-weight: 500;
  font-size: 15px;
}
.cart-totals ul li:first-child {
  border-bottom: none;
}
.cart-totals ul li:last-child {
  font-size: 16px;
  border-top: none;
}
.cart-totals ul li:last-child span {
  color: #2E2F46;
  font-weight: 500;
  font-size: 20px;
}
.cart-totals ul li span {
  float: right;
  color: #FF414B;
}

/*================================================
Checkout Area CSS
=================================================*/
.user-actions {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 15px 20px;
  border-top: 1px solid #0064FB;
  position: relative;
  margin-bottom: 40px;
}
.user-actions i {
  color: #0064FB;
  margin-right: 2px;
  font-size: 20px;
  position: relative;
  top: 3px;
}
.user-actions span {
  display: inline-block;
  color: #0064FB;
  font-weight: 500;
  font-size: 16px;
}
.user-actions span a {
  display: inline-block;
}

.billing-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 22px;
}
.billing-details .title::before {
  content: "";
  position: absolute;
  background: #0064FB;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.billing-details .form-group {
  margin-bottom: 25px;
}
.billing-details .form-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
}
.billing-details .form-group label .required {
  color: red;
}
.billing-details .form-group .form-control {
  height: 50px;
  color: #2E2F46;
  box-shadow: unset !important;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  transition: 0.6s;
  border-radius: 5px;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
}
.billing-details .form-group .form-control::-moz-placeholder {
  color: #494A60;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.billing-details .form-group .form-control::placeholder {
  color: #494A60;
  transition: 0.6s;
}
.billing-details .form-group .form-control:focus {
  border-color: #0064FB;
  background-color: transparent;
}
.billing-details .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.billing-details .form-group .form-control:focus::placeholder {
  color: transparent;
}
.billing-details .form-group textarea.form-control {
  height: auto;
  padding: 20px;
  font-size: 15px;
  font-weight: 500;
}
.billing-details .form-group .nice-select {
  display: block;
  width: 215px;
  float: unset;
  width: 100%;
  background: #f8f8f8;
  border-color: #eeeeee;
  color: #2E2F46;
  transition: 0.6s;
  padding: 0 0 0 12px;
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  font-weight: 500;
}
.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  border: none;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.billing-details .form-group .nice-select .list .option {
  line-height: 38px;
  min-height: 38px;
  color: #2E2F46;
  position: relative;
  transition: 0.6s;
  padding-left: 32px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 500;
}
.billing-details .form-group .nice-select .list .option:hover {
  background-color: #0064FB !important;
  color: #ffffff;
}
.billing-details .form-group .nice-select .list .option:hover::before {
  color: #ffffff;
}
.billing-details .form-group .nice-select .list .option.focus, .billing-details .form-group .nice-select .list .option.selected.focus {
  background-color: transparent !important;
  color: #2E2F46;
}
.billing-details .form-group .nice-select .list .option::before {
  content: "\eb7b";
  position: absolute;
  left: 10px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  color: #0064FB;
  font-family: "remixicon";
  font-size: 12px;
}
.billing-details .form-group .nice-select .list .option.selected::before {
  opacity: 1;
  visibility: visible;
}
.billing-details .form-group .nice-select .list .option.selected:hover {
  background-color: #0064FB !important;
  color: #ffffff;
}
.billing-details .form-group .nice-select .list .option.selected:hover::before {
  color: #ffffff;
}
.billing-details .form-group .nice-select:after {
  border-color: #2E2F46;
  height: 8px;
  width: 8px;
  margin-top: -5px;
}
.billing-details .form-group .nice-select:hover {
  border-color: #0064FB;
  background-color: transparent;
}
.billing-details .form-check {
  margin-bottom: 20px;
}
.billing-details .form-check .form-check-label {
  color: #2E2F46;
  font-weight: 500;
}
.billing-details .form-check label {
  position: relative;
  left: -2px;
  top: 0;
  font-weight: 500;
}
.billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.order-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 22px;
}
.order-details .title::before {
  content: "";
  position: absolute;
  background: #0064FB;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.order-details .order-table .table {
  --bs-table-bg: transparent;
}
.order-details .order-table table {
  margin-bottom: 0;
}
.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding: 12px 20px 10px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
}
.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #494A60;
  white-space: nowrap;
  border-color: #eaedff;
  font-size: 15px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.order-details .order-table table tbody tr td.product-name a {
  display: inline-block;
}
.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
  color: #2E2F46;
  font-size: 16px;
  font-weight: 600;
}
.order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
  color: #2E2F46;
  font-weight: 600;
  font-size: 16px;
}
.order-details .payment-box {
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}
.order-details .payment-box .payment-method p [type=radio]:checked, .order-details .payment-box .payment-method p [type=radio]:not(:checked) {
  display: none;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  color: #2E2F46;
  position: relative;
  margin-bottom: 8px;
  font-weight: 600;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::before, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::after, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0064FB;
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 50%;
  transition: 0.6s;
}
.order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.order-details .payment-box .default-btn {
  margin-top: 15px;
}

/*================================================
Products Details Area CSS
=================================================*/
.products-details-image {
  border-radius: 5px;
}
.products-details-image a {
  display: block;
  border-radius: 5px;
}
.products-details-image a img {
  border-radius: 5px;
}

.products-details-desc {
  padding-left: 30px;
}
.products-details-desc h3 {
  margin-bottom: 20px;
  font-size: 25px;
}
.products-details-desc .products-review {
  margin-bottom: 20px;
}
.products-details-desc .products-review .rating {
  display: inline-block;
  font-size: 15px;
}
.products-details-desc .products-review .rating i {
  color: #ffba0a;
  display: inline-block;
  margin-right: -2px;
}
.products-details-desc .products-review .rating-count {
  display: inline-block;
  color: #79798D;
  border-bottom: 1px solid #79798D;
  line-height: initial;
  position: relative;
  top: -2px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
}
.products-details-desc .products-review .rating-count:hover {
  color: #0064FB;
  border-color: #0064FB;
}
.products-details-desc .price {
  color: #2E2F46;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.products-details-desc .price .old-price {
  text-decoration: line-through;
  color: #79798D;
  font-weight: normal;
}
.products-details-desc .products-meta {
  margin-top: 20px;
}
.products-details-desc .products-meta span {
  display: block;
  color: #2E2F46;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}
.products-details-desc .products-meta span span {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 15px;
}
.products-details-desc .products-meta span span.in-stock {
  color: #36CC72;
}
.products-details-desc .products-meta span span.sku {
  color: #79798D;
}
.products-details-desc .products-meta span a {
  display: inline-block;
  color: #FF414B;
  font-weight: 500;
}
.products-details-desc .products-meta span a:hover, .products-details-desc .products-meta span a:focus {
  color: #0064FB;
}
.products-details-desc .products-meta span:last-child {
  margin-bottom: 0;
}
.products-details-desc .products-add-to-cart {
  margin-top: 25px;
}
.products-details-desc .products-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.products-details-desc .products-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #494A60;
  width: 50px;
  height: 100%;
  line-height: 55px;
  transition: 0.6s;
  font-size: 16px;
}
.products-details-desc .products-add-to-cart .input-counter span.minus-btn {
  left: 0;
}
.products-details-desc .products-add-to-cart .input-counter span.plus-btn {
  right: 0;
}
.products-details-desc .products-add-to-cart .input-counter span:hover {
  color: #0064FB;
}
.products-details-desc .products-add-to-cart .input-counter input {
  height: 50px;
  color: #2E2F46;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
}
.products-details-desc .products-add-to-cart .input-counter input::-moz-placeholder {
  color: #2E2F46;
}
.products-details-desc .products-add-to-cart .input-counter input::placeholder {
  color: #2E2F46;
}
.products-details-desc .products-add-to-cart .default-btn {
  top: -2px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}
.products-details-desc .products-share {
  margin-top: 35px;
}
.products-details-desc .products-share .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.products-details-desc .products-share .social li {
  display: inline-block;
}
.products-details-desc .products-share .social li span {
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
  position: relative;
  top: -2px;
}
.products-details-desc .products-share .social li a {
  margin-right: 5px;
}
.products-details-desc .products-share .social li a i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #eeeeee;
  color: #494A60;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  transition: 0.6s;
}
.products-details-desc .products-share .social li a i:hover {
  background-color: #0064FB;
  color: #ffffff;
  transform: translateY(-5px);
}

.products-details-tabs {
  margin-top: 50px;
}
.products-details-tabs .nav {
  padding-left: 0;
  margin-bottom: 40px;
  list-style-type: none;
  display: block;
}
.products-details-tabs .nav .nav-item {
  display: inline-block;
  margin-right: 25px;
}
.products-details-tabs .nav .nav-item:last-child {
  margin-right: 0;
}
.products-details-tabs .nav .nav-item .nav-link {
  color: #79798D;
  border: none;
  border-bottom: 1px solid #79798D;
  padding: 0;
  background-color: transparent;
  position: relative;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
}
.products-details-tabs .nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #0064FB;
  transition: 0.6s;
  bottom: -2px;
}
.products-details-tabs .nav .nav-item .nav-link:hover, .products-details-tabs .nav .nav-item .nav-link.active {
  color: #2E2F46;
}
.products-details-tabs .nav .nav-item .nav-link:hover::before, .products-details-tabs .nav .nav-item .nav-link.active::before {
  width: 100%;
}
.products-details-tabs .tab-content .tab-pane p {
  line-height: 1.8;
  font-size: 15px;
}
.products-details-tabs .tab-content .tab-pane ul {
  padding-left: 15px;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.products-details-tabs .tab-content .tab-pane ul li {
  margin-bottom: 12px;
  position: relative;
  color: #494A60;
  padding-left: 20px;
  font-weight: 400;
  font-size: 15px;
}
.products-details-tabs .tab-content .tab-pane ul li::before {
  content: "\eb7b";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "remixicon";
  color: #36CC72;
}
.products-details-tabs .tab-content .tab-pane ul li:last-child {
  margin-bottom: 0;
}
.products-details-tabs .tab-content .tab-pane .products-reviews h3 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 25px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count {
  margin-top: 15px;
  margin-bottom: 20px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count span {
  display: block;
  font-size: 15px;
  color: #494A60;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .row {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .side {
  float: left;
  width: 9%;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .side div {
  font-size: 16px;
  font-weight: 600;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .middle {
  margin-top: 14px;
  float: left;
  width: 82%;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .right {
  text-align: right;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-5 {
  width: 100%;
  height: 18px;
  background-color: #4CAF50;
  border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-4 {
  width: 75%;
  height: 18px;
  background-color: #2196F3;
  border-radius: 5px;
  border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-3 {
  width: 50%;
  height: 18px;
  background-color: #00bcd4;
  border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-2 {
  width: 25%;
  height: 18px;
  background-color: #ff9800;
  border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-reviews .bar-1 {
  width: 0;
  height: 18px;
  background-color: #f44336;
  border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments {
  margin-top: 40px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments h3 {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review {
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0 20px 110px;
  position: relative;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .sub-comment {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 15px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating {
  display: block;
  margin-bottom: 8px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars {
  display: inline-block;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i {
  color: #cecfd2;
  font-size: 15px;
  display: inline-block;
  margin-right: -3px;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i.checked {
  color: orange;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating span {
  color: #2E2F46;
  position: relative;
  top: -2px;
  font-weight: 600;
  margin-left: 5px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper {
  margin-top: 30px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper .comment-notes span {
  color: red;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form {
  margin-top: 20px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group {
  margin-bottom: 25px;
  text-align: left;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control {
  display: block;
  width: 100%;
  height: 60px;
  outline: 0;
  background-color: #F4F8FC;
  border: 1px solid #E6EDF6;
  border-radius: 5px;
  box-shadow: none;
  padding: 15px;
  transition: 0.6s;
  font-size: 15px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control::-moz-placeholder {
  -moz-transition: 0.6s;
  transition: 0.6s;
  color: #494A60;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control::placeholder {
  transition: 0.6s;
  color: #494A60;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:focus {
  outline: 0;
  background-color: #ffffff;
  border-color: #FF414B;
  box-shadow: none;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group textarea.form-control {
  height: auto;
  padding: 15px;
  line-height: 1.5rem;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating {
  text-align: left;
  overflow: hidden;
  max-width: 115px;
  margin-top: -5px;
  margin-bottom: 20px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label {
  float: right;
  position: relative;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:not(:first-of-type) {
  padding-right: 5px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:before {
  content: "★";
  transition: 0.6s;
  font-size: 20px;
  color: #CCCCCC;
  line-height: 1;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input {
  display: none;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input:checked ~ label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked) > label:hover ~ label:before {
  color: #f6b500;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent {
  text-align: left;
  margin-bottom: 0;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) {
  display: none;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0;
  color: #494A60;
  font-weight: 500;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label:before, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  transition: all 0.2s ease;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  background: #f5f5f5;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label:after, .products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #0064FB;
  position: absolute;
  top: 5.5px;
  left: 6px;
  transition: all 0.2s ease;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:hover + label:before {
  border-color: #0064FB;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked + label:before {
  border-color: #0064FB;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
  margin-top: 22px;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: #F4F8FC;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-footer-widget {
  margin-bottom: 30px;
}
.single-footer-widget .widget-logo {
  margin-bottom: 25px;
}
.single-footer-widget p {
  margin-bottom: 0;
}
.single-footer-widget .widget-info {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.single-footer-widget .widget-info li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 22px;
}
.single-footer-widget .widget-info li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #0064FB;
}
.single-footer-widget .widget-info li .ri-global-line {
  color: #FF414B;
}
.single-footer-widget .widget-info li .ri-map-pin-line {
  color: #36CC72;
}
.single-footer-widget .widget-info li:last-child {
  margin-bottom: 0;
}
.single-footer-widget h3 {
  margin-bottom: 25px;
  font-size: 22px;
}
.single-footer-widget .footer-links-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .footer-links-list li {
  margin-bottom: 10px;
}
.single-footer-widget .footer-links-list li a {
  color: #494A60;
  display: inline-block;
}
.single-footer-widget .footer-links-list li a:hover {
  color: #0064FB;
  letter-spacing: 1px;
}
.single-footer-widget .footer-links-list li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .widget-newsletter .newsletter-content {
  margin-bottom: 20px;
}
.single-footer-widget .widget-newsletter .newsletter-content p {
  font-size: 16px;
  margin-bottom: 0;
}
.single-footer-widget .widget-newsletter .newsletter-form {
  margin-top: 30px;
  position: relative;
}
.single-footer-widget .widget-newsletter .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #0064FB;
  height: 60px;
  padding: 15px;
  border-radius: 5px;
  outline: 0;
  color: #2E2F46;
}
.single-footer-widget .widget-newsletter .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.single-footer-widget .widget-newsletter .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
  transition: 0.6s;
}
.single-footer-widget .widget-newsletter .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 70px;
  line-height: 60px;
  background-color: #0064FB;
  border: none;
  transition: 0.6s;
  color: #ffffff;
  border-radius: 0 5px 5px 0;
  font-size: 25px;
}
.single-footer-widget .widget-newsletter .newsletter-form button:hover, .single-footer-widget .widget-newsletter .newsletter-form button:focus {
  background-color: #FF414B;
  color: #ffffff;
}
.single-footer-widget .widget-newsletter .newsletter-form #validator-newsletter {
  color: red;
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
}
.single-footer-widget .widget-social {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}
.single-footer-widget .widget-social li {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 0;
  margin-right: 10px;
}
.single-footer-widget .widget-social li:last-child {
  margin-right: 0;
}
.single-footer-widget .widget-social li i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #ffffff;
  color: #0064FB;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  transition: 0.6s;
}
.single-footer-widget .widget-social li i:hover {
  background-color: #0064FB;
  color: #ffffff;
  transform: translateY(-5px);
}

.footer-shape-1 {
  position: absolute;
  top: 40%;
  left: 5%;
  transform: translateY(-40%) translateX(-5%);
  z-index: -1;
  opacity: 50%;
}
.footer-shape-1 img {
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.footer-shape-2 {
  position: absolute;
  top: 45%;
  left: 10%;
  transform: translateY(-45%) translateX(-10%);
  z-index: -1;
  opacity: 50%;
}
.footer-shape-2 img {
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.footer-shape-3 {
  position: absolute;
  bottom: 25%;
  left: 40%;
  transform: translateY(-25%) translateX(-40%);
  z-index: -1;
}
.footer-shape-3 img {
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.footer-shape-4 {
  position: absolute;
  bottom: 20%;
  right: 20%;
  transform: translateY(-20%) translateX(-20%);
  z-index: -1;
}
.footer-shape-4 img {
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.footer-shape-5 {
  position: absolute;
  top: 10%;
  right: 5%;
  transform: translateY(-10%) translateX(-5%);
  z-index: -1;
}

/*================================================
Copy Right Area CSS
=================================================*/
.copyright-area {
  margin-top: 70px;
  padding-bottom: 35px;
}
.copyright-area .copyright-area-content {
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
}
.copyright-area .copyright-area-content p a {
  display: inline-block;
  font-weight: 600;
  color: #0064FB;
}
.copyright-area .copyright-area-content p a:hover {
  color: #FF414B;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: #ffffff;
  background-color: #2E2F46;
  z-index: 4;
  width: 35px;
  text-align: center;
  height: 35px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 22px;
  transition: 0.6s;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 45%;
  transform: translateY(-45%);
  text-align: center;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
}
.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 50px;
}
.go-top:hover {
  background-color: #0064FB;
  color: #ffffff;
  transition: 0.6s;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
  right: 30px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff !important;
  background-color: #82b440;
  padding: 3.5px 10px;
  font-size: 12px;
  font-weight: 600;
  animation-name: tada;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.buy-now-btn img {
  display: none;
}
.buy-now-btn:hover {
  background-color: #0064FB;
  color: #ffffff !important;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}/*# sourceMappingURL=style.css.map */
