/*
@File: driver Mode App 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
** - Preloader Area CSS
** - Navbar Area CSS
** - Banner Area CSS
** - Features Area CSS
** - Creative Area CSS
** - Services Area CSS
** - Development Area CSS
** - Video Section CSS
** - Choose Area CSS
** - Projects Area CSS
** - Clients Area CSS
** - Blog Area CSS
** - Banner Area Two CSS
** - Banner Area Three CSS
** - Banner Area Four CSS
** - Banner Area Five CSS
** - Banner Area Six CSS
** - Banner Area Eight CSS
** - Work Area CSS
** - Support Area CSS
** - Overview Area CSS
** - Fun Facts Area CSS
** - Team Area CSS
** - Skill Area CSS
** - Audience Area CSS
** - Solutions Area CSS
** - Design Area CSS
** - Counter Area CSS
** - Pricing Area CSS
** - Protfolio Area CSS
** - Process Area CSS
** - About Area CSS
** - Review Area CSS
** - Subscribe Area CSS
** - FAQ Area CSS
** - Learn Area CSS
** - App Area CSS
** - Data Area CSS
** - Customer Area CSS
** - More Features Area CSS
** - Digital Area CSS
** - Experience Area CSS
** - Contact Area CSS
** - Tech Area CSS
** - Agency Services Area CSS
** - Tab Area CSS
** - Page Title Area CSS
** - Pagination Area CSS
** - Login In CSS
** - Sign Up CSS
** - 404 Error Area CSS
** - Privacy Section CSS
** - Coming Soon Area CSS
** - Contact Section CSS
** - Services Details CSS
** - Projects Details Area CSS
** - Sidebar Widget Area CSS
** - Blog Details Area CSS
** - Fooetr Area CSS
** - Copy Right Area CSS
** - Go Top CSS

*/

/*================================================
Default CSS
=================================================*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  background: #ffffff;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #212121;
}

a:hover,
a:focus {
  color: #086ad8;
  text-decoration: none;
}

button {
  outline: 0 !important;
}

p {
  margin-bottom: 5px;
  line-height: 1.8;
  color: #666666;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

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;
}

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

.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: #212121;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.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;
}

.container-fluid {
  max-width: 1920px;
}

.default-btn {
  display: inline-block;
  padding: 14px 35px;
  background-color: #086ad8;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 2px;
  border: none;
}

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

.optional-btn {
  display: inline-block;
  padding: 14px 35px;
  background-color: #10dce8;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 2px;
  margin-left: 16px;
}

.optional-btn:hover {
  background-color: #086ad8;
  color: #ffffff;
}

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

.section-title h2 {
  font-size: 50px;
  margin: 0 0 12px 0;
  position: relative;
  line-height: 1;
}

.section-title span {
  color: #086ad8;
}

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

.section-title .bar {
  height: 4px;
  width: 85px;
  background: #086ad8;
  margin: 20px auto 0;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.section-title .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(85px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(85px);
    transform: translateX(85px);
  }
}

.default-shape .shape-1 {
  position: absolute;
  right: 10%;
  top: 16%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}

.default-shape .shape-2 {
  position: absolute;
  left: 10%;
  top: 16%;
  z-index: -1;
}

.default-shape .shape-2 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.default-shape .shape-3 {
  position: absolute;
  left: 5%;
  bottom: 25%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}

.default-shape .shape-4 {
  position: absolute;
  right: 10%;
  bottom: 25%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}

.default-shape .shape-5 {
  position: absolute;
  left: 50%;
  top: 10%;
  z-index: -1;
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}

/*================================================
Preloader Area CSS
=================================================*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  opacity: 0.7;
}

.preloader .preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader .preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #086ad8 !important;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader .preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*================================================
Navbar Area CSS
=================================================*/

.fria-responsive-nav {
  display: none;
}

.fria-nav {
  /* background: #1E319D; */
  background: #ffffff;
  padding: 10px 0;
  box-shadow: 0 0.46875rem 2.1875rem rgba(103, 144, 234, 0.03),
    0 0.9375rem 1.40625rem rgba(155, 182, 240, 0.03),
    0 0.25rem 0.53125rem rgba(136, 169, 242, 0.05),
    0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

.fria-nav .navbar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.fria-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.fria-nav .navbar .navbar-nav {
  margin-left: auto;
}

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

.fria-nav .navbar .navbar-nav .nav-item span {
  display: inline;
  font-size: 14px;
  color: #1e319d;
}

.fria-nav .navbar .navbar-nav .nav-item a {
  font-size: 15px;
  color: #212121;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 500;
  margin-left: 14px;
  margin-right: 14px;
}

.fria-nav .navbar .navbar-nav .nav-item a:hover,
.fria-nav .navbar .navbar-nav .nav-item a:focus,
.fria-nav .navbar .navbar-nav .nav-item a.active {
  color: #086ad8;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fria-nav .navbar .navbar-nav .nav-item a i {
  font-size: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: -4px;
  margin-right: -4px;
}

.fria-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.fria-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.fria-nav .navbar .navbar-nav .nav-item:hover a,
.fria-nav .navbar .navbar-nav .nav-item.active a {
  color: #086ad8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fria-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: -111px;
  width: 140px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}

.fria-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 5px;
}

.fria-nav .navbar .navbar-nav .nav-item .dropdown-menu li button {
  text-transform: capitalize;
  padding: 0px;
  margin: 0;
  position: relative;
  color: #212121;
  font-size: 15.5px;
  font-weight: 400;
}

.fria-nav .navbar .navbar-nav .nav-item .dropdown-menu li button:hover,
.fria-nav .navbar .navbar-nav .nav-item .dropdown-menu li button:focus,
.fria-nav .navbar .navbar-nav .nav-item .dropdown-menu li button.active {
  color: #086ad8;
  letter-spacing: 1px;
}

.fria-nav .navbar .navbar-nav .nav-item .dropdown-menu li button:hover::before,
.fria-nav .navbar .navbar-nav .nav-item .dropdown-menu li button:focus::before,
.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  button.active::before {
  display: none;
}

.fria-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -255px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

ul.navbar-nav1 {
  position: absolute;
  right: 60px;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  button {
  color: #212121;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  button:hover,
.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  button:focus,
.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  button.active {
  color: #086ad8;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  button {
  color: #212121;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  button:hover,
.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  button:focus,
.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  button.active {
  color: #086ad8;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  buttona {
  color: #212121;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  button:hover,
.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  button:focus,
.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  button.active {
  color: #086ad8;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  button {
  color: #212121;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  button:hover,
.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  button:focus,
.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  button.active {
  color: #086ad8;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  button {
  color: #212121;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  button:hover,
.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  button:focus,
.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  button.active {
  color: #086ad8;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  button {
  color: #212121;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  button:hover,
.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  button:focus,
.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  button.active {
  color: #086ad8;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  button {
  color: #086ad8;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  button {
  color: #086ad8;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  button {
  color: #086ad8;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  button {
  color: #086ad8;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  button {
  color: #086ad8;
}

.fria-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.fria-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active button {
  color: #086ad8;
}

.fria-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.fria-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  margin-top: 0;
}

.fria-nav .navbar .others-options {
  margin-left: 100px;
}

.fria-nav .navbar .others-options .option-item {
  color: #212121;
  display: inline-block;
  position: absolute;
  line-height: 1;
  right: 0;
  top: 3px;
  filter: invert(1);
}

.navbar-area.navbar-two {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
}

.navbar-area.navbar-two .fria-nav .navbar .navbar-nav {
  margin-left: auto;
  margin-right: 54px;
}

.dropdown-toggle::after {
  color: #0f0e0e;
  /* visibility: hidden; */
}

.navbar-area.navbar-two .fria-nav .navbar .others-options {
  margin-left: 0;
}

.navbar-area.navbar-two .fria-nav .navbar .others-options .default-btn {
  margin-left: 20px;
  background-color: #212121;
}

.navbar-area.navbar-two .fria-nav .navbar .others-options .default-btn:hover {
  background-color: #086ad8;
}

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

.navbar-area.is-sticky .fria-nav {
  padding-top: 0;
}

.navbar-area.is-sticky .fria-nav .navbar .navbar-nav .nav-item a {
  color: #212121;
}

.navbar-area.is-sticky .fria-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-area.is-sticky .fria-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-area.is-sticky .fria-nav .navbar .navbar-nav .nav-item a.active {
  color: #086ad8;
}

.navbar-area.is-sticky .fria-nav .navbar .others-options .option-item {
  color: #212121;
}

.navbar-area.is-sticky
  .fria-nav
  .navbar
  .others-options
  .option-item
  .search-btn {
  color: #212121;
}

.navbar-area.is-sticky
  .fria-nav
  .navbar
  .others-options
  .option-item
  .close-btn {
  color: #212121;
}

.navbar-area.is-sticky .fria-nav .navbar .others-options .burger-menu span {
  background: #212121;
}

.navbar-area.is-sticky
  .fria-nav
  .navbar
  .others-options
  .burger-menu:hover
  span {
  background: #086ad8;
}

.search-overlay {
  display: none;
}

.search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
}

.search-overlay.search-popup .search-form {
  position: relative;
}

.search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #212121;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 4px;
  padding-left: 10px;
}

.search-overlay.search-popup .search-form .search-input:focus {
  border-color: #086ad8;
}

.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  color: #666666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}

.search-overlay.search-popup .search-form .search-button:hover,
.search-overlay.search-popup .search-form .search-button:focus {
  color: #086ad8;
}
.sidebar-modal {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 5%);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.sidebar-modal .sidebar-modal-inner {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  background-color: rgb(255 255 255 / 90%);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.sidebar-modal .sidebar-modal-inner .close-btn {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #212121;
  opacity: 0.66;
  cursor: pointer;
}

.sidebar-modal .sidebar-modal-inner .close-btn:hover {
  opacity: 1;
}

.sidebar-modal .sidebar-modal-inner .contact-form {
  padding: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: unset;
}

.sidebar-modal .sidebar-modal-inner .contact-form .send-btn .send-btn-one {
  display: inline-block;
  padding: 14px 35px;
  background-color: #086ad8;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
}

.sidebar-modal
  .sidebar-modal-inner
  .contact-form
  .send-btn
  .send-btn-one:hover {
  background-color: #10dce8;
  color: #ffffff;
}

.sidebar-modal .sidebar-about-area {
  margin-bottom: 40px;
}

.sidebar-modal .sidebar-about-area .title h2 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 20px 0 0 0;
  color: #8497b0;
  text-transform: uppercase;
  line-height: 30px;
  text-align: center;
}

.sidebar-modal .sidebar-about-area .title p {
  margin-top: 15px;
  font-size: 15px;
}

.sidebar-modal .sidebar-contact-feed {
  margin-bottom: 40px;
}

.sidebar-modal .sidebar-contact-feed h2 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.sidebar-modal .sidebar-contact-area .contact-info {
  text-align: center;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 {
  margin-bottom: 0;
  text-transform: lowercase;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a {
  display: inline-block;
  color: #086ad8;
}

.sidebar-modal
  .sidebar-contact-area
  .contact-info
  .contact-info-content
  h2
  a:hover {
  color: #212121;
}

.sidebar-modal
  .sidebar-contact-area
  .contact-info
  .contact-info-content
  h2
  a:not(:first-child) {
  color: #212121;
}

.sidebar-modal
  .sidebar-contact-area
  .contact-info
  .contact-info-content
  h2
  a:not(:first-child):hover {
  color: #086ad8;
}

.sidebar-modal
  .sidebar-contact-area
  .contact-info
  .contact-info-content
  h2
  span {
  display: block;
  color: #666666;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.sidebar-modal
  .sidebar-contact-area
  .contact-info
  .contact-info-content
  .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}

.sidebar-modal
  .sidebar-contact-area
  .contact-info
  .contact-info-content
  .social
  li {
  display: inline-block;
  margin: 0 1px;
  padding-left: 0;
}

.sidebar-modal
  .sidebar-contact-area
  .contact-info
  .contact-info-content
  .social
  li
  a {
  width: 35px;
  height: 35px;
  line-height: 34px;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #aba5a5;
  display: block;
}

.sidebar-modal
  .sidebar-contact-area
  .contact-info
  .contact-info-content
  .social
  li
  a
  i {
  font-size: 14px;
}

.sidebar-modal
  .sidebar-contact-area
  .contact-info
  .contact-info-content
  .social
  li
  a:hover {
  color: #ffffff;
  border-color: #086ad8;
  background-color: #086ad8;
}

.sidebar-modal.active {
  opacity: 1;
  visibility: visible;
}

.sidebar-modal.active .sidebar-modal-inner {
  right: 0;
}

.sidebar_list li {
  padding: 5px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .fria-responsive-nav {
    display: block;
    background-color: #1e319d;
    padding: 10px 0;
  }

  .fria-responsive-nav .fria-responsive-menu {
    position: relative;
  }

  .fria-responsive-nav .fria-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }

  .fria-responsive-nav
    .fria-responsive-menu.mean-container
    .mean-nav
    ul
    li
    a.active {
    color: #086ad8;
  }

  .fria-responsive-nav
    .fria-responsive-menu.mean-container
    .mean-nav
    ul
    li
    a
    i {
    display: none;
  }

  .fria-responsive-nav
    .fria-responsive-menu.mean-container
    .mean-nav
    ul
    li
    li
    a {
    font-size: 14px;
  }

  .fria-responsive-nav .fria-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 336px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }

  .fria-responsive-nav .mean-container a.meanmenu-reveal {
    color: #212121;
    display: none !important;
  }

  .fria-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #212121;
  }

  .fria-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
  }
}

/*================================================
Banner Area CSS
=================================================*/
.main-banner-area {
  position: relative;
  overflow: hidden;
}

.home-sliders .home-item {
  position: relative;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.home-sliders .home-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #086ad8;
  opacity: 0.6;
}

.home-sliders .home-item.item-bg1 {
  background-image: url(../img/home-one/slider-bg.png);
}

.home-sliders .home-item .main-banner-content {
  position: relative;
  max-width: 630px;
}

.home-sliders .home-item .main-banner-content h1 {
  font-size: 70px;
  color: #ffffff;
  margin: 5px 0 15px 0;
}

.home-sliders .home-item .main-banner-content p {
  color: #ffffff;
  margin-bottom: 0;
}

.home-sliders .home-item .main-banner-content .banner-btn {
  margin-top: 30px;
}

.home-sliders .home-item .main-banner-content .banner-btn .default-btn {
  -webkit-box-shadow: 5px 5px #10dce875;
  box-shadow: 5px 5px #10dce875;
}

.home-sliders .home-item .main-banner-content .banner-btn .default-btn:hover {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.home-sliders .banner-image {
  position: absolute;
  top: 10px;
  right: 0;
  text-align: right;
}

.home-sliders .banner-image .banner-img {
  position: absolute;
  top: 70px;
  right: 0;
  text-align: right;
  max-width: 550px;
}

.home-sliders.owl-theme .owl-nav {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-sliders.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: #212121;
  border-radius: 2px;
  width: 55px;
  height: 55px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
}

.home-sliders.owl-theme .owl-nav [class*="owl-"] i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-sliders.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 20px;
}

.home-sliders.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #086ad8;
  color: #ffffff;
}

.home-sliders.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}

.home-sliders.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.home-sliders.owl-theme .owl-dots .owl-dot:hover span,
.home-sliders.owl-theme .owl-dots .owl-dot.active span {
  background-color: #10dce8;
}

.home-sliders.owl-theme .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.home-sliders.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

/*================================================
Features Area CSS
=================================================*/
.features-content {
  text-align: center;
  margin-bottom: 20px;
}

.features-content .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #d1f9fc;
  color: #10dce8;
  text-align: center;
  border-radius: 50px;
  font-size: 35px;
}

.features-content .icon.left-icon i {
  padding-left: 5px;
}

.features-content h3 {
  font-size: 25px;
  margin: 16px 0 8px 0;
}

/*================================================
Creative Area CSS
=================================================*/
.creative-content h3 {
  font-size: 40px;
  margin-bottom: 16px;
  position: relative;
}

.creative-content h3::before {
  content: "";
  position: absolute;
}

.creative-content span {
  color: #086ad8;
}

.creative-content .bar {
  height: 4px;
  width: 85px;
  background: #086ad8;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}

.creative-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.skill-bar {
  margin-top: 30px;
  font-family: "Poppins", sans-serif;
}

.skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 10px;
}

.skill-bar .progress-title {
  font-size: 18px;
  font-weight: 600;
  color: #212121;
}

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

.skill-bar .progress-number-mark {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 16px;
  color: #212121;
  font-weight: 500;
}

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

.skill-bar .progress-content {
  height: 6px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#bcf2f5),
    color-stop(#b0eaf7),
    color-stop(#a9e0f9),
    color-stop(#a7d6f9),
    to(#abcbf6)
  );
  background: linear-gradient(
    to right,
    #bcf2f5,
    #b0eaf7,
    #a9e0f9,
    #a7d6f9,
    #abcbf6
  );
  border-radius: 4px;
  width: 0%;
}

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

.creative-image img {
  display: none;
}

.creative-video {
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 210px;
  margin: auto;
}

.creative-video .video-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #086ad8;
  position: relative;
  z-index: 1;
}

.creative-video .video-btn i {
  font-size: 35px;
  position: relative;
  top: 5px;
  left: 4px;
}

.creative-video .video-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.creative-video .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.creative-video .video-btn:hover,
.creative-video .video-btn .video-content .video-btn:focus {
  background-color: #086ad8;
  color: #ffffff;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }

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

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }

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

/*================================================
Services Area CSS
=================================================*/
.services-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.services-section.bg-color {
  background-color: #f0f4f8;
  border-bottom: 1px solid #f3f3f3;
}

.services-section.bg-background {
  background-image: url(../img/services-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.single-services {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.single-services .icon {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services .icon i {
  display: inline-block;
  height: 70px;
  width: 90px;
  line-height: 70px;
  background-color: #f0f7fd;
  text-align: center;
  font-size: 30px;
  color: #086ad8;
  border-radius: 30px 5px 30px 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services .icon.bg-deb0fe i {
  background-color: #deb0fe;
  color: #ffffff;
  border-radius: 50px;
  height: 70px;
  width: 70px;
  line-height: 70px;
}

.single-services .icon.bg-79e8e2 i {
  background-color: #79e8e2;
  color: #ffffff;
  border-radius: 50px;
  height: 70px;
  width: 70px;
  line-height: 70px;
}

.single-services .icon.bg-fcc774 i {
  background-color: #fcc774;
  color: #ffffff;
  border-radius: 50px;
  height: 70px;
  width: 70px;
  line-height: 70px;
}

.single-services .icon.bg-84b7fd i {
  background-color: #84b7fd;
  color: #ffffff;
  border-radius: 50px;
  height: 70px;
  width: 70px;
  line-height: 70px;
}

.single-services .icon.bg-fe929f i {
  background-color: #fe929f;
  color: #ffffff;
  border-radius: 50px;
  height: 70px;
  width: 70px;
  line-height: 70px;
}

.single-services .icon.bg-2e1342 i {
  background-color: #2e1342;
  color: #ffffff;
  border-radius: 50px;
  height: 70px;
  width: 70px;
  line-height: 70px;
}

.single-services h3 {
  font-size: 24px;
  margin: 20px 0 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services p {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services .read-btn {
  display: inline-block;
  margin-top: 12px;
  font-weight: 600;
  font-size: 15px;
}

.single-services::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  background: #00b0ee;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}

.single-services:hover {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.single-services:hover::before {
  height: 100%;
}

.single-services:hover h3 {
  color: #ffffff;
}

.single-services:hover p {
  color: #ffffff;
}

.single-services:hover .read-btn {
  color: #ffffff;
}

.single-services-two {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px dashed #c77efb;
}

.single-services-two .icon i {
  color: #c77efb;
  font-size: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-two h3 {
  font-size: 25px;
  margin: 10px 0 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-two p {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-two .read-btn {
  display: inline-block;
  margin-top: 12px;
  font-weight: 600;
  font-size: 15px;
}

.single-services-two::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  background: #c77efb;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}

.single-services-two:hover {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.single-services-two:hover::before {
  height: 100%;
}

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

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

.single-services-two:hover .read-btn {
  color: #ffffff;
}

.single-services-two:hover .icon i {
  color: #ffffff;
}

.single-services-two.bg-fc9ba7 {
  border: 1px dashed #fc9ba7;
}

.single-services-two.bg-fc9ba7 .icon i {
  color: #fc9ba7;
}

.single-services-two.bg-fc9ba7::before {
  background: #fc9ba7;
}

.single-services-two.bg-fc9ba7:hover {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.single-services-two.bg-fc9ba7:hover::before {
  height: 100%;
}

.single-services-two.bg-fc9ba7:hover .icon i {
  color: #ffffff;
}

.single-services-two.bg-2cdcf7 {
  border: 1px dashed #2cdcf7;
}

.single-services-two.bg-2cdcf7 .icon i {
  color: #2cdcf7;
}

.single-services-two.bg-2cdcf7::before {
  background: #2cdcf7;
}

.single-services-two.bg-2cdcf7:hover {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.single-services-two.bg-2cdcf7:hover::before {
  height: 100%;
}

.single-services-two.bg-2cdcf7:hover .icon i {
  color: #ffffff;
}

.single-services-two.bg-009af0 {
  border: 1px dashed #009af0;
}

.single-services-two.bg-009af0 .icon i {
  color: #009af0;
}

.single-services-two.bg-009af0::before {
  background: #009af0;
}

.single-services-two.bg-009af0:hover {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.single-services-two.bg-009af0:hover::before {
  height: 100%;
}

.single-services-two.bg-009af0:hover .icon i {
  color: #ffffff;
}

.single-services-two.bg-f4d62c {
  border: 1px dashed #f4d62c;
}

.single-services-two.bg-f4d62c .icon i {
  color: #f4d62c;
}

.single-services-two.bg-f4d62c::before {
  background: #f4d62c;
}

.single-services-two.bg-f4d62c:hover {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.single-services-two.bg-f4d62c:hover::before {
  height: 100%;
}

.single-services-two.bg-f4d62c:hover .icon i {
  color: #ffffff;
}

.single-services-two.bg-1e2d75 {
  border: 1px dashed #1e2d75;
}

.single-services-two.bg-1e2d75 .icon i {
  color: #1e2d75;
}

.single-services-two.bg-1e2d75::before {
  background: #1e2d75;
}

.single-services-two.bg-1e2d75:hover {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.single-services-two.bg-1e2d75:hover::before {
  height: 100%;
}

.single-services-two.bg-1e2d75:hover .icon i {
  color: #ffffff;
}

@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
    transform: translate(-73px, 1px) rotate(-36deg);
  }

  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
    transform: translate(-141px, -72px) rotate(-72deg);
  }

  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
    transform: translate(-83px, -122px) rotate(-108deg);
  }

  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
    transform: translate(40px, -72px) rotate(-144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
    transform: translate(-73px, 1px) rotate(-36deg);
  }

  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
    transform: translate(-141px, -72px) rotate(-72deg);
  }

  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
    transform: translate(-83px, -122px) rotate(-108deg);
  }

  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
    transform: translate(40px, -72px) rotate(-144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-webkit-keyframes moveScale {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

@keyframes moveScale {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

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

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

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

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*================================================
Development Area CSS
=================================================*/
.development-text h3 {
  font-size: 40px;
  margin-bottom: 16px;
  position: relative;
}

.development-text h3::before {
  content: "";
  position: absolute;
}

.development-text span {
  color: #086ad8;
}

.development-text .bar {
  height: 4px;
  width: 85px;
  background: #086ad8;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}

.development-text .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.development-content {
  position: relative;
  padding-left: 85px;
  margin-top: 30px;
}

.development-content .icon {
  position: absolute;
  left: 0;
}

.development-content .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #e5c2fe;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  font-size: 35px;
}

.development-content .icon.bg-05dbcf i {
  background-color: #05dbcf;
}

.development-content .icon.bg-fec66f i {
  background-color: #fec66f;
}

.development-content .icon.bg-66a6ff i {
  background-color: #66a6ff;
}

.development-content span {
  color: #086ad8;
}

.development-content h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

/*================================================
Video Section CSS
=================================================*/
.video-section {
  background-image: url(../img/video-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 100px;
  height: 400px;
}

.video-content {
  text-align: center;
  position: relative;
}

.video-content .video-btn {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 100px;
  background-color: #086ad8;
  border-radius: 50%;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.video-content .video-btn i {
  font-size: 30px;
  position: relative;
  top: 2px;
  left: 4px;
}

.video-content .video-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid "Poppins", sans-serif;
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.video-content .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #086ad8;
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.video-content .video-btn:hover,
.video-content .video-btn .video-content .video-btn:focus {
  background-color: #ffffff;
  color: #086ad8;
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }

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

/*================================================
Choose Area CSS
=================================================*/
.choose-content {
  position: relative;
  margin-top: 40px;
  padding: 20px 40px 20px 120px;
  background-color: #f5f9fd;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.choose-content .icon {
  position: absolute;
  left: 30px;
  top: 26px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.choose-content .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #086ad8;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  font-size: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.choose-content h3 {
  font-size: 22px;
  margin-bottom: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.choose-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background: #086ad8;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
}

.choose-content:hover {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.choose-content:hover::before {
  width: 100%;
}

.choose-content:hover h3 {
  color: #ffffff;
}

.choose-content:hover p {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.choose-content:hover .icon i {
  background-color: #ffffff;
  color: #086ad8;
}

.choose-text {
  position: relative;
  padding-left: 70px;
  margin-bottom: 0px;
}

.choose-text .icon {
  position: absolute;
  top: 0;
  left: 0;
  background: #ebecf2;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 100%;
}

.choose-text h2 {
  margin-bottom: 7px !important;
}

.choose-text h3 {
  font-size: 13px;
  margin-bottom: 7px !important;
  font-weight: 500;
  color: #1e319d;
}

.choose-text h2 {
  color: #7c8897;
  font-size: 16px;
  font-weight: 600;
}

.image {
  text-align: center;
}

/*================================================
Projects Area CSS
=================================================*/
.single-projects {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.single-projects.two {
  margin-bottom: 0;
}

.single-projects::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #086ad8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-projects .projects-content {
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  text-align: center;
  right: 0;
  color: #ffffff;
  margin-top: 0;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-projects .projects-content:hover {
  text-decoration: none;
}

.single-projects .projects-content h3 {
  color: #ffffff;
  font-size: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 5px;
}

.single-projects .projects-content span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-projects:hover::before,
.single-projects:focus::before {
  opacity: 0.8;
  visibility: visible;
}

.single-projects:hover .projects-content,
.single-projects:focus .projects-content {
  opacity: 1;
  visibility: visible;
  margin-top: -15px;
}

.single-projects .projects-image img {
  width: 100%;
}

/*================================================
Clients Area CSS
=================================================*/
.clients-section.bg-background {
  background-image: url(../img/clients-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.clients-section.bg-background .section-title h2 {
  color: #ffffff;
}

.clients-section.bg-background .section-title p {
  color: #ffffff;
}

.clients-section.bg-background .clients-slider .clients-item p {
  color: #ffffff;
}

.clients-section.bg-background
  .clients-slider
  .clients-item
  .clients-content
  h3 {
  color: #ffffff;
}

.clients-section.bg-background
  .clients-slider
  .clients-item
  .clients-content
  span {
  color: #ffffff;
}

.clients-slider .clients-item {
  text-align: center;
}

.clients-slider .clients-item .icon i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #086ad8;
  color: #ffffff;
  font-size: 40px;
  border-radius: 50px;
}

.clients-slider .clients-item p {
  font-style: italic;
  max-width: 860px;
  margin: 20px auto 0;
}

.clients-slider .clients-item .clients-content {
  margin-top: 50px;
  position: relative;
}

.clients-slider .clients-item .clients-content::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  background-color: #086ad8;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -25px;
}

.clients-slider .clients-item .clients-content h3 {
  font-size: 25px;
  margin-bottom: 5px;
}

.clients-slider .clients-item .clients-content span {
  font-weight: 500;
  font-size: 15px;
}

.clients-slider.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background: #212121;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.clients-slider.owl-theme .owl-dots .owl-dot:hover span,
.clients-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: #086ad8;
}

.clients-slider.owl-theme .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.clients-slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog {
  margin-bottom: 30px;
}

.single-blog .content {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  padding: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog .content span {
  font-size: 14px;
  color: #086ad8;
}

.single-blog .content h3 {
  font-size: 22px;
  margin: 10px 0 6px 0;
  line-height: 1.5;
}

.single-blog .content .read-more {
  font-size: 15px;
  font-weight: 600;
}

.single-blog:hover h3 a {
  color: #086ad8;
}

.single-blog:hover .read-more {
  color: #086ad8;
  letter-spacing: 1px;
}

/*================================================
Banner Area Two CSS
=================================================*/
.main-banner-area-two {
  position: relative;
  height: 100vh;
  z-index: 1;
  background-color: #d0e8fc;
  border-bottom: 1px solid #f3f3f3;
  overflow: hidden;
}

.main-banner-area-two .main-banner-content {
  position: relative;
  max-width: 530px;
  margin-left: auto;
  margin-top: -130px;
}

.main-banner-area-two .main-banner-content h1 {
  font-size: 70px;
  color: #212121;
  margin: 5px 0 15px 0;
}

.main-banner-area-two .main-banner-content p {
  color: #212121;
  margin-bottom: 0;
}

.main-banner-area-two .main-banner-content .banner-btn {
  margin-top: 30px;
}

.main-banner-area-two .banner-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.main-banner-area-two .banner-image {
  position: relative;
  margin-top: -40px;
}

.main-banner-area-two .banner-image img {
  position: absolute;
}

.main-banner-area-two .banner-image img:nth-child(1) {
  top: 12px;
  left: 0;
  z-index: 999;
  max-width: 156px;
}

.main-banner-area-two .banner-image img:nth-child(2) {
  left: 16%;
  top: -214px;
  z-index: 999;
}

.main-banner-area-two .banner-image img:nth-child(3) {
  left: 30%;
  z-index: 999;
  top: -246px;
}

.main-banner-area-two .banner-image img:nth-child(4) {
  right: -24px;
  top: -172px;
  max-width: 820px;
}

.main-banner-area-two .banner-image img:nth-child(5) {
  top: 12px;
  right: 0;
  z-index: 999;
  max-width: 156px;
}

.main-banner-area-two .banner-image img:last-child {
  display: none;
}

/*================================================
Banner Area Three CSS
=================================================*/
.main-banner-area-three {
  position: relative;
  height: 780px;
  z-index: 1;
  background-image: url(../img/home-three/banner-bg1.jpg);
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.main-banner-area-three .main-banner-content {
  position: relative;
  max-width: 530px;
  margin-left: auto;
}

.main-banner-area-three .main-banner-content h1 {
  font-size: 70px;
  color: #212121;
  margin: 10px 0 15px 0;
}

.main-banner-area-three .main-banner-content span {
  font-size: 16px;
  color: #086ad8;
  font-weight: 600;
}

.main-banner-area-three .main-banner-content p {
  color: #212121;
  margin-bottom: 0;
}

.main-banner-area-three .main-banner-content .banner-btn {
  margin-top: 30px;
}

.main-banner-area-three .banner-image {
  position: relative;
  margin-top: -40px;
}

.main-banner-area-three .banner-image img {
  position: absolute;
}

.main-banner-area-three .banner-image img:nth-child(1) {
  top: 12px;
  right: -30px;
  z-index: 999;
}

.main-banner-area-three .banner-image img:nth-child(2) {
  left: 45%;
  top: 100px;
  z-index: 999;
}

.main-banner-area-three .banner-image img:nth-child(3) {
  left: 100px;
  z-index: 999;
  top: 109px;
}

.main-banner-area-three .banner-image img:nth-child(4) {
  left: -112px;
  top: -85px;
}

.main-banner-area-three .banner-image img:nth-child(5) {
  top: -192px;
  left: 15%;
}

.main-banner-area-three .banner-image img:last-child {
  display: none;
}

/*================================================
Banner Area Four CSS
=================================================*/
.main-banner-area-four {
  position: relative;
  height: 100vh;
  /* width:100%; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  /* background-image: url(../img/home-one/slider-bg.png); */
  overflow: hidden;
}

.main-banner-area-four::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgb(30, 49, 157);
  background: linear-gradient(
    0deg,
    rgba(30, 49, 157, 1) 0%,
    rgba(15, 25, 79, 0.39) 100%
  );
}

.main-banner-area-four .main-banner-content {
  position: relative;
  max-width: 530px;
  margin-left: auto;
}

.main-banner-area-four .main-banner-content h1 {
  font-size: 70px;
  color: #212121;
  margin: 10px 0 15px 0;
}

.main-banner-area-four .main-banner-content span {
  font-size: 16px;
  color: #212121;
  font-weight: 600;
}

.main-banner-area-four .main-banner-content p {
  color: #212121;
  margin-bottom: 0;
}

.main-banner-area-four .main-banner-content .banner-btn {
  margin-top: 30px;
}
.main-banner-area-four {
  text-align: center;
}
/* .main-banner-area-four .banner-image {
    text-align: center;
} */

.main-banner-area-four1 {
  position: relative;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: url(../img/success.png);
  overflow: hidden;
}

.main-banner-area-four1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  /* background: rgb(30, 49, 157);
    background: linear-gradient(0deg, rgba(30, 49, 157, 1) 0%, rgba(15, 25, 79, 0.39) 100%); */
}
.main-banner-area-four2 {
  position: relative;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: url(../img/invaild.jpg);
  overflow: hidden;
}
.main-banner-area-four2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .main-banner-area-four1 {
    background-size: contain;
  }
  .main-banner-area-four2 {
    background-size: contain;
    background-position: center;
    height: 80vh;
  }
}

/*================================================
Work Area CSS
=================================================*/
.work-section.bg-f6f6fe {
  background-color: #f6f6fe;
}

.work-content {
  max-width: 550px;
  margin-left: auto;
}

.work-content h3 {
  font-size: 36px;
}

.work-content span {
  color: #086ad8;
}

.work-content p {
  margin-bottom: 0;
}

.work-content h4 {
  font-size: 25px;
  margin: 6px 0 8px 0;
}

.work-content .work-status {
  position: relative;
  margin-top: 20px;
}

.work-content .work-status h3 {
  margin-bottom: 0;
  line-height: 1;
  font-size: 50px;
  color: #086ad8;
}

.work-content .work-status h3 .sign-icon {
  display: inline-block;
  font-size: 46px;
  position: absolute;
  top: 6px;
}

.work-content .work-status p {
  margin: 0 0 0 0;
}

.work-image {
  background-image: url(../img/work-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.work-image img {
  display: none;
}

.work-video {
  text-align: center;
  position: absolute;
  left: -25px;
  bottom: 210px;
  margin: auto;
}

.work-video .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 82px;
  background-color: #086ad8;
  border-radius: 50%;
  color: #086ad8;
  position: relative;
  z-index: 1;
}

.work-video .video-btn i {
  font-size: 35px;
  position: relative;
  top: 5px;
  left: 4px;
  color: #ffffff;
}

.work-video .video-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #086ad8;
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.work-video .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #086ad8;
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.work-video .video-btn:hover,
.work-video .video-btn .video-content .video-btn:focus {
  background-color: #086ad8;
  color: #086ad8;
}

/*================================================
Support Area CSS
=================================================*/
.support-content {
  position: relative;
  margin-bottom: 30px;
  padding-left: 65px;
}

.support-content:last-child {
  margin-bottom: 0;
}

.support-content .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.support-content .icon i {
  font-size: 50px;
  color: #086ad8;
}

.support-content h3 {
  font-size: 25px;
  margin: 0 0 4px 0;
}

/*================================================
Overview Area CSS
=================================================*/
.overview-section {
  background-color: #f0f1fe;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.overview-content {
  text-align: center;
  margin-bottom: 30px;
}

.overview-content .icon {
  display: inline-block;
  height: 100px;
  width: 100px;
  background-color: #ffffff;
  line-height: 108px;
  border-radius: 50px;
  border: 1px dashed #086ad8;
}

.overview-content .icon i {
  display: inline-block;
  height: 80px;
  width: 80px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#85edfe),
    color-stop(#6ee0ff),
    color-stop(#60d2ff),
    color-stop(#5fc2ff),
    to(#6bb1ff)
  );
  background: linear-gradient(
    to right,
    #85edfe,
    #6ee0ff,
    #60d2ff,
    #5fc2ff,
    #6bb1ff
  );
  line-height: 80px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 30px;
}

.overview-content h3 {
  margin: 14px 0 10px 0;
  font-size: 30px;
}

.overview-content p {
  margin-bottom: 0;
}

/*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-area {
  position: relative;
  background-image: url(../img/counter-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.single-fun-fact {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 35px;
  border-radius: 10px;
}

.single-fun-fact h3 {
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1;
  font-size: 50px;
}

.single-fun-fact p {
  margin: 0 0 0 0;
  font-size: 16px;
  font-weight: 500;
}

.single-fun-fact .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #e2edfd;
  color: #086ad8;
  font-size: 30px;
  border-radius: 50px;
}

/*================================================
Team Area CSS
=================================================*/
.team-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-team {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.single-team .content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  padding: 20px;
  max-width: 300px;
  margin: -80px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .content h3 {
  font-size: 22px;
  margin-bottom: 6px;
}

.single-team .content span {
  font-size: 15px;
  font-weight: 500;
}

.single-team .content .social {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -40px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .content .social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

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

.single-team .content .social i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #086ad8;
  color: #ffffff;
  font-size: 14px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .content .social i:hover {
  background-color: #10dce8;
}

.single-team:hover .content .social {
  margin-top: 15px;
  opacity: 1;
}

.team-item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.team-item .image {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-item .image .social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.team-item .image .social li {
  display: inline-block;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-left: 1px;
  margin-right: 1px;
}

.team-item .image .social li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #086ad8;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #ffffff;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.team-item .image .social li a:hover {
  color: #ffffff;
  background-color: #10dce8;
}

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

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

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

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

.team-item .content {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
  padding: 30px;
}

.team-item .content h3 {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
}

.team-item .content span {
  display: block;
  color: #086ad8;
  font-size: 14px;
  margin-top: 6px;
}

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

/*================================================
Skill Area CSS
=================================================*/
.skills-section {
  overflow: hidden;
}

.skills-image {
  background-image: url(../img/skills.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
}

.skills-image img {
  display: none;
}

.skills-area {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  padding: 50px;
  margin-left: -200px;
  margin-right: 200px;
}

.skills-area .skills-content h3 {
  font-size: 40px;
  margin-bottom: 16px;
  position: relative;
}

.skills-area .skills-content h3::before {
  content: "";
  position: absolute;
}

.skills-area .skills-content span {
  color: #086ad8;
}

.skills-area .skills-content .bar {
  height: 4px;
  width: 85px;
  background: #086ad8;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}

.skills-area .skills-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.skills-area .skill-bar {
  margin-top: 30px;
  font-family: "Poppins", sans-serif;
}

.skills-area .skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 10px;
}

.skills-area .skill-bar .progress-title {
  font-size: 18px;
  font-weight: 600;
  color: #212121;
}

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

.skills-area .skill-bar .progress-number-mark {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 16px;
  color: #212121;
  font-weight: 500;
}

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

.skills-area .skill-bar .progress-content {
  height: 6px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#bcf2f5),
    color-stop(#b0eaf7),
    color-stop(#a9e0f9),
    color-stop(#a7d6f9),
    to(#abcbf6)
  );
  background: linear-gradient(
    to right,
    #bcf2f5,
    #b0eaf7,
    #a9e0f9,
    #a7d6f9,
    #abcbf6
  );
  border-radius: 4px;
  width: 0%;
}

/*================================================
Audience Area CSS
=================================================*/
.audience-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.audience-content h3 {
  font-size: 40px;
  margin-bottom: 16px;
  position: relative;
}

.audience-content h3::before {
  content: "";
  position: absolute;
}

.audience-content span {
  color: #086ad8;
}

.audience-content .bar {
  height: 4px;
  width: 85px;
  background: #086ad8;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}

.audience-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.audience-content .audience-btn {
  margin-top: 25px;
}

/*================================================
Solutions Area CSS
=================================================*/
.solutions-content-area {
  max-width: 535px;
  margin-left: auto;
}

.solutions-content-area .solutions-content h3 {
  font-size: 40px;
  margin-bottom: 16px;
  position: relative;
}

.solutions-content-area .solutions-content h3::before {
  content: "";
  position: absolute;
}

.solutions-content-area .solutions-content span {
  color: #086ad8;
}

.solutions-content-area .solutions-content .bar {
  height: 4px;
  width: 85px;
  background: #086ad8;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}

.solutions-content-area .solutions-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.solutions-content-area .solutions-content .audience-btn {
  margin-top: 25px;
}

.solutions-content-area .solutions-details {
  margin-top: 30px;
  position: relative;
  padding-left: 85px;
}

.solutions-content-area .solutions-details .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.solutions-content-area .solutions-details .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #f2e4fc;
  color: #b45df5;
  text-align: center;
  font-size: 32px;
  border-radius: 50px;
}

.solutions-content-area .solutions-details .icon.bg-d3fbf9 i {
  background-color: #d3fbf9;
  color: #4ee8df;
}

.solutions-content-area .solutions-details .icon.bg-fce8c9 i {
  background-color: #fce8c9;
  color: #f7b042;
}

.solutions-content-area .solutions-details .icon.bg-d5e6fe i {
  background-color: #d5e6fe;
  color: #7fb4ff;
}

.solutions-content-area .solutions-details h3 {
  font-size: 22px;
  margin: 0 0 8px 0;
}

.solutions-content-area .solutions-details p {
  margin-bottom: 0;
  font-size: 14px;
}

.solutions-image {
  background-image: url(../img/solutions.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
}

.solutions-image img {
  display: none;
}

/*================================================
Design Area CSS
=================================================*/
.design-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.design-content h3 {
  font-size: 40px;
  margin-bottom: 16px;
}

.design-content span {
  color: #086ad8;
}

.design-content p {
  margin-bottom: 0;
}

.design-content .bar {
  height: 4px;
  width: 85px;
  background: #086ad8;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}

.design-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.design-content .design-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.design-content .design-list li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #212121;
  font-weight: 600;
}

.design-content .design-list i {
  color: #086ad8;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background-color: #d7f2fc;
  text-align: center;
  margin-right: 5px;
}

/*================================================
Counter Area CSS
=================================================*/
.counter-section {
  background-color: #eceefe;
}

.single-counter {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 35px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.single-counter h3 {
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1;
  font-size: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-counter p {
  margin: 0 0 0 0;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-counter .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #e2edfd;
  color: #086ad8;
  font-size: 30px;
  border-radius: 50px;
}

.single-counter::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  background: #086ad8;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}

.single-counter:hover::before {
  height: 100%;
}

.single-counter:hover h3 {
  color: #ffffff;
}

.single-counter:hover p {
  color: #ffffff;
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-section {
  background-color: #faf9ff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-pricing {
  background-color: #c2f2fd;
  padding: 50px 90px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 50px 4px 50px 4px;
}

.single-pricing .pricing-header h3 {
  font-size: 25px;
  color: #000000;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing .pricing-header p {
  color: #000000;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing .price {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  font-size: 25px;
  border-radius: 50px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing .price sup {
  font-weight: 400;
}

.single-pricing .price sub {
  font-weight: 400;
}

.single-pricing .pricing-list {
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing .pricing-list li {
  list-style-type: none;
  padding-bottom: 12px;
  font-size: 16px;
  color: #212121;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing .pricing-list li:last-child {
  padding-bottom: 0;
}

.single-pricing .pricing-list i {
  color: #086ad8;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing .price-btn {
  margin-top: 25px;
}

.single-pricing .price-btn .default-btn {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  padding: 12px 30px;
  display: inline-block;
  background-color: #ffffff;
  color: #212121;
  font-weight: 600;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing:hover .price-btn .default-btn {
  background-color: #086ad8;
  color: #ffffff;
}

.single-pricing.two {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing.two:hover {
  background-color: #086ad8;
}

.single-pricing.two:hover .price-btn .default-btn {
  background-color: #ffffff;
  color: #086ad8;
}

.single-pricing.two:hover .pricing-header h3 {
  color: #ffffff;
}

.single-pricing.two:hover .pricing-header p {
  color: #ffffff;
}

.single-pricing.two:hover .pricing-list li {
  color: #ffffff;
}

.single-pricing.two:hover .pricing-list i {
  color: #ffffff;
}

/*================================================
Protfolio Area CSS
=================================================*/
.protfolio-section.bg-color {
  background-color: #f2f0fe;
}

.single-protfolio {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px 10px 0 0;
}

.single-protfolio .content {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  padding: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-protfolio .content h3 {
  font-size: 25px;
  margin-bottom: 5px;
}

.single-protfolio .content span {
  font-weight: 600;
}

.single-protfolio:hover {
  background-color: #086ad8;
}

.single-protfolio:hover h3 {
  color: #ffffff;
}

.single-protfolio:hover span {
  color: #ffffff;
}

/*================================================
Process Area CSS
=================================================*/
.process-content {
  background-color: #f5f6fe;
  padding: 30px;
  margin-bottom: 30px;
}

.process-content .number {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #086ad8;
  color: #ffffff;
  border-radius: 30px;
}

.process-content h3 {
  font-size: 28px;
  margin-bottom: 0;
  margin-top: 10px;
}

.process-content .content {
  margin-top: 30px;
}

.process-content .content h4 {
  font-size: 25px;
  margin-bottom: 5px;
  margin-top: 0;
}

.process-content .image {
  margin-top: 20px;
}

/*================================================
About Area CSS
=================================================*/
.tab .tabs_item {
  display: none;
}

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

.about-tab {
  max-width: 620px;
  padding: 100px 0;
  margin-left: 50px;
}

.about-tab h2 {
  font-size: 38px;
  margin: 0 0 15px 0;
}

.about-tab .bar {
  height: 4px;
  width: 85px;
  background: #086ad8;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}

.about-tab .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.about-tab .about-list-tab .tabs {
  border-bottom: 1px solid #eeeeee;
  padding-left: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

.about-tab .about-list-tab .tabs li {
  padding: 0;
  margin-right: 30px;
  padding-bottom: 10px;
  display: inline-block;
}

.about-tab .about-list-tab .tabs li.current {
  border-bottom: 2px solid #086ad8;
}

.about-tab .about-list-tab .tabs li.current a {
  color: #086ad8;
}

.about-tab .about-list-tab .tabs li a {
  position: relative;
}

.about-tab .about-list-tab .tab_content .tabs_item .text h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.about-tab .about-list-tab .tab_content .tabs_item .list {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-tab .about-list-tab .tab_content .tabs_item .list li {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.about-tab .about-list-tab .tab_content .tabs_item .list li:last-child {
  margin-bottom: 0;
}

.about-tab .about-list-tab .tab_content .tabs_item .list i {
  color: #086ad8;
  margin-right: 5px;
}

.about-tab .about-list-tab .tab_content .tabs_item p {
  margin-bottom: 0;
}

.about-tab .about-list-tab .tab_content .tabs_item .default-btn {
  margin-top: 30px;
}

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

.about-image img {
  display: none;
}

/*================================================
Review Area CSS
=================================================*/
.review-content h3 {
  font-size: 40px;
  margin-bottom: 16px;
  position: relative;
}

.review-content h3::before {
  content: "";
  position: absolute;
}

.review-content span {
  color: #086ad8;
}

.review-content p {
  margin-bottom: 0;
}

.review-content .bar {
  height: 4px;
  width: 85px;
  background: #086ad8;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}

.review-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.review-text {
  position: relative;
  margin-top: 30px;
  padding-left: 35px;
}

.review-text .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.review-text .icon i {
  font-size: 20px;
  color: #086ad8;
}

.review-text h3 {
  font-size: 25px;
}

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

.subscribe-inner-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background-color: #086ad8;
  opacity: 0.8;
}

.subscribe-inner-text {
  text-align: center;
}

.subscribe-inner-text h2 {
  color: #ffffff;
  max-width: 700px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
}

.subscribe-inner-text p {
  color: #ffffff;
}

.subscribe-inner-text .newsletter-form {
  max-width: 550px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}

.subscribe-inner-text .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: none;
  height: 65px;
  padding-left: 25px;
  border-radius: 70px;
  padding-top: 5px;
  outline: 0;
  color: #212121;
}

.subscribe-inner-text .newsletter-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #212121;
  color: #ffffff;
  border: none;
  height: 55px;
  padding: 0 30px;
  border-radius: 70px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 55px;
  font-size: 15px;
  font-weight: 700;
}

.subscribe-inner-text .newsletter-form button:hover {
  background-color: #086ad8;
  color: #ffffff;
}

.subscribe-inner-text .newsletter-form #validator-newsletter {
  color: red;
  margin-top: 15px;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  margin-bottom: 15px;
  background-color: #f7f5fd;
  padding: 25px;
}

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

.faq-accordion .accordion .accordion-title {
  padding: 0 60px 0 0;
  color: #212121;
  text-decoration: none;
  position: relative;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

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

.faq-accordion .accordion .accordion-title.active {
  color: #212121;
}

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

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

.faq-accordion .accordion .accordion-content ul li {
  color: #10dce8;
  position: relative;
  margin-bottom: 12px;
  line-height: 25px;
  padding-left: 15px;
}

.faq-accordion .accordion .accordion-content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #086ad8;
  border-radius: 50%;
}

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

/*================================================
Learn Area CSS
=================================================*/
.learn-content h3 {
  font-size: 40px;
  margin-bottom: 16px;
}

.learn-content p {
  margin-bottom: 0;
}

.learn-content .bar {
  height: 4px;
  width: 85px;
  background: #086ad8;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}

.learn-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.learn-content .learn-list {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}

.learn-content .learn-list li {
  list-style-type: none;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.learn-content .learn-list li:last-child {
  margin-bottom: 0;
}

.learn-content .learn-list i {
  color: #086ad8;
  margin-right: 5px;
  font-size: 20px;
}

.learn-inner-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}

.learn-inner-content.mb-30 {
  margin-bottom: 30px;
}

.learn-inner-content .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #086ad8;
  color: #ffffff;
  font-size: 35px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.learn-inner-content .icon.bg-ba60fc i {
  background-color: #ba60fc;
}

.learn-inner-content .icon.bg-04cfc4 i {
  background-color: #04cfc4;
}

.learn-inner-content .icon.bg-f9b854 i {
  background-color: #f9b854;
}

.learn-inner-content h3 {
  font-size: 20px;
  margin: 15px 0 8px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.learn-inner-content p {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.learn-inner-content .read-btn {
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
  color: #212121;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.learn-inner-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  background: #086ad8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}

.learn-inner-content:hover {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}

.learn-inner-content:hover::before {
  height: 100%;
}

.learn-inner-content:hover h3 {
  color: #ffffff;
}

.learn-inner-content:hover p {
  color: #ffffff;
}

.learn-inner-content:hover .read-btn {
  color: #ffffff;
}

.learn-inner-content:hover .icon i {
  background-color: #ffffff;
  color: #086ad8;
}

/*================================================
App Area CSS
=================================================*/
.app-content h3 {
  font-size: 40px;
  margin-bottom: 16px;
}

.app-content .bar {
  height: 4px;
  width: 85px;
  background: #086ad8;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}

.app-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.app-inner-text {
  position: relative;
  margin-top: 30px;
  padding-left: 85px;
}

.app-inner-text .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.app-inner-text .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #086ad8;
  color: #ffffff;
  text-align: center;
  font-size: 35px;
  border-radius: 50px;
}

.app-inner-text h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

.app-inner-text p {
  margin-bottom: 0;
}

/*================================================
Data Area CSS
=================================================*/
.data-section {
  background-color: #f8fcfe;
}

.data-content h3 {
  font-size: 40px;
  margin-bottom: 16px;
}

.data-content .bar {
  height: 4px;
  width: 85px;
  background: #086ad8;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}

.data-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.data-inner-content {
  background-color: #ffffff;
  padding: 30px;
}

.data-inner-content i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  background-color: #086ad8;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
}

.data-inner-content h3 {
  font-size: 20px;
  margin: 15px 0 2px 0;
}

.data-inner-content.bg-facf34 i {
  background-color: #facf34;
}

/*================================================
Customer Area CSS
=================================================*/
.customer-section {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d5f8fe),
    color-stop(#9be3ff),
    color-stop(#71c8ff),
    color-stop(#74a8ff),
    to(#9d7df8)
  );
  background: linear-gradient(
    to right,
    #d5f8fe,
    #9be3ff,
    #71c8ff,
    #74a8ff,
    #9d7df8
  );
}

.customer-content h3 {
  font-size: 40px;
  margin-bottom: 16px;
}

.customer-content .bar {
  height: 4px;
  width: 85px;
  background: #086ad8;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}

.customer-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.customer-content .customer-btn {
  margin-top: 30px;
}

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

/*================================================
More Features Area CSS
=================================================*/
.more-features-content {
  text-align: center;
  margin-bottom: 30px;
  background-color: #f1eff8;
  border-radius: 5px;
  padding: 40px 20px 36px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.more-features-content .icon i {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #ffffff;
  color: #086ad8;
  font-size: 30px;
  border-radius: 50px;
  border: 1px dashed #086ad8;
}

.more-features-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.more-features-content p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.more-features-content.bg-f0fffc {
  background-color: #f0fffc;
}

.more-features-content.bg-f0fffc .icon i {
  background-color: #ffffff;
  color: #22b396;
  border: 1px dashed #22b396;
}

.more-features-content.bg-fceee2 {
  background-color: #fceee2;
}

.more-features-content.bg-fceee2 .icon i {
  background-color: #ffffff;
  color: #f1760c;
  border: 1px dashed #f1760c;
}

.more-features-content.bg-fde2ee {
  background-color: #fde2ee;
}

.more-features-content.bg-fde2ee .icon i {
  background-color: #ffffff;
  color: #f23e8a;
  border: 1px dashed #f23e8a;
}

.more-features-content:hover {
  background-color: #086ad8;
}

.more-features-content:hover h3 {
  color: #ffffff;
}

.more-features-content:hover p {
  color: #ffffff;
}

/*================================================
Digital Area CSS
=================================================*/
.digital-content h3 {
  font-size: 40px;
  margin-bottom: 16px;
}

.digital-content span {
  color: #086ad8;
}

.digital-content p {
  margin-bottom: 0;
}

.digital-content .bar {
  height: 4px;
  width: 85px;
  background: #086ad8;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}

.digital-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.digital-content .digital-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.digital-content .digital-list li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #212121;
  font-weight: 600;
}

.digital-content .digital-list i {
  color: #086ad8;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background-color: #d7f2fc;
  text-align: center;
  margin-right: 5px;
}

.digital-content .digital-btn {
  margin-top: 30px;
}

/*================================================
Experience Area CSS
=================================================*/
.experience-section .container-fluid {
  max-width: 1920px;
}

.experience-inner-area {
  max-width: 560px;
  margin-left: auto;
}

.experience-inner-area .experience-content h3 {
  font-size: 40px;
  margin-bottom: 16px;
}

.experience-inner-area .experience-content span {
  color: #086ad8;
}

.experience-inner-area .experience-content p {
  margin-bottom: 0;
}

.experience-inner-area .experience-content .bar {
  height: 4px;
  width: 85px;
  background: #086ad8;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}

.experience-inner-area .experience-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.experience-inner-area .experience-inner-content {
  position: relative;
  margin-top: 30px;
  padding-left: 50px;
}

.experience-inner-area .experience-inner-content .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.experience-inner-area .experience-inner-content .icon i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #086ad8;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  border-radius: 2px;
}

.experience-inner-area .experience-inner-content h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-text {
  margin-bottom: 30px;
}

.contact-text h3 {
  margin-bottom: 10px;
  font-size: 32px;
}

.contact-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  padding: 35px;
}

.contact-form form .form-group {
  margin-bottom: 15px;
}

.contact-form form .form-control {
  height: 48px;
  padding: 0 15px;
  line-height: initial;
  color: #212121;
  background-color: #f8f6f6;
  border: 1px solid #f8f6f6;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  font-size: 14px;
  font-weight: 400;
}

.contact-form form .form-control:focus {
  border-color: #086ad8;
}

.contact-form form .form-control::-webkit-input-placeholder {
  color: #999999;
}

.contact-form form .form-control:-ms-input-placeholder {
  color: #999999;
}

.contact-form form .form-control::-ms-input-placeholder {
  color: #999999;
}

.contact-form form .form-control::placeholder {
  color: #999999;
}

.contact-form form textarea.form-control {
  height: auto !important;
  padding-top: 15px;
}

.contact-form .send-btn {
  margin-top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-form .send-btn .default-btn {
  border: none;
  display: inline-block;
  width: 100%;
}

.contact-form .with-errors ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.contact-form .with-errors ul li {
  color: red;
}

.contact-form #msgSubmit {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.contact-form #msgSubmit.text-danger {
  margin-top: 20px !important;
  font-family: "Poppins", sans-serif;
}

/*================================================
Tech Area CSS
=================================================*/
.tech-section {
  background-color: #f6f6fe;
}

.tech-content h3 {
  font-size: 40px;
  margin-bottom: 16px;
}

.tech-content p {
  margin-bottom: 0;
}

.tech-content .bar {
  height: 4px;
  width: 85px;
  background: #086ad8;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}

.tech-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.tech-content .tech-btn {
  margin-top: 30px;
}

/*================================================
Agency Services Area CSS
=================================================*/
.agency-services-section {
  background-color: #f6f6fe;
  position: relative;
}

.single-agency {
  margin-bottom: 30px;
  position: relative;
}

.single-agency .content {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 320px;
  margin: -50px auto 0px;
}

.single-agency .content h3 {
  font-size: 25px;
  margin-bottom: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-agency .content span {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-agency .content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  background: #086ad8;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-agency:hover .content::before {
  height: 100%;
}

.single-agency:hover .content h3 {
  color: #ffffff;
}

.single-agency:hover .content span {
  color: #ffffff;
}

/*================================================
Tab Area CSS
=================================================*/
.tab .tabs_item {
  display: none;
}

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

.schedule-list-tab .tabs {
  padding-left: 0;
  margin-bottom: 65px;
  text-align: center;
}

.schedule-list-tab .tabs li {
  text-align: center;
  display: inline-block;
  list-style: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.schedule-list-tab .tabs li:last-child {
  margin-right: 0;
}

.schedule-list-tab .tabs li a {
  display: block;
  color: #212121;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 500;
}

.schedule-list-tab .tabs li a span {
  display: block;
  margin-top: 0;
}

.schedule-list-tab .tabs li a span i {
  display: block;
  font-size: 35px;
  margin-bottom: 8px;
  color: #086ad8;
}

.schedule-list-tab .tabs li.current,
.schedule-list-tab .tabs li:hover {
  background-color: #086ad8;
}

.schedule-list-tab .tabs li.current a,
.schedule-list-tab .tabs li:hover a {
  color: #ffffff;
}

.schedule-list-tab .tabs li.current a span i,
.schedule-list-tab .tabs li:hover a span i {
  color: #ffffff;
}

.schedule-list-tab .tab_content .tabs_item .tab-content h3 {
  font-size: 30px;
  margin-bottom: 8px;
}

.schedule-list-tab .tab_content .tabs_item .tab-content p {
  margin-bottom: 0;
}

.schedule-list-tab .tab_content .tabs_item .tab-content .tab-inner-content {
  margin-top: 25px;
  position: relative;
  padding-left: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.schedule-list-tab
  .tab_content
  .tabs_item
  .tab-content
  .tab-inner-content
  .icon
  i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #086ad8;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.schedule-list-tab .tab_content .tabs_item .tab-content .tab-inner-content h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.schedule-list-tab .tab_content .tabs_item .tab-content .tab-inner-content p {
  margin-bottom: 0;
}

.schedule-list-tab
  .tab_content
  .tabs_item
  .tab-content
  .tab-inner-content:hover
  .icon
  i {
  background-color: #10dce8;
  color: #ffffff;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  background-attachment: fixed;
}

.page-title-area.item-bg-1 {
  background-image: url(../img/page-title/bg.jpg);
}

.page-title-area.item-bg-2 {
  background-image: url(../img/page-title/bg-2.jpg);
}

.page-title-area.item-bg-4 {
  background-image: url(../img/page-title/bg-4.jpg);
}

.page-title-area.item-bg-5 {
  background-image: url(../img/page-title/bg-5.jpg);
}

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

.page-title-content {
  text-align: center;
  margin-top: 0;
}

.page-title-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
}

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

.page-title-content ul li {
  color: #ffffff;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  margin-left: 10px;
  margin-right: 10px;
}

.page-title-content ul li a {
  display: inline-block;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-title-content ul li a:hover {
  color: #086ad8;
}

.page-title-content ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #086ad8;
}

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

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 20px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 48px;
  color: #212121;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 18px;
  font-weight: 700;
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
  background: #086ad8;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
}

/*================================================
Login In CSS
=================================================*/
.login-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.login-form {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 5px;
  max-width: 600px;
  margin: auto;
}

.login-form .login-title {
  text-align: center;
  margin-bottom: 30px;
}

.login-form .login-title h3 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
}

.login-form .login-title p {
  margin-bottom: 30px;
}

.login-form form .form-control {
  height: 50px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #212121;
  padding-left: 20px;
  background: transparent;
}

.login-form form .form-control:focus {
  border-color: #086ad8;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.login-form form .form-control::-webkit-input-placeholder {
  color: #666666;
}

.login-form form .form-control:-ms-input-placeholder {
  color: #666666;
}

.login-form form .form-control::-ms-input-placeholder {
  color: #666666;
}

.login-form form .form-control::placeholder {
  color: #666666;
}

.login-form form .form-check {
  margin-top: 18px;
}

.login-form form .form-check .form-check-label {
  color: #666666;
  position: relative;
  top: -2px;
  z-index: 1;
}

.login-form form .form-check-input {
  margin-top: 3px;
}

.login-form form .send-btn {
  margin-top: 20px;
}

.login-form form .send-btn .default-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #086ad8;
  border: 1px solid #086ad8;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}

.login-form form .send-btn .default-btn:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #086ad8;
}

.login-form form span {
  display: block;
  color: #777777;
}

.login-form form span a {
  color: #086ad8;
}

.login-form .forgot-password {
  margin-bottom: 0;
  margin-top: -25px;
}

.login-form .forgot-password a {
  color: #777777;
}

.login-form .forgot-password a:hover {
  color: #086ad8;
}

/*================================================
Sign Up CSS
=================================================*/
.signup-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.signup-form {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 5px;
  max-width: 600px;
  margin: auto;
}

.signup-form h3 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  text-align: center;
}

.signup-form form .form-control {
  height: 50px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #212121;
  padding-left: 20px;
  background: transparent;
}

.signup-form form .form-control:focus {
  border-color: #086ad8;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.signup-form form .form-control::-webkit-input-placeholder {
  color: #666666;
}

.signup-form form .form-control:-ms-input-placeholder {
  color: #666666;
}

.signup-form form .form-control::-ms-input-placeholder {
  color: #666666;
}

.signup-form form .form-control::placeholder {
  color: #666666;
}

.signup-form form .form-check {
  margin-top: 18px;
}

.signup-form form .form-check .form-check-label {
  color: #666666;
  position: relative;
  top: -2px;
}

.signup-form form .send-btn {
  margin-top: 20px;
}

.signup-form form .send-btn .default-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #086ad8;
  border: 1px solid #086ad8;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}

.signup-form form .send-btn .default-btn:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #086ad8;
}

.signup-form form span {
  display: block;
  color: #666666;
}

.signup-form form span a {
  color: #086ad8;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
  height: 100vh;
}

.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

.error-content h3 {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  margin-top: 45px;
  margin-bottom: 15px;
}

.error-content p {
  max-width: 520px;
  margin: 0 auto 20px;
}

/*================================================
Privacy Section CSS
=================================================*/
.conditions-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.privacy-policy {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-privacy h3 {
  font-size: 30px;
  margin: 0 0 12px 0;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-image: url(../img/page-title/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.coming-soon-area .social-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: 30px;
}

.coming-soon-area .social-list li {
  display: inline-block;
}

.coming-soon-area .social-list li.list-heading {
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.coming-soon-area .social-list li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #086ad8;
  border: 1px solid #086ad8;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 2px;
  display: inline-block;
}

.coming-soon-area .social-list li a:hover {
  background-color: transparent;
  color: #086ad8;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition: 0.5s;
}

.coming-soon-content {
  text-align: center;
  max-width: 820px;
  margin: -80px auto 0;
}

.coming-soon-content h1 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 46px;
  font-weight: 700;
}

.coming-soon-content p {
  color: #ffffff;
  font-size: 14px;
  margin: 0 auto;
  max-width: 620px;
  line-height: 30px;
}

.coming-soon-content form {
  position: relative;
  margin: 35px auto 55px;
  max-width: 520px;
}

.coming-soon-content form .email-input {
  display: block;
  width: 100%;
  height: 56px;
  border: none;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1),
    0px 0px 0px 5px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1),
    0px 0px 0px 5px rgba(255, 255, 255, 0.3);
  border-radius: 40px;
  padding: 15px 25px;
  outline: 0 !important;
  background: #f1f2f3;
}

.coming-soon-content form .submit-btn {
  position: absolute;
  right: 3px;
  top: 3px;
  height: 50px;
  background: #086ad8;
  color: #ffffff;
  border: none;
  border-radius: 40px;
  width: 130px;
  outline: 0 !important;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.coming-soon-content form .submit-btn:hover,
.coming-soon-content form .submit-btn:focus {
  background-color: #086ad8;
}

.coming-soon-content #timer div {
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  color: #086ad8;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
  margin: 0 10px;
  padding-top: 18px;
  font-size: 40px;
  font-weight: 700;
}

.coming-soon-content #timer div span {
  display: block;
  margin-top: -4px;
  color: #777777;
  font-size: 14px;
  font-weight: 600;
}

/*================================================
Contact Section CSS
=================================================*/
.single-contact-box {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
}

.single-contact-box i {
  line-height: 50px;
  width: 50px;
  height: 50px;
  border: 1px dashed #086ad8;
  border-radius: 50%;
  font-size: 20px;
  display: inline-block;
  color: #086ad8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 20px;
}

.single-contact-box:hover i {
  background-color: #086ad8;
  color: #ffffff;
}

.single-contact-box .content-title h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.single-contact-box .content-title a {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.single-contact-box .content-title a:hover {
  color: #086ad8;
}

/*================================================
Services Details CSS
=================================================*/
.services-details-overview {
  margin-bottom: 60px;
  margin-top: 60px;
}

.services-details-overview:last-child {
  margin-bottom: 0;
}

.services-details-overview .services-details-desc h3 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
}

.services-details-overview .services-details-desc .features-text {
  margin-top: 25px;
}

.services-details-overview .services-details-desc .features-text h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.services-details-overview .services-details-desc .services-details-accordion {
  margin-top: 25px;
}

.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 10px;
}

.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-item:last-child {
  margin-bottom: 0;
}

.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-item
  a {
  text-decoration: none;
}

.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-title {
  padding: 15px 20px 15px 51px;
  color: #000000;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: inline-block;
  width: 100%;
}

.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-title
  i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #086ad8;
  color: #ffffff;
}

.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-title
  i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}

.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-title.active {
  border-bottom-color: #eeeeee;
}

.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-title.active
  i::before {
  content: "\eaf8";
}

.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-content {
  display: none;
  position: relative;
  padding: 15px 15px;
}

.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-content.show {
  display: block;
}

.services-details-video {
  position: relative;
}

.services-details-video .details-video {
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  margin: auto;
}

.services-details-video .details-video .video-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #086ad8;
  position: relative;
  z-index: 1;
}

.services-details-video .details-video .video-btn i {
  font-size: 35px;
  position: relative;
  top: 5px;
  left: 4px;
}

.services-details-video .details-video .video-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.services-details-video .details-video .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.services-details-video .details-video .video-btn:hover,
.services-details-video
  .details-video
  .video-btn
  .video-content
  .video-btn:focus {
  background-color: #086ad8;
  color: #ffffff;
}

.services-details-video .text {
  margin-top: 10px;
}

.services-details-video .text h3 {
  font-size: 30px;
  margin: 25px 0 10px 0;
}

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

.projects-details-desc {
  margin-top: 5px;
}

.projects-details-desc h3 {
  margin-bottom: 13px;
  font-size: 30px;
  font-weight: 700;
}

.projects-details-desc .features-text {
  margin-top: 20px;
  margin-bottom: 25px;
}

.projects-details-desc .features-text h4 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.projects-details-desc .features-text h4 i {
  font-size: 16px;
  margin-right: 4px;
  color: #f20791;
}

.projects-details-desc .project-details-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 35px;
}

.projects-details-desc .project-details-info .single-info-box {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.projects-details-desc .project-details-info .single-info-box h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.projects-details-desc .project-details-info .single-info-box span {
  display: block;
  color: #6a6c72;
  font-size: 15px;
}

.projects-details-desc .project-details-info .single-info-box .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.projects-details-desc .project-details-info .single-info-box .social li {
  display: inline-block;
  margin-right: 8px;
}

.projects-details-desc .project-details-info .single-info-box .social a {
  color: #6a6c72;
  display: inline-block;
}

.projects-details-desc .project-details-info .single-info-box .social a:hover {
  color: #086ad8;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*================================================
Sidebar Widget Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 35px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: capitalize;
  position: relative;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
}

.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  background: #086ad8;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.widget-area .widget_search {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 15px;
}

.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: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #086ad8;
}

.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: #086ad8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form button:hover {
  background-color: #212121;
  color: #ffffff;
}

.widget-area .widget_fria_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_fria_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_fria_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_fria_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_fria_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_fria_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog-details/1.jpg);
}

.widget-area .widget_fria_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog-details/2.jpg);
}

.widget-area .widget_fria_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog-details/3.jpg);
}

.widget-area .widget_fria_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_fria_posts_thumb .item .info time {
  display: block;
  color: #666666;
  text-transform: capitalize;
  margin-top: -2px;
  margin-bottom: 3px;
  font-size: 14px;
}

.widget-area .widget_fria_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.widget-area .widget_fria_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget_recent_entries ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #212121;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 15.5px;
}

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

.widget-area .widget_recent_entries ul li::before {
  background: #086ad8;
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_entries ul li a {
  display: inline-block;
  color: #212121;
}

.widget-area .widget_recent_entries ul li a:hover {
  color: #086ad8;
}

.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #666666;
  margin-top: 4px;
}

.widget-area .widget_recent_comments ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 15.5px;
}

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

.widget-area .widget_recent_comments ul li::before {
  background: #086ad8;
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_comments ul li a {
  display: inline-block;
  color: #212121;
}

.widget-area .widget_recent_comments ul li a:hover {
  color: #086ad8;
}

.widget-area .widget_archive ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  color: #212121;
  font-size: 15.5px;
  font-weight: 400;
}

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

.widget-area .widget_archive ul li::before {
  background: #086ad8;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_archive ul li a {
  display: inline-block;
  color: #212121;
}

.widget-area .widget_archive ul li a:hover {
  color: #086ad8;
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 14px;
  font-size: 15.5px;
  font-weight: 400;
}

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

.widget-area .widget_categories ul li::before {
  background: #086ad8;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_categories ul li a {
  color: #212121;
  display: block;
}

.widget-area .widget_categories ul li a:hover {
  color: #086ad8;
}

.widget-area .widget_categories ul li .post-count {
  float: right;
}

.widget-area .widget_meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: #212121;
  padding-left: 14px;
  font-size: 15.5px;
  font-weight: 400;
}

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

.widget-area .widget_meta ul li::before {
  background: #086ad8;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_meta ul li a {
  display: inline-block;
  color: #212121;
}

.widget-area .widget_meta ul li a:hover {
  color: #086ad8;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}

.widget-area .tagcloud a {
  display: inline-block;
  color: #212121;
  font-weight: 400;
  font-size: 14.5px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #086ad8;
  border-color: #086ad8;
}

.widget-area .widget_event_details ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_event_details ul li {
  border-bottom: 1px solid #eeeeee;
  color: #888f96;
  padding-bottom: 10px;
  padding-top: 10px;
}

.widget-area .widget_event_details ul li:first-child {
  padding-top: 0;
}

.widget-area .widget_event_details ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget-area .widget_event_details ul li span {
  display: inline-block;
  color: #212121;
  font-weight: 400;
}

.widget-area .widget_event_details ul li a {
  display: inline-block;
  color: #888f96;
}

.widget-area .widget_event_details ul li a:hover {
  color: #086ad8;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
  margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #212121;
  margin-right: 21px;
}

.blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: #212121;
  font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #666666;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #086ad8;
}

.blog-details-desc .article-content .entry-meta ul li i {
  color: #086ad8;
  margin-right: 2px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #086ad8;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}

.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
  color: #666666;
}

.blog-details-desc .article-content .features-list li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 40px;
  background-color: #faf5f5;
  color: #086ad8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}

.blog-details-desc .article-content .features-list li:hover i {
  background-color: #086ad8;
  color: #ffffff;
}

.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  color: #666666;
}

.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #212121;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #666666;
}

.blog-details-desc .article-footer .article-tags a:hover {
  color: #086ad8;
}

.blog-details-desc .article-footer .article-share {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #666666;
}

.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  color: #086ad8;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #eeeef0;
  text-align: center;
  font-size: 12px;
}

.blog-details-desc .article-footer .article-share .social li a:hover {
  color: #ffffff;
  background-color: #086ad8;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.blog-details-desc .post-navigation {
  margin-top: 30px;
}

blockquote,
.blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p,
.blockquote p {
  color: #212121;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 24px !important;
}

blockquote cite,
.blockquote cite {
  display: none;
}

blockquote::after,
.blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #086ad8;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-navigation {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.post-navigation .navigation-links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-navigation .navigation-links .nav-previous {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.post-navigation .navigation-links .nav-previous a i {
  margin-right: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.post-navigation .navigation-links .nav-previous a:hover i {
  margin-right: 0;
}

.post-navigation .navigation-links .nav-next {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.post-navigation .navigation-links .nav-next a i {
  margin-left: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.post-navigation .navigation-links .nav-next a:hover i {
  margin-left: 0;
}

.post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 400;
}

.comments-area {
  padding: 25px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
  background-color: #ffffff;
}

.comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  line-height: initial;
  font-size: 25px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.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 .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 65px;
  color: #212121;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: #212121;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 400;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #086ad8;
  border-color: #086ad8;
}

.comments-area .comment-author {
  font-size: 17px;
  margin-bottom: 0.1em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  font-size: 20px;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  margin-bottom: 0.8em;
  color: #666666;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.comments-area .comment-metadata a {
  color: #666666;
}

.comments-area .comment-metadata a:hover {
  color: #086ad8;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  position: relative;
  font-size: 25px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.comments-area
  .comment-respond
  .comment-reply-title
  #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  margin-bottom: 0;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: block;
  font-weight: 400;
  color: #212121;
  margin-bottom: 5px;
}

.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: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  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-color: #086ad8;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  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-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 4px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #666666;
  font-weight: normal;
  position: relative;
  top: -2px;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: #086ad8;
  border: none;
  color: #ffffff;
  padding: 10px 30px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
  font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover,
.comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #212121;
}

/*================================================
Fooetr Area CSS
=================================================*/
.footer-section {
  background-color: #f5f3f3;
}

.subscribe-area {
  margin-bottom: 50px;
}

.subscribe-area .subscribe-content h2 {
  font-size: 25px;
  margin-bottom: 10px;
}

.subscribe-area .newsletter-form {
  max-width: 580px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-area .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: none;
  height: 70px;
  padding-left: 25px;
  border-radius: 10px;
  outline: 0;
  color: #212121;
}

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

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

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

.subscribe-area .newsletter-form .input-newsletter::placeholder {
  color: #666666;
}

.subscribe-area .newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #086ad8;
  color: #ffffff;
  border: none;
  height: 62px;
  padding: 0 30px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 50px;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

.subscribe-area .newsletter-form button:hover {
  background-color: #212121;
  color: #ffffff;
}

.subscribe-area .newsletter-form #validator-newsletter {
  color: red;
  position: relative;
  top: 8px;
  font-size: 16px;
  font-weight: 500;
}

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

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

.single-footer-widget .footer-heading h3 {
  font-size: 22px;
  font-weight: bold;
}

.single-footer-widget .footer-social {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget .footer-social li {
  display: inline-block;
  margin-right: 10px;
  list-style-type: none;
}

.single-footer-widget .footer-social li:last-child {
  margin-right: 0;
}

.single-footer-widget .footer-social i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #086ad8;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .footer-social i:hover {
  background-color: #10dce8;
}

.single-footer-widget .footer-quick-links {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget .footer-quick-links li {
  list-style-type: none;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
}

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

.single-footer-widget .footer-info-contact {
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px;
}

.single-footer-widget .footer-info-contact:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-info-contact i {
  position: absolute;
  left: 0;
  font-size: 25px;
}

.single-footer-widget .footer-info-contact h3 {
  margin-bottom: 5px;
  font-size: 18px;
}

.single-footer-widget .footer-info-contact span {
  font-size: 15px;
}

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

.copyright-area .copyright-area-content p {
  font-size: 14px;
}

.copyright-area .copyright-area-content p a {
  display: inline-block;
  font-weight: 600;
}

.copyright-area .copyright-area-content p a:hover {
  color: #086ad8;
}

.copyright-area .copyright-area-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
}

.copyright-area .copyright-area-content ul li {
  display: inline-block;
  font-size: 14px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.copyright-area .copyright-area-content ul li a {
  display: inline-block;
}

.copyright-area .copyright-area-content ul li a:hover {
  color: #086ad8;
}

.copyright-area .copyright-area-content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -13px;
  width: 1px;
  height: 14px;
  background-color: #086ad8;
}

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

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

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

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  color: #ffffff;
  background-color: #086ad8;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  border-radius: 50%;
  border: 1px solid #086ad8;
}

.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 30px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #212121;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}

.go-top:hover,
.go-top:focus {
  color: #ffffff;
}

.go-top:hover::before,
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.topid-section {
  margin-top: 0px;
  background: #8497b0;
  /* background: #492000; */
  padding: 15px;
  position: relative;
}
.topid-section1 {
  margin-top: 0px;
  background: #8497b0;
  /* background: #492000; */
  padding: 15px;
  position: relative;
}

.choose-text_col p {
  margin: 0;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.choose-text_col h6 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.choose-text_col h3 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.topid-section::after {
  content: "";
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #8497b0;
  bottom: -18px;
  right: 50%;
}
.topid-section1::after {
  content: "";
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #8497b0;
  bottom: -18px;
  right: 50%;
}

.pt-196 {
  padding-top: 220px;
}

.kg_col {
  color: #1e319d;
  font-size: 13px;
}

.choose-section .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /* border: 1px solid #EBECF2; */
  border-radius: 0 6px 6px 0;
  padding: 15px 10px;
}

.information_icon {
  position: absolute;
  right: 15px;
  top: 20px;
  float: right;
}

.danger_icon {
  position: absolute;
  right: 15px;
  bottom: 40px;
}

.pallete_icon {
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.pallete_icon img {
  width: 25px;
  height: 25px;
  min-width: 25px;
  max-width: 30px;
}

.card.pickupleft-boarder {
  border-left: 4px solid #c2c4c5;
}

.card.dropleft-boarder {
  border-left: 4px solid #c2c4c5;
}

.progress_left_col {
  position: relative;
}

.progress_left_col::after {
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #56ccf2;
  border-radius: 100%;
  z-index: 9;
}

.left_line_col {
  position: relative;
}

.left_line_col::before {
  position: absolute;
  content: "";
  left: 10px;
  top: -27px;
  background-image: url(../img/greentruck.png);
  height: 45px;
  width: 45px;
  z-index: 9;
  /* background-color: #f5f6fa; */
  background-repeat: no-repeat;
  background-size: contain;
}

.left_line_col::after {
  position: absolute;
  left: 26px;
  content: "";
  width: 2px;
  height: 100%;
  background: #dbdbdb;
  top: 0;
  z-index: -1;
}

.stopstext-right {
  position: absolute;
  right: 24px;
  top: -45px;
}

.right_icons_box {
  max-width: 90%;
  display: inline-block;
  min-height: 85px;
}

.pickup-details .card.pickupleft-boarder.active {
  background: #c2c4c5;
  border-radius: 6px;
}

.pickup-details .active .choose-text h2 {
  color: #1a1919;
  font-size: 16px;
  font-weight: 600;
}

.pickup-details .active .choose-text p {
  color: #000000;
}

.pickup-details .active .choose-text .icon {
  background: #fff;
}

.ml-25 {
  margin-left: 35px;
}

.pickup-details .card.pickupleft-boarder.active {
  margin: 0;
  padding-bottom: 44px;
}

.status_col_main {
  padding: 15px;
  /*max-height: 500px;*/
  min-height: auto;
  height: auto;
  position: relative;
}

.status_col_main h2 {
  color: #7c8897;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.bg-white.ptblr10.ml-25 {
  margin-bottom: 15px;
  border-radius: 6px 6px 0px 0px;
}

.list_icons {
  position: absolute;
  bottom: 0;
  /* width: 100%; */
  z-index: 1;
  left: 0;
}

/* .list_stats {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
} */

.list_stats li {
  display: inline-block;
  text-align: center;
  width: 32%;
}

.list_stats {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.list_stats li button {
  display: flex;
  /* flex-direction: column; stack image + optional small/time */
  align-items: center;
  justify-content: center;
  width: 70px; /* fix width */
  height: 70px; /* fix height */
  padding: 0;
  background: none; /* remove gradients */
  border: none;
  cursor: pointer;
}

.list_stats li button span {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 50px; */
  height: 50px;
}

.list_stats li button:active span path {
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.5px;
}

.list_stats li button {
  display: inline-grid;
  line-height: 26px;
  color: #7c8897;
  border: none;
  background-color: transparent;
}

button:disabled {
  /*opacity: .65;*/
}
.label_color_mute {
  color: #7c8897;
}
.status_col_main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 62px;
  /* background: #eee; */
  margin: 0 auto;
  z-index: 0;
}

.gateIn-hideshow h3 {
  font-size: 14px;
  color: #31385b;
  font-weight: 300;
  margin: 15px 0;
  line-height: 30px;
}

.gateIn-hideshow h3 span {
  font-weight: 600;
}

/* .list_stats li button.active span {
  background: #56ccf2;
} */

.gateIn-hideshow {
  webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.pickMain-hideshow ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pickMain-hideshow li {
  display: inline-block;
  width: 32%;
}

.pickMain-hideshow {
  background: rgb(4 13 59 / 87%);
}

/* .pickMain-hideshow {
  background: rgb(4 13 59 / 87%);
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  bottom: 0;
  z-index: 2;
  padding: 30px 20px;
} */

.pickMain-hideshow ul li button span {
  color: #fff;
  width: 100%;
  display: inline-block;
  font-size: 11px;
}

.pickMain-hideshow .closebtn {
  position: absolute;
  right: 22px;
  top: 10px;
}

.closebtn .a {
  fill: #4e637e;
  stroke: #4e637e;
}

.donebtn-pickup.active span,
.donebtn-pickup.active .a {
  color: #56ccf2;
  fill: #56ccf2;
  stroke: #56ccf2;
}

.damagebtn-pickup.active span,
.damagebtn-pickup.active .a {
  color: #56ccf2;
  fill: #56ccf2;
  stroke: #56ccf2;
}

.notDonebtn-pickup.active span,
.notDonebtn-pickup.active .a {
  color: #56ccf2;
  fill: #56ccf2;
  stroke: #56ccf2;
}

.form-control {
  border-bottom: 1px solid #ced4da;
  border-radius: inherit;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-top: inherit;
  border-left: inherit;
  border-right: inherit;
  padding: 5px 0;
}

.form-control:focus {
  color: #1e319d;
  background-color: inherit;
  border-color: inherit;
  outline: 0;
  box-shadow: inherit;
}
.searchCol .form-control {
  color: #ffffff;
  border-radius: inherit;
  background-color: inherit;
  border-top: inherit;
  border-left: inherit;
  border-right: inherit;
  border-color: inherit;
  outline: 0;
  box-shadow: inherit;
  padding: 5px 0;
}
.searchCol .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.searchCol .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.searchCol .form-control::placeholder {
  color: #ffffff;
}
.searchCol button {
  background-color: #c2c4c5;
  border: none;
}
.position-relative.form-group span .a {
  fill: #1f319d;
  stroke: inherit;
}

.position-relative.form-group span {
  position: absolute;
  right: 10px;
  top: 15px;
}

.position-relative input[type="file"] {
  opacity: 0;
}

.cemara_icon_col {
  border-bottom: 1px solid #ced4da;
}

label.lable_col {
  position: absolute;
  left: 0;
  top: 15px;
  width: 85%;
  font-size: 16px;
}

span#val {
  position: absolute;
  left: 100px;
  top: 15px;
}

label.btn.imageAddCam {
  width: 60px;
  height: 60px;
  background: #d8ecf9;
  border: 3px solid #7dc0eb;
  border-radius: 100%;
  line-height: 40px;
}

label.btn.imageAddCam:focus {
  background: #d8ecf9;
  border: 3px solid #7dc0eb;
}

.imgUp {
  margin-bottom: 15px;
  padding: 5px;
  /*position: absolute;*/
}

.imgAdd {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.imgUp .btn-primary {
  color: #fff;
  background-color: inherit;
  border: none;
  padding: 0;
  /*position: absolute;*/
  left: 29px;
  top: 18px;
}

.pickMain-hideshow ul li button .a {
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.5px;
}

.pickMain-hideshow ul li button,
.dropMain-hideshow ul li button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.imagePreview {
  /*width: 100%;*/
  border-radius: 5px;
  background-repeat: no-repeat;
  border: 2px solid #85909e;
  max-height: 100px;
  /* position: relative; */
  padding: 5px;
  margin: 5px;
}

.default-btn {
  display: inline-block;
  padding: 8px 16px;
  background-color: #1f319d;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 30px;
  border: none;
  margin-top: 30px;
  text-transform: lowercase;
}

.attach_icon {
  border: 2px solid #56ccf2;
  padding: 2px 6px;
  border-radius: 100%;
  margin-left: 30px;
}

.icon.complete::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -6px;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  color: #fff;
  line-height: 20px;
  box-shadow: 0 4px 8px 2px rgb(0 0 0 / 15%), 0 6px 20px rgb(0 0 0 / 10%);
}
.icon.complete.pickup_broken::after {
  background: #56ccf2;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  background-image: url(../img/damagegoods-w.svg);
}

.icon.complete.pickup_ok::after,
.icon.complete.pickup::after {
  background: #56ccf2;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  background-image: url(../img/tick-w.svg);
}

.icon.complete.pickup_not_done::after {
  background: #56ccf2;
  background-repeat: no-repeat;
  /*background-size: 14px 14px;*/
  background-position: center;
  background-image: url(../img/times-w.svg);
}

.icon.complete.delivery_not_done::after {
  background: #1f319d;
  background-repeat: no-repeat;
  /*background-size: 14px 14px;*/
  background-position: center;
  background-image: url(../img/times-w.svg);
}

.icon.complete.delivery_refused::after {
  background: #1f319d;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  background-image: url(../img/refuse-w.svg);
}

.icon.complete.delivered::after {
  background: #1f319d;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  background-image: url(../img/tick-w.svg);
}

.icon.complete.delivered_with_damage::after {
  background: #1f319d;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  background-image: url(../img/damagegoods-w.svg);
}

.icon.complete.delivery_short::after {
  background: #1f319d;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  background-image: url(../img/short-w.svg);
}

.icon.complete.delivery_share_location_count::after {
  background: #1f319d;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
}

.share-location-left .share-location-count-label {
  position: absolute;
  color: #fff;
  top: -3px;
  left: 38px;
  font-style: normal;
}

.drop-details .card.dropleft-boarder.active {
  margin: 0;
  padding-bottom: 44px;
}

.drop-details .card.dropleft-boarder.active {
  background: #c2c4c5;
  border-radius: 6px;
}

.drop-details .card.dropleft-boarder.progress_left_col.active .choose-text h3 {
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #1e319d;
}

.drop-details .card.dropleft-boarder.progress_left_col.active .choose-text h2 {
  color: #1a1919;
  font-size: 16px;
  font-weight: 600;
}

.drop-details .card.dropleft-boarder.progress_left_col.active .choose-text p {
  margin-bottom: 5px;
  line-height: 1.8;
  color: #000000;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.drop-details .card.dropleft-boarder.progress_left_col.active .kg_col {
  font-size: 12px;
}

.dropMain-hideshow li {
  display: inline-block;
  width: 19%;
}

.dropgateIn-hideshow {
  webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.dropMain-hideshow ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropMain-hideshow {
  background: rgb(4 13 59 / 87%);
}

.dropMain-hideshow {
  background: rgb(4 13 59 / 87%);
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  bottom: 0;
  z-index: 2;
  padding: 30px 0px;
}

.dropMain-hideshow ul li button span {
  color: #fff;
  width: 100%;
  display: table;
  /*text-transform: lowercase;*/
  font-size: 10px;
  margin-top: 8px;
}

.dropMain-hideshow .closebtn {
  position: absolute;
  right: 14px;
  top: 6px;
}

.closebtn img {
  width: 10px;
  height: 10px;
}

.closebtn .a {
  fill: #4e637e;
  stroke: #4e637e;
}

.donebtn-pickup.active span,
.donebtn-pickup.active .a,
.damagebtn-pickup.active span,
.damagebtn-pickup.active .a,
.notDonebtn-pickup.active span,
.notDonebtn-pickup.active .a,
.donebtn-delivery.active span,
.donebtn-delivery.active .a,
.damagebtn-delivery.active span,
.damagebtn-delivery.active .a,
.shortbtn-delivery.active span,
.shortbtn-delivery.active .a,
.notDonebtn-delivery.active span,
.notDonebtn-delivery.active .a,
.refusedbtn-delivery.active span,
.refusedbtn-delivery.active .a {
  color: #56ccf2;
  fill: #56ccf2;
  stroke: #56ccf2;
}

.dropgateIn-hideshow h3 {
  font-size: 14px;
  color: #31385b;
  font-weight: 300;
  margin: 25px 0;
  line-height: 30px;
}

.dropMain-hideshow ul li button .a {
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.5px;
}

.dropShortpod-hideshow .position-relative .default-btn {
  margin-top: 120px;
}

.shortbtn-pickup.active span,
.shortbtn-pickup.active .a {
  color: #56ccf2;
  fill: #56ccf2;
  stroke: #56ccf2;
}

.dropShortpod-hideshow h3 {
  font-size: 18px;
  color: #7c8897;
  text-align: center;
  margin-top: 34px;
  font-weight: 300;
}

.refusedbtn-pickup.active span,
.refusedbtn-pickup.active .a {
  color: #56ccf2;
  fill: #56ccf2;
  stroke: #56ccf2;
}

.icon.drop_comp::after {
  content: "\f00c";
  position: absolute;
  right: 0px;
  top: -2px;
  background: #1e319d;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-family: "FontAwesome";
  color: #fff;
  line-height: 20px;
}

.option-item .a {
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.5px;
}

.job_icon {
  /* background: rgb(86 204 242 / 50%); */
  background: #65350f;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  line-height: 110px;
  text-align: center;
  margin: 20px auto;
  padding: 20px 0;
}

.banner-image h2 {
  color: black;
}

.banner-image p {
  color: black;
  font-size: 25px;
}

#navbarSupportedContent {
  position: absolute;
  right: 0;
  top: 15px;
  display: block !important;
}

.pickMain-hideshow svg {
  width: 25px;
}

.dropMain-hideshow img {
  width: 20px;
}

ul.sidebar_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar_list li {
  padding-left: 6px !important;
  padding-top: 15px;
  display: flex;
  word-break: break-word;
}

.titleColm h1 {
  font-size: 18px;
}

.sidebar_list li span .a {
  fill: #1e319d;
}

.sidebar_list li span {
  margin-right: 10px;
}
.sidebar_list li span img {
  width: 25px;
  height: 25px;
  min-width: 25px;
  max-width: 30px;
}

.right_side {
  position: absolute;
  left: 40px;
  top: 12px;
}

.sidebar_list li span .a {
  fill: #1e319d;
}

.sidebar-about-area .titleColm h1 {
  color: #fff;
  background: #8497b0;
  padding: 5px;
  font-size: 18px !important;
}
.shadow-card {
  box-shadow: 0 4px 8px 2px rgb(0 0 0 / 20%), 0 6px 20px rgb(0 0 0 / 19%);
}
.limitChar {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.error {
  color: tomato;
  display: contents;
}

.dt_col {
  line-height: 1.8;
  margin: 0;
}
button {
  border: 0;
  background-color: transparent;
}
.req-inp {
  color: red;
  position: absolute;
  right: 25px;
  top: 0;
}
label.btn.btn-primary.imageAddCam {
  line-height: 50px;
}
.label-badge {
  border-radius: 100%;
  border: 1px solid #56ccf2;
  padding: 6px 0;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 23px;
  line-height: 6px;
  text-align: center;
  background: white;
  color: #666666;
  box-shadow: 0 4px 8px 2px rgb(0 0 0 / 10%), 0 6px 20px rgb(0 0 0 / 5%);
  font-size: 9px;
}
.confirmsave_btn:disabled {
  opacity: 0.5;
}
.firstLetterUp::first-letter {
  text-transform: uppercase !important;
}
.kn-info-text {
  line-height: 1.5;
  font-size: 12px;
  font-weight: 600;
  display: block;
}
.flag-ico {
  position: relative;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  border: 1px solid #a2aab5;
  box-shadow: 0 4px 8px 2px rgb(0 0 0 / 7%), 0 6px 10px rgb(0 0 0 / 5%);
  object-fit: fill;
}

.alert_model_hide {
  display: none;
  top: 40%;
}
.alert_model_block {
  display: block;
  top: 40%;
}
.modal1.modal-in1 {
  opacity: 1;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.modal-inner1 {
  padding: 15px;
  border-radius: 7px 7px 0 0;
  position: relative;
  background: #e8e8e8;
  top: 0%;
}
.modal-title1 {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}

.modal-title1 + .modal-text1 {
  margin-top: 5px;
}
.modal-buttons1 {
  /* height: 44px; */
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  top: 0.1%;
}
.modal-button1:first-child:last-child {
  border-radius: 0 0 7px 7px;
}
.modal-button1.modal-button-bold1 {
  font-weight: 500;
}
.modal-button1:last-child {
  border-radius: 0 0 7px 0;
}
.modal-button1:first-child {
  border-radius: 0 0 0 7px;
}
.modal-button1 {
  width: 100%;
  padding: 0 5px;
  height: 44px;
  font-size: 17px;
  line-height: 44px;
  text-align: center;
  color: #007aff;
  background: #e8e8e8;
  display: block;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  border-top: 1px solid #b5b5b5;
}
.modal1 {
  width: 270px;
  position: fixed;
  z-index: 11000;
  left: 50%;
  margin-left: -135px;
  margin-top: 0;
  top: 40%;
  text-align: center;
  border-radius: 7px;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1.185);
  transform: translate3d(0, 0, 0) scale(1.185);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  color: #000;
  display: none;
  height: auto;
}
.confirmsave_btn {
  text-transform: uppercase !important;
}
.ios-model-backdrop {
  background-color: rgb(235 242 249 / 60%);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

.back_icon_img {
  width: 30px;
  height: 30px;
}
.share-location-left {
  position: absolute;
  left: 44px;
  top: -60px;
}
.share-location-left-label {
  position: absolute;
  left: 100px;
  top: -45px;
}

.share-img-ico {
  width: 20px !important;
  height: 20px !important;
}

.share-ico {
  background: #8497b0 !important;
  width: 50px !important;
  height: 50px !important;
  line-height: 21px !important;
}

.share-ico.icon.complete::after {
  right: -1px !important;
  top: -3px !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px;
}
.shadow-card-sm {
  box-shadow: 0 1px 6px 1px rgb(0 0 0 / 9%), 0 2px 24px rgb(0 0 0 / 9%);
}

button.share-ico[disabled] {
  background: #ebecf2 !important;
  border: 1px solid;
}

.font-weight-500 {
  font-weight: 500;
}

.text-shadow {
  filter: drop-shadow(1px 2px 5px #ddd);
}

#scanBtn {
  margin-left: 4%;
}

.btn {
  padding: 0;
  padding-right: 0.6rem !important;
  padding-left: 0.5rem !important;
}
.list_stats li button.act_btn {
  border-radius: 35px;
  background: transparent
    linear-gradient(180deg, #e8f1fd 0%, #e6f1ff 71%, #e7f2ff 78%, #a5b8d4 100%)
    0% 0% no-repeat padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 100px;
  padding: 10px 0px;
  width: 150px;
  height: 42px;
}
.list_stats li .act_btn img {
  height: 24px;
  /* margin-right: 6px; */
}

.list_stats li .act_btn .buttonTitle {
  font-size: 14px;
  font-weight: 600;
  color: #4c607b;
}

.list_stats li button.active {
  background: none !important;
  border: none !important;
  display: flex;
}

.list_stats li button.active img {
  height: 33px;
  margin-left: 70px;
}

.fadeInUp {
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.statusLabel {
  display: block;
  line-height: normal;
  color: #1b428a;
  font-weight: 600;
  font-size: 14px;
  padding-left: 30px;
}
.list_stats li .act_btn p {
  color: #61748e;
  font-weight: 500;
  font-size: 14px;
  display: block !important;
  margin-top: -2px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .choose-section .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;

    border-radius: 0 6px 6px 0;
    padding: 15px 10px;
    min-height: 300px;
    height: auto;
  }

  .list_stats {
    padding: 0px 0px 40px 20px;
    margin: 0;
    width: 30px;
    display: block;
  }
  .list_stats li {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
  }

  .list_stats li button.act_btn,
  .list_stats li button.active,
  .list_stats li button.active2 {
    margin: 5px 0px 2px 4px;
    padding: 10px 0;
    width: 150px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
