/*
@File: Ostin 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
** - Section Title CSS
** - Default btn CSS
** - Preloader Area CSS
** - Top Bar Area CSS
** - Navbar Area CSS
** - Sidebar Modal CSS
** - Main Banner Area CSS
** - Main Slider Area CSS
** - Partner Area CSS
** - How It Works Area CSS
** - Solution Area CSS
** - Services Area CSS
** - Hosting Area CSS
** - Pricing Area CSS
** - Clients Area CSS
** - FAQ Area CSS
** - Blog Area CSS
** - Top Features Area CSS
** - Features Area CSS
** - Fun Facts Area CSS
** - Testimonial Area CSS
** - Overview Area CSS
** - Choose Area CSS
** - Team Area CSS
** - About Area CSS
** - Page Banner CSS
** - Pagination Area CSS
** - 404 Error Area CSS
** - Terms of Service Area CSS
** - Privacy policy Area CSS
** - Coming Soon Area CSS
** - Login Area CSS
** - Register Area CSS
** - Reset Password Area CSS
** - Contact Area CSS
** - Map Area CSS
** - Services Details Area CSS
** - Blog Details Area CSS
** - Affiliate Program Area CSS
** - Affiliate Program FAQs Area CSS
** - Search Domain Area CSS
** - License Area CSS
** - WHMCS Area CSS
** - Server Domain Area CSS
** - SSL Certificate Area CSS
** - Email Services Area CSS
** - Website Builder Area CSS
** - VPS Area CSS
** - Widget Sidebar CSS
** - Footer Area CSS
** - Copy Right Area CSS
** - Go Top CSS

*/
/*================================================
Default CSS
=================================================*/
@import url("css2-Robotoitalwght010003000400050007000900110013001400150017001900_swap.css");
@import url("css2-Nunitoitalwght02000300040006000700080009001200130014001600170018001900_swap.css");
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
  transition: 0.5s;
  color: #202647;
  display: inline-block;
}
a:hover, a:focus {
  color: #3c62e9;
  text-decoration: none;
}

button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #6b6b84;
  font-weight: 400;
  font-family: "Roboto", 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;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-100 {
  padding-top: 100px;
}

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

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

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

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #202647;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
}
.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: #3c62e9;
  transition: 0.5s;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 2px;
  font-family: "Nunito", sans-serif;
}
.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #000244;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 2px;
}
.default-btn:hover {
  color: #ffffff;
}
.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}

.optional-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #202647;
  background-color: #ffffff;
  transition: 0.5s;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 2px;
  font-family: "Nunito", sans-serif;
}
.optional-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #3c62e9;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 2px;
}
.optional-btn:hover {
  color: #ffffff;
}
.optional-btn:hover span {
  width: 225%;
  height: 562.5px;
}

/*================================================
Section Title CSS
=================================================*/
.section-title {
  text-align: center;
  margin-bottom: 45px;
}
.section-title h2 {
  font-size: 45px;
  margin-bottom: 0;
  line-height: 1;
}
.section-title .bar {
  height: 5px;
  width: 100px;
  background: #3c62e9;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px auto 20px;
}
.section-title .bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.section-title p {
  max-width: 650px;
  margin: auto;
}

@keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(85px);
  }
}
/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #3c62e9;
}
.preloader .spinner {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0 auto;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -50px;
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*================================================
Top Bar Area CSS
=================================================*/
.top-bar-area {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #030248;
}
.top-bar-area.bg-0b0021 {
  background-color: #0b0021;
}
.top-bar-area.bg-ffffff {
  background-color: #ffffff;
}
.top-bar-area.bg-ffffff .top-bar-information li {
  color: #202647;
}
.top-bar-area.bg-ffffff .top-bar-information li a {
  color: #202647;
}
.top-bar-area.bg-ffffff .top-bar-information li i {
  color: #3c62e9;
}
.top-bar-area.bg-ffffff .top-bar-optional li a i {
  background-color: #3c62e9;
  color: #ffffff;
}
.top-bar-area.bg-ffffff .top-bar-optional li a i:hover {
  background-color: #000244;
}

.top-bar-information {
  padding-left: 0;
  margin-bottom: 0;
}
.top-bar-information li {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  list-style-type: none;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding-left: 20px;
}
.top-bar-information li:last-child {
  margin-right: 0;
}
.top-bar-information li a {
  color: #ffffff;
}
.top-bar-information li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #ffffff;
}

.top-bar-optional {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}
.top-bar-optional li {
  list-style-type: none;
  display: inline-block;
}
.top-bar-optional li a {
  margin-right: 5px;
}
.top-bar-optional li a:last-child {
  margin-right: 0;
}
.top-bar-optional li a i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #ffffff;
  text-align: center;
  color: #3c62e9;
  font-size: 18px;
  border-radius: 30px;
  transition: 0.5s;
}
.top-bar-optional li a i:hover {
  transform: translateY(-1px);
  background-color: #3c62e9;
  color: #ffffff;
}

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

.main-navbar {
  padding: 10px 0;
  background-color: #030248;
  border-top: 1px solid #0e0f4f;
  border-bottom: 1px solid #0e0f4f;
}
.main-navbar .navbar {
  transition: 0.5s;
  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: 25px;
  margin-right: 25px;
}
.main-navbar .navbar .navbar-nav .nav-item a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-navbar .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;
}
.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: #3c62e9;
}
.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: #3c62e9;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 55px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 205px;
  display: block;
  border-radius: 0;
  padding: 10px 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  background: #ffffff;
  transition: 0.5s;
  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: 5px 20px;
  position: relative;
  display: block;
  color: #202647;
  font-size: 14px;
  font-weight: 500;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  right: 15px;
}
.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: #3c62e9;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  right: -200px;
  left: auto;
  visibility: hidden;
  transform: translateY(5px);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #202647;
}
.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: #3c62e9;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 200px;
  visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #202647;
}
.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: #3c62e9;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -200px;
  visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #202647;
}
.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: #3c62e9;
}
.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: 200px;
  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: #202647;
}
.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: #3c62e9;
}
.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: -200px;
  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: #202647;
}
.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: #3c62e9;
}
.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: 200px;
  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: #202647;
}
.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: #3c62e9;
}
.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: #3c62e9;
}
.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: #3c62e9;
}
.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: #3c62e9;
}
.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: #3c62e9;
}
.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: #3c62e9;
}
.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: #3c62e9;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-navbar .navbar .others-options {
  margin-left: 50px;
}
.main-navbar .navbar .others-options .option-item {
  margin-right: 10px;
}
.main-navbar .navbar .others-options .option-item:last-child {
  margin-right: 0;
}
.main-navbar .navbar .others-options .option-item .language-switcher {
  position: relative;
}
.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  transition: 0.5s;
}
.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle::after {
  display: none;
}
.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle img {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  margin-right: 2px;
}
.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle span {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  top: 1px;
}
.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle span i {
  position: relative;
  font-size: 20px;
  top: 5px;
  right: 2px;
  transition: 0.5s;
}
.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle:hover {
  color: #ffffff;
}
.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle:hover span i {
  color: #ffffff;
}
.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu {
  padding: 15px;
  float: unset;
  border: none;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  display: block;
  margin-top: 20px;
  opacity: 0;
  visibility: visible;
  transition: 0.5s;
  transform: scaleX(0);
  right: 0 !important;
  left: auto !important;
}
.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item {
  padding: 0;
  color: #202647;
  margin-bottom: 15px;
  font-weight: 600;
}
.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item::before {
  display: none;
}
.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item img {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item span {
  display: inline-block;
  margin-left: 8px;
  font-size: 15px;
  font-weight: 500;
  margin-top: 0;
  transition: 0.5s;
}
.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item span:hover {
  color: #3c62e9;
}
.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item:hover, .main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
}
.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item:active, .main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item.active {
  color: #202647;
  background-color: transparent;
}
.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.main-navbar .navbar .others-options .option-item .side-menu-btn i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #ffffff;
  color: #3c62e9;
  text-align: center;
  font-size: 25px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.5s;
}
.main-navbar .navbar .others-options .option-item .side-menu-btn i:hover {
  background-color: #3c62e9;
  color: #ffffff;
}
.main-navbar .navbar .others-options .option-item .navbar-btn {
  display: inline-block;
  background-color: #3c62e9;
  color: #ffffff;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.5s;
}
.main-navbar .navbar .others-options .option-item .navbar-btn:hover {
  background-color: #000244;
}

.white-active-color .main-navbar .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}
.white-active-color .main-navbar .navbar .navbar-nav .nav-item a:hover, .white-active-color .main-navbar .navbar .navbar-nav .nav-item a:focus, .white-active-color .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #ffffff;
}

.p-relative .main-navbar {
  padding: 5px 0;
  background-color: #f5f1fd;
  border-top: none;
  border-bottom: 1px solid #fafafa;
}
.p-relative .main-navbar .navbar .navbar-nav .nav-item a {
  color: #202647;
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-relative .main-navbar .navbar .navbar-nav .nav-item a:hover, .p-relative .main-navbar .navbar .navbar-nav .nav-item a:focus, .p-relative .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #3c62e9;
}
.p-relative .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  top: 68px;
}
.p-relative .main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle {
  color: #202647;
}
.p-relative .main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle:hover {
  color: #3c62e9;
}
.p-relative .main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle:hover span i {
  color: #3c62e9;
}

.p-relative-color .main-navbar {
  padding: 5px 0;
  background: linear-gradient(to right, #017dbe, #0066ae, #00509c, #003989, #022274);
  border-top: none;
  border-bottom: 1px solid rgba(248, 249, 250, 0.0705882353);
}
.p-relative-color .main-navbar .navbar .navbar-nav .nav-item a {
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-relative-color .main-navbar .navbar .navbar-nav .nav-item a:hover, .p-relative-color .main-navbar .navbar .navbar-nav .nav-item a:focus, .p-relative-color .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #ffffff;
}
.p-relative-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  top: 68px;
}

.navbar-white-color .main-navbar {
  padding: 5px 0;
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
  border-bottom: none;
}
.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a {
  color: #202647;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a:hover, .navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a:focus, .navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #3c62e9;
}
.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  top: 68px;
}
.navbar-white-color .main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle {
  color: #202647;
}
.navbar-white-color .main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle:hover {
  color: #3c62e9;
}
.navbar-white-color .main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle:hover span i {
  color: #3c62e9;
}
.navbar-white-color .main-navbar .navbar .others-options .option-item .side-menu-btn i {
  background-color: #3c62e9;
  color: #ffffff;
}
.navbar-white-color .main-navbar .navbar .others-options .option-item .side-menu-btn i:hover {
  background-color: #000244;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff !important;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-area.is-sticky .main-navbar {
  border-bottom: none;
}
.navbar-area.white-active-color.is-sticky {
  box-shadow: unset;
}
.navbar-area.p-relative.is-sticky .main-navbar {
  background-color: #ffffff !important;
}
.navbar-area.p-relative-color.is-sticky {
  box-shadow: unset;
}

.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.5s;
  background-color: #202647;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #3c62e9;
}
.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.5s;
  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 {
  margin-left: 50px;
}
.others-option-for-responsive .option-inner .others-options .option-item {
  margin-right: 10px;
}
.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 .language-switcher {
  position: relative;
}
.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-toggle {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  transition: 0.5s;
}
.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-toggle::after {
  display: none;
}
.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-toggle img {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  margin-right: 2px;
}
.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-toggle span {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  top: 1px;
}
.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-toggle span i {
  position: relative;
  font-size: 20px;
  top: 5px;
  right: 2px;
  transition: 0.5s;
}
.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-toggle:hover {
  color: #ffffff;
}
.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-toggle:hover span i {
  color: #ffffff;
}
.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu {
  padding: 15px;
  float: unset;
  border: none;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  display: block;
  margin-top: 10px;
  opacity: 0;
  visibility: visible;
  transition: 0.5s;
  transform: scaleX(0);
  right: 0 !important;
  left: auto !important;
}
.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu .dropdown-item {
  padding: 0;
  color: #202647;
  margin-bottom: 15px;
  font-weight: 600;
}
.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu .dropdown-item::before {
  display: none;
}
.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu .dropdown-item img {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu .dropdown-item span {
  display: inline-block;
  margin-left: 8px;
  font-size: 15px;
  font-weight: 500;
  margin-top: 0;
  transition: 0.5s;
}
.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu .dropdown-item span:hover {
  color: #3c62e9;
}
.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu .dropdown-item:hover, .others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
}
.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu .dropdown-item:active, .others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu .dropdown-item.active {
  color: #202647;
  background-color: transparent;
}
.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.others-option-for-responsive .option-inner .others-options .option-item .side-menu-btn i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #ffffff;
  color: #3c62e9;
  text-align: center;
  font-size: 25px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.5s;
}
.others-option-for-responsive .option-inner .others-options .option-item .side-menu-btn i:hover {
  background-color: #3c62e9;
  color: #ffffff;
}
.others-option-for-responsive .option-inner .others-options .option-item .navbar-btn {
  display: inline-block;
  background-color: #3c62e9;
  color: #ffffff;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.5s;
}
.others-option-for-responsive .option-inner .others-options .option-item .navbar-btn:hover {
  background-color: #000244;
}

@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: #3c62e9;
  }
  .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: 360px;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #202647;
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #202647;
    position: relative;
  }
  .main-responsive-nav .logo {
    position: relative;
  }
  .main-responsive-nav .logo img {
    max-width: 100px !important;
  }
  .navbar-area {
    background-color: #3c62e9;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-navbar {
    display: none;
  }
  .others-option-for-responsive {
    display: block;
  }
}
/*================================================
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: 0;
  top: 0;
  background-color: transparent;
  color: #202647;
  z-index: 2;
  opacity: 1;
  border: none;
  text-shadow: unset;
  box-shadow: unset;
  font-size: 40px;
  transition: 0.5s;
}
.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 {
  text-align: center;
  padding: 80px 30px;
}
.sidebarModal.modal .modal-body .title h3 {
  margin-bottom: 0;
}
.sidebarModal.modal .modal-body .title h3 a {
  font-size: 35px;
  color: #202647;
}
.sidebarModal.modal .modal-body .instagram-list {
  margin-top: 25px;
}
.sidebarModal.modal .modal-body .instagram-list .row {
  margin-left: -5px;
  margin-right: -5px;
}
.sidebarModal.modal .modal-body .instagram-list .row .col-lg-4 {
  padding-left: 5px;
  padding-right: 5px;
}
.sidebarModal.modal .modal-body .instagram-list .box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 10px;
}
.sidebarModal.modal .modal-body .instagram-list .box .link-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.sidebarModal.modal .modal-body .instagram-list .box i {
  position: absolute;
  left: 0;
  right: 0;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.sidebarModal.modal .modal-body .instagram-list .box img {
  transition: 0.5s;
}
.sidebarModal.modal .modal-body .instagram-list .box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #3c62e9;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.sidebarModal.modal .modal-body .instagram-list .box:hover::before {
  opacity: 0.5;
  visibility: visible;
}
.sidebarModal.modal .modal-body .instagram-list .box:hover img {
  transform: scale(1.3);
}
.sidebarModal.modal .modal-body .instagram-list .box:hover i {
  opacity: 1;
  visibility: visible;
}
.sidebarModal.modal .modal-body .sidebar-contact-info {
  margin-top: 35px;
}
.sidebarModal.modal .modal-body .sidebar-contact-info h2 {
  margin-bottom: 0;
  font-size: 20px;
  text-transform: lowercase;
}
.sidebarModal.modal .modal-body .sidebar-contact-info h2 span {
  display: block;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.sidebarModal.modal .modal-body .social-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 25px;
}
.sidebarModal.modal .modal-body .social-list li {
  display: inline-block;
  margin-right: 8px;
}
.sidebarModal.modal .modal-body .social-list li:last-child {
  margin-right: 0;
}
.sidebarModal.modal .modal-body .social-list li i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #3c62e9;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  border-radius: 30px;
  transition: 0.5s;
}
.sidebarModal.modal .modal-body .social-list li i:hover {
  transform: translateY(-1px);
  background-color: #000244;
  color: #ffffff;
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-item {
  background-color: #000244;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.main-banner-item.item-two {
  background-color: #f5f1fd;
  padding-top: 50px;
  padding-bottom: 50px;
}
.main-banner-item.item-two .container-fluid {
  max-width: 1920px;
  margin: auto;
}
.main-banner-item.item-two .main-banner-content {
  max-width: 630px;
  margin-left: auto;
}
.main-banner-item.item-two .main-banner-content span {
  color: #3c62e9;
  font-size: 16px;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  display: inline-block;
  margin-bottom: 15px;
}
.main-banner-item.item-two .main-banner-content h1 {
  color: #202647;
}
.main-banner-item.item-two .main-banner-content p {
  color: #202647;
}
.main-banner-item.item-two .main-banner-content .banner-btn .default-btn {
  color: #ffffff;
  background-color: #3c62e9;
  margin-right: 15px;
}
.main-banner-item.item-two .main-banner-content .banner-btn .default-btn span {
  background-color: #000244;
}
.main-banner-item.item-two .main-banner-content .banner-btn .optional-btn {
  background-color: #000244;
  color: #ffffff;
}
.main-banner-item.item-two .main-banner-content .banner-btn .optional-btn span {
  background-color: #3c62e9;
}
.main-banner-item.item-three {
  background: linear-gradient(to right, #017dbe, #0066ae, #00509c, #003989, #022274);
  padding-top: 50px;
  padding-bottom: 50px;
}
.main-banner-item.item-three .container-fluid {
  max-width: 1920px;
  margin: auto;
}
.main-banner-item.item-three .main-banner-content {
  max-width: 630px;
  margin-left: auto;
}
.main-banner-item.item-three .main-banner-content h1 {
  font-size: 55px;
}
.main-banner-item.item-three .main-banner-content .banner-btn .default-btn {
  margin-right: 15px;
}

.main-banner-content h1 {
  font-size: 60px;
  margin-bottom: 15px;
  color: #ffffff;
}
.main-banner-content p {
  color: #ffffff;
}
.main-banner-content .banner-btn {
  margin-top: 30px;
}
.main-banner-content .banner-btn .default-btn {
  color: #ffffff;
  background-color: #3c62e9;
}
.main-banner-content .banner-btn .default-btn span {
  background-color: #ffffff;
}
.main-banner-content .banner-btn .default-btn:hover {
  color: #3c62e9;
}
.main-banner-content .banner-btn .optional-btn {
  margin-right: 15px;
}

/*================================================
Main Slider Area CSS
=================================================*/
.main-slider-item {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fafafa;
}
.main-slider-item .container-fluid {
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}

.main-slider-content {
  max-width: 610px;
  margin-left: auto;
}
.main-slider-content span {
  font-size: 16px;
  color: #3c62e9;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}
.main-slider-content h1 {
  font-size: 55px;
  margin-bottom: 15px;
}
.main-slider-content p {
  margin-bottom: 0;
}
.main-slider-content .slider-btn {
  margin-top: 25px;
}

.main-slider-image {
  text-align: center;
}
.main-slider-image img {
  animation: border-transform-default 30s linear infinite alternate forwards;
  border-radius: 100%;
}

@keyframes border-transform-default {
  0%, to {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.home-slider.owl-theme .owl-dots {
  margin-top: 0 !important;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 30px;
}
.home-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  background: transparent;
  border: 1px solid #000244;
  transition: 0.5s;
  border-radius: 50%;
  position: relative;
}
.home-slider.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #3c62e9;
  border-radius: 50%;
  margin: 2px;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}
.home-slider.owl-theme .owl-dots .owl-dot:hover span, .home-slider.owl-theme .owl-dots .owl-dot.active span {
  border-color: #3c62e9;
}
.home-slider.owl-theme .owl-dots .owl-dot:hover span::before, .home-slider.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-item img {
  width: auto;
  margin: 0;
}

/*================================================
How It Works Area CSS
=================================================*/
.single-how-it-works {
  margin-bottom: 30px;
  transition: 0.5s;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 30px;
  margin-top: 20px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.single-how-it-works::before {
  content: "";
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  border: 5px solid #ebe5f5;
}
.single-how-it-works::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background-color: #ffffff;
}
.single-how-it-works .icon {
  margin-bottom: 25px;
}
.single-how-it-works .icon i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #f4f1fb;
  color: #3c62e9;
  border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
  font-size: 40px;
  transition: 0.5s;
}
.single-how-it-works h3 {
  font-size: 25px;
  margin-bottom: 12px;
}
.single-how-it-works h3 a {
  color: #202647;
}
.single-how-it-works p {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.single-how-it-works .number {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #f4f1fb;
  color: #3c62e9;
  font-size: 25px;
  border-radius: 50px;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.5s;
}
.single-how-it-works .shape {
  display: inline-block;
  height: 80px;
  width: 80px;
  background-color: #f1eef8;
  border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.5s;
}
.single-how-it-works:hover {
  margin-top: 0;
  margin-right: 0;
}
.single-how-it-works:hover::before {
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.single-how-it-works:hover .icon i {
  background-color: #3c62e9;
  color: #ffffff;
  border-radius: 50%;
}
.single-how-it-works:hover .number {
  background-color: #3c62e9;
  color: #ffffff;
}
.single-how-it-works:hover .shape {
  opacity: 0;
  visibility: hidden;
}

/*================================================
Solution Area CSS
=================================================*/
.solution-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.solution-area .container-fluid {
  max-width: 1920px;
  padding-left: 0;
}

.solution-image {
  position: relative;
  z-index: 1;
  padding: 50px;
  overflow: hidden;
}
.solution-image::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #010b5c, #031266, #041871, #041e7b, #032586);
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
}
.solution-image .image-shape-1 {
  position: absolute;
  left: 0;
  top: -20%;
  z-index: -1;
  animation: moveLeftBounce 10s linear infinite;
}
.solution-image .image-shape-2 {
  position: absolute;
  right: -25%;
  bottom: -60%;
  z-index: -1;
  animation: moveBounce 10s linear infinite;
}

@keyframes moveBounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveLeftBounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.solution-content {
  max-width: 680px;
}
.solution-content h3 {
  font-size: 40px;
  margin-bottom: 0;
}
.solution-content .bar {
  height: 5px;
  width: 100px;
  background: #3c62e9;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px auto 20px 0;
}
.solution-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.solution-content p {
  margin-bottom: 0;
}
.solution-content .inner-content {
  position: relative;
  margin-top: 35px;
  padding-left: 90px;
}
.solution-content .inner-content .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.solution-content .inner-content .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #000244;
  color: #ffffff;
  text-align: center;
  font-size: 35px;
  border-radius: 50px;
  transition: 0.5s;
}
.solution-content .inner-content h4 {
  font-size: 25px;
  margin-bottom: 10px;
}
.solution-content .inner-content p {
  margin-bottom: 0;
}
.solution-content .inner-content:hover .icon i {
  background-color: #3c62e9;
  color: #ffffff;
}

.solution-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 30%;
  animation: moveLeftBounce 10s linear infinite;
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.services-area.bg-optional-color {
  background-color: #fafafb;
}

.single-services {
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 35px 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border-radius: 5px;
}
.single-services::before {
  top: 50%;
  left: 50%;
  width: 0%;
  z-index: -1;
  height: 100%;
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  background-color: #3c62e9;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  transition: 0.5s;
}
.single-services .title {
  position: relative;
  margin-bottom: 25px;
}
.single-services .title i {
  font-size: 50px;
  color: #3c62e9;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.single-services .title h3 {
  font-size: 25px;
  margin-bottom: 0;
  transition: 0.5s;
  padding-left: 65px;
  padding-top: 10px;
}
.single-services .title h3 a {
  color: #202647;
}
.single-services p {
  margin-bottom: 12px;
  transition: 0.5s;
}
.single-services .read-more-btn {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
  transition: 0.5s;
  position: relative;
}
.single-services .read-more-btn::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  transition: 0.5s;
  background-color: #eeeeee;
}
.single-services .read-more-btn::after {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  transition: 0.5s;
  bottom: 0;
  content: "";
  background-color: #3c62e9;
}
.single-services .read-more-btn:hover::before {
  width: 0;
}
.single-services .read-more-btn:hover::after {
  width: 100%;
}
.single-services:hover {
  transform: translateY(-10px);
}
.single-services:hover::before {
  width: 100%;
}
.single-services:hover .title i {
  color: #ffffff;
}
.single-services:hover h3 a {
  color: #ffffff;
}
.single-services:hover p {
  color: #ffffff;
}
.single-services:hover .read-more-btn {
  color: #ffffff;
  letter-spacing: 1px;
}
.single-services:hover .read-more-btn::after {
  background-color: #000244;
}

.services-shape .shape-1 {
  position: absolute;
  left: -20px;
  top: 0;
  animation: moveLeftBounce 5s linear infinite;
  z-index: -1;
}
.services-shape .shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  animation: moveLeftBounce 5s linear infinite;
  z-index: -1;
}
.services-shape .shape-3 {
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-30%);
  animation: moveBounce 5s linear infinite;
  z-index: -1;
}
.services-shape .shape-4 {
  position: absolute;
  right: 0;
  bottom: 10%;
  right: 5%;
  animation: moveLeftBounce 5s linear infinite;
  z-index: -1;
}

.services-list-tab .tabs {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 45px;
}
.services-list-tab .tabs li {
  flex: 24%;
  max-width: 25%;
  margin-left: 5px;
  margin-right: 5px;
}
.services-list-tab .tabs li a {
  display: inline-block;
  color: #202647;
  background-color: #ffffff;
  border: 1px dashed #f3e3fc;
  padding: 25px 15px 25px 75px;
  transition: 0.5s;
  width: 100%;
  border-radius: 5px;
  position: relative;
}
.services-list-tab .tabs li a i {
  font-size: 35px;
  color: #3c62e9;
  line-height: 1;
  position: absolute;
  left: 30px;
  top: 22px;
}
.services-list-tab .tabs li a span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}
.services-list-tab .tabs li.current a {
  color: #202647;
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}
.services-list-tab .tab_content .tabs_item .services-tab-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.services-list-tab .tab_content .tabs_item .services-tab-content h3 a {
  color: #202647;
}
.services-list-tab .tab_content .tabs_item .services-tab-content .services-tab-btn {
  margin-top: 25px;
}
.services-list-tab .tab_content .tabs_item .services-tab-image {
  text-align: center;
}

.tab .tabs_item {
  display: none;
}
.tab .tabs_item:first-child {
  display: block;
}

.single-services-box {
  border: 1px solid #f4f5fe;
  padding: 30px;
  margin-bottom: 30px;
  transition: 0.5s;
  border-radius: 5px;
}
.single-services-box .icon {
  margin-bottom: 25px;
}
.single-services-box .icon i {
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  background-color: #3c62e9;
  color: #ffffff;
  text-align: center;
  font-size: 45px;
  position: relative;
  border-radius: 15px;
  transition: 0.5s;
}
.single-services-box h3 {
  font-size: 25px;
  margin-bottom: 12px;
}
.single-services-box h3 a {
  color: #202647;
}
.single-services-box p {
  margin-bottom: 10px;
}
.single-services-box .read-more-btn {
  font-size: 15px;
  font-weight: 600;
  transition: 0.5s;
}
.single-services-box:hover {
  background-color: #ffffff;
  border-radius: 0;
  border-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  transform: translateY(-10px);
}
.single-services-box:hover .icon i {
  background-color: #000244;
}
.single-services-box:hover .read-more-btn {
  letter-spacing: 1px;
}

/*================================================
Hosting Area CSS
=================================================*/
.hosting-content h3 {
  font-size: 40px;
  margin-bottom: 0;
}
.hosting-content .bar {
  height: 5px;
  width: 100px;
  background: #3c62e9;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px auto 20px 0;
}
.hosting-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.hosting-content p {
  margin-bottom: 0;
}
.hosting-content .inner-content {
  position: relative;
  padding-left: 75px;
  margin-top: 35px;
}
.hosting-content .inner-content .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.hosting-content .inner-content .icon i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  border-radius: 50%;
  background-color: #f0f4fc;
  color: #3c62e9;
  font-size: 35px;
  text-align: center;
  transition: 0.5s;
}
.hosting-content .inner-content h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.hosting-content .inner-content p {
  margin-bottom: 0;
}
.hosting-content .inner-content:hover .icon i {
  background-color: #3c62e9;
  color: #ffffff;
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-table.table-responsive {
  overflow-x: unset;
}
.pricing-table .table {
  --bs-table-bg: transparent;
}
.pricing-table .table {
  margin-bottom: 0;
}
.pricing-table .table thead th {
  vertical-align: middle;
  background-color: #f1f0f3;
  padding: 30px 20px;
  text-align: center;
  border: none;
  border-bottom: 1px solid #fafafa;
}
.pricing-table .table thead th span {
  color: #202647;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}
.pricing-table .table thead th:first-child {
  text-align: left;
  padding-left: 30px;
}
.pricing-table .table tbody tr td {
  padding: 30px 20px;
  vertical-align: middle;
  border: none;
  text-align: center;
  font-size: 16px;
  color: #202647;
  font-weight: 500;
}
.pricing-table .table tbody tr td:first-child {
  text-align: left;
  padding-left: 30px;
}
.pricing-table .table tbody tr td.icon i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #000244;
  color: #ffffff;
}
.pricing-table .table tbody tr.optional-color {
  background-color: #f1f0f3;
}
.pricing-table .table tbody tr.optional-color {
  background: linear-gradient(to right, #cceee9, #bce7eb, #b1dfef, #add5f1, #b2c9f0);
}
.pricing-table .table tbody tr.optional-color td.icon i {
  background-color: #ffffff;
  color: #000244;
}
.pricing-table .table tbody tr.select-btn {
  background-color: #ffffff;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.pricing-table .table tbody tr.select-btn h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.pricing-table .table tbody tr.select-btn .select-btn-one {
  display: inline-block;
  color: #ffffff;
  background-color: #000244;
  padding: 14px 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}
.pricing-table .table tbody tr.select-btn .select-btn-one:hover {
  color: #ffffff;
  background-color: #3c62e9;
}

.single-pricing-table {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #f4f5fe;
  padding: 35px 25px 30px;
  transition: 0.5s;
  border-radius: 5px;
}
.single-pricing-table .pricing-header h3 {
  font-size: 25px;
  margin-bottom: 5;
}
.single-pricing-table .pricing-header p {
  margin-bottom: 0;
  font-size: 15px;
}
.single-pricing-table .price {
  font-size: 40px;
  color: #3c62e9;
  margin-top: 20px;
  margin-bottom: 25px;
  line-height: 1;
}
.single-pricing-table .pricing-features {
  padding-left: 0;
  margin-bottom: 0;
}
.single-pricing-table .pricing-features li {
  list-style-type: none;
  margin-bottom: 15px;
  font-size: 16px;
  color: #6b6b84;
  font-weight: 400;
}
.single-pricing-table .pricing-features li:last-child {
  margin-bottom: 0;
}
.single-pricing-table .pricing-features li i {
  color: #3c62e9;
  margin-right: 5px;
  font-size: 15px;
}
.single-pricing-table .pricing-btn {
  margin-top: 25px;
}
.single-pricing-table .pricing-btn .default-btn {
  padding: 12px 35px;
  border-radius: 5px;
  font-size: 15px;
}
.single-pricing-table:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  border: 1px solid #ffffff;
}

/*================================================
Clients Area CSS
=================================================*/
.pricing-area {
    background-image: url(../image/clients-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.clients-area {
  background-image: url(../image/clients-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.clients-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}

.single-clients {
  position: relative;
  margin-top: 25px;
}
.single-clients .clients-desc {
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  position: relative;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-top: 65px;
  transition: 0.5s;
}
.single-clients .clients-desc p {
  margin-bottom: 0;
  position: relative;
  transition: 0.5s;
  font-style: italic;
  font-size: 20px;
}
.single-clients .clients-desc::before {
  content: "";
  position: absolute;
  left: 35px;
  bottom: -5px;
  width: 25px;
  height: 25px;
  z-index: -1;
  background: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  transform: rotate(45deg);
  transition: 0.5s;
}
.single-clients .icon i {
  position: absolute;
  top: -25px;
  left: 30px;
  color: #ffffff;
  background-color: #000244;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  z-index: 2;
  text-align: center;
  font-size: 35px;
  transition: 0.5s;
}
.single-clients .clients-info {
  position: relative;
  /*padding-left: 80px;*/
  padding-top: 5px;
  margin-top: 25px;
  margin-left: 25px;
  margin-bottom: 5px;
}
.single-clients .clients-info img {
  width: 65px;
  height: 65px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.single-clients .clients-info h3 {
  margin-bottom: 0;
  font-size: 22px;
}
.single-clients .clients-info span {
  display: block;
  color: #3c62e9;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 600;
}
.single-clients:hover .clients-desc {
  background-color: #000244;
}
.single-clients:hover .clients-desc p {
  color: #ffffff;
}
.single-clients:hover .clients-desc::before {
  background: #000244;
}
.single-clients:hover .icon i {
  background-color: #ffffff;
  color: #3c62e9;
}

.clients-slider.owl-theme .owl-nav {
  margin-top: 0;
  margin-left: -100px;
}
.clients-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  margin: 0 5px;
  transition: 0.5s;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #6b6b84;
  text-align: center;
  line-height: 40px;
}
.clients-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #3c62e9;
  border-color: #3c62e9;
  color: #ffffff;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-area .container-fluid {
  max-width: 1920px;
  margin: auto;
  padding-left: 0;
  overflow: hidden;
}

.faq-image {
  position: relative;
  z-index: 1;
  padding: 50px;
  overflow: hidden;
  text-align: center;
}
.faq-image::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #010b5c, #031266, #041871, #041e7b, #032586);
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
}
.faq-image.image-two {
  padding: 0;
}
.faq-image.image-two::before {
  display: none;
}

.faq-item-box {
  max-width: 580px;
}
.faq-item-box .content h3 {
  font-size: 40px;
  margin-bottom: 0;
}
.faq-item-box .content .bar {
  height: 5px;
  width: 100px;
  background: #3c62e9;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px auto 20px 0;
}
.faq-item-box .content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.faq-item-box .faq-accordion {
  margin-top: 30px;
}
.faq-item-box .faq-accordion .accordion .accordion-item {
  display: block;
  background: #f3f3f3;
  margin-bottom: 10px;
  border: none;
}
.faq-item-box .faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-item-box .faq-accordion .accordion .accordion-title {
  padding: 20px 40px 20px 20px;
  color: #202647;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.faq-item-box .faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #202647;
  font-size: 20px;
  transition: 0.5s;
}
.faq-item-box .faq-accordion .accordion .accordion-title.active i::before {
  content: "\ebc0";
  color: #3c62e9;
}
.faq-item-box .faq-accordion .accordion .accordion-content {
  display: none;
  padding: 18px 20px;
  border-top: 1px solid #3c62e9;
}
.faq-item-box .faq-accordion .accordion .accordion-content p {
  color: #6b6b84;
  font-size: 15px;
  font-weight: 400;
}
.faq-item-box .faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-accordion-inner {
  margin-top: 50px;
}
.faq-accordion-inner .title {
  margin-bottom: 30px;
}
.faq-accordion-inner .title h3 {
  font-size: 30px;
  margin-bottom: 0;
}
.faq-accordion-inner .title .bar {
  height: 5px;
  width: 100px;
  background: #3c62e9;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px auto 20px 0;
}
.faq-accordion-inner .title .bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.faq-accordion-inner .faq-accordion .accordion .accordion-item {
  display: block;
  background: #f3f3f3;
  margin-bottom: 10px;
  border: none;
}
.faq-accordion-inner .faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion-inner .faq-accordion .accordion .accordion-title {
  padding: 20px 40px 20px 20px;
  color: #202647;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.faq-accordion-inner .faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #202647;
  font-size: 20px;
  transition: 0.5s;
}
.faq-accordion-inner .faq-accordion .accordion .accordion-title.active i::before {
  content: "\ebc0";
  color: #3c62e9;
}
.faq-accordion-inner .faq-accordion .accordion .accordion-content {
  display: none;
  padding: 18px 20px;
  border-top: 1px solid #3c62e9;
}
.faq-accordion-inner .faq-accordion .accordion .accordion-content p {
  color: #6b6b84;
  font-size: 15px;
  font-weight: 400;
}
.faq-accordion-inner .faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog {
  margin-bottom: 30px;
  transition: 0.5s;
}
.single-blog .image {
  position: relative;
}
.single-blog .image .tag {
  display: inline-block;
  font-size: 15px;
  background-color: #3c62e9;
  color: #ffffff;
  padding: 5px 20px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  transition: 0.5s;
  border-radius: 5px;
}
.single-blog .content {
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 25px;
}
.single-blog .content h3 {
  font-size: 22px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.single-blog .content h3 a {
  color: #202647;
}
.single-blog .content p {
  margin-bottom: 15px;
}
.single-blog .content .blog-btn {
  color: #202647;
  font-weight: 600;
  transition: 0.5s;
}
.single-blog:hover {
  transform: translateY(-10px);
}
.single-blog:hover .image .tag {
  background-color: #000244;
}
.single-blog:hover h3 a {
  color: #3c62e9;
}
.single-blog:hover .blog-btn {
  letter-spacing: 1px;
}

/*================================================
Top Features Area CSS
=================================================*/
.single-top-features {
  margin-bottom: 30px;
  transition: 0.5s;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 30px;
  position: relative;
  border: 5px solid #ffffff;
  overflow: hidden;
}
.single-top-features .icon {
  margin-bottom: 15px;
}
.single-top-features .icon i {
  color: #3c62e9;
  font-size: 60px;
}
.single-top-features h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
.single-top-features h3 a {
  color: #202647;
}
.single-top-features p {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.single-top-features .number {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #f4f1fb;
  color: #3c62e9;
  font-size: 25px;
  border-radius: 50px;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.5s;
}
.single-top-features .shape {
  display: inline-block;
  height: 100px;
  width: 100px;
  background-color: #f1eef8;
  border-radius: 50px;
  position: absolute;
  bottom: -20px;
  right: -20px;
  transition: 0.5s;
}
.single-top-features:hover {
  transform: translateY(-5px);
  border: 5px solid #f5f2fc;
  box-shadow: unset;
}
.single-top-features:hover .number {
  background-color: #3c62e9;
  color: #ffffff;
}
.single-top-features:hover .shape {
  opacity: 0;
  visibility: hidden;
}

/*================================================
Features Area CSS
=================================================*/
.features-area .container-fluid {
  max-width: 1920px;
  margin: auto;
}

.features-item {
  max-width: 630px;
  margin-left: auto;
}
.features-item .content h3 {
  font-size: 40px;
  margin-bottom: 0;
}
.features-item .content .bar {
  height: 5px;
  width: 100px;
  background: #3c62e9;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px auto 20px 0;
}
.features-item .content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.features-item .single-features {
  margin-top: 30px;
}
.features-item .single-features .icon {
  margin-bottom: 20px;
}
.features-item .single-features .icon i {
  font-size: 45px;
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #f0f4fc;
  color: #8b86e7;
  text-align: center;
  transition: 0.5s;
  border-radius: 50px;
}
.features-item .single-features .icon.bg-0fefce i {
  color: #0fefce;
}
.features-item .single-features .icon.bg-4844f8 i {
  color: #4844f8;
}
.features-item .single-features .icon.bg-fc3cb2 i {
  color: #fc3cb2;
}
.features-item .single-features h3 {
  font-size: 25px;
  margin-bottom: 12px;
}
.features-item .single-features h3 a {
  color: #202647;
}
.features-item .single-features p {
  font-size: 15px;
  margin-bottom: 12px;
}
.features-item .single-features .features-btn {
  font-size: 15px;
  color: #202647;
  font-weight: 500;
}
.features-item .single-features:hover .icon i {
  background-color: #3c62e9;
  color: #ffffff;
}

.features-image {
  text-align: center;
}

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

.fun-facts-item {
  max-width: 610px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.fun-facts-item .content h3 {
  font-size: 40px;
  margin-bottom: 0;
}
.fun-facts-item .content .bar {
  height: 5px;
  width: 100px;
  background: #3c62e9;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px auto 20px 0;
}
.fun-facts-item .content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.fun-facts-item .single-fun-fact {
  text-align: center;
  margin-top: 30px;
  background-color: #f5f5fd;
  padding: 30px 30px;
  position: relative;
  z-index: 1;
}
.fun-facts-item .single-fun-fact .icon {
  margin-bottom: 20px;
}
.fun-facts-item .single-fun-fact .icon i {
  font-size: 60px;
  color: #3c62e9;
  line-height: 1;
}
.fun-facts-item .single-fun-fact h3 {
  position: relative;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 30px;
  color: #3c62e9;
}
.fun-facts-item .single-fun-fact h3 .sign-icon {
  display: inline-block;
  font-size: 30px;
  margin-left: -5px;
  position: relative;
  top: 1px;
}
.fun-facts-item .single-fun-fact p {
  line-height: initial;
  color: #202647;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.fun-facts-item .single-fun-fact .shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.fun-facts-item .fun-facts-shape {
  position: absolute;
  bottom: -85px;
  right: -45px;
  z-index: -1;
  animation: moveLeftBounce 5s linear infinite;
}

/*================================================
Testimonial Area CSS
=================================================*/
.testimonial-area {
  background-image: url(../image/testimonial-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.single-testimonial {
  margin-top: 25px;
  position: relative;
}
.single-testimonial .testimonial-desc {
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 1;
  padding-top: 65px;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
  transition: 0.5s;
  text-align: center;
  max-width: 850px;
  margin: auto;
  border-radius: 80px 0 80px 0;
  border-right: 5px solid #f4f0fc;
  border-bottom: 20px solid #f4f0fc;
}
.single-testimonial .testimonial-desc p {
  margin-bottom: 0;
  position: relative;
  transition: 0.5s;
  font-style: italic;
  font-size: 18px;
}
.single-testimonial .icon i {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  background-color: #3c62e9;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  z-index: 2;
  text-align: center;
  font-size: 35px;
  transition: 0.5s;
}
.single-testimonial .testimonial-info {
  margin-top: 20px;
}
.single-testimonial .testimonial-info img {
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.single-testimonial .testimonial-info h3 {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 25px;
}
.single-testimonial .testimonial-info span {
  display: block;
  color: #6b6b84;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 600;
}
.single-testimonial:hover .icon i {
  background-color: #000244;
}

.testimonial-slider.owl-theme .owl-nav {
  margin-top: 0;
}
.testimonial-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 48px;
  transition: 0.5s;
  background-color: #3c62e9;
  color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.testimonial-slider.owl-theme .owl-nav [class*=owl-]:hover, .testimonial-slider.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #000244;
}
.testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 100px;
}
.testimonial-slider.owl-theme .owl-nav [class*=owl-] i {
  font-size: 20px;
  font-weight: bold;
}
.testimonial-slider.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: 90px;
  transition: 0.5s;
}
.testimonial-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 90px;
}

.testimonial-image-box img {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.testimonial-image-box img:nth-child(1) {
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-image-box img:nth-child(2) {
  left: 5%;
  top: 65%;
  transform: translateY(-65%);
}
.testimonial-image-box img:nth-child(3) {
  left: 10%;
  top: 80%;
  transform: translateY(-80%);
}
.testimonial-image-box img:nth-child(4) {
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-image-box img:nth-child(5) {
  right: 5%;
  top: 65%;
  transform: translateY(-65%);
}
.testimonial-image-box img:nth-child(6) {
  right: 10%;
  top: 80%;
  transform: translateY(-80%);
}

/*================================================
Overview Area CSS
=================================================*/
.overview-area {
  background: linear-gradient(to right, #0187c6, #006ab2, #004d9b, #003082, #021166);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.overview-area .container-fluid {
  max-width: 1920px;
  margin: auto;
}

.overview-content {
  max-width: 610px;
  margin-left: auto;
}
.overview-content h3 {
  font-size: 35px;
  margin-bottom: 0;
  color: #ffffff;
}
.overview-content .bar {
  height: 5px;
  width: 100px;
  background: #ffffff;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px auto 20px 0;
}
.overview-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #3c62e9;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.overview-content p {
  color: #ffffff;
}
.overview-content .overview-btn {
  margin-top: 25px;
}
.overview-content .overview-btn .optional-btn {
  background-color: #000244;
  color: #ffffff;
}
.overview-content .overview-btn .optional-btn span {
  background-color: #ffffff;
}
.overview-content .overview-btn .optional-btn:hover {
  color: #3c62e9;
}

.overview-image {
  text-align: center;
}

.overview-shape .shape-1 {
  position: absolute;
  left: -20px;
  top: 0;
  animation: moveLeftBounce 5s linear infinite;
  z-index: -1;
}
.overview-shape .shape-2 {
  position: absolute;
  left: 30%;
  top: 0;
  animation: moveLeftBounce 5s linear infinite;
  z-index: -1;
}
.overview-shape .shape-3 {
  position: absolute;
  right: 0;
  top: 10%;
  transform: translateY(-10%);
  animation: moveBounce 5s linear infinite;
  z-index: -1;
}
.overview-shape .shape-4 {
  position: absolute;
  right: 0;
  bottom: 10%;
  right: 5%;
  animation: moveLeftBounce 5s linear infinite;
  z-index: -1;
}

/*================================================
Choose Area CSS
=================================================*/
.choose-area .container-fluid {
  max-width: 1920px;
  margin: auto;
}

.choose-item {
  max-width: 610px;
}
.choose-item .content h3 {
  font-size: 40px;
  margin-bottom: 0;
}
.choose-item .content .bar {
  height: 5px;
  width: 100px;
  background: #3c62e9;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px auto 20px 0;
}
.choose-item .content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.choose-item .inner-content {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding-left: 110px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  margin-top: 35px;
  border-radius: 5px;
}
.choose-item .inner-content .icon {
  position: absolute;
  left: 30px;
  top: 30px;
}
.choose-item .inner-content .icon i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  border-radius: 50%;
  background-color: #fdcbd4;
  color: #f4607a;
  font-size: 35px;
  text-align: center;
  transition: 0.5s;
}
.choose-item .inner-content .icon.bg-dae5fd i {
  background-color: #dae5fd;
  color: #6b94fd;
}
.choose-item .inner-content .icon.bg-f2e2fe i {
  background-color: #f2e2fe;
  color: #dfa6fc;
}
.choose-item .inner-content h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.choose-item .inner-content p {
  margin-bottom: 0;
}
.choose-item .inner-content:hover .icon i {
  background-color: #3c62e9;
  color: #ffffff;
}

/*================================================
Team Area CSS
=================================================*/
.single-team {
  margin-bottom: 30px;
  transition: 0.5s;
}
.single-team .image {
  position: relative;
  transition: 0.5s;
}
.single-team .image img {
  background: linear-gradient(to bottom, #bbd2f0, #b8dcf2, #bbe6f0, #c5eded, #d4f4ea);
  padding: 5px;
  padding-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.single-team .image .social {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}
.single-team .image .social li {
  display: inline-block;
  list-style-type: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.single-team .image .social li a i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #3c62e9;
  box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
  font-size: 16px;
  color: #ffffff;
  border-radius: 50px;
  transition: 0.5s;
}
.single-team .image .social li a i:hover {
  background-color: #000244;
}
.single-team .image .social li:nth-child(1) {
  transition-delay: 0.2s;
}
.single-team .image .social li:nth-child(2) {
  transition-delay: 0.3s;
}
.single-team .image .social li:nth-child(3) {
  transition-delay: 0.4s;
}
.single-team .image .social li:nth-child(4) {
  transition-delay: 0.5s;
}
.single-team .content {
  background: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 25px 20px;
  text-align: center;
  border-radius: 0 0 5px 5px;
}
.single-team .content h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.single-team .content p {
  font-size: 14px;
  color: #3c62e9;
  transition: 0.5s;
}
.single-team:hover {
  transform: translateY(-5px);
}
.single-team:hover .image .social {
  bottom: 15px;
}
.single-team:hover .image .social li {
  opacity: 1;
  visibility: visible;
}

/*================================================
AboutArea CSS
=================================================*/
.about-area .container-fluid {
  max-width: 1920px;
  margin: auto;
  padding-left: 0;
  overflow: hidden;
}
.about-area .container-fluid .row {
  background-color: #fafafa;
}

.about-image {
  background-image: url(../image/about.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
}
.about-image .video-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.about-image .video-btn i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: #3c62e9;
  color: #ffffff;
  font-size: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s;
}
.about-image .video-btn i:hover {
  background-color: #ffffff;
  color: #3c62e9;
}

.about-content {
  max-width: 650px;
  padding-left: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.about-content .content span {
  font-size: 16px;
  color: #3c62e9;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}
.about-content .content h3 {
  font-size: 40px;
  margin-bottom: 0;
}
.about-content .content .bar {
  height: 5px;
  width: 100px;
  background: #3c62e9;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px auto 20px 0;
}
.about-content .content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.about-content .content .about-features {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.about-content .content .about-features li {
  list-style-type: none;
  margin-bottom: 20px;
  position: relative;
  color: #6b6b84;
  padding-left: 60px;
}
.about-content .content .about-features li:last-child {
  margin-bottom: 0;
}
.about-content .content .about-features li i {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  background-color: #3c62e9;
  color: #ffffff;
  border-radius: 50%;
  transition: 0.5s;
}
.about-content .content .about-features li:hover i {
  background-color: transparent;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  color: #3c62e9;
}
.about-content .content .about-btn {
  margin-top: 30px;
}

/*================================================
Page Banner CSS
=================================================*/
.page-banner-area {
  position: relative;
  z-index: 1;
  background-image: url(../image/page-banner-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 150px;
  background-attachment: fixed;
}
.page-banner-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.8;
}
.page-banner-area.item-bg1 {
  background-image: url(../image/page-banner-2.jpg);
}
.page-banner-area.item-bg2 {
  background-image: url(../image/page-banner-3.jpg);
}
.page-banner-area.item-bg3 {
  background-image: url(../image/page-banner-4.jpg);
}
.page-banner-area.item-bg4 {
  background-image: url(../image/page-banner-5.jpg);
}
.page-banner-area.item-bg5 {
  background-image: url(https://templates.envytheme.com/ostin/default/assets/img/page-banner/page-banner-6.jpg);
}

.page-banner-content {
  text-align: center;
}
.page-banner-content h2 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 42px;
}
.page-banner-content ul {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}
.page-banner-content ul li {
  display: inline-block;
  list-style-type: none;
  margin-left: 15px;
  font-weight: 600;
  color: #3c62e9;
  position: relative;
}
.page-banner-content ul li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 6px;
  height: 12px;
  width: 1px;
  background: #3c62e9;
}
.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: #ffffff;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  text-align: center;
}
.pagination-area .page-numbers {
  width: 35px;
  height: 35px;
  margin: 0 5px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 35px;
  color: #202647;
  box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
}
.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: #3c62e9;
  color: #ffffff;
  box-shadow: 0 2px 10px 0 #d8dde6;
}
.pagination-area .page-numbers i {
  position: relative;
  top: 1px;
}

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

/*================================================
Terms of Service Area CSS
=================================================*/
.terms-of-service-accordion {
  max-width: 1050px;
  margin: auto;
}
.terms-of-service-accordion .accordion .accordion-item {
  display: block;
  background: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  margin-bottom: 10px;
  border: none;
}
.terms-of-service-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.terms-of-service-accordion .accordion .accordion-title {
  padding: 25px 40px 25px 20px;
  color: #202647;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.terms-of-service-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #202647;
  font-size: 20px;
  transition: 0.5s;
}
.terms-of-service-accordion .accordion .accordion-title.active i::before {
  content: "\ebc0";
  color: #3c62e9;
}
.terms-of-service-accordion .accordion .accordion-content {
  display: none;
  padding: 18px 20px;
  border-top: 1px solid #3c62e9;
}
.terms-of-service-accordion .accordion .accordion-content p {
  color: #6b6b84;
  font-size: 15px;
  font-weight: 400;
}
.terms-of-service-accordion .accordion .accordion-content.show {
  display: block;
}

/*================================================
Privacy policy Area CSS
=================================================*/
.privacy-policy-accordion {
  max-width: 1050px;
  margin: auto;
}
.privacy-policy-accordion .accordion .accordion-item {
  display: block;
  background: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  margin-bottom: 10px;
  border: none;
}
.privacy-policy-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.privacy-policy-accordion .accordion .accordion-title {
  padding: 25px 40px 25px 20px;
  color: #202647;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.privacy-policy-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #202647;
  font-size: 20px;
  transition: 0.5s;
}
.privacy-policy-accordion .accordion .accordion-title.active i::before {
  content: "\ebc0";
  color: #3c62e9;
}
.privacy-policy-accordion .accordion .accordion-content {
  display: none;
  padding: 18px 20px;
  border-top: 1px solid #3c62e9;
}
.privacy-policy-accordion .accordion .accordion-content p {
  color: #6b6b84;
  font-size: 15px;
  font-weight: 400;
}
.privacy-policy-accordion .accordion .accordion-content.show {
  display: block;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  height: 100vh;
  background-image: url(../image/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: 15px;
}
.coming-soon-content h1 a {
  color: #202647;
}
.coming-soon-content h2 {
  font-size: 30px;
  margin-bottom: 0;
}
.coming-soon-content #timer {
  margin-top: 35px;
}
.coming-soon-content #timer div {
  background-color: #3c62e9;
  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-radius: 0;
  border: none;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  padding: 15px;
  color: #202647;
  height: 60px;
  display: block;
  width: 100%;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter::-moz-placeholder {
  color: #6b6b84;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter::placeholder {
  color: #6b6b84;
  transition: 0.5s;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter:focus {
  box-shadow: none;
  outline: 0;
}
.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: 5px;
}
.coming-soon-content .newsletter-form .validation-danger {
  margin-top: 15px;
  color: red;
}

/*================================================
Login 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 {
  margin-bottom: 30px;
  font-size: 30px;
  border-bottom: 1px solid #dedddf;
  padding-bottom: 15px;
  position: relative;
}
.login-form h2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #3c62e9;
  height: 100%;
  width: 100px;
}
.login-form form .form-group {
  margin-bottom: 25px;
}
.login-form form .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #6b6b84;
  font-weight: 500;
  font-size: 16px;
}
.login-form form .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #202647;
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 0;
  box-shadow: unset;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 400;
}
.login-form form .form-group .form-control:focus {
  border: 1px solid #3c62e9;
  background-color: transparent;
}
.login-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.login-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  transition: 0.5s;
}
.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: #6b6b84;
}
.login-form form .lost-your-password a::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  transition: 0.5s;
  background-color: #eeeeee;
}
.login-form form .lost-your-password a::after {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  transition: 0.5s;
  bottom: 0;
  content: "";
  background-color: #3c62e9;
}
.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 button {
  margin-top: 25px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}

/*================================================
Register Area CSS
=================================================*/
.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 {
  margin-bottom: 30px;
  font-size: 30px;
  border-bottom: 1px solid #dedddf;
  padding-bottom: 15px;
  position: relative;
}
.register-form h2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #3c62e9;
  height: 100%;
  width: 100px;
}
.register-form form .form-group {
  margin-bottom: 25px;
}
.register-form form .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #6b6b84;
  font-weight: 500;
  font-size: 16px;
}
.register-form form .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #202647;
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 0;
  box-shadow: unset;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 400;
}
.register-form form .form-group .form-control:focus {
  border: 1px solid #3c62e9;
  background-color: transparent;
}
.register-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.register-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  transition: 0.5s;
}
.register-form form .description {
  font-style: italic;
  font-size: 13.5px;
  margin-top: -10px;
  margin-bottom: 15px;
}
.register-form form button {
  width: 100%;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
}

/*================================================
Reset Password Area CSS
=================================================*/
.reset-password-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;
}
.reset-password-form h2 {
  margin-bottom: 30px;
  font-size: 30px;
  border-bottom: 1px solid #dedddf;
  padding-bottom: 15px;
  position: relative;
}
.reset-password-form h2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #3c62e9;
  height: 100%;
  width: 100px;
}
.reset-password-form form .form-group {
  margin-bottom: 25px;
}
.reset-password-form form .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #6b6b84;
  font-weight: 500;
  font-size: 16px;
}
.reset-password-form form .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #202647;
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 0;
  box-shadow: unset;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 400;
}
.reset-password-form form .form-group .form-control:focus {
  border: 1px solid #3c62e9;
  background-color: transparent;
}
.reset-password-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.reset-password-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  transition: 0.5s;
}
.reset-password-form form button {
  width: 100%;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-form .title {
  margin-bottom: 30px;
}
.contact-form .title span {
  font-size: 16px;
  font-weight: 500;
  color: #3c62e9;
}
.contact-form .title h3 {
  font-size: 35px;
  margin-bottom: 0;
  margin-top: 12px;
}
.contact-form .title .bar {
  height: 5px;
  width: 100px;
  background: #3c62e9;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px auto 20px 0;
}
.contact-form .title .bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.contact-form .form-group {
  margin-bottom: 15px;
}
.contact-form .form-group .form-control {
  display: block;
  width: 100%;
  height: 60px;
  outline: 0;
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 0;
  box-shadow: none;
  padding: 15px;
  transition: 0.5s;
  font-family: "Nunito", sans-serif;
}
.contact-form .form-group .form-control::-moz-placeholder {
  color: #6b6b84;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-form .form-group .form-control::placeholder {
  color: #6b6b84;
  transition: 0.5s;
}
.contact-form .form-group .form-control:focus {
  outline: 0;
  background-color: #ffffff;
  border-color: #3c62e9;
  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;
}
.contact-form .form-group .help-block.with-errors ul {
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
}
.contact-form .form-group .help-block.with-errors ul li {
  font-size: 14px;
}
.contact-form .form-check {
  margin-bottom: 10px;
  font-weight: 400;
  color: #6b6b84;
  font-size: 15px;
}
.contact-form .form-check a {
  color: #3c62e9;
}
.contact-form .form-check-input {
  margin-top: 4px;
}
.contact-form #msgSubmit {
  margin: 0;
  font-size: 1.3rem;
}
.contact-form #msgSubmit.text-danger, .contact-form #msgSubmit.text-success {
  margin-top: 20px;
  font-size: 20px;
}
.contact-form .default-btn {
  border: none;
  margin-top: 10px;
  padding: 12px 25px;
  width: 100%;
  border-radius: 5px;
}

.contact-info-box {
  margin-bottom: 50px;
  position: relative;
  padding-left: 85px;
}
.contact-info-box:last-child {
  margin-bottom: 0;
}
.contact-info-box .icon {
  margin-bottom: 22px;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-info-box .icon i {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 35px;
  color: #3c62e9;
  transition: 0.5s;
  text-align: center;
}
.contact-info-box h3 {
  margin-bottom: 12px;
  transition: 0.5s;
  font-size: 25px;
}
.contact-info-box p {
  margin-bottom: 2px;
  transition: 0.5s;
}
.contact-info-box p a {
  display: inline-block;
  color: #6b6b84;
}
.contact-info-box p a:hover {
  color: #3c62e9;
}
.contact-info-box p:last-child {
  margin-bottom: 0;
}
.contact-info-box:hover .icon i {
  background: #3c62e9;
  color: #ffffff;
}

/*================================================
Map Area CSS
=================================================*/
.contact-map iframe {
  border: none;
  width: 100%;
  height: 450px;
}

/*================================================
Services Details Area CSS
=================================================*/
.services-details-image {
  margin-bottom: 30px;
}

.services-details-desc .content {
  margin-bottom: 25px;
}
.services-details-desc .content h3 {
  margin-bottom: 15px;
  font-size: 25px;
}
.services-details-desc .services-details-faq .accordion .accordion-item {
  display: block;
  background: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  margin-bottom: 10px;
  border: none;
}
.services-details-desc .services-details-faq .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.services-details-desc .services-details-faq .accordion .accordion-title {
  padding: 25px 40px 25px 20px;
  color: #202647;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.services-details-desc .services-details-faq .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #202647;
  font-size: 20px;
  transition: 0.5s;
}
.services-details-desc .services-details-faq .accordion .accordion-title.active i::before {
  content: "\ebc0";
  color: #3c62e9;
}
.services-details-desc .services-details-faq .accordion .accordion-content {
  display: none;
  padding: 18px 20px;
  border-top: 1px solid #3c62e9;
}
.services-details-desc .services-details-faq .accordion .accordion-content p {
  color: #6b6b84;
  font-size: 14px;
  font-weight: 400;
}
.services-details-desc .services-details-faq .accordion .accordion-content.show {
  display: block;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-content {
  margin-top: 25px;
}
.blog-details-desc .article-content .details-content h3 {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.blog-details-desc .article-content .details-content h3 a {
  color: #202647;
}
.blog-details-desc .article-content .details-content p {
  font-size: 15px;
}
.blog-details-desc .article-content .features-list {
  padding-left: 0;
  margin-bottom: 20px;
}
.blog-details-desc .article-content .features-list li {
  list-style-type: none;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
}
.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}
.blog-details-desc .article-content .features-list li i {
  color: #3c62e9;
  margin-right: 5px;
}
.blog-details-desc .article-content .details-image img {
  margin-bottom: 20px;
}

blockquote, .blockquote {
  background-color: #f4f4f4;
  padding: 30px !important;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border-left: 1px solid #3c62e9;
}
blockquote .icon, .blockquote .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  z-index: -1;
}
blockquote .icon i, .blockquote .icon i {
  font-size: 30px;
  color: #3c62e9;
}
blockquote p, .blockquote p {
  color: #202647;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  font-weight: 500;
  padding-left: 50px;
}

.comments-area {
  margin-top: 30px;
}
.comments-area .comments-title {
  margin-bottom: 30px;
  font-size: 25px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}
.comments-area .comments-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100px;
  height: 1px;
  bottom: -1px;
  background: #3c62e9;
}
.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .children {
  margin-left: 30px;
}
.comments-area .comment-body {
  color: #202647;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 30px 30px 30px 100px;
  border-radius: 5px;
}
.comments-area .comment-body .reply {
  margin-top: 10px;
}
.comments-area .comment-body .reply a {
  display: inline-block;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #6b6b84;
  transition: 0.5s;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
}
.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #3c62e9;
  border: 1px solid #3c62e9;
}
.comments-area .comment-author {
  font-size: 18px;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}
.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  border-radius: 50px;
}
.comments-area .comment-author .fn {
  font-weight: 600;
}
.comments-area .comment-metadata {
  color: #6b6b84;
  margin-bottom: 10px;
  font-size: 14px;
}
.comments-area .comment-metadata a {
  display: inline-block;
  color: #6b6b84;
}
.comments-area .comment-metadata a:hover {
  color: #000244;
}
.comments-area .comment-respond {
  margin-top: 30px;
  background-color: #f4f4f4;
  padding: 30px;
}
.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 25px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.comments-area .comment-respond .comment-reply-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100px;
  height: 1px;
  bottom: -1px;
  background: #3c62e9;
}
.comments-area .comment-respond .comment-form {
  overflow: hidden;
}
.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}
.comments-area .comment-respond input[type=date], .comments-area .comment-respond input[type=time], .comments-area .comment-respond input[type=datetime-local], .comments-area .comment-respond input[type=week], .comments-area .comment-respond input[type=month], .comments-area .comment-respond input[type=text], .comments-area .comment-respond input[type=email], .comments-area .comment-respond input[type=url], .comments-area .comment-respond input[type=password], .comments-area .comment-respond input[type=search], .comments-area .comment-respond input[type=tel], .comments-area .comment-respond input[type=number], .comments-area .comment-respond textarea {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  border: none;
  padding: 0 0 0 15px;
  height: 50px;
  outline: 0;
  border-radius: 2px;
  color: #202647;
  border: 1px solid #ffffff;
  transition: 0.5s;
}
.comments-area .comment-respond input[type=date]:focus, .comments-area .comment-respond input[type=time]:focus, .comments-area .comment-respond input[type=datetime-local]:focus, .comments-area .comment-respond input[type=week]:focus, .comments-area .comment-respond input[type=month]:focus, .comments-area .comment-respond input[type=text]:focus, .comments-area .comment-respond input[type=email]:focus, .comments-area .comment-respond input[type=url]:focus, .comments-area .comment-respond input[type=password]:focus, .comments-area .comment-respond input[type=search]:focus, .comments-area .comment-respond input[type=tel]:focus, .comments-area .comment-respond input[type=number]:focus, .comments-area .comment-respond textarea:focus {
  border: 1px solid #3c62e9;
}
.comments-area .comment-respond input[type=date]::-moz-placeholder, .comments-area .comment-respond input[type=time]::-moz-placeholder, .comments-area .comment-respond input[type=datetime-local]::-moz-placeholder, .comments-area .comment-respond input[type=week]::-moz-placeholder, .comments-area .comment-respond input[type=month]::-moz-placeholder, .comments-area .comment-respond input[type=text]::-moz-placeholder, .comments-area .comment-respond input[type=email]::-moz-placeholder, .comments-area .comment-respond input[type=url]::-moz-placeholder, .comments-area .comment-respond input[type=password]::-moz-placeholder, .comments-area .comment-respond input[type=search]::-moz-placeholder, .comments-area .comment-respond input[type=tel]::-moz-placeholder, .comments-area .comment-respond input[type=number]::-moz-placeholder, .comments-area .comment-respond textarea::-moz-placeholder {
  color: #6b6b84;
}
.comments-area .comment-respond input[type=date]::placeholder, .comments-area .comment-respond input[type=time]::placeholder, .comments-area .comment-respond input[type=datetime-local]::placeholder, .comments-area .comment-respond input[type=week]::placeholder, .comments-area .comment-respond input[type=month]::placeholder, .comments-area .comment-respond input[type=text]::placeholder, .comments-area .comment-respond input[type=email]::placeholder, .comments-area .comment-respond input[type=url]::placeholder, .comments-area .comment-respond input[type=password]::placeholder, .comments-area .comment-respond input[type=search]::placeholder, .comments-area .comment-respond input[type=tel]::placeholder, .comments-area .comment-respond input[type=number]::placeholder, .comments-area .comment-respond textarea::placeholder {
  color: #6b6b84;
}
.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}
.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6.5px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #6b6b84;
}
.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}
.comments-area .comment-respond .form-submit input {
  background: #3c62e9;
  border: none;
  color: #ffffff;
  padding: 10px 30px 10px;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.5s;
  border-radius: 0;
  font-weight: 500;
  font-size: 15px;
}
.comments-area .comment-respond .form-submit input:hover {
  background-color: #000244;
}

/*================================================
Affiliate Program Area CSS
=================================================*/
.affiliate-program .content h3 {
  font-size: 40px;
  margin-bottom: 0;
}
.affiliate-program .content .bar {
  height: 5px;
  width: 100px;
  background: #3c62e9;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px auto 20px 0;
}
.affiliate-program .content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.affiliate-program .affiliate-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}
.affiliate-program .affiliate-list li {
  list-style-type: none;
  color: #6b6b84;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.affiliate-program .affiliate-list li:last-child {
  margin-bottom: 0;
}
.affiliate-program .affiliate-list li i {
  color: #3c62e9;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 1px;
}
.affiliate-program .affiliate-btn {
  margin-top: 30px;
}

/*================================================
Affiliate Program FAQs Area CSS
=================================================*/
.affiliate-program-faqs-accordion {
  max-width: 1050px;
  margin: auto;
}
.affiliate-program-faqs-accordion .accordion .accordion-item {
  display: block;
  background: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  margin-bottom: 10px;
  border: none;
}
.affiliate-program-faqs-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.affiliate-program-faqs-accordion .accordion .accordion-title {
  padding: 25px 40px 25px 20px;
  color: #202647;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.affiliate-program-faqs-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #202647;
  font-size: 20px;
  transition: 0.5s;
}
.affiliate-program-faqs-accordion .accordion .accordion-title.active i::before {
  content: "\ebc0";
  color: #3c62e9;
}
.affiliate-program-faqs-accordion .accordion .accordion-content {
  display: none;
  padding: 18px 20px;
  border-top: 1px solid #3c62e9;
}
.affiliate-program-faqs-accordion .accordion .accordion-content p {
  color: #6b6b84;
  font-size: 15px;
  font-weight: 400;
}
.affiliate-program-faqs-accordion .accordion .accordion-content.show {
  display: block;
}

/*================================================
Search Domain Area CSS
=================================================*/
.search-domain-area {
  background: linear-gradient(to right, #021266, #021266, #021266, #021266, #021266);
}

.search-domain-title {
  text-align: center;
  margin-bottom: 25px;
}
.search-domain-title h3 {
  font-size: 30px;
  margin-bottom: 0;
  color: #ffffff;
}

.search-domain-form {
  max-width: 780px;
  position: relative;
  margin: auto;
}
.search-domain-form .input-search {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: none;
  height: 60px;
  padding: 20px;
  border-radius: 10px;
  outline: 0;
  color: #202647;
  transition: 0.5s;
}
.search-domain-form .input-search::-moz-placeholder {
  color: #6b6b84;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.search-domain-form .input-search::placeholder {
  color: #6b6b84;
  transition: 0.5s;
}
.search-domain-form .input-search:focus::-moz-placeholder {
  color: transparent;
}
.search-domain-form .input-search:focus::placeholder {
  color: transparent;
}
.search-domain-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #3c62e9;
  color: #ffffff;
  border: none;
  height: 52px;
  padding: 0 30px;
  border-radius: 10px;
  transition: 0.5s;
  line-height: 50px;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
.search-domain-form button:hover {
  background-color: #202647;
  color: #ffffff;
}

/*================================================
License Area CSS
=================================================*/
.license-area {
  padding-top: 50px;
}

.license-content {
  background-color: #f5f5f5;
  padding: 35px 45px;
}
.license-content .title {
  position: relative;
}
.license-content .title h3 {
  font-size: 30px;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.license-content .title p {
  padding-left: 195px;
}
.license-content .title p a {
  color: #3c62e9;
  font-weight: 500;
}

/*================================================
WHMCS Area CSS
=================================================*/
.single-whmcs {
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #f4f5fe;
  padding: 30px 20px;
  transition: 0.5s;
  border-radius: 5px;
}
.single-whmcs .icon {
  margin-bottom: 20px;
}
.single-whmcs .icon i {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 35px;
  color: #3c62e9;
  transition: 0.5s;
  text-align: center;
}
.single-whmcs h3 {
  font-size: 25px;
  margin-bottom: 12px;
}
.single-whmcs h3 a {
  color: #202647;
}
.single-whmcs p {
  margin-bottom: 0;
}
.single-whmcs:hover {
  background-color: #ffffff;
  border-radius: 0;
  border-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  transform: translateY(-10px);
}
.single-whmcs:hover .icon i {
  background: #3c62e9;
  color: #ffffff;
}

/*================================================
Server Domain Area CSS
=================================================*/
.server-domain-info {
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 25px;
}
.server-domain-info .info-list {
  padding-left: 0;
  margin-bottom: 0;
}
.server-domain-info .info-list li {
  list-style-type: none;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  transition: 0.5s;
}
.server-domain-info .info-list li:last-child {
  margin-bottom: 0;
}
.server-domain-info .info-list li a {
  color: #6b6b84;
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 15px 15px;
  transition: 0.5s;
  width: 100%;
  position: relative;
  z-index: 1;
}
.server-domain-info .info-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #3c62e9;
  transition: 0.5s;
  top: 0;
  z-index: -1;
}
.server-domain-info .info-list li a:hover, .server-domain-info .info-list li a.active {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.server-domain-info .info-list li a:hover::before, .server-domain-info .info-list li a.active::before {
  width: 100%;
}

.server-domain-box .title {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.server-domain-box .title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 150px;
  height: 1px;
  bottom: -1px;
  background: #3c62e9;
}
.server-domain-box .title h3 {
  font-size: 30px;
  margin-bottom: 0;
}
.server-domain-box .server-domain-table {
  background-color: #ffffff;
  border: 1px solid #f4f5fe;
  transition: 0.5s;
  border-radius: 5px;
  margin-top: 30px;
}
.server-domain-box .server-domain-table .header {
  text-align: center;
}
.server-domain-box .server-domain-table .header h4 {
  font-size: 25px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  display: inline-block;
  padding: 30px;
  width: 100%;
  transition: 0.5s;
  border-radius: 5px 5px 0 0;
}
.server-domain-box .server-domain-table .features {
  padding-left: 0;
  margin-bottom: 0;
  padding: 30px;
}
.server-domain-box .server-domain-table .features li {
  list-style-type: none;
  margin-bottom: 15px;
  font-size: 16px;
  color: #6b6b84;
  font-weight: 400;
  position: relative;
  padding-left: 22px;
}
.server-domain-box .server-domain-table .features li:last-child {
  margin-bottom: 0;
}
.server-domain-box .server-domain-table .features li::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  left: 0;
  top: 3px;
  background: #3c62e9;
}
.server-domain-box .server-domain-table .domain-btn {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.server-domain-box .server-domain-table .domain-btn h5 {
  font-size: 25px;
  margin-bottom: 15px;
}
.server-domain-box .server-domain-table:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  border: 1px solid #ffffff;
}
.server-domain-box .server-domain-table:hover .header h4 {
  background-color: #3c62e9;
  color: #ffffff;
}
.server-domain-box .transfer-domain-table {
  margin-top: 30px;
}
.server-domain-box .transfer-domain-table.table-responsive {
  overflow-x: unset;
}
.server-domain-box .transfer-domain-table .table {
  margin-bottom: 0;
}
.server-domain-box .transfer-domain-table .table thead th {
  vertical-align: middle;
  background-color: #f1f0f3;
  padding: 30px 20px;
  text-align: center;
  border: none;
}
.server-domain-box .transfer-domain-table .table thead th span {
  color: #202647;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}
.server-domain-box .transfer-domain-table .table thead th:first-child {
  text-align: left;
  padding-left: 30px;
}
.server-domain-box .transfer-domain-table .table tbody tr td {
  padding: 30px 20px;
  vertical-align: middle;
  border: none;
  text-align: center;
  font-size: 16px;
  color: #3c62e9;
  font-weight: 600;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  font-family: "Nunito", sans-serif;
}
.server-domain-box .transfer-domain-table .table tbody tr td h3 {
  color: #3c62e9;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: bold;
}
.server-domain-box .transfer-domain-table .table tbody tr td p {
  line-height: 1;
  margin-top: 10px;
  color: #6b6b84;
}
.server-domain-box .transfer-domain-table .table tbody tr td:first-child {
  text-align: left;
  padding-left: 30px;
}
.server-domain-box .register-domain-form {
  padding: 35px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  margin-top: 30px;
}
.server-domain-box .register-domain-form form .form-group {
  margin-bottom: 25px;
}
.server-domain-box .register-domain-form form .form-group label {
  display: block;
  margin-bottom: 8px;
  color: #6b6b84;
  font-weight: 500;
  font-size: 16px;
}
.server-domain-box .register-domain-form form .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #202647;
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 0;
  box-shadow: unset;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 400;
}
.server-domain-box .register-domain-form form .form-group .form-control:focus {
  border: 1px solid #3c62e9;
  background-color: transparent;
}
.server-domain-box .register-domain-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.server-domain-box .register-domain-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  transition: 0.5s;
}
.server-domain-box .register-domain-form form button {
  width: 100%;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
}
.server-domain-box .view-cart-form {
  padding: 35px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  margin-top: 30px;
  text-align: center;
}
.server-domain-box .view-cart-form form .form-group {
  margin-bottom: 25px;
}
.server-domain-box .view-cart-form form .form-group label {
  display: block;
  margin-bottom: 8px;
  color: #6b6b84;
  font-weight: 500;
  font-size: 16px;
  -moz-text-align-last: left;
       text-align-last: left;
}
.server-domain-box .view-cart-form form .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #202647;
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 0;
  box-shadow: unset;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 400;
}
.server-domain-box .view-cart-form form .form-group .form-control:focus {
  border: 1px solid #3c62e9;
  background-color: transparent;
}
.server-domain-box .view-cart-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.server-domain-box .view-cart-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  transition: 0.5s;
}
.server-domain-box .view-cart-form form button {
  border-radius: 5px;
  cursor: pointer;
  padding: 15px 40px;
}
.server-domain-box .older-summary {
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-top: 30px;
}
.server-domain-box .older-summary h3 {
  margin-bottom: 25px;
  font-size: 25px;
}
.server-domain-box .older-summary ul {
  padding-left: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.server-domain-box .older-summary ul li {
  border: 1px solid #ebc0ff;
  padding: 20px 15px;
  color: #202647;
  overflow: hidden;
  font-weight: 600;
}
.server-domain-box .older-summary ul li:first-child {
  border-bottom: none;
}
.server-domain-box .older-summary ul li:last-child {
  border-top: none;
}
.server-domain-box .older-summary ul li b {
  font-weight: 500;
}
.server-domain-box .older-summary ul li span {
  float: right;
  color: #6b6b84;
  font-weight: 500;
}
.server-domain-box .older-summary .default-btn {
  position: relative;
  z-index: 1;
}

/*================================================
SSL Certificate Area CSS
=================================================*/
.single-ssl-certificate {
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #f4f5fe;
  padding: 30px 20px;
  transition: 0.5s;
  border-radius: 5px;
}
.single-ssl-certificate h2 {
  font-size: 30px;
  margin-bottom: 0;
}
.single-ssl-certificate .image {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-ssl-certificate h3 {
  font-size: 25px;
  margin-bottom: 12px;
}
.single-ssl-certificate p {
  margin-bottom: 0;
}
.single-ssl-certificate .ssl-btn {
  margin-top: 25px;
}
.single-ssl-certificate:hover {
  background-color: #ffffff;
  border-radius: 0;
  border-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  transform: translateY(-10px);
}

.ssl-overview h4 {
  font-size: 35px;
  margin-bottom: 15px;
}
.ssl-overview .overview-list {
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.ssl-overview .overview-list li {
  list-style-type: none;
  color: #202647;
  margin-bottom: 15px;
}
.ssl-overview .overview-list li:last-child {
  margin-bottom: 0;
}
.ssl-overview .overview-list li span {
  font-size: 18px;
  font-weight: 500;
  color: #202647;
}

/*================================================
Email Services Area CSS
=================================================*/
.single-email-services {
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #f4f5fe;
  padding: 30px 20px;
  transition: 0.5s;
  border-radius: 5px;
}
.single-email-services .icon {
  margin-bottom: 20px;
}
.single-email-services .icon i {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 35px;
  color: #3c62e9;
  transition: 0.5s;
  text-align: center;
}
.single-email-services h3 {
  font-size: 25px;
  margin-bottom: 0;
}
.single-email-services span {
  font-size: 18px;
  color: #3c62e9;
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 15px;
}
.single-email-services p {
  margin-bottom: 0;
}
.single-email-services .email-services-btn {
  margin-top: 20px;
}
.single-email-services:hover {
  background-color: #ffffff;
  border-radius: 0;
  border-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  transform: translateY(-10px);
}
.single-email-services:hover .icon i {
  background: #3c62e9;
  color: #ffffff;
}

.email-services-overview .box-title {
  background-color: #f5f5f5;
  padding: 35px 45px;
  text-align: center;
  margin-bottom: 30px;
}
.email-services-overview .box-title p {
  color: #3c62e9;
  font-size: 18px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
}
.email-services-overview h4 {
  font-size: 25px;
  margin-bottom: 15px;
}

/*================================================
Website Builder Area CSS
=================================================*/
.single-website-builder {
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #f4f5fe;
  padding: 30px 20px;
  transition: 0.5s;
  border-radius: 5px;
}
.single-website-builder .icon {
  margin-bottom: 18px;
}
.single-website-builder .icon i {
  font-size: 60px;
  color: #3c62e9;
  line-height: 1;
}
.single-website-builder h3 {
  font-size: 25px;
  margin-bottom: 12px;
}
.single-website-builder p {
  margin-bottom: 0;
}
.single-website-builder:hover {
  background-color: #ffffff;
  border-radius: 0;
  border-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  transform: translateY(-10px);
}

.website-builder-overview h4 {
  font-size: 25px;
  margin-bottom: 15px;
}

/*================================================
VPS Area CSS
=================================================*/
.single-vps-table {
  margin-bottom: 30px;
  background-color: #ffffff;
  border: 1px solid #f4f5fe;
  padding: 30px 25px 30px;
  transition: 0.5s;
  border-radius: 5px;
}
.single-vps-table .vps-header h3 {
  font-size: 25px;
  margin-bottom: 5;
}
.single-vps-table .vps-header p {
  margin-bottom: 0;
  font-size: 15px;
}
.single-vps-table .price {
  font-size: 40px;
  color: #3c62e9;
  margin-top: 20px;
  margin-bottom: 25px;
  line-height: 1;
}
.single-vps-table .vps-features {
  padding-left: 0;
  margin-bottom: 0;
}
.single-vps-table .vps-features li {
  list-style-type: none;
  margin-bottom: 15px;
  font-size: 16px;
  color: #6b6b84;
  font-weight: 400;
}
.single-vps-table .vps-features li:last-child {
  margin-bottom: 0;
}
.single-vps-table .vps-features li i {
  color: #3c62e9;
  margin-right: 5px;
  font-size: 15px;
}
.single-vps-table .vps-btn {
  margin-top: 25px;
}
.single-vps-table .vps-btn .default-btn {
  padding: 12px 35px;
  border-radius: 5px;
  font-size: 15px;
  width: 100%;
}
.single-vps-table:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  border: 1px solid #ffffff;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.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: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 25px;
}
.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background: #3c62e9;
}
.widget-area .widget_search {
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 25px;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.widget-area .widget_search form .screen-reader-text {
  display: none;
}
.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 8px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  transition: 0.5s;
  border-radius: 5px;
}
.widget-area .widget_search form .search-field:focus {
  border-color: #3c62e9;
}
.widget-area .widget_search form button {
  border: none;
  background-color: #eeeeee;
  color: #3c62e9;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 5px;
  padding: 0;
  transition: 0.5s;
  top: 5px;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.widget-area .widget_search form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  transform: translateY(-52%);
}
.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
  background-color: #3c62e9;
  color: #ffffff;
}
.widget-area .widget_categories {
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 25px;
}
.widget-area .widget_categories ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.widget-area .widget_categories ul li a {
  display: block;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 20px 30px;
  position: relative;
  font-size: 15px;
  font-weight: 500;
}
.widget-area .widget_categories ul li a:hover, .widget-area .widget_categories ul li a.active {
  background-color: #3c62e9;
  border-color: #3c62e9;
  color: #ffffff;
}
.widget-area .widget_categories ul li a i {
  font-size: 16px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.widget-area .widget_ostin_posts_thumb {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 25px;
}
.widget-area .widget_ostin_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}
.widget-area .widget_ostin_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_ostin_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_ostin_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_ostin_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../image/blog-1.jpg);
}
.widget-area .widget_ostin_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../image/blog-2.jpg);
}
.widget-area .widget_ostin_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../image/blog-3.jpg);
}
.widget-area .widget_ostin_posts_thumb .item .thumb .fullimage.bg4 {
  background-image: url(../image/blog-4.jpg);
}
.widget-area .widget_ostin_posts_thumb .item .thumb .fullimage.bg5 {
  background-image: url(../image/blog-5.jpg);
}
.widget-area .widget_ostin_posts_thumb .item .thumb .fullimage.bg6 {
  background-image: url(../image/blog-6.jpg);
}
.widget-area .widget_ostin_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}
.widget-area .widget_ostin_posts_thumb .item .info span {
  display: block;
  color: #6b6b84;
  margin-top: -2px;
  margin-bottom: 5px;
  font-size: 14px;
}
.widget-area .widget_ostin_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
}
.widget-area .widget_ostin_posts_thumb .item .info .title a {
  display: inline-block;
  transition: 0.5s;
}
.widget-area .widget_ostin_posts_thumb .item .info .title a:hover {
  color: #3c62e9;
}
.widget-area .widget_tag_cloud {
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 25px;
}
.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 18px;
}
.widget-area .tagcloud a {
  background: #f5f5f5;
  display: inline-block;
  color: #202647;
  padding: 7px 15px;
  border: none;
  border-radius: 3px;
  font-weight: 500;
  font-size: 15px !important;
  margin-top: 8px;
  margin-right: 5px;
}
.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #3c62e9;
}

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

.single-footer-widget {
  margin-bottom: 30px;
}
.single-footer-widget h2 {
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
}
.single-footer-widget h2::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100px;
  border-bottom: 1px solid #ffffff;
}
.single-footer-widget p {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 15px;
}
.single-footer-widget .footer-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .footer-contact-info li {
  margin-bottom: 20px;
  color: #ffffff;
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  font-family: "Nunito", sans-serif;
}
.single-footer-widget .footer-contact-info li i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
}
.single-footer-widget .footer-contact-info li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  font-size: 15px;
}
.single-footer-widget .footer-contact-info li a:hover {
  color: #3c62e9;
}
.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .footer-social {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 25px;
}
.single-footer-widget .footer-social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.single-footer-widget .footer-social li:last-child {
  margin-right: 0;
}
.single-footer-widget .footer-social li i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #ffffff;
  color: #3c62e9;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s;
}
.single-footer-widget .footer-social li i:hover {
  background-color: #3c62e9;
  color: #ffffff;
  transform: translateY(-2px);
}
.single-footer-widget .quick-links {
  padding-left: 0;
  margin-bottom: 0;
}
.single-footer-widget .quick-links li {
  color: #ffffff;
  font-size: 15px;
  list-style-type: none;
  margin-bottom: 15px;
}
.single-footer-widget .quick-links li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  position: relative;
}
.single-footer-widget .quick-links li a:hover {
  color: #3c62e9;
}
.single-footer-widget .quick-links li a:hover::before {
  width: 100%;
}
.single-footer-widget .quick-links li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: 0.5s;
  background-color: #3c62e9;
}
.single-footer-widget .quick-links li a i {
  position: relative;
  top: 1px;
}
.single-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .footer-newsletter-box p {
  color: #ffffff;
}
.single-footer-widget .footer-newsletter-box .newsletter-form {
  position: relative;
  margin-top: 20px;
}
.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0;
  height: 55px;
  padding: 15px;
  color: #202647;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
}
.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter::-moz-placeholder {
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #6b6b84;
}
.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter::placeholder {
  transition: 0.5s;
  color: #6b6b84;
}
.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter:focus {
  border: none;
  outline: 0;
}
.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.single-footer-widget .footer-newsletter-box .newsletter-form .default-btn {
  width: 100%;
  margin-top: 15px;
  border-radius: 5px;
}
.single-footer-widget .footer-newsletter-box .newsletter-form .default-btn span {
  background-color: #ffffff;
}
.single-footer-widget .footer-newsletter-box .newsletter-form .default-btn:hover {
  color: #3c62e9;
}
.single-footer-widget .footer-newsletter-box .newsletter-form #validator-newsletter {
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
}

.footer-shape {
  position: absolute;
  top: 70%;
  transform: translateY(-70%);
  z-index: -1;
}

/*================================================
Copy Right Area CSS
=================================================*/
.copyright-area {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.copyright-area-content p {
  color: #202647;
  font-weight: 500;
  font-size: 14px;
}
.copyright-area-content p a {
  display: inline-block;
  font-weight: 600;
  color: #3c62e9;
}
.copyright-area-content p a:hover {
  color: #202647;
}
.copyright-area-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
}
.copyright-area-content ul li {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
}
.copyright-area-content ul li a {
  display: inline-block;
  color: #202647;
  font-weight: 500;
}
.copyright-area-content ul li a:hover {
  color: #3c62e9;
}
.copyright-area-content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -12px;
  width: 1px;
  height: 12px;
  background-color: #3c62e9;
}
.copyright-area-content ul li:last-child {
  margin-right: 0;
}
.copyright-area-content ul li:last-child::before {
  display: none;
}
.copyright-area-content ul li:first-child {
  margin-left: 0;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: #ffffff;
  background-color: #202647;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 22px;
  transition: 0.9s;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
}
.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.go-top:hover {
  background-color: #3c62e9;
  color: #ffffff;
  transition: 0.5s;
  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: 5px 10px 5px;
  font-size: 13.5px;
  font-weight: 500;
  animation-name: tada;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.buy-now-btn:hover {
  background-color: #3c62e9;
  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 */




/*PC右侧导航 Start*/
.right-bar {
    position: fixed;
    z-index: 999;
    bottom: 35%;
    right: 20px;
    width: 40px;
    display: flex;
    flex-direction: column;
    background: #E7E7E7;
}

    .right-bar.right-bar-style-1 {
        width: 62px
    }

        .right-bar.right-bar-style-1 .right-bar-item {
            width: 62px;
            height: 64px
        }

            .right-bar.right-bar-style-1 .right-bar-item > span {
                display: block;
                font-size: 14px;
                line-height: 1;
                color: #797979;
                margin-top: 45px;
            }

        .right-bar .right-bar-style-1 .right-bar-item-icon {
            font-size: 28px;
            line-height: 42px;
            vertical-align: top
        }

    .right-bar.right-bar-color-1 .right-bar-item {
        position: relative;
        z-index: 0;
        color: #fff;
        background-color: var(--action-color)
    }

        .right-bar.right-bar-color-1 .right-bar-item:hover:before {
            position: absolute;
            z-index: -1;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: rgba(0,0,0,.1);
            content: ""
        }

    .right-bar.right-bar-pos-1 {
        right: auto;
        left: 50%;
        margin-left: 610px
    }

@media (max-width: 1219px) {
    .right-bar.right-bar-pos-1 {
        left: auto;
        right: 10px;
        margin-left: 0
    }
}


.right-bar .right-bar-item {
    position: relative;
    z-index: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    border-top: 1px solid #d3d3d3;
    box-sizing: initial
}


    .right-bar .right-bar-item:hover {
        color: #fff;
        background-color: #fff;
        cursor: pointer;
    }

        .right-bar .right-bar-item:hover .right-bar-item-inner {
            visibility: visible;
            opacity: 1;
            transform: translateX(-5px);
            transition: all .3s ease
        }

.right-bar .gotop, .right-bar .gotop.active {
    opacity: 0;
    transition: opacity .3s ease
}

    .right-bar .gotop.active {
        opacity: 1
    }

.right-bar .right-bar-item-icon {
    font-size: 20px;
    line-height: 40px
}

.right-bar .right-bar-item-inner {
    visibility: hidden;
    position: absolute;
    right: 98%;
    top: 50%;
    width: 250px;
    padding: 15px;
    font-size: 12px;
    color: var(--theme-black-color);
    text-align: left;
    background-color: var(--theme-el-bg-color);
    box-shadow: 0 0 3px 1px hsla(var(--theme-color-hsl),.1);
    opacity: 0;
    cursor: auto;
    transition: all .3s ease
}

    .right-bar .right-bar-item-inner:after {
        position: absolute;
        width: 5px;
        height: 100%;
        right: -5px;
        top: 0;
        content: ""
    }

    .right-bar .right-bar-item-inner.right-bar-item-type-2 {
        font-size: 14px;
        line-height: 1.6;
        background-color: white;
    }

    .right-bar .right-bar-item-inner img {
        max-width: 100%;
        height: auto
    }

    .right-bar .right-bar-item-inner .right-bar-item-img {
        display: block
    }

    .right-bar .right-bar-item-inner p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1;
        font-weight: 500;
        color: black;
        border-radius: 2px;
        text-align: center;
    }

@media (max-width: 767px) {
    .right-bar {
        display: none
    }
}

.right-bar-apply-icon {
    border-top: 0 !important;
    background-position: center 4px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-image: url('/static/image/right_bar_apply.png');
}

.right-bar-wecaht-icon {
    background-position: center 4px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-image: url('/static/image/right_bar_wechat.png');
}

.right-bar-top-icon {
    background-position: center 4px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-image: url('/static/image/right_bar_returnTop.png');
}
/*PC右侧导航 END*/

/*移动端弹出微信层 Start*/
.mwecahtp-pop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    overflow: hidden;
    display: none;
}


    .mwecahtp-pop .mwecahtp-pop-box {
        position: absolute;
        width: 80%;
        background-color: #fff;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 20px;
        padding: 20px;
    }

    .mwecahtp-pop .mwecahtp-pop-bg {
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .mwecahtp-pop .mwecahtp-pop-box-inner img {
        max-width: 100%;
    }

    .mwecahtp-pop .mwecahtp-pop-box-inner {
        text-align: center;
        color: #666;
        /*font-size: 14px;*/
    }

        .mwecahtp-pop .mwecahtp-pop-box-inner .qrcode {
            width: 150px;
            display: inline;
        }


        .mwecahtp-pop .mwecahtp-pop-box-inner .mwecahtp-tit {
            font-size: 18px;
            font-weight: 700;
            color: #000;
            margin-top: 10px;
        }

        .mwecahtp-pop .mwecahtp-pop-box-inner .open-wx-btn {
            width: 130px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-radius: 10px;
            overflow: hidden;
            margin: 10px auto 0 auto;
        }

            .mwecahtp-pop .mwecahtp-pop-box-inner .open-wx-btn a {
                display: block;
                color: #fff;
                background-color: #1aad17;
                font-size: 16px;
                font-weight: 700;
            }


    .mwecahtp-pop .mwecahtp-pop-box .mwecahtp-close {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
    }

        .mwecahtp-pop .mwecahtp-pop-box .mwecahtp-close img {
            width: 20px;
        }
/*移动端弹出微信层 End*/

/*移动端底部导航 Start*/
.addthis-smartlayers, .footer-bar {
    display: none
}

    .footer-bar, .footer-bar a {
        color: black;
    }

.footer-bar {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    font-size: 0;
    text-align: center;
    box-sizing: initial;
    background: white;
    border-top: 1px solid #E7E7E7;
}

@media (max-width: 767px) {
    .footer-bar {
        display: flex;
        justify-content: space-between
    }
}

.footer-bar .fb-item {
    width: 100%;
    padding-top: 7px;
    font-size: 14px;
    vertical-align: middle;
    background-position: center 5px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
}

    .footer-bar .fb-item span {
        display: block;
        font-size: 12px;
        line-height: 12px;
        margin-top: 22px;
    }

.footer-bar a {
    display: block;
    text-decoration: none
}

@media (max-width: 767px) {
    .footer.width-footer-bar {
        margin-bottom: 50px
    }
}

.footer-home-css {
    background-image: url('/static/footer/home.png');
}

.footer-service-css {
    background-image: url('/static/footer/wechat.png');
}

.footer-apply-css {
    background-image: url('/static/footer/apply.png');
}

.footer-top-css {
    background-image: url('/static/footer/top.png');
}
/*移动端底部导航 End*/
