/*
/*
@File: plamb 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
** - Main Banner Area CSS
** - About Section CSS
** - Data Services Section CSS
** - Fun Facts Section CSS
** - Tabs Solutions Section CSS
** - Work Section CSS
** - Testimonial Section CSS
** - Blog Section CSS
** - Sidebar Widget Area CSS
** - Partner Section CSS
** - Subscribe Section CSS
** - Services Section CSS
** - Process Section CSS
** - Software Section CSS
** - Productive Section CSS
** - Page Title Area CSS
** - Team Section CSS
** - Services Details CSS
** - Projects Details Area CSS
** - Pricing Area CSS
** - Shop Area CSS
** - Page Title Area CSS
** - Team Section CSS
** - Services Details CSS
** - Projects Details Area CSS
** - Pricing Area CSS
** - Shop Area CSS
** - Product Details Area CSS
** - Pagination Area CSS
** - Cart Area CSS
** - Checkout Area CSS
** - 404 Error Area CSS
** - Coming Soon Area CSS
** - Faq Section CSS
** - Blog Details Area CSS
** - Contact Area CSS
** - Footer Section CSS
** - Copyright Section CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800&amp;display=swap");
body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}

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

button {
  outline: 0 !important;
}

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

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

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

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

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

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

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

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

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

a {
  text-decoration: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  outline: 0 !important;
  color: #393953;
}

a:hover {
  text-decoration: none;
  /* color: #00b0ee; */
  color: #F3C130;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, a, li {
  /* font-weight: bold; */
  font-family: 'Open Sans', sans-serif !important;
}

p {
  font-size: 15px;
  line-height: 1.8;
  color: #737b9a;
  font-family: 'Open Sans', sans-serif !important;
  margin-bottom: 15px;
  font-weight: 400;
}

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

.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  /* color: #ffffff;   
   background-color: #00b0ee; #d3d100*/
  color: #F3C130 !important;
  background-color: transparent;
  border: 1px solid #F3C130;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  /* background-color: #3e57d0; */
  background-color: transparent;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.default-btn:hover, .default-btn:focus {
  color: #414A6B !important;
  background-color: transparent;
  border-color: #414A6B;
}

.default-btn:hover span, .default-btn:focus span {
  width: 225%;
  height: 562.5px;
}

.default-btn-one {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  /* color: #00b0ee; */
  color: #000000;
  background-color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 5px;
  margin-right: 25px;
}

.default-btn-one span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  /* background-color: #3e57d0; */
  background-color: #808080;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border: 1px;
  border-radius: 5px;
}

.default-btn-one:hover, .default-btn-one:focus {
  color: #ffffff;
}

.default-btn-one:hover span, .default-btn-one:focus span {
  width: 225%;
  height: 562.5px;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
}

.section-title span {
  font-size: 16px;
  font-weight: 400;
  /* color: #00b0ee; */
  color: #000000;
}

.section-title h3 {
  font-size: 38px;
  /* color: #393953; */
  color: #281d42;
  margin: 10px 0 0 0;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: transparent;
  top: 0;
  left: 0;
}

.preloader .loader {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-43%);
          transform: translateY(-43%);
  text-align: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.preloader .loader .box {
  width: 100%;
  height: 100%;
  /* background: #ffffff; */
  background: #000000;
  -webkit-animation: animate .5s linear infinite;
          animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}

.preloader .loader .shadow {
  width: 100%;
  height: 5px;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: shadow .5s linear infinite;
          animation: shadow .5s linear infinite;
}

.preloader::before, .preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
  /* background: #00b0ee; */
  background: #ffffff;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}

@keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}

@-webkit-keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
            transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
            transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
            transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
}

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
            transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
            transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
            transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1);
  }
}

@keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
            transform: scale(1.2, 1);
  }
}

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

.plamb-nav {
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
}

.plamb-nav .navbar {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

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

.plamb-nav .navbar .navbar-nav {
  margin: auto;
}

.plamb-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.plamb-nav .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 500;
  /* color: #ffffff; */
  color: #808080;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.plamb-nav .navbar .navbar-nav .nav-item a:hover, .plamb-nav .navbar .navbar-nav .nav-item a:focus, .plamb-nav .navbar .navbar-nav .nav-item a.active {
  /* color: #00b0ee; */
  color: #F3C130;
}

.plamb-nav .navbar .navbar-nav .nav-item a i {
  font-size: 10px;
  position: relative;
  top: -1px;
  margin-left: 1px;
}

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

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

.plamb-nav .navbar .navbar-nav .nav-item:hover a, .plamb-nav .navbar .navbar-nav .nav-item:focus a, .plamb-nav .navbar .navbar-nav .nav-item.active a {
  /* color: #00b0ee; */
  color: #F3C130;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -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);
  background: #ffffff; 
  
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 230px;
  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;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  padding-left: 0;
  margin: 0;
  position: relative;
  color: #393953;
  font-size: 15.5px;
  font-weight: 400;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
  content: '';
  position: absolute;
  left: -5px;
  top: 50%;
  width: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 1px;
  /* background-color: #00b0ee; */
  background-color: #000000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  /* color: #00b0ee; */
  color: #000000;
  padding-left: 26px;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before, .plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before, .plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
  width: 20px;
}

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

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #696997;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  /* color: #00b0ee; */
  color: #F3C130;
}

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

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #696997;
  text-transform: capitalize;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  /* color: #00b0ee; */
  color: #F3C130;
}

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

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #696997;
  text-transform: capitalize;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  /* color: #00b0ee; */
  color: #F3C130;
}

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

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #696997;
  text-transform: capitalize;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  /* color: #00b0ee; */
  color: #F3C130;
}

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

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #696997;
  text-transform: capitalize;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  /* color: #00b0ee; */
  color: #F3C130;
}

.plamb-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: 195px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #696997;
  text-transform: capitalize;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  /* color: #00b0ee; */
  color: #F3C130;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  /* color: #00b0ee; */
  color: #F3C130;
}

.plamb-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;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  /* color: #00b0ee; */
  color: #F3C130;
}

.plamb-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;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  /* color: #00b0ee; */
  color: #F3C130;
}

.plamb-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;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  /* color: #00b0ee; */
  color: #F3C130;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  /* color: #00b0ee; */
  color: #F3C130;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  /* color: #00b0ee; */
  color: #F3C130;
}

.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.plamb-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.plamb-nav .navbar .other-option {
  margin-left: 0;
  margin-top: 5px;
}

.plamb-nav .navbar .other-option .default-btn.seo-btn {
  padding: 10px 25px;
  font-size: 15px;
  background-color: transparent;
  border: 1px solid #00b0ee;
  color: #00b0ee;
}

.plamb-nav .navbar .other-option .default-btn.seo-btn:hover {
  background-color: #00b0ee;
  color: #ffffff;
}

.plamb-nav .black-logo {
  display: none;
}

.navbar-area
 {
  background-color: transparent;
  /* background-color: #9a9997; */
  /* background-color: linear-gradient(to bottom, #F3C130, #d3d200, #d3d300, #d3d400, #d3d500);; */
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  
  /* height: 140px; */
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background: #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;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.navbar-area.is-sticky .navbar-nav .nav-item a {
  /* color: #5b5b98; */
  color: #d3d3d3;
}

.navbar-area.is-sticky .navbar-nav .nav-item a:hover, .navbar-area.is-sticky .navbar-nav .nav-item a:focus, .navbar-area.is-sticky .navbar-nav .nav-item a.active {
  /* color: #00b0ee; */  
  color: #F3C130;
}

.navbar-area.is-sticky .plamb-nav .navbar-brand .white-logo {
  display: none;  
}

.navbar-area.is-sticky .plamb-nav .navbar-brand .black-logo {
  display: block;
}

@media only screen and (max-width: 991px) {
  .navbar-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-area.is-sticky {
    border-bottom: none;
    -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);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-area.is-sticky .logo .white-logo {
    display: none;
  }
  .navbar-area.is-sticky .logo .black-logo {
    display: block;
  }
  .plamb-responsive-nav {
    display: block;
  }
  .plamb-responsive-nav .plamb-responsive-menu {
    position: relative;
  }
  .plamb-responsive-nav .plamb-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }
  .plamb-responsive-nav .plamb-responsive-menu.mean-container .mean-nav ul li a {
    font-size: 15px;
  }
  .plamb-responsive-nav .plamb-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #00b0ee;
  }
  .plamb-responsive-nav .plamb-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 15px;
  }
  .plamb-responsive-nav .plamb-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);
  }
  .plamb-responsive-nav .plamb-responsive-menu.mean-container .others-options {
    display: none;
  }
  .plamb-responsive-nav .mean-container a.meanmenu-reveal {
    color: #393953;
  }
  .plamb-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #393953;
  }
  .plamb-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
  }
  .plamb-responsive-nav .logo .white-logo {
    display: block;    
  }
  .plamb-responsive-nav .logo .black-logo {
    display: none;
  }
  .plamb-nav {
    display: none;
  }
}


@media only screen and (max-width: 480px) {
  .navbar {
    padding: 0rem 0rem;
    /*display: none;*/
  }
  .navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .navbar-area {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-area.is-sticky {
    border-bottom: none;
    -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);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-area.is-sticky .logo .white-logo {
    
  }
  .navbar-area.is-sticky .logo .black-logo {
    display: block;
  }
  /*.plamb-responsive-nav {
    display: block;
  }
  .plamb-responsive-nav .plamb-responsive-menu {
    position: relative;
  }
  .plamb-responsive-nav .plamb-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }
  .plamb-responsive-nav .plamb-responsive-menu.mean-container .mean-nav ul li a {
    font-size: 15px;
  }
  .plamb-responsive-nav .plamb-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #00b0ee;
  }
  .plamb-responsive-nav .plamb-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 15px;
  }
  .plamb-responsive-nav .plamb-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);
  }
  .plamb-responsive-nav .plamb-responsive-menu.mean-container .others-options {
    display: none;
  }
  .plamb-responsive-nav .mean-container a.meanmenu-reveal {
    color: #393953;
  }
  .plamb-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #393953;
  }
  .plamb-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
  }
  .plamb-responsive-nav .logo .white-logo {
    display: block;    
  }
  .plamb-responsive-nav .logo .black-logo {
    display: none;
  }
  .plamb-nav {
    display: none;
  }*/
}
/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
  overflow: hidden;
  position: relative;
  /* z-index: 1; */
  height: 950px;
  
  /* background: -webkit-gradient(linear, left top, left bottom, from(#4b43c5), color-stop(#385bd5), color-stop(#2270e2), color-stop(#0c84ec), to(#1397f3));
  background: linear-gradient(to bottom, #4b43c5, #385bd5, #2270e2, #0c84ec, #1397f3);    */  
  /* background: linear-gradient(to bottom, rgba(255,255,255,1) 12%, rgba(211,209,0,1) 9%, rgba(212,225,0,1) 100%);  */  
}


.main-banner-area .banner-image {
  margin-top: 0;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
  position: relative;
}

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

.main-banner-area .banner-image img:nth-child(1) {
  top: -220px;
  left: 45%;
}

.main-banner-area .banner-image img:nth-child(2) {
  left: 0;
  top: -85px;
}

.main-banner-area .banner-image img:nth-child(3) {
  left: -54px;
  z-index: 1;
  top: -210px;
}

.main-banner-area .banner-image img:nth-child(4) {
  left: 46%;
  top: 184px;
  z-index: 2;
}

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

.main-banner-area .creative-shape {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.main-banner-content {
  /* max-width: 550px; */
  max-width: auto;
  text-align: center;
  margin-left: auto;
}

.main-banner-content h1 {
  font-size: 75px;
  /* color: #ffffff; */
  /* color: #808080; */
  color: #000000;
  margin: 0 0 30px 0;
}

.main-banner-content p {
  /* color: #ffffff; */
  color: #000000;
  margin: 0 0 0 0;
  text-shadow: 0 0 10px #111111;
}

.main-banner-content .banner-btn {
  margin-top: 35px;
}

.main-banner-content .banner-btn .video-btn {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  top: -15px;
}

.main-banner-content .banner-btn .video-btn i {
  color: #ffffff;
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.main-banner-content .banner-btn .video-btn i::before {
  font-size: 20px;
  font-weight: normal;
  font-weight: bold;
}

.main-banner-content .banner-btn .video-btn:hover {
  color: #00b0ee;
}

@media screen and (min-width: 480px){
  .page-title-area .main-banner-content .item-cnt {
    /*width: 100%;
    margin-right: 50%;*/
    background-color: rgba(255,255,255,0.9);
    position: relative;
    border-right: 1px solid #f2f2f2;
  }
  .page-title-area .main-banner-content .item-cnt {
    position: absolute;
    top: 50%;
    left: 50%;
 
 -webkit-transform: translate(-50%,-50%);
 -moz-transform: translate(-50%,-50%);
 -os-transform: translate(-50%,-50%);   transform: translate(-50%,-50%);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .navbar-area {
    background-color: #ffffff;
      position: relative !important;
  }
  .page-title-area .main-banner-content .item-cnt {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%,0%);
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-title-area {
  }
  .TagLine {
    font-size: 30px;
  }
  .navbar-height {
    height: auto;
  }
}

.shape-img1 {
  position: absolute;
  left: 5%;
  top: 20%;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.shape-img2 {
  position: absolute;
  left: 3%;
  top: 55%;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

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

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

@-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 movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

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

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(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);
  }
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

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

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

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

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

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  z-index: -1;
}

.lines .line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: -50%;
  left: 0;
  background-color: #ffffff;
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
  margin-left: -25%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.lines .line:nth-child(3) {
  margin-left: 25%;
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

/*================================================
Main Banner Two Area CSS
=================================================*/
/* .main-banner-two::before{
  background: rgba(0, 0, 0, 0.7) !important;
} */

.bg-opacity{
  position: relative;
  background-color: #041c2c;
  /* background-color: #000000; */
}

.bg-opacity::before{
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.4;
  /* background:       url("../img/photo-business-information-1051829789.png") no-repeat center center; */
  background:       url("../img/home_bg1.jpg") no-repeat center center;



   /* background: url(../img/photo-data-analysis-1446413051.png) no-repeat center center; */
  /* background: url(../img/photo-intelligence-1135978331.png) no-repeat center center;; */
  /* background: url(../img/photo-business-information-1051829981.png) no-repeat center center;; */

  background-size: cover;
}


.main-banner-two {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 800px;
  /* background: -webkit-gradient(linear, left top, left bottom, from(#370b6f), color-stop(#00429b), color-stop(#006dba), color-stop(#0095ce), to(#2dbcdc)); */
  /* background: linear-gradient(to bottom, #370b6f, #00429b, #006dba, #0095ce, #2dbcdc); */
   /* background: linear-gradient(to bottom, #d1d100, #d3e200, #d3f300, #d4d400, #d5d500);  */
  /* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(211,209,0,1) 35%, rgba(228,225,0,1) 100%); */
   /* background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(211,209,0,1) 55%, rgba(228,225,0,1) 100%);  */  
   /* background-image: linear-gradient(to bottom, rgba(255,255,255,1) 12%, rgba(211,209,0,1) 9%, rgba(212,225,0,1) 100%), 
                  url(../img/photo-of-woman-using-her-laptop.jpg); */  
  /* background: linear-gradient(to bottom, rgba(255,255,255,1) 12%, rgba(211,209,0,1) 9%, rgba(212,225,0,1) 100%);     */
  
  /* background: url(../img/photo-of-woman-using-her-laptop.jpg); */
  /* background: url(../img/photo-innovative-technologies2.png);   */

  /******************************/
  /* background: url(../img/photo-data-analysis-1446413051.png); */
  /* background: url(../img/photo-intelligence-1135978331.png); */
  /* background: url(../img/photo-business-information-1051829981.png); */

  /***************/
  /* background: linear-gradient(
                     rgba(20,20,20, .5), 
                     rgba(20,20,20, .5),
                     url(../img/photo-business-information-1051829789.png)); */

  /* background: url(../img/photo-business-information-1051829789.png); */


  /* background: url(../img/photo-businessman-758444896.png); */  
  /* background-size:cover;   */
  /* background-position: center -310px !important; */
  /* z-index: -1;  */
}

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

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

.main-banner-two .banner-image img:nth-child(1) {
  top: -307px;
  left: 9%;
}

.main-banner-two .banner-image img:nth-child(2) {
  right: 20%;
  top: -236px;
}

.main-banner-two .banner-image img:nth-child(3) {
  left: 0;
  z-index: 999;
  top: -70px;
}

.main-banner-two .banner-image img:nth-child(4) {
  right: 22%;
  top: -65px;
  z-index: 999;
}

.main-banner-two .banner-image img:nth-child(5) {
  left: 12%;
  top: -138px;
  z-index: 1;
}

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

.main-banner-two .circle-img {
  position: absolute;
  top: -330px;
  right: 0;
  width: 800px;
}

.main-banner-two .circle-img img {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.main-banner-two .creative-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.main-banner-two .shape-dot {
  position: absolute;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

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

/*================================================
Main Banner Three Area CSS
=================================================*/
.main-banner-three {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 950px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4b43c5), color-stop(#385bd5), color-stop(#2270e2), color-stop(#0c84ec), to(#1397f3));
  background: linear-gradient(to bottom, #4b43c5, #385bd5, #2270e2, #0c84ec, #1397f3);
}

.main-banner-three .banner-image {
  position: relative;
}

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

.main-banner-three .banner-image img:nth-child(1) {
  top: -200px;
  left: 32%;
}

.main-banner-three .banner-image img:nth-child(2) {
  left: 20%;
  top: -135px;
}

.main-banner-three .banner-image img:nth-child(3) {
  right: 25%;
  z-index: 1;
  top: -150px;
}

.main-banner-three .banner-image img:nth-child(4) {
  right: 0;
  top: -14px;
  z-index: 2;
}

.main-banner-three .banner-image img:nth-child(5) {
  right: 0;
  top: -208px;
  z-index: 2;
}

.main-banner-three .banner-image img:nth-child(6) {
  right: 20%;
  top: -320px;
}

.main-banner-three .banner-image img:nth-child(7) {
  left: 15%;
  top: -338px;
  z-index: 2;
}

.main-banner-three .banner-image img:nth-child(8) {
  left: 5px;
  top: -165px;
  z-index: 1;
}

.main-banner-three .banner-image img:nth-child(9) {
  left: -36px;
  top: 0;
}

.main-banner-three .banner-image img:nth-child(10) {
  left: 28%;
  top: 65px;
  z-index: 1;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.main-banner-three .banner-image img:nth-child(11) {
  right: 26%;
  top: 70px;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

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

.main-banner-three .creative-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

/*================================================
Main Banner Four Area CSS
=================================================*/
.main-banner-four {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 900px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4b43c5), color-stop(#385bd5), color-stop(#2270e2), color-stop(#0c84ec), to(#1397f3));
  background: linear-gradient(to bottom, #4b43c5, #385bd5, #2270e2, #0c84ec, #1397f3);
}

.main-banner-four .main-banner-content {
  max-width: 550px; 
  
}

.main-banner-four .main-banner-content h1 {
  font-size: 60px;
  color: #ffffff;
  margin: 0 0 30px 0;
}

.main-banner-four .banner-image {
  margin-top: 140px;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.main-banner-four .creative-shape {
  position: absolute;
  bottom: 0px;
  left: 10px;
  width: 100%;
  height: auto;
  z-index: -1;
}

/*================================================
About Section CSS
=================================================*/
.about-content {
  /* background-color: #E84A5F; */
  background: #0F2027;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */  
  opacity: 0.65;
  padding: 20px;
}
.about-content span {
  font-size: 16px;
  font-weight: 400;
  /* color: #00b0ee; */
  color: #000000;
  
}

.about-content h3 {
  font-size: 38px;
  color: #393953;
  margin: 12px 0 14px 0;
}

.about-content p {
  font-weight: 400;
  margin: 0 0 0 0;
}

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

.about-content .about-list li {
  font-size: 16px;
  font-weight: 600;
  color: #393953;
  list-style-type: none;
  padding-bottom: 15px;
}

.about-content .about-list li:last-child {
  padding-bottom: 0;
}

.about-content .about-list i {
  /* color: #00b0ee; */
  color: #F3C130;
  font-weight: 700;
  margin-right: 5px;
}

.about-content .about-list i::before {
  line-height: normal;
  font-size: 20px;
}

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

/*================================================
Data Services Section CSS
=================================================*/
.data-services-item {
  position: relative;
}

.data-services-item .single-data-service-box {
  margin-bottom: 30px;
  -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: 28px 20px 28px 60px;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 25px 0px 25px 0px;
}

.data-services-item .single-data-service-box .icon {
  position: absolute;
  left: 22px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.data-services-item .single-data-service-box .icon i {
  color: #00b0ee;
  position: relative;
  margin-right: 4px;
  top: -3px;
  float: unset;
}

.data-services-item .single-data-service-box .icon i::before {
  line-height: normal;
  font-size: 30px;
}

.data-services-item .single-data-service-box h3 {
  font-size: 20px;
  color: #393953;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 0 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.data-services-item .single-data-service-box h3 a {
  color: #393953;
}

.data-services-item .single-data-service-box h3 a:hover {
  color: #ffffff;
}

.data-services-item .single-data-service-box i {
  color: #ebebec;
  float: right;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.data-services-item .single-data-service-box i::before {
  line-height: normal;
  font-size: 20px;
}

.data-services-item .single-data-service-box::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #00b0ee;
  z-index: -1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.data-services-item .single-data-service-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.data-services-item .single-data-service-box:hover .icon i {
  color: #ffffff;
}

.data-services-item .single-data-service-box:hover h3 {
  color: #ffffff;
}

.data-services-item .single-data-service-box:hover i {
  color: #ffffff;
}

.data-services-item .single-data-service-box:hover::before {
  height: 100%;
}

.data-services-item .single-data-service-box:hover h3 a {
  color: #ffffff;
}

/*================================================
Fun Facts Section 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;
}

.fun-facts-area::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #00b0ee;
  z-index: -1;
  opacity: 0.8;
}

.single-fun-fact {
  text-align: center;
  position: relative;
}

.single-fun-fact h3 {
  position: relative;
  color: #ffffff;
  margin-bottom: 5px;
  line-height: 1;
  font-size: 50px;
  font-weight: 700;
}

.single-fun-fact h3 .sign-icon {
  display: inline-block;
  font-size: 46px;
}

.single-fun-fact p {
  line-height: initial;
  color: #ffffff;
  margin: 0 0 0 0;
  font-weight: 600;
  font-size: 20px;
}

/*================================================
Tabs Solutions Section CSS
=================================================*/
.tab .tabs_item {
  display: none;
}

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

.solutions-list-tab .tabs {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 50px;
}

.solutions-list-tab .tabs li {
  -ms-flex: 0 0 16.6666666667%;
  -webkit-box-flex: 0;
  flex: 4 0 16.6666666667%;
  max-width: 22.666667%;
  text-align: center;
  /* margin-right: 30px; */
  margin-left: 0;
}

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

.solutions-list-tab .tabs li a {
  display: block;
  border-radius: 2px;
  color: #292a2c;
  -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);
  font-family: "Open Sans", sans-serif;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
}

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

.solutions-list-tab .tabs li.current a, .solutions-list-tab .tabs li:hover a {
  /* background-color: #00b0ee; */
  background-color: #d3d210;
  color: #414A6B;
}

.solutions-list-tab .tab_content .tabs_item .tab-solution-content h3 {
  /* font-size: 38px; */
  font-size: 28px;
  color: #393953;
  /* color: #414A6B !important; */
  margin: 0 0 14px 0;
}

.solutions-list-tab .tab_content .tabs_item .tab-solution-content p {
  margin: 0 0 0 0;
}

.solutions-list-tab .tab_content .tabs_item .tab-solution-content .tab-list {
  padding-left: 0;
  margin-bottom: 25px;
  margin-top: 25px;
}

.solutions-list-tab .tab_content .tabs_item .tab-solution-content .tab-list li {
  font-size: 15px;
  color: #737b9a;
  
  font-weight: 600;
  list-style-type: none;
  padding-bottom: 10px;
}

.solutions-list-tab .tab_content .tabs_item .tab-solution-content .tab-list li:last-child {
  padding-bottom: 0;
}

.solutions-list-tab .tab_content .tabs_item .tab-solution-content .tab-list i {
  /* color: #00b0ee; */
  color: #d3d210;
  margin-right: 5px;
}

.solutions-list-tab .tab_content .tabs_item .tab-solution-content .tab-list i::before {
  font-size: 20px;
}

/*================================================
Work Section CSS
=================================================*/
.work-item {
  position: relative;
  margin-bottom: 30px;
}

.work-item .work-content {
  text-align: center;
  -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;
  max-width: 310px;
  margin: auto;
  position: relative;
  margin-top: -20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #ffffff;
}

.work-item .work-content h3 {
  font-size: 20px;
  color: #393953;
  margin: 0 0 8px 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.work-item .work-content p {
  margin: 0 0 0 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.work-item:hover .work-content {
  max-width: 100%;
  background-color: #00b0ee;
}

.work-item:hover h3 {
  color: #ffffff;
}

.work-item:hover p {
  color: #ffffff;
}

/*================================================
Testimonial Section CSS
=================================================*/
.testimonial-section {
  /* background-color: #f6f6fe; */
  /* background-color: #d8dde6; */

  /* background-color: #FFC72C; */

  /*background-color: #d3d210;*/
  background-image: url(../img/bg-img/bg-2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
   background-attachment: fixed;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.testimonial-section::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.2);
  right: 0;
  top: 0;
}

.testimonial-slider .testimonial-single-item {
  text-align: center;
  padding: 30px;
  max-width: 750px;
  margin: auto;
  background-color: rgba(0,0,0,0.4);
  border: 10px solid rgba(0,0,0,0.2);
  position: relative;
  margin-top: 20px;
}

.testimonial-slider .testimonial-single-item .ext-brd-des {
  position: absolute;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  width: 200px;
  height: 200px;
}
.testimonial-slider .testimonial-single-item .ext-brd-des::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 93px 93px 0 0 #F3C130;
    z-index: 1;
}

.testimonial-slider .testimonial-single-item .testimonial-image {
  position: absolute;
  left: -30%;
  top: 50%;
  transform: translate(30%,-50%);
}

.testimonial-slider .testimonial-single-item .testimonial-image img {
  display: block;
  width: 25%;
  height: auto;
  border: 10px solid rgba(255,255,255,0.4);
  background-color: rgba(0,0,0,0.7);
  border-radius: 0 0 30% 0;
  padding: 15px;
}

.testimonial-slider .testimonial-single-item .testimonial-image .testimonial-caption {
  width: 130px;
}
.testimonial-slider .testimonial-single-item .testimonial-image .testimonial-caption h3 {
  font-size: 20px;
  text-align: center;
  /* color: #393953; */
  /*color: #414A6B;*/
  color: #ffffff;
  text-transform: uppercase;
}

.testimonial-slider .testimonial-single-item .testimonial-image span {
  font-size: 16px;
  font-weight: 400;
  color: #737b9a;
}

.testimonial-slider .testimonial-single-item .testimonial-content {
  padding-left: 80px;
  padding-right: 80px;
}
.testimonial-slider .testimonial-single-item .testimonial-content .icon {
  margin-top: 20px;
  margin-bottom: 20px;
}

.testimonial-slider .testimonial-single-item .testimonial-content .icon i {
  color: #00b0ee;
}

.testimonial-slider .testimonial-single-item .testimonial-content .icon i::before {
  font-size: 35px;
  line-height: normal;
}


.testimonial-slider .testimonial-single-item .testimonial-content h3 a {
    color: #F3C130;
}
.testimonial-slider .testimonial-single-item .testimonial-content p {
  margin: 0 0 0 0;
  font-style: italic;
  color: #cccccc;
}

.testimonial-slider.owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 110px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #414A6B;
  font-size: 25px;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 110px;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-]:hover {
  color: #414A6B;
  background-color: transparent;
}

.testimonial-slider.owl-theme .owl-dots {
  line-height: .01;
  margin-top: 30px;
  margin-bottom: 0;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  /*background-color: #393953;*/
  background-color: #F3C130;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 30px;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #414A6B;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: #414A6B;
}

.testimonial-slider.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.testimonial-shape {
  position: absolute;
  bottom: -75px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  opacity: 1;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.testimonial-shape-img1 {
  position: absolute;
  right: 5%;
  bottom: 5%;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

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


@media screen and (max-width: 1200px) {
  .testimonial-slider .testimonial-single-item .testimonial-image {
    position: relative;
    left: 0%;
    top: 0%;
    transform: translate(0%,0%);
    width: 100%;
  }
  .testimonial-slider .testimonial-single-item .testimonial-image img {
    width: 50%;
    border: 2px solid rgba(255,255,255,0.4);
    margin: auto auto;
  }
  .testimonial-slider .testimonial-single-item .testimonial-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .testimonial-slider .testimonial-single-item .testimonial-image .testimonial-caption {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .testimonial-slider .testimonial-single-item {
    padding: 10px;
  }
  .testimonial-slider .testimonial-single-item .testimonial-image {
    position: relative;
    left: 0%;
    top: 0%;
    transform: translate(0%,0%);
  }
  .testimonial-slider .testimonial-single-item .testimonial-image img {
    width: 100%;
  }
  .testimonial-slider .testimonial-single-item .testimonial-image .testimonial-caption {
    width: 100%;
  }

  .testimonial-slider .testimonial-single-item .testimonial-content {
    padding-left: 0px;
    padding-right: 0px;
  }

}

/*================================================
Blog Section CSS
=================================================*/
.blog-item {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.blog-item .single-blog-item {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  border-top: none;
  padding: 20px 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  margin-bottom: 30px;
}

.blog-item .single-blog-item .blog-list {
  padding-left: 0;
  margin-bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.blog-item .single-blog-item .blog-list li {
  list-style-type: none;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-right: 15px;
  /* color: #00b0ee; */
  color: #F3C130;
}

.blog-item .single-blog-item .blog-list li:last-child {
  margin-right: 0;
}

.blog-item .single-blog-item .blog-list li i {
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.blog-item .single-blog-item .blog-list li i::before {
  font-size: 14px;
}

.blog-item .single-blog-item .blog-list a {
  /* color: #00b0ee; */
  color: #F3C130;
  text-decoration: none;
}

.blog-item .single-blog-item .blog-content {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.blog-item .single-blog-item .blog-content h3 {
  color: #393953;
  font-size: 22px;
  margin: 10px 0px 10px 0;
  line-height: 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  line-height: 32px;
}

.blog-item .single-blog-item .blog-content h3:hover {
  /* color: #00b0ee; */
  color: #F3C130;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  text-decoration: none;
}

.blog-item .single-blog-item .blog-content p {
  margin: 0;
  font-size: 14px;
  color: #6a6c72;
  font-weight: 400;
}

.blog-item .single-blog-item .blog-content a {
  text-decoration: none;
}

.blog-item .single-blog-item .blog-content .blog-btn {
  margin-top: 15px;
}

.blog-item .single-blog-item .blog-content .blog-btn .blog-btn-one {
  display: inline-block;
  font-size: 15px;
  color: #737b9a;
  font-weight: 600;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.blog-item .single-blog-item .blog-content .blog-btn i {
  position: relative;
  top: 1px;
}

.blog-item .single-blog-item .blog-content .blog-btn i::before {
  font-size: 14px;
}

.blog-item:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
}

.blog-item:hover .single-blog-item {
  border-top: none;
}

.blog-item:hover .blog-content h3 {
  color: #00b0ee;
}

.blog-item:hover .blog-content .blog-btn .blog-btn-one {
  /* color: #00b0ee; */
  color: #F3C130;
}

/*================================================
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: 22px;
}

.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  background: #00b0ee;
  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.6s;
  transition: 0.6s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #00b0ee;
}

.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: #00b0ee;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.widget-area .widget_search form button:hover {
  background-color: #393953;
  color: #ffffff;
}

.widget-area .widget_plamb_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_plamb_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_plamb_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_plamb_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_plamb_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_plamb_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog-details/1.jpg);
}

.widget-area .widget_plamb_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog-details/2.jpg);
}

.widget-area .widget_plamb_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog-details/3.jpg);
}

.widget-area .widget_plamb_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_plamb_posts_thumb .item .info time {
  display: block;
  color: #737b9a;
  text-transform: capitalize;
  margin-top: -2px;
  margin-bottom: 3px;
  font-size: 14px;
}

.widget-area .widget_plamb_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 16px;
}

.widget-area .widget_plamb_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: #393953;
  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: #00b0ee;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_entries ul li a {
  display: inline-block;
  color: #393953;
}

.widget-area .widget_recent_entries ul li a:hover {
  color: #00b0ee;
}

.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #737b9a;
  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: #737b9a;
  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: #00b0ee;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_comments ul li a {
  display: inline-block;
  color: #393953;
}

.widget-area .widget_recent_comments ul li a:hover {
  color: #00b0ee;
}

.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: #393953;
  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: #00b0ee;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_archive ul li a {
  display: inline-block;
  color: #393953;
}

.widget-area .widget_archive ul li a:hover {
  color: #00b0ee;
}

.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: #737b9a;
  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: #00b0ee;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_categories ul li a {
  color: #393953;
  display: block;
}

.widget-area .widget_categories ul li a:hover {
  color: #00b0ee;
}

.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: #393953;
  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: #00b0ee;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_meta ul li a {
  display: inline-block;
  color: #393953;
}

.widget-area .widget_meta ul li a:hover {
  color: #00b0ee;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}

.widget-area .tagcloud a {
  display: inline-block;
  color: #393953;
  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: #00b0ee;
  border-color: #00b0ee;
}

.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: #393953;
  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: #00b0ee;
}

/*================================================
Partner Section CSS
=================================================*/
.partner-section {
  position: relative;
  /* background-color: #00b0ee; */
  background-color: #808808 !important;
  /* background-color: #222; */
  overflow: hidden;
  z-index: 1;
}

.partner-title {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
}

.partner-title span {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.partner-title h3 {
  font-size: 38px;
  color: #ffffff;
  margin: 10px 0 0 0;
}

.partner-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.partner-list .partner-item {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 5px;
  padding-right: 5px;
}

.partner-list .partner-item a {
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.partner-list .partner-item:nth-child(6) {
  margin-left: 10%;
}

.partner-shape {
  position: absolute;
  top: -6%;
  left: 0%;
  width: 100%;
  height: auto;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.partner-shape-img1 {
  position: absolute;
  right: 0%;
  bottom: -6%;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
  position: relative;
  background-color: #f1f1f1;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 1;
}

.subscribe-content {
  text-align: left;  
}

.subscribe-content .sub-title {
  color: #6a75b3;
  display: block;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 400;
}

.subscribe-content h2 {
  color: #393953;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
}

.newsletter-form {
  max-width: 580px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: none;
  height: 50px;
  padding-left: 25px;
  border-radius: 5px;
  outline: 0;
  color: #393953;
}

.newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #737b9a;
}

.newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #737b9a;
}

.newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #737b9a;
}

.newsletter-form .input-newsletter::placeholder {
  color: #737b9a;
}

.newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F3C130;
  color: #000000;
  border: none;
  height: 50px;
  padding: 0 30px;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  line-height: 50px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.newsletter-form button:hover {
  background-color: #393953;
  color: #ffffff;
}

.newsletter-form #validator-newsletter {
  color: red;
  position: relative;
  top: 10px;
}

/*================================================
Services Section CSS
=================================================*/
.services-box {
    margin-bottom: 30px;
}
.services-box .single-services-box {
    -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;    
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: relative;
    z-index: 1;
    /*border-radius: 25px 0px 25px 0px;*/
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 35px;
    padding-left: 35px;
    /*background-image: url(../img/data-category.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;*/
}
.services-box .single-services-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.4);
  right: 0;
  top: 0;
}

.services-box .single-services-box .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  /* background-color: #eeeefd; */
  background-color: #B49A85;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 15px;
}

.services-box .single-services-box .icon i::before {
  font-size: 30px;
}

.services-box .single-services-box h3 {
  margin-bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 22px;
  /* color: #808080; */
  color: #414A6B;
  position: absolute;
  top: 45px;
  left: 95px;
  font-family: "Open Sans", sans-serif;
}

.services-box .single-services-box h3 a {
  display: inline-block;
}

.services-box .single-services-box p {
  font-size: 14px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-top: 15px;
  margin-bottom: 0;
}

.services-box .services-btn {
  background-color: #ffffff;
  color: #414A6B; 
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-top: 0;
  border-radius: 0 0 100% 100%;
  text-align: center;
}

.services-box .services-btn .services-btn-one {
  display: inline-block;
  font-size: 15px;
  color: #414A6B;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.services-box .services-btn i {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #414A6B;
  top: 1px;
  margin-left: 10px;
}

.services-box .services-btn i::before {
  font-size: 14px;
}

.services-box .single-services-box::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  /* background: #00b0ee; */
  background: #F3C130;
  border-radius: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

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

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

.services-box:hover .icon {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  color: #00b0ee;
  background-color: #ffffff;
}

.services-box:hover h3 {
  /* color: #ffffff; */
  color: #000000;
}

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

.services-box:hover p {
  /* color: #ffffff; */
  color: #000000;
}

.services-box:hover .services-btn {
    background-color: #414A6B;
    color: #ffffff;
}
.services-box:hover .services-btn .services-btn-one {
  /* color: #ffffff; */
  color: #f2f2f2;
  letter-spacing: 1px;
}

.services-box:hover .services-btn i {
  /* color: #ffffff; */
  color: #f2f2f2;
}

@media screen and (min-width: 480px) {
    .services-box .single-services-box p {
        min-height: 175px;
    }
}

/*================================================
Process Section CSS
=================================================*/
.process-item {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.process-item .process-content {
  margin-top: 16px;
}

.process-item .process-content h3 {
  font-size: 20px;
  color: #393953;
  margin: 0 0 10px 0;
}

.process-item .process-content p {
  margin: 0 0 0 0;
}

.process-item .process-content .process-btn {
  margin-top: 10px;
}

.process-item .process-content .process-btn .process-btn-one {
  display: inline-block;
  font-size: 15px;
  color: #737b9a;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.process-item .process-content .process-btn i {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #737b9a;
  top: 1px;
}

.process-item .process-content .process-btn i::before {
  font-size: 14px;
}

.process-item:hover .process-btn .process-btn-one {
  letter-spacing: 1px;
  color: #00b0ee;
}

.process-item:hover .process-btn i {
  color: #00b0ee;
}

/*================================================
Software Section CSS
=================================================*/
.software-content span {
  font-size: 16px;
  font-weight: 400;
  /* color: #00b0ee; */
  color: #000000;
}

.software-content h2 {
  font-size: 38px;
  color: #393953;
  margin: 8px 0 10px 0;
}

.software-content p {
  margin: 0 0 0 0;
}

.software-content .features-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: 16px;
  margin-left: -10px;
  margin-right: -10px;
}

.software-content .features-list li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.software-content .features-list li span {
  display: block;
  background-color: #f3effb;
  border-radius: 5px;
  padding: 20px;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #393953;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.software-content .features-list li span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  /* background-color: #00b0ee; */
  background-color: #F3C130;
  z-index: -1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.software-content .features-list li span:hover {
  /* color: #ffffff; */
  color: #000000;
}

.software-content .features-list li span:hover::before {
  height: 100%;
}

.software-content .features-list li span:hover i {
  background-color: #3e57d0;
}

.software-image {
  margin-top: 130px;
}

/*================================================
Productive Section CSS
=================================================*/
.productive-content span {
  font-size: 16px;
  font-weight: 400;
  color: #00b0ee;
}

.productive-content h3 {
  font-size: 38px;
  /* color: #393953; */
  color: #ff5851;
  margin: 8px 0 10px 0;
}

.productive-content p {
  margin: 0 0 0 0;
}

.productive-content .productive-btn {
  margin-top: 20px;
}

.productive-content .productive-btn .productive-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  /* background-color: #00b0ee; */
  background-color: #F3C130;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 5px;
}

.productive-content .productive-btn .productive-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  /* background-color: #3e57d0; */
  background-color: #414A6B;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.productive-content .productive-btn .productive-btn:hover, .productive-content .productive-btn .productive-btn:focus {
  color: #ffffff;
}

.productive-content .productive-btn .productive-btn:hover span, .productive-content .productive-btn .productive-btn:focus span {
  width: 225%;
  height: 562.5px;
}

.productive-content .productive-btn .productive-btn-one {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  /* color: #00b0ee; */
  color: #F3C130;
  background-color: #ffffff;  
  /* border: 1px solid #00b0ee; */
  border: 1px solid #F3C130;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 5px;
  margin-left: 25px;
}

.productive-content .productive-btn .productive-btn-one span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  /* background-color: #00b0ee;
  border: 1px solid #00b0ee; */
  background-color: #F3C130;
  border: 1px solid #ffffff;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.productive-content .productive-btn .productive-btn-one:hover, .productive-content .productive-btn .productive-btn-one:focus {
  color: #ffffff;
}

.productive-content .productive-btn .productive-btn-one:hover span, .productive-content .productive-btn .productive-btn-one:focus span {
  width: 225%;
  height: 562.5px;
}

/*================================================
Footer Section CSS
=================================================*/
.single-privacy h3 {
  font-size: 25px;
  margin: 0 0 12px 0;
}

/*================================================
Footer Section CSS
=================================================*/
.single-project {
  position: relative;
  margin-bottom: 30px;
}

.single-project::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00b0ee;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-project .image-hover {
  position: absolute;
  left: 30px;
  top: 60%;
  text-align: left;
  right: 0;
  color: #ffffff;
  margin-top: 0;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-project .image-hover:hover {
  text-decoration: none;
}

.single-project .image-hover .text {
  max-width: 270px;
}

.single-project .image-hover .text h3 {
  color: #ffffff;
  font-size: 20px;
  margin: 0 0 8px 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-project .image-hover .text .read-more {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-project .image-hover .text .read-more:hover {
  text-decoration: none;
  letter-spacing: 1px;
}

.single-project:hover::before, .single-project:focus::before {
  opacity: 0.7;
  visibility: visible;
}

.single-project:hover .image-hover, .single-project:focus .image-hover {
  opacity: 1;
  visibility: visible;
  margin-top: -15px;
  -webkit-transition: .6s;
  transition: .6s;
}

/*================================================
Subscribe Section CSS
=================================================*/
.subscribe-Section {
  position: relative;
  z-index: 999;
}

.subscribe-content-area {
  background-color: #F3C130;
  padding: 40px;
  position: relative;
  text-align: center;
  position: relative;
  z-index: 1;
}
.subscribe-content-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  /*background-color: rgba(0,0,0,0.4);*/
  right: 0;
  top: 0;
}

.subscribe-content-area .subscribe-image {
  text-align: center;
}

.subscribe-content-area .subscribe-content {
  margin-bottom: 25px;
}

.subscribe-content-area .subscribe-content h2 {
  color: #393953;
  font-size: 32px;
  max-width: 280px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
}

.subscribe-content-area .newsletter-form {
  max-width: 580px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-content-area .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: none;
  height: 70px;
  padding-left: 25px;
  border-radius: 5px;
  outline: 0;
  color: #393953;
}

.subscribe-content-area .newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #737b9a;
}

.subscribe-content-area .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #737b9a;
}

.subscribe-content-area .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #737b9a;
}

.subscribe-content-area .newsletter-form .input-newsletter::placeholder {
  color: #737b9a;
}

.subscribe-content-area .newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  /* background-color: #14c0d7; */
  /* color: #ffffff; */
  background-color: #F3C130;
  color: #000000;
  border: none;
  height: 62px;
  padding: 0 30px;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  line-height: 50px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.subscribe-content-area .newsletter-form button:hover {
  background-color: #393953;
  color: #ffffff;
}

/*================================================
Contact Section CSS
=================================================*/
.contact-section {
  background-color: #f6f5fb;
}

.contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  height: 55px;
  font-size: 15px;
  border: 1px solid #ffffff;
}

.contact-form form .form-control:focus {
  border: 1px solid #00b0ee;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.contact-form form .btn {
  margin-top: 8px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

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

.contact-form form .help-block ul li {
  color: red;
  font-weight: 400;
}

.contact-form form #msgSubmit {
  margin-bottom: 0;
  text-align: left !important;
}

.contact-form form #msgSubmit.text-danger, .contact-form form #msgSubmit.text-success {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  color: red !important;
}

.contact-form .submit-btn {
  display: inline-block;
  width: 100%;
  background-color: #00b0ee;
  border: 1px solid #00b0ee;
  color: #ffffff;
  padding: 12px 50px;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.contact-form .submit-btn:hover {
  background-color: #ffffff;
  color: #00b0ee;
}

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

.contact-box .single-contact-box i {
  line-height: 50px;
  width: 50px;
  height: 50px;
  /* border: 1px dashed #00b0ee; */
  border: 1px dashed #F3C130;
  border-radius: 50%;
  font-size: 20px;
  display: inline-block;
  /* color: #00b0ee; */
  color: #F3C130;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 20px;
}

.contact-box .single-contact-box:hover i {
  /* background-color: #00b0ee; */
  border: 1px dashed #F3C130;
  background-color: #F3C130;
  color: #ffffff;
}

.contact-box .single-contact-box .content-title h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.contact-box .single-contact-box .content-title a {
  display: block;
  font-size: 16px;
  color: #747171;
}

.contact-box .single-contact-box .content-title a:hover {
  color: #000000;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.partner-slider .partner-item img {
  display: inline-block;
  margin: auto;
  width: 100px;
  height: 90px;
}

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

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

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

.page-title-content h2 {
  margin-bottom: 0;
  /* color: #ffffff; */
  color: #F3C130 !important;
  font-size: 38px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif !important;
}

.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.6s;
  transition: 0.6s;
}

.page-title-content ul li a:hover {
  color: #00b0ee;
}

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

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

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

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

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

.item-bg4 {
  background-image: url(../img/page-title-bg-5.jpg);
}
nav > ul > li > a:after {
            content: '';
            position: absolute;
            z-index: 1;
            bottom: -0.15em;
            left: 0;
            width: 0;
            height: 2px;
            background: #e5e5e5;
            -webkit-transition: width 0.4s ease;
            transition: width 0.4s ease;
        }

        /*@media screen and (min-width: 480px) {
          .page-title-area .main-banner-content {
            padding-top: 20px;
            padding-bottom: 20px;
            background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.8),rgba(0,0,0,0.1));
            border-radius: 20%;
          }
        }*/
        .page-title-area::before {
          content: "";
          position: absolute;
          height: 100%;
          width: 100%;
          left: 0%;
          top: 0%;
          /*opacity: 0.45;*/
          background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.8),rgba(0,0,0,0.1));
          z-index: -1;
          /*display: none;*/

        }
        @media screen and (max-width: 480px){
          .page-title-area::before {
            display: block;
          }
          .page-title-area {
              height: auto;
            }
        }

/*================================================
Team Section CSS
=================================================*/
.single-team-item {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-align: center;
}

.single-team-item .team-image {
  position: relative;
  overflow: hidden;
}

.single-team-item .team-image img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-team-item .team-image .team-social {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  text-decoration: none;
  opacity: 0;
  margin-top: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-team-item .team-image .team-social a {
  display: inline-block;
  /* color: #00b0ee; */
  color: #000000;
  font-size: 18px;
  margin: 0 6px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  /* background-color: #00b0ee; */
  background-color: #F3C130;
  color: #ffffff;
  border-radius: 35px;
  font-size: 22px;
}

.single-team-item .team-image .team-social a:hover {
  background-color: #ffffff;
  /* color: #00b0ee; */
  color: #F3C130;
}

.single-team-item .team-content {
  padding: 25px;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-team-item .team-content h3 {
  margin-bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 24px;
  font-weight: 700;
}

.single-team-item .team-content span {
  display: block;
  margin-top: 8px;
  /* color: #00b0ee; */
  color: #000000;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-weight: 500;
}

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

.single-team-item:hover .team-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-team-item:hover .team-image .team-social {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

.single-team-item:hover .team-content {
  /* background-color: #00b0ee; */
  background-color: #F3C130;
}

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

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

/*================================================
Services Details CSS
=================================================*/
.services-details-overview {
  margin-bottom: 60px;
}

.services-details-overview:last-child {
  margin-bottom: 0;
}

.services-details-overview .services-details-desc h3 {
  margin-bottom: 15px;
  font-size: 25px;
  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: 18px;
}

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

.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: #00b0ee; */
  background: #F3C130;
  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: 13px;
}

.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: "\f068";
}

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

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

.image-sliders.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #ffffff;
  font-size: 25px;
}

.image-sliders.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}

.image-sliders.owl-theme .owl-nav [class*=owl-]:hover {
  color: #00b0ee;
  background-color: transparent;
}

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

/*================================================
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: 25px;
}

.projects-details-desc .features-text {
  margin-top: 25px;
  margin-bottom: 25px;
}

.projects-details-desc .features-text h4 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.projects-details-desc .features-text h4 i {
  font-size: 16px;
  margin-right: 4px;
  color: #00b0ee;
}

.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: #737b9a;
  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 li a {
  color: #737b9a;
  display: inline-block;
}

.projects-details-desc .project-details-info .single-info-box .social li a:hover {
  color: #00b0ee;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.projects-details-desc .project-details-info .single-info-box .default-btn {
  display: inline-block;
  padding: 12px 30px;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #00b0ee;
  border: 1px solid #00b0ee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}

.projects-details-desc .project-details-info .single-info-box .default-btn:hover {
  background-color: #ffffff;
  color: #00b0ee;
}

/*================================================
Pricing Area CSS
=================================================*/
.single-pricing-box {
  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;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
  margin-bottom: 30px;
}

.single-pricing-box .pricing-header {
  background: #00b0ee;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}

.single-pricing-box .pricing-header h3 {
  margin-bottom: 10px;
  font-size: 25px;
  text-transform: uppercase;
  color: #ffffff;
}

.single-pricing-box .pricing-header p {
  font-size: 14px;
  margin: 0 0 0 0;
  color: #ffffff;
}

.single-pricing-box .price {
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #393953;
  margin-top: 10px;
  text-align: center;
}

.single-pricing-box .price span {
  display: inline-block;
  margin-left: 0;
  font-size: 18px;
  font-weight: 500;
}

.single-pricing-box .pricing-features {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-pricing-box .pricing-features li {
  margin-bottom: 12px;
  color: #737b9a;
  position: relative;
  padding-left: 20px;
  font-weight: 400;
}

.single-pricing-box .pricing-features li:last-child {
  margin-bottom: 0;
}

.single-pricing-box .pricing-features li i {
  color: #00b0ee;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-pricing-box .pricing-features li i::before {
  font-size: 12px;
}

.single-pricing-box .price-btn {
  margin-top: 25px;
  text-align: center;
}

.single-pricing-box .price-btn .price-btn-one {
  padding: 12px 30px;
  font-size: 14px;
  display: inline-block;
  background-color: #00b0ee;
  color: #ffffff;
  border-radius: 15px;
  border: 1px solid #00b0ee;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-pricing-box:hover .price-btn .price-btn-one {
  background-color: transparent;
  color: #00b0ee;
}

/*================================================
Shop Area CSS
=================================================*/
.woocommerce-topbar {
  margin-bottom: 40px;
}

.woocommerce-topbar .woocommerce-topbar-ordering {
  text-align: right;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
  background-color: #ffffff;
  color: #666666;
  border-radius: 0;
  border: none;
  -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);
  float: unset;
  height: unset;
  line-height: initial;
  padding: 17px 35px 13px 20px;
  font-size: 16px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
  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);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
  background-color: #00b0ee !important;
  color: #ffffff;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 700;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select:after {
  right: 20px;
}

.single-product-box {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}

.single-product-box .product-image {
  overflow: hidden;
  position: relative;
  text-align: left;
}

.single-product-box .product-image a img {
  -webkit-transition: .6s;
  transition: .6s;
}

.single-product-box .product-image .add-to-cart-btn {
  position: absolute;
  bottom: -46px;
  left: 0;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  padding: 18px 20px 13px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.single-product-box .product-image .add-to-cart-btn i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-product-box .product-image .add-to-cart-btn:hover {
  background-color: #00b0ee;
  color: #ffffff;
}

.single-product-box .product-image .sale-btn {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: #00b0ee;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.single-product-box .product-content {
  padding: 30px 25px;
}

.single-product-box .product-content h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
}

.single-product-box .product-content h3 a {
  display: inline-block;
  color: #393953;
  text-decoration: none;
}

.single-product-box .product-content .price {
  color: #000000;
  font-weight: 600;
  font-size: 15px;
}

.single-product-box .product-content .price .old {
  text-decoration: line-through;
  color: #828893;
  font-size: 14px;
}

.single-product-box .product-content .rating {
  margin-top: 12px;
  color: #ffb708;
  font-size: 15px;
}

.single-product-box .product-content .rating i {
  margin-right: -1px;
}

.single-product-box:hover .product-image .add-to-cart-btn {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .6s;
  transition: .6s;
  text-decoration: none;
}

/*================================================
Product Details Area CSS
=================================================*/
.product-details-desc h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
}

.product-details-desc .price {
  margin-bottom: 10px;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}

.product-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
}

.product-details-desc .product-review {
  margin-bottom: 15px;
}

.product-details-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}

.product-details-desc .product-review .rating i {
  color: #ffba0a;
}

.product-details-desc .product-review .rating-count {
  display: inline-block;
  color: #000000;
  border-bottom: 1px solid #000000;
  line-height: initial;
}

.product-details-desc .product-review .rating-count:hover {
  color: #00b0ee;
  border-color: #00b0ee;
  text-decoration: none;
}

.product-details-desc .product-add-to-cart {
  margin-top: 20px;
}

.product-details-desc .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.product-details-desc .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 50px;
  height: 100%;
  line-height: 55px;
  -webkit-transition: .6s;
  transition: .6s;
}

.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
}

.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
}

.product-details-desc .product-add-to-cart .input-counter span:hover {
  color: #00b0ee;
}

.product-details-desc .product-add-to-cart .input-counter input {
  height: 50px;
  color: #000000;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: #000000;
}

.product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
  color: #000000;
}

.product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
  color: #000000;
}

.product-details-desc .product-add-to-cart .input-counter input::placeholder {
  color: #000000;
}

.product-details-desc .product-add-to-cart .default-btn {
  position: relative;
  border: none;
  padding: 12px 30px;
  background-color: #00b0ee;
  color: #ffffff;
  border: 1px solid #00b0ee;
}

.product-details-desc .product-add-to-cart .default-btn i {
  margin-right: 2px;
}

.product-details-desc .product-add-to-cart .default-btn:hover {
  background-color: #ffffff;
  color: #00b0ee;
  -webkit-transition: .6s;
  transition: .6s;
}

.product-details-desc .buy-checkbox-btn {
  margin-top: 20px;
}

.product-details-desc .buy-checkbox-btn input {
  display: none;
}

.product-details-desc .buy-checkbox-btn .cbx {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  cursor: pointer;
}

.product-details-desc .buy-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  -webkit-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: .6s;
  transition: .6s;
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .6s;
  transition: .6s;
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: .6s;
  transition: .6s;
}

.product-details-desc .buy-checkbox-btn .cbx span:last-child {
  position: relative;
  top: 2px;
  padding-left: 4px;
  color: #666666;
}

.product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: #00b0ee;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
  background: #00b0ee;
  border-color: #00b0ee;
  -webkit-animation: wave 0.4s ease;
          animation: wave 0.4s ease;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.product-details-desc .buy-checkbox-btn .item:not(:first-child) {
  margin-top: 15px;
}

.product-details-desc .buy-checkbox-btn .btn-light {
  background-color: #f2f2f2;
  border: none;
  padding: 13px 25px 10px 25px;
  -webkit-transition: .6s;
  transition: .6s;
  font-weight: 600;
  display: block;
  width: 100%;
}

.product-details-desc .buy-checkbox-btn .btn-light:hover {
  background-color: #00b0ee;
  color: #ffffff;
}

.product-details-desc .custom-payment-options {
  margin-top: 20px;
}

.product-details-desc .custom-payment-options span {
  display: block;
  color: #666666;
  margin-bottom: 8px;
}

.product-details-desc .custom-payment-options .payment-methods a {
  display: inline-block;
}

.product-details-desc .custom-payment-options .payment-methods a img {
  width: 40px;
}

.products-details-tab {
  margin-top: 50px;
}

.products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
}

.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}

.products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #393953;
  border: 1px dashed #eeeeee;
  text-decoration: none;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 700;
  font-size: 15px;
}

.products-details-tab .tabs li a:hover, .products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #00b0ee;
  border-color: #00b0ee;
}

.products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #00b0ee;
  border-color: #00b0ee;
}

.products-details-tab .tabs li:last-child {
  margin-right: 0;
}

.products-details-tab .tab_content {
  border: 1px dashed #eeeeee;
  padding: 30px;
}

.products-details-tab .tab_content .tabs_item {
  display: none;
}

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

.products-details-tab .tab_content .tabs_item .products-details-tab-content p {
  margin-bottom: 20px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
  margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px 7px;
  color: #666666;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
  display: inline-block;
  width: 30%;
  color: #393953;
  font-weight: 700;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
  position: relative;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
  color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
  color: #ebebeb;
  font-size: 14px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 14px 25px;
  background-color: #00b0ee;
  border: 1px solid #00b0ee;
  color: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn:hover {
  background-color: #ffffff;
  color: #00b0ee;
  text-decoration: none;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
  color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  font-size: 14px;
  color: #ebebeb;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 600;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #666666;
  top: 40px;
  text-decoration: underline;
  font-weight: 500;
  font-size: 15px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #00b0ee;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
  margin-top: 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form h3 {
  margin-bottom: 20px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form {
  max-width: 100%;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 15px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
  height: 55px;
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  border: none;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea.form-control {
  padding-top: 15px;
  height: auto;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .default-btn {
  border: none;
  margin-top: 10px;
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  padding: 14px 25px;
  background-color: #00b0ee;
  color: #ffffff;
  border: 1px solid #00b0ee;
  text-transform: uppercase;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .default-btn:hover {
  background-color: #ffffff;
  color: #00b0ee;
  -webkit-transition: .6s;
  transition: .6s;
}

.related-products {
  margin-top: 70px;
  text-align: center;
}

.related-products .products-title {
  margin-bottom: 10px;
  text-align: center;
}

.related-products .products-title span {
  font-size: 14px;
  color: #00b0ee;
}

.related-products .products-title h2 {
  font-size: 30px;
  color: #393953;
  margin: 10px 0 0 0;
}

.related-products .single-product-box {
  margin-bottom: 0;
  margin-top: 30px;
}

/*================================================
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: #393953;
  -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: #00b0ee;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
}

/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
}

.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 0 0 15px;
  text-transform: uppercase;
  border: none;
  white-space: nowrap;
  font-weight: 700;
}

.cart-table table tbody tr td {
  vertical-align: middle;
  color: .6s;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}

.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
}

.cart-table table tbody tr td.product-name a {
  color: #666666;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}

.cart-table table tbody tr td.product-name a:hover {
  color: #00b0ee;
}

.cart-table table tbody tr td.product-subtotal .remove {
  color: #00b0ee;
  float: right;
  position: relative;
  top: -1px;
}

.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: .6s;
  transition: .6s;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #00b0ee;
}

.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #00b0ee;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 17px;
  font-weight: 600;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #00b0ee;
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #00b0ee;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #00b0ee;
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #00b0ee;
}

.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-buttons {
  margin-top: 30px;
}

.cart-buttons .shopping-coupon-code {
  position: relative;
  max-width: 530px;
}

.cart-buttons .shopping-coupon-code .form-control {
  height: 53px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #00b0ee;
}

.cart-buttons .shopping-coupon-code button {
  position: absolute;
  right: 0;
  top: 0;
  height: 53px;
  background: #00b0ee;
  color: #ffffff;
  border: none;
  padding: 0 25px;
  line-height: 54px;
  font-weight: 600;
  outline: 0;
  -webkit-transition: .6s;
  transition: .6s;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cart-buttons .shopping-coupon-code button:hover {
  background-color: #3a60cd;
  color: #ffffff;
}

.cart-buttons .default-btn {
  padding: 14px 30px;
  background-color: #00b0ee;
  color: #ffffff;
  border: 1px solid #00b0ee;
  text-decoration: none;
  display: inline-block;
}

.cart-buttons .default-btn:hover {
  background-color: #ffffff;
  color: #00b0ee;
  -webkit-transition: .6s;
  transition: .6s;
}

.cart-totals {
  background: #ffffff;
  padding: 40px;
  max-width: 620px;
  -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);
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.cart-totals h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
}

.cart-totals ul {
  padding-left: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #393953;
  overflow: hidden;
  font-weight: 600;
}

.cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-totals ul li:last-child {
  border-top: none;
}

.cart-totals ul li b {
  font-weight: 500;
}

.cart-totals ul li span {
  float: right;
  color: #666666;
  font-weight: normal;
}

.cart-totals .default-btn {
  padding: 14px 30px;
  background-color: #00b0ee;
  color: #ffffff;
  border: 1px solid #00b0ee;
  text-decoration: none;
  display: inline-block;
}

.cart-totals .default-btn:hover {
  background-color: #ffffff;
  color: #00b0ee;
  -webkit-transition: .6s;
  transition: .6s;
}

/*================================================
Checkout Area CSS
=================================================*/
.user-actions {
  -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);
  background: #ffffff;
  padding: 18px 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid #393953;
  position: relative;
}

.user-actions::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}

.user-actions i {
  color: #393953;
  margin-right: 2px;
}

.user-actions span {
  display: inline-block;
  font-weight: 400;
  color: #393953;
  font-size: 16px;
}

.user-actions span a {
  display: inline-block;
  color: #393953;
  text-decoration: none;
}

.user-actions span a:hover, .user-actions span a:focus {
  color: #00b0ee;
}

.billing-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 24px;
  font-weight: 700;
}

.billing-details .title::before {
  content: '';
  position: absolute;
  background: #00b0ee;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.billing-details .form-group {
  margin-bottom: 25px;
}

.billing-details .form-group label {
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 400;
}

.billing-details .form-group label .required {
  color: #393953;
}

.billing-details .form-group .nice-select {
  float: unset;
  line-height: 53px;
  color: #666666;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
}

.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  -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);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  padding-left: 20px;
  padding-right: 20px;
}

.billing-details .form-group .nice-select .list .option:hover {
  background-color: #00b0ee !important;
  color: #ffffff;
}

.billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.billing-details .form-group .nice-select:after {
  right: 20px;
}

.billing-details .form-group .form-control {
  height: 50px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.billing-details .form-group .form-control:focus {
  border-color: #00b0ee;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.billing-details .form-group textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.billing-details .form-check {
  margin-bottom: 20px;
}

.billing-details .form-check .form-check-label {
  color: #393953;
}

.billing-details .form-check label {
  position: relative;
  left: -3px;
  top: 1px;
  font-weight: 500;
}

.billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.order-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 24px;
  font-weight: 700;
}

.order-details .title::before {
  content: '';
  position: absolute;
  background: #00b0ee;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.order-details .order-table table {
  margin-bottom: 0;
}

.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  text-transform: uppercase;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 10px;
  font-weight: 600;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  border-color: #eaedff;
  font-size: 15.5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 13px;
}

.order-details .order-table table tbody tr td.product-name a {
  color: #666666;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
}

.order-details .order-table table tbody tr td.product-name a:hover {
  color: #00b0ee;
}

.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
  color: #666666;
  font-weight: 500;
}

.order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 600;
}

.order-details .payment-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}

.order-details .payment-box .payment-method p [type="radio"]:checked, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  color: #393953;
  position: relative;
  margin-bottom: 8px;
  font-weight: 600;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::before, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::after, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #00b0ee;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: .6s;
  transition: .6s;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.order-details .payment-box .default-btn {
  padding: 14px 30px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  color: #393953;
  background-color: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
}

.order-details .payment-box .default-btn:hover {
  background-color: #00b0ee;
  color: #ffffff;
}

.order-details .payment-box .default-btn.order-btn {
  display: block;
  margin-top: 25px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
  height: 100vh;
}

.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

.error-content h3 {
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 18px;
}

.error-content p {
  max-width: 520px;
  margin: 0 auto 20px;
  line-height: 30px;
}

.error-content .default-btn-one {
  display: inline-block;
  padding: 12px 30px;
  background: #00b0ee;
  border: 1px solid #00b0ee;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: .6s;
  transition: .6s;
  margin-right: 0;
}

.error-content .default-btn-one:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #00b0ee;
}

/*================================================
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: .80;
}

.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: #00b0ee;
  border: 1px solid #00b0ee;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 2px;
  display: inline-block;
}

.coming-soon-area .social-list li a:hover {
  background-color: transparent;
  color: #00b0ee;
  -webkit-transition: .6s;
  transition: .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;
  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: #00b0ee;
  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: #00b0ee;
}

.coming-soon-content #timer div {
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  color: #00b0ee;
  -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;
}

/*================================================
Faq Section CSS
=================================================*/
.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 12px;
}

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

.faq-accordion .accordion .accordion-item .accordion-title {
  padding: 20px;
  /* color: #624272; */
  color: #414A6B;
  position: relative;
  background: transparent;
  border-radius: 2px;
  font-size: 20px;
  font-weight: 600;
  display: block;
  border: 1px solid #767c99;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #767c99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
}

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

.faq-accordion .accordion .accordion-item .accordion-content {
  display: none;
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 20px 15px;
  font-size: 15px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

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

.faq-contact-form {
  max-width: 850px;
  margin: 0 auto;
}

.faq-contact-form .contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 65px;
  font-size: 15px;
}

.faq-contact-form .contact-form form .form-control:focus {
  border: 1px solid #00b0ee;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-contact-form .contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
  line-height: initial;
}

.faq-contact-form .contact-form form .btn {
  margin-top: 8px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

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

.faq-contact-form .contact-form form .help-block ul li {
  color: red;
  font-weight: 400;
}

.faq-contact-form .contact-form form #msgSubmit {
  margin-bottom: 0;
  text-align: left !important;
}

.faq-contact-form .contact-form form #msgSubmit.text-danger, .faq-contact-form .contact-form form #msgSubmit.text-success {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  color: red !important;
}

.faq-contact-form .contact-form .submit-btn {
  display: inline-block;
  width: 100%;
  background-color: #00b0ee;
  border: 1px solid #00b0ee;
  color: #ffffff;
  padding: 12px 50px;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.faq-contact-form .contact-form .submit-btn:hover {
  background-color: #ffffff;
  color: #00b0ee;
}

/*================================================
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: #393953;
  margin-right: 21px;
}

.blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: #393953;
  font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #737b9a;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #00b0ee;
}

.blog-details-desc .article-content .entry-meta ul li i {
  color: #00b0ee;
  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: #00b0ee;
}

.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: 24px;
}

.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: #737b9a;
}

.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: #00b0ee;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}

.blog-details-desc .article-content .features-list li:hover i {
  background-color: #00b0ee;
  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: #737b9a;
}

.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #393953;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #737b9a;
}

.blog-details-desc .article-footer .article-tags a:hover {
  color: #00b0ee;
}

.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: #737b9a;
}

.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  color: #00b0ee;
  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: #00b0ee;
  -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: #393953;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 24px !important;
}

blockquote cite, .blockquote cite {
  display: none;
}

blockquote::before, .blockquote::before {
  color: #efefef;
  content: "\f10e";
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  font-family: "Font Awesome 5 Free";
  font-size: 140px;
  font-weight: 900;
}

blockquote::after, .blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #00b0ee;
  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.6s;
  transition: 0.6s;
}

.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.6s;
  transition: 0.6s;
}

.post-navigation .navigation-links .nav-next a:hover i {
  margin-left: 0;
}

.post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 600;
}

.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: 24px;
  font-weight: 600;
}

.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: #393953;
  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: #393953;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #00b0ee;
  border-color: #00b0ee;
}

.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-weight: 600;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  margin-bottom: .8em;
  color: #737b9a;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.comments-area .comment-metadata a {
  color: #737b9a;
}

.comments-area .comment-metadata a:hover {
  color: #00b0ee;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  position: relative;
  font-size: 24px;
  font-weight: 600;
}

.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: 600;
  color: #393953;
  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.6s;
  transition: 0.6s;
}

.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: #00b0ee;
}

.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: #737b9a;
  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: #00b0ee;
  border: none;
  color: #ffffff;
  padding: 10px 30px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-weight: 600;
  font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #393953;
}

/*================================================
Footer Section CSS
=================================================*/
.footer-section {
  /*background-image: url(../img/bg/bg1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;*/
  background-color: #414A6B;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer-section::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  /*background-color: #393953;*/
  /*background-color: rgba(0,0,0,0.9);*/
  right: 0;
  top: 0;
  /*opacity: 0.5;*/
}

.footer-heading {
  margin-bottom: 25px;
}

.footer-heading h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 0 0;
  position: relative;
  border-bottom: 1px solid #3c4350;
  padding-bottom: 10px;
}

.single-footer-widget .footer-social {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

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

.single-footer-widget .footer-social li:last-child {
  margin-right: 0;
}

.single-footer-widget .footer-social i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: #00b0ee;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-align: center;
}

.single-footer-widget .footer-social i::before {
  font-size: 14px;
}

.single-footer-widget .footer-social i:hover {
  background-color: #00b0ee;
  color: #ffffff;
  border: 1px solid #00b0ee;
}

.single-footer-widget p {
  font-size: 14px;
  color: #d1cfcf;
  font-weight: 400;
}

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

.single-footer-widget .footer-heading h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 0 0;
}

.single-footer-widget .footer-quick-links {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget .footer-quick-links li {
  list-style-type: none;
  padding-bottom: 18px;
}

.single-footer-widget .footer-quick-links li:last-child {
  padding-bottom: 0;
}

.single-footer-widget .footer-quick-links li a {
  display: inline-block;
  color: #e0dbdb;
  font-size: 14px;
  font-weight: 400;
}

.single-footer-widget .footer-quick-links li a:hover {
  color: #00b0ee;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  letter-spacing: 1px;
}

.single-footer-widget .footer-info-contact {
  position: relative;
  padding-left: 35px;
  margin-bottom: 16px;
}

.single-footer-widget .footer-info-contact:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-info-contact i {
  color: #ffffff;
  position: absolute;
  left: 0;
  top: -4px;
}

.single-footer-widget .footer-info-contact i::before {
  font-size: 20px;
}

.single-footer-widget .footer-info-contact h3 {
  font-size: 16px;
  color: #e0dbdb;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.single-footer-widget .footer-info-contact span {
  font-size: 14px;
  color: #e0dbdb;
  font-weight: 400;
}

.single-footer-widget .footer-info-contact span a {
  font-size: 14px;
  color: #e0dbdb;
  font-weight: 400;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-footer-widget .footer-info-contact span a:hover {
  color: #00b0ee;
  letter-spacing: 1px;
}

/*================================================
Copyright Section CSS
=================================================*/
.copyright-area {
  /*background-color: #01082d;*/
  background-color: rgba(0,0,0,1);/*#161023;*/
  padding-top: 15px;
  padding-bottom: 15px;
}

.copyright-area p {
  color: #d9d3d3;
  font-size: 14px;
}

.copyright-area p a {
  color: #d9d3d3;
  display: inline-block;
  font-weight: 600;
}

.copyright-area p a:hover {
  color: #00b0ee;
}

.copyright-area ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
}

.copyright-area ul li {
  display: inline-block;
  color: #d9d3d3;
  font-size: 14px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.copyright-area ul li a {
  display: inline-block;
  color: #d9d3d3;
}

.copyright-area ul li a:hover {
  color: #00b0ee;
}

.copyright-area ul li::before {
  content: '';
  position: absolute;
  top: 5px;
  right: -13px;
  width: 1px;
  height: 14px;
  background-color: #ffffff;
}

.copyright-area ul li:last-child {
  margin-right: 0;
}

.copyright-area ul li:last-child::before {
  display: none;
}

.copyright-area ul li:first-child {
  margin-left: 0;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  color: #ffffff;
  /* background-color: #00b0ee; */
  background-color: #F3C130;
  z-index: 999;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
  border-radius: 50%;
}

.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.6s;
  transition: 0.6s;
  color: #ffffff;
}

.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: #414A6B;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  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%;
}
/*# sourceMappingURL=style.css.map */

.darkgrey {
  color: #A9A9A9;
}

.dimgrey {
  color: #696969;
}


.TagLine {
  font-family: "Open Sans", sans-serif;
  font-size: 56px !important;
  font-weight: 500 !important;
  /* font-weight: bold !important;  */
  /* color: #696969 !important;
  text-shadow: 1px 2px 1px #000000; */
  /* color: #1f1c00; */
  /* color: #F3C130 !important; */
    color: #414A6B !important;
  /* text-align: center; */
}

.para {
  font-family: "Open Sans", sans-serif;
  /* font-weight: bold; */
  color: #ffffff !important;
  padding-top: 10px;
  font-size: 25px;
}

.headerLink{
  color: #ffffff;  
}
.headerLink:hover {
  color: #000000 !important;
}

.header1 {
  background-color: #F3C130 !important;
  color: #ffffff !important;
  height: 45px !important;
  /* opacity: 0.5; */
}

/* .main-banner-two:after {
  content: '';
  background: url(../img/photo-of-woman-using-her-laptop.jpg);
  background-size:cover;
  opacity: 0.8;
  z-index: -1;
} */



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

:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

body {
  margin: 0;
  padding: 0;
  /* background-color: #151b1d; */
}

main {
  min-width: 200px;
  max-width: 800px;
  margin: 80px auto;
  padding: 10px;
}
main .wrap {
  padding: 40px 20px;
  background-color: #fff;
}
main .title {
  font-size: 2em;
  text-align: center;
  margin: 20px auto 40px;
  text-transform: uppercase;
}

header nav {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 170px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header nav ul li {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
header nav ul li a {
  display: block;
  font-size: 1.5em;
  text-decoration: none;  
  padding: 20px 0;
  text-align: center;
  color: #fff;
  /* font-weight: bold; */
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
header nav ul li a:hover {
  color: #E84A5F;
}

.toggle-btn {
  display: block;
  position: fixed;
  z-index: 10;
  /* right: 10px;
  top: 10px; */
  top: 20px;
  cursor: pointer;
}
.toggle-btn .bar {
  width: 30px;
  height: 2px;
  margin: 7px auto;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}
.toggle-btn .bar:nth-child(2) {
  width: 20px;
}

#toggle:checked ~ nav {
  opacity: 1;
  visibility: visible;
}
#toggle:checked ~ nav ul {
  top: 70px;
}
#toggle:checked ~ nav ul li {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
#toggle:checked ~ nav ul li:nth-child(1) {
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
}
#toggle:checked ~ nav ul li:nth-child(2) {
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
}
#toggle:checked ~ nav ul li:nth-child(3) {
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
}
#toggle:checked ~ nav ul li:nth-child(4) {
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
}

#toggle:checked ~ nav ul li:nth-child(5) {
        -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.5s;
        transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.5s;
    }

#toggle:checked ~ nav ul li:nth-child(6) {
        -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.6s;
        transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.6s;
    }
#toggle:checked + label.toggle-btn .bar {
  /* background-color: red; */
  background-color: white;
}
#toggle:checked + label.toggle-btn .bar:nth-child(2) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}
#toggle:checked + label.toggle-btn .bar:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
#toggle:checked + label.toggle-btn .bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

.ParaJustify {
  text-align: justify;
}

.ThinkSolveGrowHeading{
  letter-spacing: 5px;
  font-family: "Open Sans", sans-serif;
  font-size:40px;
  text-align: center;  
  color:#ffffff !important;
  font-weight: 900;
}
/* FFC78f  */


.prodBG{
  position: relative;
  background-color: #041c2c;
  /* background-color: #000000; */
}

.prodBG::before{
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
  background:       url("../img/background-virtual-concept-728178127.jpg") no-repeat center center;
   /* background: url(../img/photo-data-analysis-1446413051.png) no-repeat center center; */
  /* background: url(../img/photo-intelligence-1135978331.png) no-repeat center center;; */
  /* background: url(../img/photo-business-information-1051829981.png) no-repeat center center;; */

  background-size: cover;
}

.slider-section {
  position: relative;
  /*background-color: #00b0ee;*/ 
  background-color: #B49A85;
  overflow: hidden;
  box-shadow: 0 0 10px #999999;
  z-index: 1;
}
.boldText {
  font-weight: 900;
  font-size: 20px;
}

.blueText{
  color: #020069;
  font-weight: normal !important;
}

.blackText {
  color: #000000 !important;
}

.coreBG {
  /* background-color: #E84A5F; */
  background: #0F2027;  /* fallback for old browsers */
  background:       url("../img/multi-cultural-people-1.jpg") center center;
  opacity: 0.8;
  padding: 20px;
}

.blueText {
  color: #414A6B !important;
}

.Padding-navbar {
  align-items: end; padding-left: 60px;padding-top: 10px;
}



.section-title1 {
  text-align: center;
  /* margin-bottom: 50px; */
  line-height: 1;
}

.section-title1 span {
  font-size: 16px;
  font-weight: 400;
  /* color: #00b0ee; */
  color: #000000;
}

.section-title1 h3 {
  font-size: 38px;
  /* color: #393953; */
  color: #414A6B !important;
  /* margin: 10px 0 0 0; */
}


.imgFit {
  height: 100%; 
  width: 100%; 
  object-fit: contain;
}

.pl-30 {
  padding-left: 30px;
}

.pl-50 {
  padding-left: 50px;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.logoTextColor {
  color: #d3d210 !important;
}

.headingTextColor {
  color : #eae411 !important;
}


.section-heading {
  font-size: 38px;  
  color: #ff5851 !important;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom:30px;
  text-align: center;  
}

.secondary-heading{
  color: #414A6B !important;
  font-weight: 500;
  font-size: 22px;
}

.bold {
  font-weight: bold !important;
}
.para-style-black {
  font-size: 16px !important;
  color: #000000 !important;
  text-align: justify !important;
}

.para-style-gray {
  font-size: 16px !important;
  color: #777 !important;
  text-align: justify !important;
}

.newColor {
  color: #121214 !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: normal;
}

.main-color-bg{
  position: absolute;
width: 100%;
height: 100%;
/* background:#e8eafd; */
background: #d3d210;
overflow-x: hidden;
padding-bottom: 200px;
/* clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%, 10% 100%, 0% 101%, 0% 100%);
-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 100%, 0% 99%, 0% 97%, 0% 100%) !important; */
}


.graybg{
  position: absolute;
width: 100%;
height: 100%;
background:#f5f6fa;
overflow-x: hidden;
padding-bottom: 200px;
/* clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%, 10% 100%, 0% 101%, 0% 100%);
-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 100%, 0% 99%, 0% 97%, 0% 100%) !important; */
}




.icn-container {
  background-color:#fff !important;
  color:#414A6B !important;
}
.icn-container i{            
  /*color:#414A6B;*/
  color: #F3C130 !important;
}
.custom-box .icn-container i:hover {
  color: #fff;
}

.custom-box .icn-container.active,
.custom-box .icn-container:hover
{        
  background: #faa61a !important;        
  color: #fff !important;
}
.custom-box .icn-container:hover i {        
  color: #fff !important;
}


.font-size-15 {
  font-size: 15px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-25 {
  font-size: 55px !important;
}


.secondary-heading-18{
  color: #faa61a;
  font-weight: bold;
  font-size: 18px;
}

.secondary-heading-22 {
    color: #faa61a;
    /*font-weight: bold;*/
    font-size: 22px;
}


.sub-heading-29 {
    color: #fff !important;
    font-weight: normal !important;
    font-size: 29px !important;
}


.card-img-top {
    max-height: 250px;
    min-height: 200px;
    object-fit: scale-down;
}


.card-img-top:hover {
        opacity: 0.8 !important;
        filter: alpha(opacity=70) !important; /* For IE8 and earlier */
        box-shadow: 0 0 0px #000000 !important;
    }


.white-logo {
    height: 100px;
}

.logo-small {
    height: 60px;
    display: none;
  transition: ease 0.6s;
}

.navbar-height {
    height: 80px;
}


.container-fluid {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}





.ext-brd-yellow, .ext-brd-black {
    position: relative;
    overflow: hidden;
}
.ext-brd-yellow::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 93px 93px 0 0 #F3C130;
    z-index: 1;
}
.ext-brd-black::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 93px 93px 0 0 #000000;
    /*transform: rotate(270deg);*/
    z-index: 1;
}


.core_val {
  background-image: url(../img/bg-img/bread-bg.png);
  background-position: top left;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.Data_Compliance {
  background-image: url(../img/bg-img/bread-bg.png);
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
}

.box-shadow-default {
  box-shadow: 0 0 10px #cccccc;
}



.fix_pos {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.overflow-hide {
  overflow: hidden;
} 

.dis_block {
  display: block !important;
}

.fadeIn {-webkit-animation-name:fadeIn;animation-name:fadeIn}
@-webkit-keyframes fadeIn {0%{opacity:0} to{opacity:1}}
@keyframes fadeIn {0%{opacity:0} to{opacity:1}}

.fadeOut {-webkit-animation-name:fadeOut;animation-name:fadeOut}
@-webkit-keyframes fadeOut {0%{opacity:1}to{opacity:0}}
@keyframes fadeOut {0%{opacity:1}to{opacity:0}}

.fadeInUp {-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes fadeInUp { 
  0% {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
  to {opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
}
@keyframes fadeInUp {
  0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
  to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
}

.fadeInDown {-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
@-webkit-keyframes fadeInDown {
  0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
  to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
}
@keyframes fadeInDown {
  0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
  to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
}

.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
@-webkit-keyframes fadeOutRight { 
  0%{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
}
@keyframes fadeOutRight { 
  0%{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
}

.fadeInRight {-webkit-animation-name:fadeInRight;animation-name:fadeInRight !important;animation-delay: 4s;}
@-webkit-keyframes fadeInRight {
  0%{opacity:0 !important;-webkit-transform:translate3d(100%,0,0) !important;transform:translate3d(100%,0,0) !important;}
  to{opacity:1 !important;-webkit-transform:translateZ(0) !important;transform:translateZ(0) !important;}
}
@keyframes fadeInRight {
  0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
  to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
}


.slideInRight_anim {-webkit-animation:slideInRightAnim ease 0.6s;animation:slideInRightAnim ease 0.6s;right:0%;}
@-webkit-keyframes slideInRightAnim { 0%{right:-100%;} 100%{right:0%;} }
@keyframes slideInRightAnim{ 0%{right:-100%;} 100%{right:0%;} }

.slideOutRight_anim {-webkit-animation:slideOutRightAnim ease 0.6s;animation:slideOutRightAnim ease 0.6s;right: -100%;}
@-webkit-keyframes slideOutRightAnim { 0%{right:0%;} 100%{right:-100%;} }
@keyframes slideOutRightAnim { 0%{right:0%;} 100%{right:-100%;} }


.nav-button1 {
  position: fixed !important;
  top: 10%;
  right: 4% !important;
  transition: ease 0.6s;
  transform: translate(4%,-10%);
  cursor: pointer;
  z-index: 1000000;
}
.nav-button1 .nav-btn-cap {
  display: block;
  font-size: 8px;
  text-align: center;
  height: 20px;
  padding-top: 5px;
  transition: ease 0.6s;
}
.nav-button1 #nav-icon4 {
  position: relative;
  display: block;
  transform: rotate(-90deg);
  height: 20px;
  padding-top: 5px;
}
.nav-button1 #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #414A6B;
  left: 0;
}

#nav-icon4 span:nth-child(1) {
  top: 0;
  width: 17px;
}
#nav-icon4 span:nth-child(2) {
  top: 7px;
  width: 25px;
}
#nav-icon4 span:nth-child(3) {
  top: 14px;
  width: 12px;
}
.nav-button1:hover #nav-icon4 span:nth-child(1) {
  width: 22px;
}
.nav-button1:hover #nav-icon4 span:nth-child(2) {
  width: 30px;
}
.nav-button1:hover #nav-icon4 span:nth-child(3) {
  width: 17px;
}
@media screen and (max-width: 480px) {
  .nav-button1 {
      right: 7% !important;
  }
}

.Main-Menu-Sec {
  position: fixed;
  top: 38px;
  z-index: 1000;
  background-color: #ffffff;
  padding: 20px;
}
.Main-Menu-Sec .white-logo {
  height: 60px !important;
}
.Main-Menu-Sec .close-menu {
  font-size: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%,0);
  background-color: #ffffff;
  color: #414A6B !important;
  border-radius: 100%;
  padding: 0 15px;
  cursor: pointer;
  transition: ease 0.6s;
}
.Main-Menu-Sec h5 {
  font-weight: bold;
  padding-left: 40px;
}
.Main-Menu-Sec ul {
  display: block;
  padding-left: 40px;
  transition: ease 0.6s;
}
.nav-link {
  padding: 0rem 0rem !important;
}
.Main-Menu-Sec ul li.active a {
    color: #ff5851 !important;
}
.Main-Menu-Sec ul li a {
  color: #414A6B;
  font-size: 20px;
  line-height: 36px;
  font-weight: 900;
  z-index: 2;
}
.Main-Menu-Sec ul li:hover a {
  transition: ease 0.6s;
  color: #F3C130 !important;
}
@-webkit-keyframes menu_clr_fill {
  0%{ width: 0%; }
  100%{ width: 100%; }
}
@keyframes menu_clr_fill {
   0%{ width: 0%; }
  100%{ width: 100%; }
}

@media screen and (min-width: 480px) {
  .Main-Menu-Sec ul {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .Main-Menu-Sec ul li a{
    font-size: 0.7rem;
    font-weight: 900;
  }
}



.Explore-Solution-sec {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 225px;
  overflow: hidden;
  cursor: pointer;
}
.Explore-Solution-sec .Explore_Main_Cap {
  display: table-row;
  width: 100%;
  transition: ease 0.4s;
}
.Explore-Solution-sec .Explore_Main_Cap .Explore_Main_Cap_sec {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -os-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.Explore-Solution-sec .Explore_Main_Cap .Explore_Main_Cap_cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -os-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: ease 0.4s;
}
.Explore-Solution-sec .Explore_Main_Cap .disp_table_cell {
  display: table-cell;
  vertical-align: bottom;
}
.Explore-Solution-sec .Explore_Main_Cap .wave_icon {
  position: absolute;
  top: -10px;
  left: 30%;
  width: 30px;
  height: 30px;
  background-image: url(../img/wave.png);
  background-repeat: no-repeat;
  background-size: 30px;
}
.Explore-Solution-sec .Explore_Main_Cap h1 {
  font-weight: 900;
  position: relative;
  text-align: center;
}
.Explore-Solution-sec .Explore_Main_Cap .Cap-dot {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: relative;
  margin-bottom: 15px;
}
.Explore-Solution-sec .Explore_Sub_Cap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -os-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
}
.Explore-Solution-sec .Explore_Sub_Cap .Explore_Sub_Cap_cnt {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%,-70%);
  display: none;
  text-align: center;
}
.Explore-Solution-sec .Explore_Sub_Cap p {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  color: #f3c130 !important;
}
.Explore-Solution-sec:hover .Explore_Main_Cap .Explore_Main_Cap_sec {
  top: 50%;
  left: 10%;
  transition: ease 0.4s;
  transform: translate(-10%,-50%) rotate(-90deg) scale(0.5);
}
.Explore-Solution-sec:hover .Explore_Sub_Cap .Explore_Sub_Cap_cnt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -os-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: block;
  -webkit-animation: explore_sub_cap ease 0.6s;
  animation: explore_sub_cap ease 0.6s;
}
@-webkit-keyframes explore_sub_cap { 
  0% {opacity:0;top:70%;display: none;}
  to {opacity:1;top:50%;display: block;}
}
@keyframes explore_sub_cap { 
  0% {opacity:0;top:70%;display: none;}
  to {opacity:1;top:50%;display: block;}
}


.Explore-strategy {
  background: linear-gradient(to right, #f2f2f2 30%, #C9E3DB 20%);
  transition: ease 0.4s;
}
.Explore-strategy:hover {
  background: linear-gradient(to right, #f2f2f2 50%, #C9E3DB 50%);
}
.Explore-strategy .Explore_Main_Cap h1 {
  color: #414A6B !important;
}
.Explore-strategy .Explore_Main_Cap .Cap-dot {
  background-color: #ff5851;
}
.Explore-strategy .Explore_Main_Cap .wave_icon {
  left: 20%;
}


.Explore-analytics {
  background: linear-gradient(to right, #f2f2f2 30%, #ff5851 20%);
  transition: ease 0.4s;
}
.Explore-analytics:hover {
  background: linear-gradient(to right, #f2f2f2 50%, #ff5851 50%);
}
.Explore-analytics .Explore_Main_Cap h1 {
  color: #414A6B !important;
}
.Explore-analytics .Explore_Main_Cap .Cap-dot {
  background-color: #C9E3DB;
}
.Explore-analytics .Explore_Main_Cap .wave_icon {
  left: 25%;
}


.Explore-manage {
  background: linear-gradient(to right, #f2f2f2 30%, #B49A85 20%);
  transition: ease 0.4s;
}
.Explore-manage:hover {
  background: linear-gradient(to right, #f2f2f2 50%, #B49A85 50%);
  transition: ease 0.4s;
}
.Explore-manage .Explore_Main_Cap h1 {
  color: #414A6B !important;
}
.Explore-manage .Explore_Main_Cap .Cap-dot {
  background-color: #ff5851;
}

@media screen and (max-width: 1200px) and (min-width: 980px) {
  .Explore-Solution-sec .Explore_Main_Cap h1 {
    font-size: 30px;
  }
}


.disp_non {
  display: none !important;
}

.onScrollAnim .Primary_Secton_Logo {
  display: none;
}


.Primary_Secton {
  position: relative;
  background-color: #ffffff;
  width: 100% !important;
  overflow: hidden;
}
.Primary_Secton_Logo {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 1;
  transition: ease 0.6s;
}
.Primary_sec_Cap {
  margin: 38px;
  position: relative;
  overflow: hidden !important;
}
.Primary_sec_Cap .Primary_sec_Cap_cnt {
  /*position: relative;*/
  width: auto !important;
}
/*.Primary_sec_Cap .Primary_sec_Cap_cnt.one {
  display: table-row;
}*/
.Primary_sec_Cap .Primary_sec_Cap_cnt.one .Primary_MainCap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -os-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: ease 0.4s;
}
.Primary_sec_Cap .Primary_sec_Cap_cnt.one .Primary_MainCap .Primary_MainCap_disp {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -os-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: ease 0.4s;
}
.Primary_sec_Cap .Primary_sec_Cap_cnt.one .disp_table_cell {
  display: table-cell;
  vertical-align: bottom;
}
.Primary_sec_Cap .Primary_sec_Cap_cnt.one .wave_icon {
  position: absolute;
  top: -35px;
  left: 0px;
  width: 60px;
  height: 60px;
  background-image: url(../img/wave.png);
  background-repeat: no-repeat;
}
.Primary_sec_Cap .Primary_sec_Cap_cnt.one .Primary_MainCap h1 {
  font-size: 112px;
  font-weight: 900;
  position: relative;
  line-height: 100px;
  text-align: center;
}
.Primary_sec_Cap .Primary_sec_Cap_cnt.one .Cap-dot {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: relative;
  margin-bottom: 15px;
}
.Primary_sec_Cap .Primary_sec_Cap_cnt.two {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%,-70%);
  display: none;
  width: 100% !important;
}
.Primary_sec_Cap .Primary_sec_Cap_cnt.two .Primary_SubCap_disp {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -os-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.Primary_sec_Cap .Primary_sec_Cap_cnt.two p, .Primary_sec_Cap .Primary_sec_Cap_cnt.two p span {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  color: #f3c130;
  text-align: center;
}

.onScrollAnim .Primary_sec_Cap_cnt.one .Primary_MainCap {
  top: 50%;
  left: 10%;
  transform: translate(-50%,-10%) rotate(-90deg) scale(0.5);
}
.onScrollAnim .Primary_sec_Cap_cnt.two {
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -os-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-animation: scroll_primeCapTwo ease 0.6s;
  animation: scroll_primeCapTwo ease 0.6s;
}
@-webkit-keyframes scroll_primeCapTwo { 
  0% {opacity:0;top:70%;display: none;}
  to {opacity:1;top:50%;display: block;}
}
@keyframes scroll_primeCapTwo { 
  0% {opacity:0;top:70%;display: none;}
  to {opacity:1;top:50%;display: block;}
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  /*.navbar {
     padding: 0rem 0rem; 
  }
  .navbar-area {
    display: none;
  }*/
  .navbar-area {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .white-logo {
    height: 51px;
  }
  .logo-small {
    height: 30px;
  }
  .nav-button1 {
    top: 10%;
    right: 10% !important;
  }
  .Main-Menu-Sec {
    overflow-y: auto;
  }
  .Main-Menu-Sec ul li a {
    font-size: 18px;
  }
  .Main-Menu-Sec .close-menu {
    left: 5%;
    top: 50%;
    transform: translate(-50%,-5%);
  }
  .Primary_sec_Cap .Primary_sec_Cap_cnt.one .Primary_MainCap {
    top: 50%;
    left: 50%;
   -webkit-transform: translate(-50%,-50%);
   -moz-transform: translate(-50%,-50%);
   -os-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
  }
  .Primary_sec_Cap .Primary_sec_Cap_cnt.one .Primary_MainCap h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .Primary_sec_Cap .Primary_sec_Cap_cnt.one .Cap-dot {
    content: "";
    width: 10px;
    height: 10px;
  }
  .Primary_sec_Cap .Primary_sec_Cap_cnt.two {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%,-70%);
    display: block; 
    width: 100% !important;
  }
  .Primary_sec_Cap .Primary_sec_Cap_cnt.one .Primary_MainCap h1 {
    line-height: 40px;
  }
  .Primary_sec_Cap .Primary_sec_Cap_cnt.two, .Primary_sec_Cap .Primary_sec_Cap_cnt.two .Primary_SubCap_disp {
    width: 100% !important;
  }
  .Primary_sec_Cap .Primary_sec_Cap_cnt.two p, .Primary_sec_Cap .Primary_sec_Cap_cnt.two p span {
    font-size: 20px !important;
    line-height: 24px;
  }
  .index_page .Primary_sec_Cap .Primary_sec_Cap_cnt.two h1 {
      font-size: 26px !important;
  }
  .index_page .Primary_sec_Cap .Primary_sec_Cap_cnt.two p {
    text-shadow: 0 0 10px #555555;
  }
  .index_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one .Primary_MainCap .Primary_MainCap_disp {
    top: 20%;
    left: 50%;
    transform: translate(-50%,-101%);
  }
  .Explore-Solution-sec:first-child {
    margin-bottom: 20px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 50%;
  }
  .team-box .team-container, .custom-box .icn-container {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 480px) {
  .Primary_sec_Cap_cnt.two {
    display: block;
  }
  .onScrollAnim .Primary_sec_Cap_cnt.one .Primary_MainCap {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%,0%) rotate(0deg) scale(0.7);
  }
  .Primary_sec_Cap .Primary_sec_Cap_cnt.one .Primary_MainCap .Primary_MainCap_disp {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%,0%);
  }
  .Primary_sec_Cap .Primary_sec_Cap_cnt.one .Primary_MainCap {
    top: 15%;
    left: 50%;
    transform: translate(-50%,-15%);
  }
  .Primary_sec_Cap .Primary_sec_Cap_cnt.two {
      display: block;
      left: 0%;
      top: 60%;
      transform: translate(0%,-60%);
  }
  .Primary_sec_Cap .Primary_sec_Cap_cnt.one .Primary_MainCap h1 {
    line-height: 40px;
  }
  .Primary_sec_Cap .Primary_sec_Cap_cnt.two, .Primary_sec_Cap .Primary_sec_Cap_cnt.two .Primary_SubCap_disp {
    width: 100% !important;
  }
  .Primary_sec_Cap .Primary_sec_Cap_cnt.two p, .Primary_sec_Cap .Primary_sec_Cap_cnt.two p span {
    font-size: 20px !important;
    line-height: 24px;
  }
  .index_page .Primary_sec_Cap .Primary_sec_Cap_cnt.two h1 {
      font-size: 26px !important;
  }
  .index_page .Primary_sec_Cap .Primary_sec_Cap_cnt.two p {
    text-shadow: 0 0 10px #555555;
  }
  .Explore-Solution-sec:first-child {
    margin-bottom: 20px;
  }
  .team-box .team-container, .custom-box .icn-container {
    margin-top: 0px !important;
  }
}


.index_page .Primary_sec_Cap {
  background-image: linear-gradient(to right, #f2f2f2 50%, #f3c130 50%);
}
.index_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one h1 {
  color: #414A6B;
  display: table-row;
}
.index_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one .Cap-dot {
  background-color: #ff5851;
  margin-bottom: 5px;
}
.index_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one h1 div {
  display: table-cell;
}
.index_page .Primary_sec_Cap .Primary_sec_Cap_cnt.two {
  text-align: center;
}
.index_page .Primary_sec_Cap .Primary_sec_Cap_cnt.two p {
    color: #ffffff !important;
    font-size: 24px;
    font-weight: bold;
}
.index_page .Primary_sec_Cap .Primary_sec_Cap_cnt.two h1 {
    color: #414A6B !important;
    font-size: 40px;
    font-weight: 900;
}


.about_page .Primary_sec_Cap {
  background-image: linear-gradient(to bottom, #f2f2f2 50%, #414A6B 50%);
}
.about_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one .wave_icon {
  left: 3%;
}
.about_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one h1 {
  color: #f3c130;
}
.about_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one .Cap-dot {
  background-color: #ff5851;
}
/*.about_page .Primary_sec_Cap .Primary_sec_Cap_cnt.two h2 span {
  font-size: 56px;
}
.about_page .Primary_sec_Cap .Primary_sec_Cap_cnt.two h2 span {
  color: #f3c130 !important;
}*/
.about_page .Primary_sec_Cap .Primary_sec_Cap_cnt.two h1 {
  color: #414A6B !important;
  font-weight: 900;
  font-size: 58px;
}
.about_page .Primary_sec_Cap .Primary_sec_Cap_cnt.two {
  width: 100% !important;
  text-align: center;
}


.strategy_page .Primary_sec_Cap {
  background-image: linear-gradient(to right, #f2f2f2 30%, #C9E3DB 20%);
}
.strategy_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one .wave_icon {
  left: 23%;
}
.strategy_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one h1 {
  color: #414A6B;
}
.strategy_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one .Cap-dot {
  background-color: #ff5851;
}


.manage_page .Primary_sec_Cap {
  background-image: linear-gradient(to right, #f2f2f2 25%, #B49A85 20%);
}
.manage_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one .wave_icon {
  left: 31%;
}
.manage_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one h1 {
  color: #414A6B;
}
.manage_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one .Cap-dot {
  background-color: #ff5851;
}

.analytics_page .Primary_sec_Cap {
  background-image: linear-gradient(to right, #f2f2f2 25%, #ff5851 20%);
}
.analytics_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one .wave_icon {
  left: 26%;
}
.analytics_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one h1 {
  color: #414A6B;
}
.analytics_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one .Cap-dot {
  background-color: #C9E3DB;
}


.career_page .Primary_sec_Cap {
  background-image: linear-gradient(to right, #f2f2f2 25%, #C9E3DB 20%);
}
.career_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one .wave_icon {
  left: 3%;
}
.career_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one h1 {
  color: #414A6B;
}
.career_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one .Cap-dot {
  background-color: #ff5851;
  margin-bottom: 5px;
}


.contact_page .Primary_sec_Cap {
  background-image: linear-gradient(to left, #ff5851 75%, #f2f2f2 25%);
}
.contact_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one .wave_icon {
  left: 2%;
}
.contact_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one h1 {
  color: #414A6B;
}
.contact_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one h1 span {
  margin-left: 30px;
}
.contact_page .Primary_sec_Cap .Primary_sec_Cap_cnt.one .Cap-dot {
  background-color: #f3c130;
  margin-bottom: 5px;
}


/*--------------------- Index page --------------------------*/
.index_page.onScrollAnim .Primary_sec_Cap {
  background-image: linear-gradient(to right, #f3c130 0%, #f3c130 100%);
}
.index_page.onScrollAnim .Primary_sec_Cap_cnt.one .Primary_MainCap {
  top: 50%;
  left: 10% !important;
  transform: translate(-50%,-10%) rotate(0deg) scale(1) !important;
}
/*------------------------------------------------------------*/

/*--------------------- About page --------------------------*/
.about_page.onScrollAnim .Primary_sec_Cap {
  background-image: linear-gradient(to bottom, #f2f2f2 100%, #414A6B 0%);
}
/*------------------------------------------------------------*/


/*--------------------- Strategy page --------------------------*/
.strategy_page.onScrollAnim .Primary_sec_Cap {
  background-image: linear-gradient(to right, #f2f2f2 50%, #C9E3DB 50%);
}
/*------------------------------------------------------------*/

/*--------------------- Management page --------------------------*/
.manage_page.onScrollAnim .Primary_sec_Cap {
  background-image: linear-gradient(to right, #f2f2f2 50%, #B49A85 50%);
}
/*------------------------------------------------------------*/

/*--------------------- Analytics page --------------------------*/
.analytics_page.onScrollAnim .Primary_sec_Cap {
  background-image: linear-gradient(to right, #f2f2f2 50%, #ff5851 50%);
}
/*------------------------------------------------------------*/

/*--------------------- Career page --------------------------*/
.career_page.onScrollAnim .Primary_sec_Cap {
  background-image: linear-gradient(to right, #f2f2f2 50%, #C9E3DB 50%);
}
/*------------------------------------------------------------*/

/*--------------------- Contact page --------------------------*/
.contact_page.onScrollAnim .Primary_sec_Cap {
  background-image: linear-gradient(to right, #f2f2f2 50%, #ff5851 50%);
}
/*------------------------------------------------------------*/

@media screen and (min-width: 480px) {
  .navbar-area.is-sticky {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 480px) {
  .Primary_Secton_Logo {
    left: 20px;
    top: 20px;
  }
  .white-logo {
    height: 45px;
  }
  .Primary_sec_Cap {
    height: auto;
  }
  .Primary_sec_Cap .Primary_sec_Cap_cnt.one h1 {
    font-size: 36px !important;
  }
  .Primary_Secton {
    padding: 0px;
  }
  .Primary_sec_Cap .Primary_sec_Cap_cnt.one h1 {
    line-height: 36px;
  }
  .Primary_sec_Cap .Primary_sec_Cap_cnt.one .Cap-dot {
    width: 10px;
    height: 10px;
  }
  .Main-Menu-Sec ul li a {
    line-height: 24px;
  }
  .contact_page.onScrollAnim .Primary_sec_Cap .Primary_sec_Cap_cnt.two {
      top: 70%;
  }
  .Explore-Solution-sec {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .Explore-Solution-sec .Explore-more, .Explore-Solution-sec .Explore-more1 {
    top: 0px;
    left: 3%;
    width: 94%;
    opacity: 0.7;
  }
}