/*
@File: Veliki Theme Styles

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS

*/
/*================================================
Default CSS
=================================================*/
body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: #333333;
}

a:hover, a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family: "Dosis", sans-serif;
}

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

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

p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.8;
}

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

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

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

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

.bg-f1f3f6 {
  background-color: #f1f3f6;
}

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

/*section-title*/
.section-title {
  text-align: center;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.section-title span {
  display: block;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 15px;
  font-family: "Dosis", sans-serif;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}

.section-title h1 {
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
}

.section-title h3 {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}

.section-title h4 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}

.section-title h5 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
}

.section-title h6 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.section-title p {
  max-width: 520px;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.section-title ul, .section-title ol {
  padding-left: 17px;
  margin-bottom: 0;
  margin-top: 10px;
}

.section-title ul li, .section-title ol li {
  line-height: 1.8;
}

.section-title.text-right p {
  margin-right: 0;
}

.section-title.text-left p {
  margin-left: 0;
}

.dropdown-toggle::after {
  margin-left: 0;
  vertical-align: 0;
  font-size: 10px;
  content: "\f078";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

/*btn-primary*/
.btn {
  border: none;
  line-height: initial;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 32px 12px;
  position: relative;
  z-index: 1;
  opacity: 1 !important;
  font-size: 16px;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
}

.btn-primary {
  color: #ffffff;
  background-color: transparent;
}

.btn-primary::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.btn-primary::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.btn-primary:hover, .btn-primary:focus {
  background: transparent !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  color: #ffffff !important;
}

.btn-primary:hover::before, .btn-primary:focus::before {
  opacity: 0;
  visibility: hidden;
}

.btn-primary:hover::after, .btn-primary:focus::after {
  opacity: 1;
  visibility: visible;
}

.btn-light {
  background-color: #ffffff;
}

.btn-light:hover, .btn-light:focus {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  color: #ffffff !important;
}

/*form-control*/
.form-control {
  height: 45px;
  border: 1px solid #eeeeee;
  background-color: transparent;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
  line-height: initial;
  padding-left: 13px;
  font-size: 14px;
}

.form-control:hover, .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

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

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

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

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

.form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/*learn-more-btn*/
.learn-more-btn {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}

.learn-more-btn i {
  margin-left: 2px;
  position: relative;
  top: -0.6px;
}

.learn-more-btn i::before {
  font-size: 11px;
}

.learn-more-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.learn-more-btn:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader .sk-folding-cube {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 45%;
  -webkit-transform: rotateZ(45deg) translateY(-45%);
          transform: rotateZ(45deg) translateY(-45%);
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.preloader .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.preloader .sk-folding-cube .sk-cube::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.preloader .sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}

.preloader .sk-folding-cube .sk-cube2::before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.preloader .sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}

.preloader .sk-folding-cube .sk-cube3::before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.preloader .sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}

.preloader .sk-folding-cube .sk-cube4::before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.preloader::before, .preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
  -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 .sk-folding-cube {
  opacity: 0;
  visibility: hidden;
}

.preloader p {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/*================================================
Header Area CSS
=================================================*/
.header-area {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: auto;
}

.top-header {
  border-bottom: 1px solid #3963c4;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-header p {
  color: #ffffff;
}

.top-header p i::before {
  font-size: 14px;
}

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

.top-header ul li {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  color: #ffffff;
}

.top-header ul li a {
  display: inline-block;
  color: #ffffff;
}

.top-header ul li:first-child {
  margin-left: 0;
}

.top-header ul li:first-child::before {
  display: none;
}

.top-header ul li::before {
  position: absolute;
  left: -20px;
  top: 50%;
  width: 6px;
  height: 1px;
  background: #ffffff;
  content: '';
}

.top-header ul li span {
  margin-right: 3px;
}

.top-header ul li i::before {
  font-size: 14px;
}

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

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand img {
  max-width: 150px;
}

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

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

.evolta-nav .navbar .navbar-brand .main-title {
  margin: 0;
  padding: 15px 0;
  font-size: 25px;
}

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

.evolta-nav .navbar .navbar-nav {
  font-family: "Dosis", sans-serif;
  margin-left: auto;
}

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

.evolta-nav .navbar .navbar-nav .nav-item a {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 13px;
  margin-right: 13px;
}

.evolta-nav .navbar .navbar-nav .nav-item a i {
  font-size: 10px;
}

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

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

.evolta-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: 250px;
  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: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
}

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

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 5px 25px;
  margin: 0;
  color: #333333;
  white-space: inherit;
  font-size: 15px;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  background: transparent;
}

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

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  background: transparent;
}

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

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

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  background: transparent;
}

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

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

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  background: transparent;
}

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

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

.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  background: transparent;
}

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

.evolta-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: #333333;
  text-transform: capitalize;
}

.evolta-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, .evolta-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, .evolta-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 {
  background: transparent;
}

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

.evolta-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: #333333;
  text-transform: capitalize;
}

.evolta-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, .evolta-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, .evolta-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 {
  background: transparent;
}

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

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

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

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

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

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

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

.evolta-nav .navbar .others-options {
  margin-left: 20px;
}

.evolta-nav .navbar .others-options .cart-btn {
  display: inline-block;
  position: relative;
  top: 3px;
  color: #ffffff;
}

.evolta-nav .navbar .others-options .btn {
  margin-left: 15px;
}

.evolta-nav .navbar .others-options .btn-primary::after {
  background: #ffffff;
}

.evolta-nav .navbar .others-options .option-item {
  color: #333333;
  display: inline-block;
  position: relative;
  line-height: initial;
  margin-left: 15px;
  top: 4px;
}

.evolta-nav .navbar .others-options .option-item .search-btn {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}

.evolta-nav .navbar .others-options .option-item .search-btn::before {
  font-size: 17px;
}

.evolta-nav .navbar .others-options .option-item .close-btn {
  cursor: pointer;
  display: none;
  font-size: 17px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 17px;
  color: #ffffff;
}

.evolta-nav .navbar .others-options .option-item .close-btn.active {
  display: block;
}

.evolta-nav .navbar .others-options .option-item a {
  color: #ffffff;
}

.evolta-nav .navbar .others-options .option-item a i::before {
  font-size: 17px;
}

.evolta-nav .navbar .others-options .option-item a span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  line-height: 15px;
  position: relative;
  top: -12px;
  left: -12px;
  font-weight: 600;
  font-size: 10px;
}

.navbar-area {
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.navbar-area.is-sticky .evolta-nav {
  padding-top: 10px;
  padding-bottom: 10px;
}

.search-overlay {
  display: none;
}

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

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

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

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

@media only screen and (max-width: 991px) {
  .navbar-area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .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);
  }
  .evolta-responsive-nav {
    display: block;
  }
  .evolta-responsive-nav .evolta-responsive-menu {
    position: relative;
  }
  .evolta-responsive-nav .evolta-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }
  .evolta-responsive-nav .evolta-responsive-menu.mean-container .mean-nav ul li.active li a {
    color: #677294;
  }
  .evolta-responsive-nav .evolta-responsive-menu.mean-container .mean-nav ul li.active li li a {
    color: #677294;
  }
  .evolta-responsive-nav .evolta-responsive-menu.mean-container .mean-nav ul li.active li li li a {
    color: #677294;
  }
  .evolta-responsive-nav .evolta-responsive-menu.mean-container .mean-nav ul li.active li li li li a {
    color: #677294;
  }
  .evolta-responsive-nav .evolta-responsive-menu.mean-container .mean-nav ul li.active li li li li li a {
    color: #677294;
  }
  .evolta-responsive-nav .evolta-responsive-menu.mean-container .mean-nav ul li.active li li li li li li a {
    color: #677294;
  }
  .evolta-responsive-nav .evolta-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 13.5px;
  }
  .evolta-responsive-nav .evolta-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 350px;
    -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);
  }
  .evolta-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .evolta-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #ffffff;
  }
  .evolta-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
  }
  .others-options {
    position: absolute;
    right: 55px;
    top: 7px;
  }
  .others-options .btn, .others-options .option-item {
    display: none;
  }
  .evolta-nav {
    display: none;
  }
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 200px;
  padding-left: 60px;
  padding-right: 60px;
}

.main-banner-content {
  position: relative;
  z-index: 3;
  top: 250px;
}

.main-banner-content h1 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 79px;
  font-weight: 700;
}

.main-banner-content h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 74px;
  font-weight: 700;
}

.main-banner-content h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 69px;
  font-weight: 700;
}

.main-banner-content h4 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
}

.main-banner-content h5 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 59px;
  font-weight: 700;
}

.main-banner-content h6 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 700;
}

.main-banner-content p {
  color: #ffffff;
  font-size: 14.5px;
  max-width: 620px;
  margin-top: 25px;
  margin-bottom: 0;
}

.main-banner-content ul, .main-banner-content ol {
  padding-left: 17px;
  margin-bottom: 0;
  margin-top: 10px;
  color: #ffffff;
}

.main-banner-content ul li, .main-banner-content ol li {
  line-height: 1.8;
}

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

.main-banner-content .btn-box .btn-light {
  margin-left: 15px;
}

.main-banner-content .btn-box .btn-primary::after {
  background: #ffffff;
}

.main-banner-content .btn-box .btn {
  padding: 12px 32px 13px;
}

.main-banner-image {
  text-align: right;
  position: relative;
  top: 175px;
  z-index: 3;
}

.banner-white-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.banner-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

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

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

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  -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) {
  margin-left: 25%;
}

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

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

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

/*================================================
Featured Services Area CSS
=================================================*/
.featured-services-area {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.featured-services-area .pagination-area {
  margin-bottom: 30px;
}

.single-services-box {
  text-align: center;
  margin-bottom: 30px;
  background-color: #f6fdfd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  padding: 25px;
}

.single-services-box .icon {
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
  z-index: 1;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #d0dcff;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.single-services-box .icon.bg-cefffe {
  background-color: #cefffe;
  color: #09c4c1;
}

.single-services-box .icon.bg-ffb8c8 {
  background-color: #ffb8c8;
  color: #c71e44;
}

.single-services-box .icon.bg-dfffd7 {
  background-color: #dfffd7;
}

.single-services-box h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
}

.single-services-box h1 {
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
}

.single-services-box h2 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
}

.single-services-box h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.single-services-box h5 {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
}

.single-services-box h6 {
  margin-bottom: 0;
  font-size: 8px;
  font-weight: 700;
}

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

.single-services-box .learn-more-btn {
  margin-top: 15px;
}

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

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

.single-services-box:hover .learn-more-btn {
  color: #ffffff;
}

.single-services-box:hover .learn-more-btn::before {
  background: #ffffff;
}

.featured-services-slides.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: .01;
  margin-bottom: 30px;
  margin-top: 10px;
}

.featured-services-slides.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 4px;
  background: #cccccc;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*================================================
Services Details Area CSS
=================================================*/
.services-details-overview {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 60px;
}

.services-details-overview:first-child {
  margin-top: 0;
}

.services-details-overview .services-details-desc {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.services-details-overview .services-details-desc h3 {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 700;
}

.services-details-overview .services-details-desc h1 {
  margin-bottom: 15px;
  font-size: 33px;
  font-weight: 700;
}

.services-details-overview .services-details-desc h2 {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
}

.services-details-overview .services-details-desc h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.services-details-overview .services-details-desc h5 {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 700;
}

.services-details-overview .services-details-desc h6 {
  margin-bottom: 15px;
  font-size: 8px;
  font-weight: 700;
}

.services-details-overview .services-details-desc p {
  margin-bottom: 10px;
}

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

.services-details-overview .services-details-desc .features-list {
  padding-left: 0;
  font-family: "Dosis", sans-serif;
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 0;
}

.services-details-overview .services-details-desc .features-list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 22px;
  font-size: 15px;
  font-weight: 600;
}

.services-details-overview .services-details-desc .features-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 17px;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 25px;
}

.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-title {
  padding: 12px 20px 12px 51px;
  color: #333333;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}

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

.services-details-overview .services-details-image {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.about-content {
  padding-left: 25px;
}

.about-content span {
  display: block;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-weight: 600;
  font-size: 15px;
  font-family: "Dosis", sans-serif;
}

.about-content h2 {
  margin-bottom: 2px;
  font-size: 40px;
  font-weight: 700;
}

.about-content h1 {
  margin-bottom: 2px;
  font-size: 45px;
  font-weight: 700;
}

.about-content h3 {
  margin-bottom: 2px;
  font-size: 35px;
  font-weight: 700;
}

.about-content h4 {
  margin-bottom: 2px;
  font-size: 30px;
  font-weight: 700;
}

.about-content h5 {
  margin-bottom: 2px;
  font-size: 25px;
  font-weight: 700;
}

.about-content h6 {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 700;
}

.about-content p {
  margin-bottom: 0;
  margin-top: 10px;
}

.about-content ul, .about-content ol {
  padding-left: 17px;
  margin-bottom: 0;
  margin-top: 10px;
}

.about-content ul li, .about-content ol li {
  line-height: 1.8;
}

.about-inner-area {
  margin-top: 60px;
}

.about-text h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
}

.about-text h1 {
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
}

.about-text h2 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
}

.about-text h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.about-text h5 {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
}

.about-text h6 {
  margin-bottom: 0;
  font-size: 8px;
  font-weight: 700;
}

.about-text p {
  margin-top: 13px;
  margin-bottom: 0;
}

.about-text ul, .about-text ol {
  padding-left: 17px;
  margin-bottom: 0;
  margin-top: 10px;
}

.about-text ul li, .about-text ol li {
  line-height: 1.8;
}

.shape1 {
  position: absolute;
  z-index: -1;
  bottom: 14%;
  left: 34%;
  -webkit-animation: animationFramesOne 60s infinite linear;
          animation: animationFramesOne 60s infinite linear;
}

.shape2 {
  position: absolute;
  z-index: -1;
  top: 25%;
  left: 33%;
  -webkit-animation: animationFramesOne 50s infinite linear;
          animation: animationFramesOne 50s infinite linear;
}

.shape3 {
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 42%;
  -webkit-animation: animationFramesOne 30s infinite linear;
          animation: animationFramesOne 30s infinite linear;
}

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

.shape5 {
  position: absolute;
  z-index: -1;
  top: 2%;
  right: 40%;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

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

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

@-webkit-keyframes 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);
  }
}

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

.overview-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 70px;
}

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

.overview-box .image {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.overview-box .content {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.overview-box .content h3 {
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 700;
}

.overview-box .content h1 {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 700;
}

.overview-box .content h2 {
  margin-bottom: 8px;
  font-size: 35px;
  font-weight: 700;
}

.overview-box .content h4 {
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: 700;
}

.overview-box .content h5 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}

.overview-box .content h6 {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
}

.overview-box .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;
  font-family: "Dosis", sans-serif;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

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

.overview-box .content .features-list li span {
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 8px 12px 8px 42px;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 600;
}

.overview-box .content .features-list li span i {
  font-size: 16px;
  color: #ffffff;
  width: 25px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.overview-box .content .features-list li span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overview-box .content .features-list li span:hover {
  color: #ffffff;
}

.overview-box .content .features-list li span:hover::before {
  width: 100%;
}

.rectangle-shape1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.rectangle-shape2 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

/*================================================
Team Area CSS
=================================================*/
.team-area {
  padding-bottom: 80px;
}

.single-team-box {
  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.5s;
  transition: 0.5s;
  text-align: center;
}

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

.single-team-box .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .image .social {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  text-decoration: none;
  opacity: 0;
  margin-top: 100px;
  padding: 8px 15px;
  background: #ffffff;
  border-radius: 35px;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .image .social a {
  display: inline-block;
  font-size: 17px;
  margin: 0 7px;
}

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

.single-team-box .content h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
}

.single-team-box .content h1 {
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
}

.single-team-box .content h2 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
}

.single-team-box .content h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.single-team-box .content h5 {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
}

.single-team-box .content h6 {
  margin-bottom: 0;
  font-size: 8px;
  font-weight: 700;
}

.single-team-box .content span {
  display: block;
  margin-top: 8px;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

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

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

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

/*================================================
How It Works Area CSS
=================================================*/
.how-it-works-area {
  padding-bottom: 80px;
}

.single-how-it-work-box {
  margin-bottom: 30px;
  background-color: #f6fdfd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding: 25px;
}

.single-how-it-work-box .icon {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  margin-bottom: 8px;
  margin-top: -1px;
}

.single-how-it-work-box .icon i::before {
  font-size: 45px;
}

.single-how-it-work-box .icon::before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #c1cded;
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-how-it-work-box h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.single-how-it-work-box h1 {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
}

.single-how-it-work-box h2 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
}

.single-how-it-work-box h4 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.single-how-it-work-box h5 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.single-how-it-work-box h6 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}

.single-how-it-work-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 13px;
  margin-bottom: 0;
}

.single-how-it-work-box ul, .single-how-it-work-box ol {
  padding-left: 17px;
  margin-bottom: 0;
  margin-top: 10px;
}

.single-how-it-work-box ul li, .single-how-it-work-box ol li {
  line-height: 1.8;
}

.single-how-it-work-box .number-text {
  color: #333333;
  opacity: .27;
  z-index: -1;
  position: absolute;
  right: 25px;
  top: 3px;
  font-style: italic;
  font-size: 55px;
  font-weight: 700;
}

.single-how-it-work-box:hover {
  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);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.single-how-it-work-box:hover .icon::before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(2);
          transform: scale(2);
  left: 30px;
  top: 30px;
}

/*================================================
Why Choose Us Area CSS
=================================================*/
.why-choose-us-area {
  position: relative;
  padding-bottom: 80px;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.why-choose-us-area .section-title {
  text-align: left;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}

.why-choose-us-area .section-title h2, .why-choose-us-area .section-title h1, .why-choose-us-area .section-title h3, .why-choose-us-area .section-title h4, .why-choose-us-area .section-title h5, .why-choose-us-area .section-title h6 {
  color: #ffffff;
}

.why-choose-us-area .section-title p, .why-choose-us-area .section-title ul li, .why-choose-us-area .section-title ol li {
  max-width: 100%;
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
}

.single-choose-us-box {
  margin-bottom: 30px;
  position: relative;
  padding: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.single-choose-us-box .title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-choose-us-box .title .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  font-size: 38px;
  background-color: #d0dcff;
  border-radius: 50%;
  margin-bottom: 15px;
}

.single-choose-us-box .title .icon .bx-git-merge {
  position: relative;
  top: 2px;
}

.single-choose-us-box .title .icon .bx-down-arrow {
  position: relative;
  top: 2px;
}

.single-choose-us-box .title .icon .bx-expand {
  position: relative;
  top: 2px;
}

.single-choose-us-box .title .icon .bx-timer {
  position: relative;
  top: 2px;
}

.single-choose-us-box .title .icon .bx-trending-up {
  position: relative;
  top: 4px;
}

.single-choose-us-box .title h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.single-choose-us-box .title h1 {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
}

.single-choose-us-box .title h2 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
}

.single-choose-us-box .title h4 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.single-choose-us-box .title h5 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.single-choose-us-box .title h6 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}

.single-choose-us-box .content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-choose-us-box .content h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.single-choose-us-box .content h1 {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
}

.single-choose-us-box .content h2 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
}

.single-choose-us-box .content h4 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.single-choose-us-box .content h5 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.single-choose-us-box .content h6 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}

.single-choose-us-box .content p {
  margin-bottom: 0;
  margin-top: 10px;
}

.single-choose-us-box:hover {
  -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.6);
}

.single-choose-us-box:hover .title {
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
}

.single-choose-us-box:hover .content {
  opacity: 1;
  visibility: visible;
}

/*================================================
Resources Area CSS
=================================================*/
.resources-area {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.resources-area .pagination-area {
  margin-bottom: 30px;
}

.single-resources-box {
  margin-bottom: 30px;
  background-color: #f1f3f6;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-resources-box .resources-image {
  overflow: hidden;
}

.single-resources-box .resources-image a img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.single-resources-box .resources-content h3 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 700;
}

.single-resources-box .resources-content h1 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 32px;
  font-weight: 700;
}

.single-resources-box .resources-content h2 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 28px;
  font-weight: 700;
}

.single-resources-box .resources-content h4 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
}

.single-resources-box .resources-content h5 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
}

.single-resources-box .resources-content h6 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 12px;
  font-weight: 700;
}

.single-resources-box .resources-content p {
  margin-top: 10px;
  margin-bottom: 0;
}

.single-resources-box .resources-content .learn-more-btn {
  margin-top: 15px;
}

.single-resources-box:hover {
  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);
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.single-resources-box:hover .resources-image a img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: .7;
}

.resources-slides.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: .01;
  margin-bottom: 30px;
  margin-top: 15px;
}

.resources-slides.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 4px;
  background: #cccccc;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*================================================
Resources Details Area CSS
=================================================*/
.resources-details-overview {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 50px;
}

.resources-details-overview:first-child {
  margin-top: 0;
}

.resources-details-overview .resources-details-desc {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.resources-details-overview .resources-details-desc h3 {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 700;
}

.resources-details-overview .resources-details-desc h1 {
  margin-bottom: 15px;
  font-size: 33px;
  font-weight: 700;
}

.resources-details-overview .resources-details-desc h2 {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
}

.resources-details-overview .resources-details-desc h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.resources-details-overview .resources-details-desc h5 {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 700;
}

.resources-details-overview .resources-details-desc h6 {
  margin-bottom: 15px;
  font-size: 8px;
  font-weight: 700;
}

.resources-details-overview .resources-details-desc .resources-details-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 25px;
}

.resources-details-overview .resources-details-desc .resources-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;
}

.resources-details-overview .resources-details-desc .resources-details-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.resources-details-overview .resources-details-desc .resources-details-accordion .accordion .accordion-title {
  padding: 12px 20px 12px 51px;
  color: #333333;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}

.resources-details-overview .resources-details-desc .resources-details-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  color: #ffffff;
}

.resources-details-overview .resources-details-desc .resources-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;
}

.resources-details-overview .resources-details-desc .resources-details-accordion .accordion .accordion-title.active {
  border-bottom-color: #eeeeee;
}

.resources-details-overview .resources-details-desc .resources-details-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
}

.resources-details-overview .resources-details-desc .resources-details-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 15px;
}

.resources-details-overview .resources-details-desc .resources-details-accordion .accordion .accordion-content.show {
  display: block;
}

.resources-details-overview .resources-details-image {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-inner-content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}

.partner-inner-content h1 {
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
}

.partner-inner-content h3 {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}

.partner-inner-content h4 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}

.partner-inner-content h5 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
}

.partner-inner-content h6 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.partner-inner-content p {
  max-width: 520px;
  margin-bottom: 0;
  margin-top: 10px;
}

.partner-inner-content ul, .partner-inner-content ol {
  padding-left: 17px;
  margin-bottom: 0;
  margin-top: 10px;
}

.partner-inner-content ul li, .partner-inner-content ol li {
  line-height: 1.8;
}

.our-clients-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ffffff;
  margin-top: 30px;
}

.our-clients-list .single-clients {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 30px;
}

.our-clients-list .single-clients:nth-child(1) {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.our-clients-list .single-clients:nth-child(2) {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.our-clients-list .single-clients:nth-child(3) {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.our-clients-list .single-clients:nth-child(4) {
  border-bottom: 1px solid #eeeeee;
}

.our-clients-list .single-clients:nth-child(5) {
  border-right: 1px solid #eeeeee;
}

.our-clients-list .single-clients:nth-child(6) {
  border-right: 1px solid #eeeeee;
}

.our-clients-list .single-clients:nth-child(7) {
  border-right: 1px solid #eeeeee;
}

.our-clients-list .single-clients:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -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);
  border-color: #ffffff;
}

.question-form {
  padding: 25px;
}

.question-form h3 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}

.question-form p {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0;
}

.question-form .form {
  margin-top: 25px;
}

.question-form .form .form-control {
  background-color: #f5f3f3;
  border: none;
  height: 40px;
  color: #333333;
}

.question-form .form .form-control::-webkit-input-placeholder {
  color: #898989;
}

.question-form .form .form-control:-ms-input-placeholder {
  color: #898989;
}

.question-form .form .form-control::-ms-input-placeholder {
  color: #898989;
}

.question-form .form .form-control::placeholder {
  color: #898989;
}

.question-form .form textarea.form-control {
  height: auto;
  padding-top: 13px;
}

.question-form .form .btn {
  border-radius: 0;
  display: block;
  width: 100%;
}

.question-form .form .btn-primary::before {
  border-radius: 0;
}

.question-form .form .btn-primary::after {
  border-radius: 0;
  background: #ffffff;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area {
  position: relative;
  z-index: 1;
  padding-left: 110px;
  padding-right: 110px;
  padding-bottom: 80px;
}

.single-feedback-item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  margin-top: 32px;
  margin-bottom: 30px;
}

.single-feedback-item .feedback-desc {
  border-bottom: 1px solid #eeeeee;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-top: 60px;
}

.single-feedback-item .feedback-desc p {
  margin-bottom: 0;
  position: relative;
  font-size: 16px;
  font-style: italic;
}

.single-feedback-item .feedback-desc p::before {
  content: '"';
  position: relative;
  display: inline-block;
  left: 0;
}

.single-feedback-item .feedback-desc p::after {
  content: '"';
  position: relative;
  display: inline-block;
  right: 0;
}

.single-feedback-item::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "\ecff";
  position: absolute;
  left: 0;
  right: 0;
  top: -32px;
  background-color: #c3d2fb;
  width: 65px;
  height: 65px;
  line-height: 67px;
  border-radius: 50%;
  margin: 0 auto;
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 30px;
}

.single-feedback-item .client-info {
  position: relative;
  padding-left: 58px;
  text-align: left;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.single-feedback-item .client-info img {
  width: 45px !important;
  height: 45px !important;
  display: inline-block !important;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-feedback-item .client-info h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.single-feedback-item .client-info span {
  display: block;
  margin-top: 4px;
  font-family: "Dosis", sans-serif;
}

.owl-item.active.center .single-feedback-item {
  -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);
  border-color: #ffffff;
  border-radius: 5px;
}

.owl-item.active.center .single-feedback-item::before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: .01;
  margin-bottom: 30px;
  margin-top: 10px;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 4px;
  background: #cccccc;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.blog-area .pagination-area {
  margin-bottom: 30px;
}

.blog-area.bg-f1f3f6 .single-blog-post {
  -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0);
          box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0);
}

.blog-area.bg-f1f3f6 .single-blog-post:hover {
  -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-blog-post {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  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-blog-post .entry-thumbnail a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.single-blog-post .post-content {
  padding: 40px 30px;
  position: relative;
}

.single-blog-post .post-content .entry-meta {
  padding-left: 0;
  margin-bottom: 6px;
  list-style-type: none;
}

.single-blog-post .post-content .entry-meta li {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
}

.single-blog-post .post-content .entry-meta li::before {
  content: '';
  position: absolute;
  right: -7px;
  top: 50%;
  -webkit-transform: rotate(14deg) translateY(-50%);
          transform: rotate(14deg) translateY(-50%);
  width: 1px;
  height: 13px;
}

.single-blog-post .post-content .entry-meta li a {
  display: inline-block;
}

.single-blog-post .post-content .entry-meta li:last-child {
  margin-right: 0;
}

.single-blog-post .post-content .entry-meta li:last-child::before {
  display: none;
}

.single-blog-post .post-content h3 {
  margin-bottom: 0;
  line-height: 1.4;
  position: relative;
  word-wrap: break-word;
  font-size: 23px;
  font-weight: 700;
}

.single-blog-post .post-content h1 {
  margin-bottom: 0;
  line-height: 1.4;
  position: relative;
  word-wrap: break-word;
  font-size: 33px;
  font-weight: 700;
}

.single-blog-post .post-content h2 {
  margin-bottom: 0;
  line-height: 1.4;
  position: relative;
  word-wrap: break-word;
  font-size: 28px;
  font-weight: 700;
}

.single-blog-post .post-content h4 {
  margin-bottom: 0;
  line-height: 1.4;
  position: relative;
  word-wrap: break-word;
  font-size: 18px;
  font-weight: 700;
}

.single-blog-post .post-content h5 {
  margin-bottom: 0;
  line-height: 1.4;
  position: relative;
  word-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
}

.single-blog-post .post-content h6 {
  margin-bottom: 0;
  line-height: 1.4;
  position: relative;
  word-wrap: break-word;
  font-size: 8px;
  font-weight: 700;
}

.single-blog-post .post-content p {
  margin-top: 8px;
  margin-bottom: 0;
}

.single-blog-post .post-content .learn-more-btn {
  margin-top: 15px;
}

.single-blog-post:hover {
  -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);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-blog-post:hover .entry-thumbnail a img {
  opacity: .7;
}

.home-blog-post .post-content {
  padding: 20px;
}

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

.blog-details-area .row {
  margin-left: -25px;
  margin-right: -25px;
}

.blog-details-area .row .col-lg-8, .blog-details-area .row .col-lg-4 {
  padding-left: 25px;
  padding-right: 25px;
}

.blog-details .blog-details-content {
  padding: 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);
  border-top: none;
  overflow: hidden;
}

.blog-details .blog-details-content .entry-meta {
  font-family: "Dosis", sans-serif;
}

.blog-details .blog-details-content .entry-meta li span a {
  font-weight: 400;
}

.blog-details .blog-details-content .entry-meta li i {
  font-style: normal;
}

.blog-details .blog-details-content .entry-meta li a {
  text-decoration: none;
}

.blog-details .blog-details-content h3 {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 700;
}

.blog-details .blog-details-content .category {
  padding: 0;
  margin: 20px 0 0;
  border-top: 1px solid #eee;
  list-style-type: none;
  clear: both;
}

.blog-details .blog-details-content .category li {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 10px;
}

.blog-details .blog-details-content .category li span.icon-book {
  font-weight: 600;
  color: #323232;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.blog-details .blog-details-content .category li span.icon-book i {
  font-style: normal;
  font-size: 16px;
}

.blog-details .blog-details-content .category li:last-child span {
  display: none;
}

.blog-details .blog-details-content .category li a {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}

.entry-meta {
  padding-left: 0;
  margin-bottom: 17px;
  list-style-type: none;
  text-transform: capitalize;
}

.entry-meta li {
  position: relative;
  display: inline-block;
  margin-right: 21px;
}

.entry-meta li a {
  display: inline-block;
}

.entry-meta li i {
  margin-right: 2px;
}

.entry-meta li::before {
  content: '';
  position: absolute;
  top: 11px;
  right: -14px;
  width: 6px;
  height: 1px;
}

.entry-meta li:last-child {
  margin-right: 0;
}

.entry-meta li:last-child::before {
  display: none;
}

blockquote, .blockquote {
  font-family: "Dosis", sans-serif;
  background-color: #fafafa;
  padding: 30px !important;
  line-height: 25px;
  font-weight: 500;
  position: relative;
  margin: 20px 0;
  border-left: 3px solid;
}

blockquote p, .blockquote p {
  color: #333333;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
}

blockquote p:last-child, .blockquote p:last-child {
  margin-bottom: 0 !important;
}

blockquote cite, .blockquote cite {
  color: #212529;
  font-size: 14px;
  font-style: normal !important;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  padding-top: 250px;
  padding-bottom: 130px;
  background-image: url(../../assets/img/page-title-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title-area .shape3 {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.page-title-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  word-wrap: break-word;
  font-size: 45px;
  font-weight: 700;
}

.page-title-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  word-wrap: break-word;
  font-size: 40px;
  font-weight: 700;
}

.page-title-content h3 {
  margin-bottom: 0;
  color: #ffffff;
  word-wrap: break-word;
  font-size: 35px;
  font-weight: 700;
}

.page-title-content h4 {
  margin-bottom: 0;
  color: #ffffff;
  word-wrap: break-word;
  font-size: 30px;
  font-weight: 700;
}

.page-title-content h5 {
  margin-bottom: 0;
  color: #ffffff;
  word-wrap: break-word;
  font-size: 25px;
  font-weight: 700;
}

.page-title-content h6 {
  margin-bottom: 0;
  color: #ffffff;
  word-wrap: break-word;
  font-size: 20px;
  font-weight: 700;
}

.page-title-content ul {
  word-break: break-all;
  padding-left: 0;
  list-style-type: none;
  font-family: "Dosis", sans-serif;
  margin-top: 13px;
  margin-bottom: 0;
}

.page-title-content ul li {
  text-transform: capitalize;
  display: inline-block;
  color: #ffffff;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  font-weight: 600;
  font-size: 15px;
}

.page-title-content ul li::before {
  content: "\f054";
  position: absolute;
  right: -15px;
  top: 6px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
}

.page-title-content ul li:last-child {
  margin-right: 0;
}

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

.page-title-content ul li:first-child {
  margin-left: 0;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 40px;
  text-align: center;
  font-family: "Dosis", sans-serif;
}

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

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.pages-links {
  margin: 15px 0;
}

.pages-links .page-links-title {
  padding-right: 5px;
  font-weight: 500;
}

.pages-links .post-page-numbers {
  width: 40px;
  height: 40px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 40px;
  color: #333333;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 16px;
  font-weight: 700;
}

.pages-links .post-page-numbers.current, .pages-links .post-page-numbers:hover, .pages-links .post-page-numbers:focus {
  color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

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

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

.error-content h3 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 17px;
}

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

/*================================================
FAQ Area CSS
=================================================*/
.faq-content .section-title {
  text-align: left;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.faq-content .section-title p {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

.faq-accordion .accordion .accordion-title {
  padding: 12px 20px 12px 51px;
  color: #333333;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  color: #ffffff;
}

.faq-accordion .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
}

.faq-accordion .accordion .accordion-title.active {
  border-bottom-color: #eeeeee;
}

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

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 15px;
}

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

.faq-contact-form {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.faq-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);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  height: 50px;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
}

.faq-contact-form .form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.faq-contact-form .form .row .col-lg-12, .faq-contact-form .form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px;
}

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

.faq-contact-form .form .btn {
  padding: 13px 35px 15px;
  font-size: 17px;
  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 .form .btn.disabled {
  cursor: not-allowed !important;
}

.faq-contact-form .form .btn.disabled:hover::before, .faq-contact-form .form .btn.disabled:focus::before {
  opacity: 1;
  visibility: visible;
}

.faq-contact-form .form .btn.disabled:hover::after, .faq-contact-form .form .btn.disabled:focus::after {
  opacity: 0;
  visibility: hidden;
}

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

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

.faq-contact-form .form #msgSubmit {
  margin-bottom: 0;
}

.faq-contact-form .form #msgSubmit.text-danger, .faq-contact-form .form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 23px;
  font-weight: 700;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  position: relative;
  z-index: 1;
}

.coming-soon-area .coming-soon-content {
  height: 100vh;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}

.coming-soon-area .coming-soon-content .logo {
  position: absolute;
  left: 100px;
  top: 30px;
}

.coming-soon-area .coming-soon-content .logo img {
  max-width: 150px;
}

.coming-soon-area .coming-soon-content h3 {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content h1 {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 50px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content h2 {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 45px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content h4 {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 35px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content h5 {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content h6 {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content form {
  max-width: 520px;
}

.coming-soon-area .coming-soon-content form .form-control {
  height: 50px;
  border: none;
  -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);
}

.coming-soon-area .coming-soon-content form .btn {
  display: block;
  width: 100%;
  padding: 15px 28px;
  -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);
}

.coming-soon-area .coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 15px;
}

.coming-soon-area .coming-soon-content .social {
  position: absolute;
  left: 100px;
  bottom: 30px;
  text-align: center;
}

.coming-soon-area .coming-soon-content .social ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.coming-soon-area .coming-soon-content .social ul li {
  display: inline-block;
  margin: 0 2px;
}

.coming-soon-area .coming-soon-content .social ul li a {
  width: 35px;
  height: 35px;
  line-height: 37px;
  border-radius: 50%;
  background-color: #dddddd;
  color: #333333;
  font-size: 14px;
}

.coming-soon-area .coming-soon-content .social ul li a.twitter {
  background-color: #1da1f2;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .social ul li a.youtube {
  background-color: #ff0000;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .social ul li a.facebook {
  background-color: #3b5998;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .social ul li a.linkedin {
  background-color: #0077b5;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .social ul li a.instagram {
  background-color: #c13584;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .social ul li a:hover {
  color: #ffffff;
}

.coming-soon-area .coming-soon-time {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
  background-image: url(../../assets/img/coming-soon-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-area .coming-soon-time img {
  display: none;
}

.coming-soon-area .coming-soon-time #timer {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-area .coming-soon-time #timer div {
  width: 155px;
  height: 155px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  line-height: initial;
  padding-top: 37px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 45px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}

.coming-soon-area .coming-soon-time #timer div span {
  text-transform: uppercase;
  display: block;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 600;
}

.coming-soon-area .coming-soon-time::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: .7;
  z-index: -1;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-area .section-title {
  margin-bottom: 40px;
}

.contact-form {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.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);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  height: 50px;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
}

.contact-form .form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.contact-form .form .row .col-lg-12, .contact-form .form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px;
}

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

.contact-form .form .btn {
  padding: 13px 35px 15px;
  font-size: 17px;
  margin-top: 10px;
  -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 .btn.disabled {
  cursor: not-allowed !important;
}

.contact-form .form .btn.disabled:hover::before, .contact-form .form .btn.disabled:focus::before {
  opacity: 1;
  visibility: visible;
}

.contact-form .form .btn.disabled:hover::after, .contact-form .form .btn.disabled:focus::after {
  opacity: 0;
  visibility: hidden;
}

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

.contact-form .form #msgSubmit {
  margin-bottom: 0;
}

.contact-form .form #msgSubmit.text-danger, .contact-form .form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 23px;
  font-weight: 700;
}

.contact-info {
  text-align: center;
  margin-top: 60px;
}

.contact-info .contact-info-content h3 {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 700;
}

.contact-info .contact-info-content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}

.contact-info .contact-info-content h2 a {
  display: inline-block;
}

.contact-info .contact-info-content h2 span {
  display: block;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

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

.contact-info .contact-info-content .social li {
  display: inline-block;
  margin: 0 2px;
}

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

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

.contact-info .contact-info-content .social li a:hover {
  color: #ffffff;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  background-color: #182c51;
}

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

.single-footer-widget .logo {
  margin-bottom: 20px;
}

.single-footer-widget .logo p {
  color: #ffffff;
  margin-top: 18px;
  margin-bottom: 0;
}

.single-footer-widget .logo h2 {
  color: #ffffff;
  font-weight: bold;
  margin: 0;
}

.single-footer-widget .logo img {
  max-width: 150px;
}

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

.single-footer-widget .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .social li {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 1px;
  margin-right: 1px;
}

.single-footer-widget .social li a {
  width: 35px;
  height: 35px;
  background-color: #333333;
  line-height: 36px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}

.single-footer-widget .social li a i::before {
  font-size: 13px;
}

.single-footer-widget .social li a:hover {
  color: #ffffff;
}

.single-footer-widget h3 {
  margin-bottom: 23px;
  color: #ffffff;
  position: relative;
  padding-bottom: 6px;
  font-size: 23px;
  font-weight: 700;
}

.single-footer-widget h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
}

.single-footer-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget ul li {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 14px;
}

.single-footer-widget ul li a {
  display: inline-block;
  color: #ffffff;
}

.single-footer-widget ul li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-contact-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .footer-contact-list li {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
}

.single-footer-widget .footer-contact-list li a {
  display: inline-block;
  color: #ffffff;
}

.single-footer-widget .footer-contact-list li span {
  font-weight: 700;
}

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

.copyright-area {
  background-color: #0d1d3b;
  margin-top: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.copyright-area p {
  color: #ffffff;
}

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

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

.copyright-area ul li {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: initial;
}

.copyright-area ul li a {
  color: #ffffff;
}

.copyright-area ul li::before {
  content: '';
  width: 4px;
  height: 1px;
  background: #ffffff;
  left: -11px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

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

.circle-map {
  position: absolute;
  top: 20%;
  right: 18%;
  z-index: -1;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  color: #ffffff;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

/* WP CSS */
.footer-area table {
  background: transparent;
}

.footer-area .single-footer-widget {
  margin-bottom: 30px;
}

.footer-area .single-footer-widget ul li ul {
  margin-top: 10px;
  padding-left: 20px;
}

.footer-area .single-footer-widget .recentcomments .comment-author-link {
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}

.footer-area .single-footer-widget .recentcomments a {
  font-weight: 600;
}

.footer-area .widget_rss ul li {
  margin-bottom: 20px;
}

.footer-area .widget_rss ul li::before {
  top: 10px;
}

.footer-area .widget_rss ul li:last-child {
  margin-bottom: 0;
}

.footer-area .widget_rss ul li .rsswidget {
  display: block;
  font-weight: 600;
  font-size: 15px;
}

.footer-area .widget_rss ul li .rss-date {
  font-size: 13px;
  margin: 10px 0 10px;
  display: block;
  text-transform: uppercase;
}

.footer-area .widget_rss ul li .rssSummary {
  line-height: 25px;
  font-size: 14px;
}

.footer-area .widget_rss ul li cite {
  font-weight: 500;
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-size: 14px;
}

.footer-area .widget_text p img {
  margin: 10px 0;
}

.footer-area .widget_text .wp-caption-text {
  border: none;
  text-align: center;
  font-size: 14px;
}

.footer-area select {
  border: 1px solid #eee;
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  color: #141414;
  font-weight: 600;
}

.footer-area .widget_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  padding: 5px 10px;
  border: 1px solid #2c2929;
  margin-top: 8px;
  margin-right: 4px;
  text-transform: capitalize;
  color: #fff;
}

.footer-area ul li {
  margin-bottom: 8px;
  line-height: 1.8;
}

.footer-area ul li:last-child {
  margin-bottom: 0;
}

.footer-area table td, .footer-area table th {
  padding: 6px 5px;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}

.footer-area table caption {
  caption-side: top;
  font-weight: bold;
  padding-top: 0;
  color: #fafafa;
}

.footer-area .select {
  color: #333;
  margin-bottom: 0;
}

.footer-area span.post-count {
  float: right;
  font-size: 14px;
}

.footer-area .rsswidget {
  display: inline-block;
  color: #ffffff;
}

.footer-area .nice-select ul.list li {
  color: #555;
}

.hide-wp-nav {
  padding-top: 30px;
}

.hide-wp-nav .navbar-area.is-sticky {
  margin-top: 32px;
}

.main-title {
  color: #ffffff;
  margin: 0;
  font-weight: 700;
}

.mt-80 {
  margin-top: 130px;
}

/* Footer Extra CSS */
.footer-no-padding {
  padding-top: 0;
}

.footer-no-margin {
  margin-top: 0;
}

.footer-map-none {
  display: none;
}

.footer-area.footer-top-padding {
  padding-top: 60px;
}

.copyright-area.copy-top-margin {
  margin-top: 30px;
}

/* End Footer Extra CSS */
.wpcf7-list-item-label {
  font-size: 13px;
}

.wpcf7-list-item-label a {
  display: inline-block;
}

.wpcf7-list-item-label a:hover {
  text-decoration: underline;
}

span.wpcf7-list-item {
  margin-left: 7px;
}

span.wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 10px;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14 !important;
}

div.wpcf7-response-output {
  margin: 30px 0 0;
  padding: 15px;
  color: #fff;
  text-align: center;
}

.contact-form div.wpcf7-response-output, .faq-contact-form div.wpcf7-response-output {
  color: #333333;
}

.veliki-single-blank-page {
  height: 600px;
}

/* WP core style */
.alignnone {
  display: block;
  margin-bottom: 15px;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption.alignnone {
  margin: 15px auto 10px;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.screen-reader-text {
  display: none;
}

.gallery-caption {
  z-index: 100000;
}

.bypostauthor {
  z-index: 100000;
}

/* End WP core style */
/*================================================
Sidebar Area CSS
=================================================*/
/* Widget sidebar */
.blog-sidebar {
  padding-left: 15px;
}

.blog-sidebar .widget {
  margin-top: 30px;
}

.blog-sidebar .widget:first-child {
  margin-top: 0;
}

.blog-sidebar .widget {
  -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);
  padding: 30px;
  background-color: #ffffff;
}

.blog-sidebar .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  font-size: 20px;
}

.blog-sidebar .widget .widget-title::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

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

.blog-sidebar .widget ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.blog-sidebar .widget ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 14.5px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
}

.blog-sidebar .widget ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .widget ul li::before {
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 7px;
  position: absolute;
}

.blog-sidebar .widget ul li span {
  display: inline-block;
}

.blog-sidebar .widget ul li a {
  display: inline-block;
}

.blog-sidebar .widget ul li a:hover .post_count {
  border: 1px solid;
}

.blog-sidebar .widget ul li a .post_count {
  position: absolute;
  right: 0;
  border: 1px solid #eee;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
}

.blog-sidebar .widget_search form {
  position: relative;
}

.blog-sidebar .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.blog-sidebar .widget_search form .screen-reader-text {
  display: none;
}

.blog-sidebar .widget_search form .search-field {
  background-color: #ffffff;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-sidebar .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: transparent;
}

.blog-sidebar .widget_search form button::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-sidebar .widget_search form button::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.blog-sidebar .widget_search form button:hover::before {
  opacity: 0;
  visibility: hidden;
}

.blog-sidebar .widget_search form button:hover::after {
  opacity: 1;
  visibility: visible;
}

.blog-sidebar select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  color: #555;
  font-size: 13.5px;
  padding: 8px 15px;
}

.blog-sidebar .widget_categories ul li a {
  text-transform: capitalize;
}

.blog-sidebar .widget_categories ul li .children {
  margin-top: 10px;
}

.blog-sidebar .widget_pages ul li.page_item_has_children > a {
  margin-bottom: 10px;
  display: inline-block;
}

.blog-sidebar .widget_pages ul li a {
  text-transform: capitalize;
}

.blog-sidebar .widget_rss ul li {
  margin-bottom: 20px;
}

.blog-sidebar .widget_rss ul li::before {
  top: 10px;
}

.blog-sidebar .widget_rss ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .widget_rss ul li .rsswidget {
  display: block;
  color: #222222;
  font-weight: bold;
  font-size: 15px;
}

.blog-sidebar .widget_rss ul li .rss-date {
  font-size: 13px;
  margin: 3px 0 10px;
  display: block;
}

.blog-sidebar .widget_rss ul li .rssSummary {
  color: #555;
  line-height: 25px;
  font-size: 14px;
}

.blog-sidebar .widget_rss ul li cite {
  font-weight: bold;
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #222;
  font-size: 13.5px;
}

.blog-sidebar .widget_rss .widget-title .rsswidget {
  display: inline-block;
}

.blog-sidebar .tagcloud a {
  display: inline-block;
  font-weight: 600;
  font-size: 12.5px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  position: relative;
  margin-top: 8px;
  margin-right: 4px;
}

.blog-sidebar .tagcloud a:hover, .blog-sidebar .tagcloud a:focus {
  color: #ffffff;
}

.blog-sidebar .widget_text p img {
  margin: 10px 0;
}

.blog-sidebar .widget_text .wp-caption-text {
  border: none;
  text-align: center;
  font-size: 14px;
}

.blog-sidebar .calendar_wrap table {
  text-align: center;
  margin-bottom: 0;
}

.blog-sidebar .calendar_wrap table #prev a, .blog-sidebar .calendar_wrap table #next a {
  text-decoration: underline;
}

.blog-sidebar .calendar_wrap table #prev a:hover, .blog-sidebar .calendar_wrap table #next a:hover {
  text-decoration: none;
}

.blog-sidebar .calendar_wrap table td, .blog-sidebar .calendar_wrap table th {
  padding: 8px 5px;
}

.blog-sidebar .calendar_wrap caption {
  padding-top: 0;
  caption-side: top;
  font-weight: 600;
}

.blog-sidebar .widget_nav_menu .sub-menu {
  margin-top: 8px;
}

.blog-sidebar .widget_recent_comments .recentcomments {
  color: #484848;
}

.blog-sidebar .widget_recent_comments .recentcomments .comment-author-link {
  font-weight: bold;
  font-size: 14px;
}

.blog-sidebar .widget_media_gallery .gallery {
  margin: 0;
}

.blog-sidebar .widget_media_gallery .gallery .gallery-item {
  margin: 0;
}

.blog-sidebar .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 12px;
  color: #767676;
}

.blog-sidebar p {
  font-size: 15px;
}

.blog-sidebar span.post-count {
  float: right;
  font-size: 15px;
}

.nice-select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  color: #555;
  font-size: 13.5px;
  float: none;
  white-space: normal;
}

.nice-select span.current {
  display: block;
  margin-top: 3px;
  font-size: 15px;
}

.nice-select ul.list {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
  border-radius: 0;
  width: 100%;
  overflow-y: auto;
}

.nice-select ul.list li {
  list-style-type: none !important;
  font-size: 14px;
  padding: 8px 15px !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: auto;
  text-transform: capitalize;
}

.nice-select ul.list li::before {
  display: none;
}

.widget_text form br {
  display: none;
}

/* End Widget sidebar */
/* Unit test pages style 
====================================================================*/
/* Sticky Post */
.sticky .post-content {
  padding-left: 60px;
  background: #343a40;
}

.sticky .post-content .title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f08d";
  position: absolute;
  left: -30px;
  top: 2px;
  font-size: 25px;
  font-weight: 600;
}

.sticky .post-content .entry-meta li {
  color: #ffffff !important;
}

.sticky .post-content .entry-meta li a {
  color: #ffffff !important;
}

.sticky .post-content .entry-meta li::before {
  background: #fff !important;
}

.sticky .post-content .title a {
  color: #ffffff;
}

.sticky .post-content p {
  color: #ffffff;
}

/* End Sticky Post */
/* Page Markup And Formatting */
.page-main-content {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.page-main-content h1 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 800;
}

.page-main-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 800;
}

.page-main-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 800;
}

.page-main-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 800;
}

.page-main-content h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 800;
}

.page-main-content h6 {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 800;
}

.page-main-content p {
  margin-top: 18px;
  margin-bottom: 18px;
}

.page-main-content p:first-child {
  margin-top: 0;
}

.page-main-content .entry-content a {
  text-decoration: underline;
  display: inline-block;
}

.page-main-content .entry-content a:hover {
  text-decoration: none;
}

.page-main-content footer.entry-footer {
  clear: both;
}

.page-main-content footer.entry-footer .edit-link {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.page-main-content dl, .page-main-content ol, .page-main-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-main-content dt {
  margin-bottom: 5px;
  color: #0d1028;
}

.page-main-content dd {
  margin: 0 1rem 1rem;
  line-height: 1.8;
}

.page-main-content ul {
  list-style: disc;
  padding-left: 20px;
}

.page-main-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
}

.page-main-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}

.page-main-content ul li ul li {
  list-style-type: circle;
}

.page-main-content ol {
  padding-left: 20px;
}

.page-main-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
}

.page-main-content ol li ol {
  margin: 5px 0 0;
}

.page-main-content b, .page-main-content strong {
  color: #212529;
}

.page-main-content dfn, .page-main-content cite, .page-main-content em, .page-main-content i {
  font-style: italic;
}

.page-main-content code, .page-main-content kbd, .page-main-content tt, .page-main-content var {
  font-size: .88889em;
  font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
}

.page-main-content kbd {
  background-color: #f1f0f0;
}

.page-main-content mark, .page-main-content ins {
  background: #fff9c0;
  text-decoration: none;
}

.page-main-content pre {
  font-size: .88889em;
  font-family: "Courier 10 Pitch",Courier,monospace;
  line-height: 1.8;
  overflow: auto;
}

.page-main-content abbr, .page-main-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

address {
  margin: 20px 0;
  font-style: italic;
  line-height: 30px;
}

table {
  margin: 0 0 2rem;
  border-collapse: collapse;
  width: 100%;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  background: #ffffff;
}

table td, table th {
  padding: 10px 15px;
  border: 1px solid #d3dbe2;
  font-size: 13px;
}

table td a {
  font-weight: 600;
}

table th a {
  text-decoration: underline;
}

table th a:hover {
  text-decoration: none;
}

/* End Page Markup And Formatting */
/* veliki posts thumb */
.widget_veliki_posts_thumbs {
  position: relative;
  overflow: hidden;
}

.widget_veliki_posts_thumbs .item {
  overflow: hidden;
  margin-bottom: 20px;
}

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

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

.widget_veliki_posts_thumbs .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget_veliki_posts_thumbs .item .info {
  overflow: hidden;
}

.widget_veliki_posts_thumbs .item .info time {
  display: block;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.widget_veliki_posts_thumbs .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
}

/* End veliki posts thumb */
/* HTML Tags and Formatting */
.blog-details .blog-details-content .entry-meta {
  margin-top: 10px;
}

.blog-details .blog-details-content h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

.blog-details .blog-details-content h2 {
  font-size: 25px;
  margin-bottom: 15px;
}

.blog-details .blog-details-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.blog-details .blog-details-content h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.blog-details .blog-details-content h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

.blog-details .blog-details-content h6 {
  font-size: 14px;
  margin-bottom: 15px;
}

.blog-details .blog-details-content p {
  line-height: 1.8;
}

.blog-details .blog-details-content p a {
  text-decoration: underline;
  display: inline-block;
}

.blog-details .blog-details-content p a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content .entry-content a {
  text-decoration: underline;
}

.blog-details .blog-details-content .entry-content a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content dl, .blog-details .blog-details-content ol, .blog-details .blog-details-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .blog-details-content dl a, .blog-details .blog-details-content ol a, .blog-details .blog-details-content ul a {
  text-decoration: underline;
  display: inline-block;
}

.blog-details .blog-details-content dl a:hover, .blog-details .blog-details-content ol a:hover, .blog-details .blog-details-content ul a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content dt {
  margin-bottom: 5px;
  color: #333333;
}

.blog-details .blog-details-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.blog-details .blog-details-content dd a {
  text-decoration: underline;
  display: inline-block;
}

.blog-details .blog-details-content dd a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content ul {
  list-style: disc;
  padding-left: 20px;
}

.blog-details .blog-details-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 10px;
}

.blog-details .blog-details-content ul li ul {
  margin: 10px 0 0;
  list-style-type: circle;
}

.blog-details .blog-details-content ul li ul li {
  list-style-type: circle;
}

.blog-details .blog-details-content ul li ol {
  margin: 10px 0 0;
  list-style-type: circle;
}

.blog-details .blog-details-content ul li ol li {
  list-style-type: decimal;
}

.blog-details .blog-details-content ul li ol li ul li {
  list-style-type: circle;
}

.blog-details .blog-details-content ol {
  padding-left: 20px;
}

.blog-details .blog-details-content ol li {
  line-height: 1.8;
  margin-bottom: 10px;
}

.blog-details .blog-details-content ol li ol, .blog-details .blog-details-content ol li ul {
  margin: 10px 0 0;
}

.blog-details .blog-details-content b, .blog-details .blog-details-content strong {
  font-weight: 600;
  color: #212529;
}

.blog-details .blog-details-content dfn, .blog-details .blog-details-content cite, .blog-details .blog-details-content em, .blog-details .blog-details-content i {
  font-style: italic;
}

.blog-details .blog-details-content code, .blog-details .blog-details-content kbd, .blog-details .blog-details-content tt, .blog-details .blog-details-content var {
  font-size: .88889em;
  font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
}

.blog-details .blog-details-content kbd {
  background-color: #eee;
}

.blog-details .blog-details-content mark, .blog-details .blog-details-content ins {
  background: #fff9c0;
  text-decoration: none;
  color: #000;
  padding: 0 5px;
}

.blog-details .blog-details-content pre {
  font-size: .88889em;
  font-family: "Courier 10 Pitch",Courier,monospace;
  line-height: 1.8;
  overflow: auto;
}

.blog-details .blog-details-content abbr, .blog-details .blog-details-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

.blog-details .blog-details-content i.fa {
  font-style: normal;
}

.blog-details .blog-details-content ul.entry-meta {
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 1px solid #eeeeee;
}

.blog-details .blog-details-content ul.entry-meta li a {
  text-transform: capitalize;
}

.blog-details .blog-details-content ul.entry-meta li span a {
  text-decoration: none;
}

.blog-details .blog-details-content iframe, .blog-details .blog-details-content video {
  width: 100%;
}

/* End HTML Tags and Formatting */
/* main page: Comments */
.comments-area .comment-content h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

.comments-area .comment-content h2 {
  font-size: 25px;
  margin-bottom: 15px;
}

.comments-area .comment-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.comments-area .comment-content h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.comments-area .comment-content h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

.comments-area .comment-content h6 {
  font-size: 14px;
  margin-bottom: 15px;
}

.comments-area .comment-content p {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 14px;
}

.comments-area .comment-content p:last-child {
  margin-bottom: 0;
}

.comments-area .comment-content .entry-content a {
  text-decoration: underline;
}

.comments-area .comment-content .entry-content a:hover {
  text-decoration: none;
}

.comments-area .comment-content dl, .comments-area .comment-content ol, .comments-area .comment-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-content dt {
  margin-bottom: 5px;
}

.comments-area .comment-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.comments-area .comment-content ul {
  list-style: disc;
  padding-left: 20px;
}

.comments-area .comment-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 10px;
}

.comments-area .comment-content ul li ul {
  margin: 10px 0 0;
  list-style-type: circle;
}

.comments-area .comment-content ul li ul li {
  list-style-type: circle;
}

.comments-area .comment-content ol {
  padding-left: 20px;
}

.comments-area .comment-content ol li {
  line-height: 1.8;
  margin-bottom: 10px;
  list-style-type: decimal;
}

.comments-area .comment-content ol li ol {
  margin: 10px 0 0;
}

.comments-area .comment-content b, .comments-area .comment-content strong {
  font-weight: 600;
  color: #212529;
}

.comments-area .comment-content dfn, .comments-area .comment-content cite, .comments-area .comment-content em, .comments-area .comment-content i {
  font-style: italic;
}

.comments-area .comment-content code, .comments-area .comment-content kbd, .comments-area .comment-content tt, .comments-area .comment-content var {
  font-size: .88889em;
  font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
}

.comments-area .comment-content kbd {
  background-color: #fafafa;
}

.comments-area .comment-content mark, .comments-area .comment-content ins {
  background: #fff9c0;
  text-decoration: none;
  color: #000;
  padding: 0 6px;
}

.comments-area .comment-content pre {
  font-size: .88889em;
  font-family: "Courier 10 Pitch",Courier,monospace;
  line-height: 1.8;
  overflow: auto;
  background: #fafafa;
  color: #333333;
}

.comments-area .comment-content abbr, .comments-area .comment-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

/* End main page: Comments */
/* Comments list style */
#comments {
  clear: both;
  overflow: hidden;
  list-style: none;
  padding: 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);
  margin-top: 30px;
}

#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#comments .comment-list .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#comments .comment-list:before {
  display: none;
}

#comments .comment-list .comment-body {
  border-bottom: 1px solid #eeeeee;
  margin-left: 65px;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#comments .comment-list .comment-body a {
  text-decoration: underline;
  display: inline-block;
}

#comments .comment-list .comment-body a:hover {
  text-decoration: none;
}

#comments .comment-list .comment-body .comment-content img {
  margin: 5px 0;
}

#comments .comment-list .comment-body .reply {
  margin-top: 20px;
}

#comments .comment-list .comment-body .reply a {
  border: 1px solid #ded9d9;
  background: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
  text-decoration: none;
}

#comments .comment-list .comment-body .reply a:hover {
  color: #ffffff;
}

#comments .comment-author {
  font-size: 15px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  clear: both;
}

#comments .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

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

#comments .comment-author b.fn {
  font-weight: 600;
  color: #333333;
}

#comments .comment-author b.fn a {
  color: #333333;
  text-decoration: none;
}

#comments .comment-meta {
  margin-bottom: 1em;
}

#comments .comment-metadata {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

#comments .comment-metadata a {
  text-decoration: none !important;
  display: inline-block;
}

#comments .comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

#comments .comment-reply-link {
  font-weight: 600;
  position: relative;
}

#comments .comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

#comments .children {
  padding-left: 10px !important;
}

#comments .children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

#comments .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #575757;
  padding: 2px;
}

#comments .no-comments,
#comments .comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

#comments .comments-pagination {
  margin: 2em 0 3em;
}

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

.comments-title {
  position: relative;
  margin-bottom: 25px !important;
  font-size: 20px !important;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}

.comments-title::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 13px;
  height: 25px;
  width: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* End Comments list style */
/* Comment form */
.comment-respond {
  background: #ffffff;
  padding: 0;
  clear: both;
}

.comment-respond .comment-reply-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}

.comment-respond .comment-reply-title::before {
  content: '';
  height: 25px;
  width: 3px;
  left: -30px;
  position: absolute;
  top: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 14px;
  color: red;
  display: inline-block;
}

.comment-respond label {
  display: block;
  margin-bottom: 8px;
  color: #333333;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
}

.comment-respond input[type="date"], .comment-respond input[type="time"], .comment-respond input[type="datetime-local"], .comment-respond input[type="week"], .comment-respond input[type="month"], .comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"], .comment-respond input[type="password"], .comment-respond input[type="search"], .comment-respond input[type="tel"], .comment-respond input[type="number"], .comment-respond textarea {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  color: #000;
  padding: 0.625em 15px;
  width: 100%;
  height: 45px;
  font-size: 14px;
}

.comment-respond textarea {
  height: auto !important;
}

.comment-respond .form-submit {
  text-align: left;
}

.comment-respond .form-submit input {
  border: none;
  color: #ffffff;
  padding: 15px 25px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

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

.comment-respond input:focus, .comment-respond textarea:focus {
  outline: 0;
}

.comment-respond p {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 25px;
}

.comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  line-height: 20px;
  font-weight: normal;
  font-size: 13.4px;
}

.comment-respond p.comment-notes {
  line-height: 26px;
  font-size: 14px;
  margin-top: 5px;
}

.comment-respond p.comment-form-comment {
  float: left;
  width: 100%;
}

.comment-respond p.comment-form-author {
  width: 50%;
  float: left;
  padding-right: 12px;
}

.comment-respond p.comment-form-email {
  width: 50%;
  float: left;
  padding-left: 12px;
}

.comment-respond p.comment-form-url {
  float: left;
  width: 100%;
}

.comment-respond p.comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
}

.comment-respond p.comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 3px;
}

.comment-respond p.form-submit {
  float: left;
  width: 100%;
}

.comment-respond p.logged-in-as {
  line-height: 26px;
  font-size: 15px;
  margin-top: 5px;
}

.comment-respond p.logged-in-as a {
  display: inline-block;
  text-decoration: underline;
  font-size: 13.5px;
}

.comment-respond p.logged-in-as a:hover {
  text-decoration: none;
}

.parent .comment-respond p.form-submit, .depth-1 .comment-respond p.form-submit {
  margin-bottom: 30px;
}

/* End Comment form */
/* Unit test all post style */
.wp-block-image {
  margin-bottom: 20px;
}

.wp-block-image figcaption {
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
}

.wp-block-image figcaption a {
  text-decoration: underline;
  display: inline-block;
}

.wp-block-image figcaption a:hover {
  text-decoration: none;
}

.wp-block-button {
  margin-bottom: 1.5em;
}

.wp-block-button .wp-block-button__link {
  font-size: 16px;
  border-radius: 5px;
}

.wp-block-button .wp-block-button__link br {
  display: none;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: #222;
  color: #fff;
}

.wp-block-cover .wp-block-cover-text {
  color: #fff !important;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  font-size: 16px;
  border-radius: 5px;
}

.is-style-outline .wp-block-button__link:hover {
  background-color: transparent;
  color: #222 !important;
  border-color: #222;
}

pre.wp-block-code {
  border: 1px solid #eee;
  padding: 10px 15px;
}

pre.wp-block-preformatted {
  background-color: #fafafa;
  padding: 20px;
  margin: 20px 0;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
  border-color: transparent;
  border-width: 2px;
  padding: 0;
}

.wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-right: 0;
  padding-left: 0;
}

.wp-block-pullquote blockquote p {
  font-size: 2.25em;
  font-style: italic;
}

.wp-block-pullquote blockquote cite {
  display: inline-block;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  line-height: 1.6;
  text-transform: none;
  color: #767676;
  font-size: 15px;
  font-style: normal;
}

.wp-block-table.is-style-stripes td {
  border-color: #767676;
}

.wp-block-verse {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
}

.wp-block-columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-media-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-media-text .has-large-font-size {
  font-size: 25px;
  margin-top: 0 !important;
}

.page-links {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}

.page-links span.page-links-title {
  font-weight: 500;
  font-size: 20px;
  padding-right: 10px;
}

.page-links .post-page-numbers {
  width: 35px;
  height: 35px;
  border-radius: 25px;
  background-color: #ffffff;
  border: 1px solid #eee;
  font-size: 15px;
  line-height: 35px;
  color: #0a0c19;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  text-decoration: none !important;
}

.page-links .post-page-numbers:hover {
  color: #ffffff;
}

.page-links .current {
  color: #ffffff;
}

.wp-block-archives-list {
  padding: 0 !important;
}

.wp-block-archives-list li {
  list-style: none !important;
}

.wp-block-archives-list li a:hover {
  text-decoration: underline;
}

.wp-block-categories-list {
  padding: 0 !important;
}

.wp-block-categories-list li {
  list-style: none !important;
}

.wp-block-categories-list li a {
  text-transform: capitalize;
}

.wp-block-categories-list li a:hover {
  text-decoration: underline;
}

.wp-block-categories-list li span.post-count {
  padding-left: 8px;
  float: right;
}

.wp-block-categories-list li .children li a {
  position: relative;
}

.wp-block-categories-list li .children li a::before {
  content: '-';
  position: absolute;
  left: -13px;
  top: -2px;
}

.wp-block-archives-dropdown {
  margin-bottom: 20px;
}

.wp-block-archives-dropdown select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  font-size: 14px;
  padding: 8px 15px;
  color: #555;
}

.wp-block-latest-comments {
  padding: 0 !important;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
  font-weight: 600;
  text-decoration: underline;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
  text-decoration: none;
}

.wp-block-latest-posts li a {
  font-weight: 600;
}

.wp-block-gallery {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 15px !important;
}

.wp-block-gallery .blocks-gallery-grid {
  padding: 0 !important;
  margin-top: 10px !important;
  margin-bottom: 5px !important;
}

.wp-block-cover {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-cover p.wp-block-cover-text {
  font-weight: bold;
  margin-bottom: 20px !important;
  font-size: 30px !important;
  line-height: 1.5;
}

.wp-block-cover p.wp-block-cover-text strong {
  color: #fff;
}

.wp-block-cover.has-background-dim.alignleft {
  margin-top: 0;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a {
  color: #fff;
}

.wp-block-file a {
  text-decoration: underline;
  font-size: 15px;
}

.wp-block-file a:hover {
  text-decoration: none;
}

.wp-block-file .wp-block-file__button {
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 500;
  display: table;
  margin: 10px 0 0;
}

.wp-block-file .wp-block-file__button:hover {
  background-color: #000 !important;
  color: #fff;
}

.wp-block-quote.is-style-large {
  border: none;
  padding-left: 0;
  margin: 20px 0;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
  color: #000000;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color cite {
  display: none;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
  max-width: 80%;
  background: transparent;
}

.wp-block-gallery.alignwide {
  width: 100%;
}

.wp-caption .wp-caption-text {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  padding: 12px 0 0;
}

.wp-caption .wp-caption-text a {
  text-decoration: underline;
  display: inline-block;
}

.wp-caption .wp-caption-text a:hover {
  text-decoration: none;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #fff;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0 !important;
}

/* End Unit test all post style */
/* Post Format: Gallery */
.gallery {
  margin: 30px -1.1666667% 0;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* End Post Format: Gallery */
/* Post password form style */
.post-password-form label {
  font-weight: 600;
}

.post-password-form label input {
  border: 1px solid #ccc;
  height: 45px;
  margin: 0 10px;
  padding: 5px 15px;
}

.post-password-form input[type="submit"] {
  border: 1px solid;
  color: #fff;
  height: 45px;
  padding: 5px 20px;
  font-weight: 600;
  cursor: pointer;
}

.post-password-form input[type="submit"]:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

/* End Post password form style */
/* Pingback style */
.comments-area .comment-list .trackback .comment-body {
  margin-left: 0 !important;
}

.comments-area .comment-list .trackback .comment-body a {
  text-decoration: underline;
}

.comments-area .comment-list .trackback .comment-body a:hover {
  text-decoration: none;
}

.comments-area .comment-list .pingback .comment-body {
  margin-left: 0 !important;
}

/* End Pingback style */
/* Comment navigation */
.comment-navigation .nav-links {
  overflow: hidden;
  margin-bottom: 25px;
}

.comment-navigation .nav-links .nav-previous {
  float: left;
}

.comment-navigation .nav-links .nav-previous a {
  border: 1px solid #eee;
  padding: 7px 18px;
  font-size: 14px;
  text-transform: capitalize;
  background: #fff;
  display: block;
}

.comment-navigation .nav-links .nav-previous a:hover {
  color: #fff;
}

.comment-navigation .nav-links .nav-next {
  float: right;
}

.comment-navigation .nav-links .nav-next a {
  border: 1px solid #eee;
  background: #fff;
  padding: 7px 18px;
  font-size: 14px;
  text-transform: capitalize;
  display: block;
}

.comment-navigation .nav-links .nav-next a:hover {
  color: #fff;
}

/* End Comment navigation */
/* Post search not found form */
.no-results .alert .page-title {
  color: #333333;
  margin: 0;
  font-size: 20px;
}

.no-results h1.page-title {
  font-size: 22px;
  font-weight: 600;
}

.search-form {
  position: relative;
}

.search-form .search-field {
  background-color: #ffffff;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search-form .search-submit {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  outline: 0;
  border: none;
  color: #ffffff;
  height: 50px;
  padding: 0 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
}

.search-form .search-submit:hover {
  color: #ffffff;
  background: #333333;
}

/* End Post search not found form */
.blocks-gallery-caption {
  margin-bottom: 8px;
}

.wp-block-group__inner-container {
  padding: 30px;
}

.wp-block-archives-list li span.post-count {
  padding-left: 8px;
  float: right;
}

.wp-block-categories-dropdown {
  margin-bottom: 20px;
}

.wp-block-categories-dropdown select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  font-size: 14px;
  padding: 8px 15px;
  color: #555;
}

.wp-block-tag-cloud a {
  display: inline-block;
  font-weight: 600;
  font-size: 12.5px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  position: relative;
  color: #393953 !important;
  text-decoration: none !important;
  margin-top: 8px;
  margin-right: 4px;
}

.wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus {
  color: #ffffff !important;
}

.wp-block-search {
  margin-bottom: 30px;
  position: relative;
}

.wp-block-search label {
  display: block;
  margin-bottom: 10px;
}

.wp-block-search .screen-reader-text {
  display: none;
}

.wp-block-search .wp-block-search__input {
  background-color: #ffffff;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.wp-block-search button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 80px;
  z-index: 1;
  border: none;
  color: #ffffff;
}

.wp-block-search button:hover {
  color: #ffffff;
  background: #393953 !important;
}

.veliki-seo-breadcrumbs span {
  color: #ffffff;
}

.veliki-seo-breadcrumbs span a {
  display: inline-block;
  color: #ffffff;
}

.woocommerce .nice-select {
  display: none;
}

.woocommerce select {
  display: block !important;
}

.shop-sidebar .woocommerce ul.cart_list li img, .shop-sidebar .woocommerce ul.product_list_widget li img {
  float: left;
}

.about-text {
  margin-top: 5px;
}

/* Sidebar Css */
.et-demo-options-toolbar {
  position: fixed;
  top: 50%;
  width: 40px;
  right: 0;
  line-height: 60px;
  border: 1px solid #eee;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  z-index: 99999;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}

.et-demo-options-toolbar a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #111;
}

.et-demo-options-toolbar a:focus, .et-demo-options-toolbar a:hover {
  color: #111 !important;
}

[class*=hint--] {
  position: relative;
  display: inline-block;
}

[class*=hint--]:before,
[class*=hint--]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

[class*=hint--]:before {
  content: '';
  position: absolute;
  background: 0 0;
  border: 7px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #000;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 15px;
  white-space: nowrap;
  border-radius: 5px;
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label='']:before,
[aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important;
}

.hint--top-left:before {
  border-top-color: #000;
}

.hint--top-right:before {
  border-top-color: #000;
}

.hint--top:before {
  border-top-color: #000;
}

.hint--bottom-left:before {
  border-bottom-color: #000;
}

.hint--bottom-right:before {
  border-bottom-color: #000;
}

.hint--bottom:before {
  border-bottom-color: #000;
}

.hint--left:before {
  border-left-color: #000;
}

.hint--right:before {
  border-right-color: #000;
}

.hint--top:before {
  margin-bottom: -13px;
}

.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 7px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:before {
  margin-top: -13px;
}

.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  left: calc(50% - 7px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
  margin-left: -13px;
  margin-bottom: -7px;
}

.hint--right:after {
  margin-bottom: -15px;
}

.hint--right:before,
.hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--left:before {
  margin-right: -13px;
  margin-bottom: -7px;
}

.hint--left:after {
  margin-bottom: -15px;
}

.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--top-left:before {
  margin-bottom: -13px;
}

.hint--top-left:before,
.hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  left: calc(50% - 7px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--top-left:after {
  margin-left: 14px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:before {
  margin-bottom: -13px;
}

.hint--top-right:before,
.hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  left: calc(50% - 7px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hint--top-right:after {
  margin-left: -14px;
}

.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--bottom-left:before {
  margin-top: -13px;
}

.hint--bottom-left:before,
.hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  left: calc(50% - 7px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--bottom-left:after {
  margin-left: 14px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:before {
  margin-top: -13px;
}

.hint--bottom-right:before,
.hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  left: calc(50% - 7px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hint--bottom-right:after {
  margin-left: -14px;
}

.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

[class*=hint--]:after {
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.hint--white:after {
  color: #111;
  background-color: #fff;
  text-shadow: 0 -1px 0px #bfbfbf;
}

.hint--white.hint--top-left:before {
  border-top-color: #fff;
}

.hint--white.hint--top-right:before {
  border-top-color: #fff;
}

.hint--white.hint--top:before {
  border-top-color: #fff;
}

.hint--white.hint--bottom-left:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom-right:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom:before {
  border-bottom-color: #fff;
}

.hint--white.hint--left:before {
  border-left-color: #fff;
}

.hint--white.hint--right:before {
  border-right-color: #fff;
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:before,
.hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}

.hint--bounce:before,
.hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/* Start "Data Analysis Demo CSS, "User Analysis Demo CSS & Data Science Demo CSS" */
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

.section-title .sub-title {
  color: #4ac728;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 12px;
}

/*================================================
Top Header Area CSS
=================================================*/
.top-header-with-white-color {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
}

/*================================================
Navbar Area CSS
=================================================*/
.navbar-area-with-main-color .evolta-nav {
  background-color: #074ece;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*================================================
Data Analysis Banner Area CSS
=================================================*/
.data-analysis-banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 220px;
  padding-bottom: 100px;
}

.data-analysis-banner .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.data-analysis-banner-content {
  position: relative;
  top: -35px;
}

.data-analysis-banner-content h1 {
  font-size: 75px;
  color: #ffffff;
  margin-bottom: 25px;
  font-weight: bold;
}

.data-analysis-banner-content p {
  margin-bottom: 0;
  color: #ffffff;
  max-width: 670px;
}

.data-analysis-banner-content .banner-btn {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.data-analysis-banner-content .banner-btn li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}

.data-analysis-banner-content .banner-btn li:last-child {
  margin-right: 0;
}

.data-analysis-banner-content .banner-btn li .btn {
  padding: 12px 32px 12px;
}

.data-analysis-banner-content .banner-btn li .video-btn {
  font-size: 16.5px;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Dosis", sans-serif;
}

.data-analysis-banner-content .banner-btn li .video-btn i {
  background: linear-gradient(320.56deg, #074ECE 0%, #4D8CFF 100%);
  height: 45px;
  width: 45px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15.5px;
}

.data-analysis-banner-content .banner-btn li .video-btn:hover {
  color: #4ac728;
}

.data-analysis-white-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

.data-analysis-white-shape img {
  width: 100%;
}

.data-analysis-line-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -11;
  opacity: 80%;
}

.data-analysis-shape {
  position: absolute;
  top: 20%;
  left: 45%;
  -webkit-transform: translateY(-20%) translateX(-45%);
          transform: translateY(-20%) translateX(-45%);
  z-index: -1;
  -webkit-animation: animationFramesOne 30s infinite linear;
          animation: animationFramesOne 30s infinite linear;
  opacity: 80%;
}

/*================================================
Solutions Wrap Area CSS
=================================================*/
.solutions-wrap-card {
  background: #F6FDFD;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.solutions-wrap-card::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(320.56deg, #074ECE 0%, #4D8CFF 100%);
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.solutions-wrap-card h3 {
  font-size: 23.2px;
  font-weight: bold;
  margin-bottom: 0;
}

.solutions-wrap-card h3 a {
  color: #333333;
}

.solutions-wrap-card .icon {
  margin-top: 25px;
  margin-bottom: 20px;
  border: 1px solid #eaedff;
  display: inline-block;
  padding: 12px;
  border-radius: 100px;
  position: relative;
}

.solutions-wrap-card .icon .circles-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.solutions-wrap-card .icon .circles-box .circle-one {
  position: absolute;
  left: 0;
  top: 32px;
  width: 8px;
  height: 8px;
  z-index: 1;
  border-radius: 50%;
  background-color: #eaedff;
}

.solutions-wrap-card .icon i {
  display: inline-block;
  height: 95px;
  width: 95px;
  line-height: 95px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
          box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
  border-radius: 100px;
  color: #074ece;
}

.solutions-wrap-card .icon i::before {
  font-size: 50px;
}

.solutions-wrap-card p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.solutions-wrap-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.solutions-wrap-card:hover::before {
  opacity: 1;
  visibility: visible;
}

.solutions-wrap-card:hover h3 a {
  color: #ffffff;
}

.solutions-wrap-card:hover p {
  color: #ffffff;
}

/*================================================
About Wrap Area CSS
=================================================*/
.about-wrap-content {
  padding-left: 30px;
}

.about-wrap-content span {
  font-size: 16px;
  color: #4ac728;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.about-wrap-content h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}

.about-wrap-content p {
  margin-bottom: 0;
}

.about-wrap-content .wrap-list {
  padding: 0;
  margin-top: 22px;
  margin-bottom: 0;
}

.about-wrap-content .wrap-list li {
  list-style-type: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
          box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
  border-radius: 5px;
  color: #57647c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  padding: 15px 15px 15px 42px;
}

.about-wrap-content .wrap-list li i {
  position: absolute;
  left: 16.5px;
  top: 17.5px;
  color: #074ece;
  font-size: 18.5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.about-wrap-content .wrap-list li:hover {
  background-color: #074ece;
  color: #ffffff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.about-wrap-content .wrap-list li:hover i {
  color: #ffffff;
}

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

/*================================================
Services Wrap Area CSS
=================================================*/
.services-wrap-area {
  background-color: #F1F3F6;
}

.services-wrap-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
          box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-wrap-card::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(94.44deg, #074ECE 58.4%, #4D8CFF 87.9%);
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-wrap-card .image-icon {
  display: inline-block;
  height: 120px;
  width: 200px;
  line-height: 115px;
  background-color: #ffffff;
  text-align: center;
  border: 4px solid #E5E8FC;
  -webkit-box-shadow: 0px 7px 15px rgba(7, 78, 206, 0.1);
          box-shadow: 0px 7px 15px rgba(7, 78, 206, 0.1);
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.services-wrap-card .image-icon img {
  max-width: 80px;
}

.services-wrap-card .image-icon .circles-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.services-wrap-card .image-icon .circles-box .circle-one {
  position: absolute;
  left: 0;
  top: 32px;
  width: 8px;
  height: 8px;
  z-index: 1;
  border-radius: 50%;
  background-color: #074ece;
}

.services-wrap-card .content {
  margin-left: 25px;
}

.services-wrap-card .content h3 {
  font-size: 23.5px;
  font-weight: bold;
  margin-bottom: 15.8px;
}

.services-wrap-card .content h3 a {
  color: #333333;
}

.services-wrap-card .content p {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-wrap-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.services-wrap-card:hover::before {
  opacity: 1;
  visibility: visible;
}

.services-wrap-card:hover .image-icon .circles-box .circle-one {
  background-color: #4ac728;
}

.services-wrap-card:hover .content h3 a {
  color: #ffffff;
}

.services-wrap-card:hover .content p {
  color: #ffffff;
}

.services-area-with-main-color {
  background-color: #074ece;
}

.services-area-with-main-color .section-title .sub-title {
  color: #ffffff;
}

.services-area-with-main-color .section-title h2 {
  color: #ffffff;
}

.services-wrap-box {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
          box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
  border-radius: 5px;
  padding: 35px 40px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-wrap-box .content {
  margin-top: 30px;
}

.services-wrap-box .content h3 {
  font-size: 23.2px;
  font-weight: bold;
  margin-bottom: 15px;
}

.services-wrap-box .content h3 a {
  color: #333333;
}

.services-wrap-box .content p {
  margin-bottom: 15px;
}

.services-wrap-box .content .services-btn {
  font-size: 16px;
  font-weight: bold;
  font-family: "Dosis", sans-serif;
  color: #4ac728;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.services-wrap-box:hover .content h3 a {
  color: #074ece;
}

.services-wrap-box:hover .content .services-btn {
  color: #074ece;
}

/*================================================
Value & Benefits Area CSS
=================================================*/
.value-benefits-list-tabs .nav {
  padding: 0;
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(7, 78, 206, 0.1);
          box-shadow: 0px 4px 20px rgba(7, 78, 206, 0.1);
  border-radius: 0;
  margin-bottom: 45px;
}

.value-benefits-list-tabs .nav .nav-item {
  display: inline-block;
  margin-right: -6.5px;
}

.value-benefits-list-tabs .nav .nav-item .nav-link {
  color: #333333;
  border: none;
  padding: 45px 45px 45px 130px;
  background-color: transparent;
  position: relative;
  font-size: 17.5px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
  border-radius: 0;
}

.value-benefits-list-tabs .nav .nav-item .nav-link .icon {
  position: absolute;
  left: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.value-benefits-list-tabs .nav .nav-item .nav-link .icon i {
  color: #074ece;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 7px 15px rgba(7, 78, 206, 0.1);
          box-shadow: 0px 7px 15px rgba(7, 78, 206, 0.1);
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 55px;
  border-radius: 50%;
  border: 4px solid #E5E8FC;
  text-align: center;
  font-weight: 500;
}

.value-benefits-list-tabs .nav .nav-item .nav-link .icon i::before {
  font-size: 35px;
}

.value-benefits-list-tabs .nav .nav-item .nav-link .icon .circles-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.value-benefits-list-tabs .nav .nav-item .nav-link .icon .circles-box .circle-one {
  position: absolute;
  left: 0;
  top: 15px;
  width: 10px;
  height: 10px;
  z-index: 1;
  border-radius: 50%;
  background-color: #074ece;
}

.value-benefits-list-tabs .nav .nav-item .nav-link:hover, .value-benefits-list-tabs .nav .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #074ece;
}

.value-benefits-list-tabs .nav .nav-item .nav-link:hover .icon .circles-box .circle-one, .value-benefits-list-tabs .nav .nav-item .nav-link.active .icon .circles-box .circle-one {
  background-color: #4ac728;
}

.value-benefits-content h3 {
  font-size: 28px;
  margin-bottom: 15.8px;
  font-weight: bold;
}

.value-benefits-content p {
  margin-bottom: 0;
  max-width: 515px;
}

.value-benefits-content .list {
  padding: 0;
  margin-top: 22px;
  margin-bottom: 0;
}

.value-benefits-content .list li {
  list-style-type: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
          box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
  border-radius: 5px;
  color: #57647c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  padding: 15px 15px 15px 42px;
}

.value-benefits-content .list li i {
  position: absolute;
  left: 16.5px;
  top: 17.5px;
  color: #074ece;
  font-size: 18.5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.value-benefits-content .list li:hover {
  background-color: #074ece;
  color: #ffffff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.value-benefits-content .list li:hover i {
  color: #ffffff;
}

.value-benefits-image {
  padding-left: 25px;
  text-align: center;
}

.value-benefits-wrap-content span {
  font-size: 15px;
  font-weight: 600;
  color: #074ece;
  font-family: "Dosis", sans-serif;
  display: inline-block;
  margin-bottom: 12px;
}

.value-benefits-wrap-content h3 {
  font-size: 40px;
  margin-bottom: 15.8px;
  font-weight: bold;
}

.value-benefits-wrap-content p {
  margin-bottom: 0;
  max-width: 515px;
}

.value-benefits-wrap-content .list {
  padding: 0;
  margin-top: 22px;
  margin-bottom: 0;
}

.value-benefits-wrap-content .list li {
  list-style-type: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
          box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
  border-radius: 5px;
  color: #57647c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  padding: 15px 15px 15px 42px;
}

.value-benefits-wrap-content .list li i {
  position: absolute;
  left: 16.5px;
  top: 17.5px;
  color: #074ece;
  font-size: 18.5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.value-benefits-wrap-content .list li:last-child {
  margin-bottom: 0;
}

.value-benefits-wrap-content .list li:hover {
  background-color: #074ece;
  color: #ffffff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.value-benefits-wrap-content .list li:hover i {
  color: #ffffff;
}

.value-benefits-wrap-content .value-btn {
  margin-top: 30px;
}

.value-benefits-wrap-image {
  padding-left: 45px;
}

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

.overview-wrap-area::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background-color: #073846;
  z-index: -1;
}

.overview-wrap-area.with-main-color::before {
  background-color: #074ece;
}

.overview-wrap-area.without-before-color::before {
  display: none;
}

.with-main-color .overview-wrap-area::before {
  background-color: #074ece;
}

.without-before-color .overview-wrap-area::before {
  display: none;
}

.overview-wrap-inner-box {
  background: linear-gradient(88.47deg, #26C2B4 0%, #40E398 100%);
  -webkit-box-shadow: 0px 4px 15px rgba(86, 169, 75, 0.08);
          box-shadow: 0px 4px 15px rgba(86, 169, 75, 0.08);
  border-radius: 10px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.overview-wrap-inner-box .white-graph-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.overview-wrap-content h3 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
}

.overview-wrap-content p {
  color: #ffffff;
  margin-bottom: 0;
}

.overview-wrap-btn {
  text-align: end;
}

.overview-wrap-btn .btn-primary {
  color: #074ece;
}

.overview-wrap-btn .btn-primary::before {
  background: #ffffff;
}

/*================================================
Awesome Solutions Area CSS
=================================================*/
.awesome-solutions-area {
  background-color: #073846;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.awesome-solutions-area .section-title {
  text-align: start;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}

.awesome-solutions-area .section-title h2 {
  color: #ffffff;
}

.awesome-solutions-area.with-main-color {
  background-color: #074ece;
}

.awesome-solutions-area.with-main-color .awesome-solutions-card {
  background: #ffffff;
}

.awesome-solutions-area.with-main-color .awesome-solutions-card .icon {
  color: #074ece;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1);
  border: 4px solid #E5E8FC;
  -webkit-box-shadow: 0px 7px 15px rgba(7, 78, 206, 0.1);
          box-shadow: 0px 7px 15px rgba(7, 78, 206, 0.1);
}

.awesome-solutions-area.with-main-color .awesome-solutions-card h3 {
  color: #333333;
}

.awesome-solutions-card {
  background: #2F385B;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.awesome-solutions-card .icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 7px 15px rgba(7, 78, 206, 0.1);
          box-shadow: 0px 7px 15px rgba(7, 78, 206, 0.1);
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  border: 4px solid rgba(229, 232, 252, 0.1);
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.awesome-solutions-card .icon .circles-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.awesome-solutions-card .icon .circles-box .circle-one {
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  z-index: 1;
  border-radius: 50%;
  background-color: #4ac728;
}

.awesome-solutions-card .icon i::before {
  font-size: 30px;
}

.awesome-solutions-card h3 {
  font-size: 22.2px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0;
}

.awesome-solutions-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.awesome-solutions-bg-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.awesome-solutions-line-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -11;
  opacity: 70%;
}

.with-main-color .awesome-solutions-area {
  background-color: #074ece;
}

.with-main-color .awesome-solutions-area .awesome-solutions-card {
  background: #ffffff;
}

.with-main-color .awesome-solutions-area .awesome-solutions-card .icon {
  color: #074ece;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1);
  border: 4px solid #E5E8FC;
  -webkit-box-shadow: 0px 7px 15px rgba(7, 78, 206, 0.1);
          box-shadow: 0px 7px 15px rgba(7, 78, 206, 0.1);
}

.with-main-color .awesome-solutions-area .awesome-solutions-card h3 {
  color: #333333;
}

/*================================================
Work Process Area CSS
=================================================*/
.work-process-with-border {
  position: relative;
  z-index: 1;
}

.work-process-with-border::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 1px;
  border: 1px dashed #E8EFF6;
  left: 0;
  right: 0;
  margin: auto;
  top: 70px;
  z-index: -1;
}

.work-process-card {
  max-width: 300px;
  margin: 0 auto 30px;
  text-align: center;
}

.work-process-card .work-process-image {
  position: relative;
  z-index: 1;
  text-align: center;
  display: -ms-inline-grid;
  display: inline-grid;
}

.work-process-card .work-process-image .icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.work-process-card .work-process-image .icon i {
  font-size: 40px;
  color: #074ece;
  position: relative;
  top: -5px;
}

.work-process-card .work-process-image .number {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background: linear-gradient(86.89deg, #F92F71 8.48%, #FB4C59 97.37%);
  -webkit-box-shadow: 0px 4px 15px rgba(86, 169, 75, 0.08);
          box-shadow: 0px 4px 15px rgba(86, 169, 75, 0.08);
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 18px;
  left: 30px;
}

.work-process-card .work-process-image .number.bg-2 {
  background: linear-gradient(36.8deg, #3494E6 13.37%, #DB61A4 85.52%);
}

.work-process-card .content {
  margin-top: 5px;
}

.work-process-card .content h3 {
  font-size: 23.2px;
  font-weight: bold;
  margin-bottom: 12px;
}

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

/*================================================
Clients Review Area CSS
=================================================*/
.clients-review-area {
  background: #F1F3F6;
}

.clients-review-area.with-black-color {
  background-color: #073846;
}

.clients-review-area.with-black-color .section-title h2 {
  color: #ffffff;
}

.clients-review-area.with-black-color .clients-review-item span {
  color: #333333;
}

.with-black-color .clients-review-area {
  background-color: #073846;
}

.with-black-color .clients-review-area .section-title h2 {
  color: #ffffff;
}

.with-black-color .clients-review-area .clients-review-item span {
  color: #333333;
}

.clients-review-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
          box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
  border-radius: 10px;
  padding: 35px;
  position: relative;
  z-index: 1;
}

.clients-review-item span {
  color: #4ac728;
  font-size: 16.2px;
  font-weight: bold;
  font-family: "Dosis", sans-serif;
  display: inline-block;
  margin-bottom: 12px;
}

.clients-review-item p {
  margin-bottom: 0;
}

.clients-review-item::before {
  position: absolute;
  content: "";
  right: 35px;
  bottom: 35px;
  width: 60px;
  height: 43px;
  background-image: url(../../assets/img/data-analysis/quote-vector.png);
  z-index: -1;
}

.clients-review-item .client-info {
  position: relative;
  margin-top: 20px;
  padding-left: 60px;
}

.clients-review-item .client-info img {
  width: 45px !important;
  height: 45px !important;
  display: inline-block !important;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.clients-review-item .client-info h3 {
  margin-bottom: 0;
  color: #074ece;
  font-size: 18px;
  font-weight: 700;
}

.clients-review-item .client-info p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
}

.clients-review-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 35px;
}

.clients-review-slides.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #cccccc;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.clients-review-slides.owl-theme .owl-dots .owl-dot.active span, .clients-review-slides.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #074ece;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*================================================
Blog Wrap Area CSS
=================================================*/
.blog-wrap-card {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-wrap-card .blog-image {
  position: relative;
}

.blog-wrap-card .blog-image .date {
  display: inline-block;
  background: linear-gradient(86.89deg, #F92F71 8.48%, #FB4C59 97.37%);
  -webkit-box-shadow: 0px 6px 15px rgba(236, 38, 128, 0.15);
          box-shadow: 0px 6px 15px rgba(236, 38, 128, 0.15);
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
  position: absolute;
  right: 10px;
  bottom: -20px;
  padding: 15px 15px;
}

.blog-wrap-card .blog-content {
  margin-top: 25px;
}

.blog-wrap-card .blog-content .entry-meta {
  padding: 0;
  margin-bottom: 12px;
}

.blog-wrap-card .blog-content .entry-meta li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  margin-right: 12px;
  color: #57647c;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
}

.blog-wrap-card .blog-content .entry-meta li::before {
  content: '';
  position: absolute;
  right: -7px;
  top: 50%;
  -webkit-transform: rotate(14deg) translateY(-50%);
          transform: rotate(14deg) translateY(-50%);
  background: #57647c;
  width: 1px;
  height: 13.2px;
}

.blog-wrap-card .blog-content .entry-meta li a {
  display: inline-block;
  color: #57647c;
}

.blog-wrap-card .blog-content .entry-meta li a:hover {
  color: #074ece;
}

.blog-wrap-card .blog-content .entry-meta li:last-child {
  margin-right: 0;
}

.blog-wrap-card .blog-content .entry-meta li:last-child::before {
  display: none;
}

.blog-wrap-card .blog-content h3 {
  font-size: 23.2px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.4;
}

.blog-wrap-card .blog-content h3 a {
  color: #333333;
}

.blog-wrap-card .blog-content h3 a:hover {
  color: #074ece;
}

.blog-wrap-card .blog-content p {
  margin-bottom: 18px;
}

.blog-wrap-card .blog-content .blog-btn {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
  position: relative;
  padding: 2.5px 0 2.5px 42px;
}

.blog-wrap-card .blog-content .blog-btn i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #074ece;
  color: #ffffff;
  text-align: center;
  font-size: 15.8px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-wrap-card .blog-content .blog-btn i::before {
  position: relative;
  left: -10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-wrap-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.blog-wrap-card:hover .blog-content .blog-btn i {
  background-color: #4ac728;
  color: #ffffff;
}

.blog-wrap-card:hover .blog-content .blog-btn i::before {
  left: 0;
}

/*================================================
Partner Wrap Area CSS
=================================================*/
.partner-wrap-area {
  background-color: #F9F5F2;
}

.partner-wrap-area .section-title {
  max-width: 100%;
}

.partner-wrap-area .section-title h2 b {
  color: #4ac728;
}

.partner-wrap-area .section-title p {
  margin-top: 18px;
  margin-bottom: 0;
  max-width: 100%;
}

.partner-wrap-with-max-width {
  max-width: 1150px;
  margin: auto;
}

.partner-wrap-card {
  margin-bottom: 30px;
  text-align: center;
}

/*================================================
User Analysis Area CSS
=================================================*/
.user-analysis-banner {
  background-image: url(../../assets/img/user-analysis/banner/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 165px;
}

.user-analysis-banner .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.user-analysis-banner-content .sub-title {
  background: #F2F5FF;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 20px;
  color: #074ece;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.user-analysis-banner-content h1 {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 12px;
}

.user-analysis-banner-content p {
  margin-bottom: 0;
  max-width: 550px;
}

.user-analysis-banner-content .banner-btn {
  margin-top: 25px;
}

.user-analysis-banner-image {
  text-align: center;
}

.user-analysis-shape-1 {
  position: absolute;
  top: 5%;
  left: 2%;
  -webkit-transform: translateY(-5%) translateX(-2%);
          transform: translateY(-5%) translateX(-2%);
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.user-analysis-shape-2 {
  position: absolute;
  top: 5%;
  right: 10%;
  -webkit-transform: translateY(-5%) translateX(-10%);
          transform: translateY(-5%) translateX(-10%);
  z-index: -1;
  -webkit-animation: animationFramesOne 30s infinite linear;
          animation: animationFramesOne 30s infinite linear;
}

/*================================================
Features Wrap Area CSS
=================================================*/
.features-wrap-area {
  position: relative;
  z-index: 1;
  margin-top: -65px;
}

.features-wrap-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(7, 78, 206, 0.08);
          box-shadow: 0px 4px 20px rgba(7, 78, 206, 0.08);
  border-radius: 5px;
  padding: 35px;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.features-wrap-card .content {
  position: relative;
  padding-left: 100px;
}

.features-wrap-card .content img {
  position: absolute;
  left: 0;
  top: 2.5px;
}

.features-wrap-card .content h3 {
  font-size: 22.2px;
  font-weight: bold;
  margin-bottom: 12px;
}

.features-wrap-card .content p {
  margin-bottom: 0;
}

.features-wrap-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*================================================
Data Science Area CSS
=================================================*/
.data-science-banner {
  background-image: url(../../assets/img/data-science/banner/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 165px;
}

.data-science-banner .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.data-science-banner-content .sub-title {
  background: #F2F5FF;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 20px;
  color: #074ece;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.data-science-banner-content h1 {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 12px;
}

.data-science-banner-content p {
  margin-bottom: 0;
  max-width: 550px;
}

.data-science-banner-content .banner-form {
  position: relative;
  max-width: 550px;
  margin-top: 25px;
}

.data-science-banner-content .banner-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #F4F6FF;
  border: 1px solid #F4F6FF;
  height: 60px;
  padding-left: 25px;
  border-radius: 50px;
  outline: 0;
  color: #57647c;
}

.data-science-banner-content .banner-form .input-newsletter::-webkit-input-placeholder {
  color: #57647c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.data-science-banner-content .banner-form .input-newsletter:-ms-input-placeholder {
  color: #57647c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.data-science-banner-content .banner-form .input-newsletter::-ms-input-placeholder {
  color: #57647c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.data-science-banner-content .banner-form .input-newsletter::placeholder {
  color: #57647c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.data-science-banner-content .banner-form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.data-science-banner-content .banner-form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.data-science-banner-content .banner-form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.data-science-banner-content .banner-form .input-newsletter:focus::placeholder {
  color: transparent;
}

.data-science-banner-content .banner-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #4ac728;
  color: #ffffff;
  border: none;
  height: 52px;
  padding: 0 30px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 50px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
}

.data-science-banner-content .banner-form button:hover {
  background-color: #074ece;
  color: #ffffff;
}

/*================================================
Our Awards Area CSS
=================================================*/
.our-awards-area {
  background-color: #074ece;
}

.our-awards-area .section-title .sub-title {
  color: #ffffff;
}

.our-awards-area .section-title h2 {
  color: #ffffff;
}

.our-awards-with-border {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.our-awards-with-border .our-awards-card {
  position: relative;
  z-index: 1;
}

.our-awards-with-border .our-awards-card::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border: 2.8px solid #ffffff;
  border-radius: 50px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -35px;
}

.our-awards-card {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
          box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
  border-radius: 5px;
  padding: 25px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.our-awards-card h3 {
  font-size: 23.2px;
  font-weight: bold;
  margin-bottom: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.our-awards-card p {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.our-awards-card:hover {
  background-color: #4ac728;
}

.our-awards-card:hover h3 {
  color: #ffffff;
}

.our-awards-card:hover p {
  color: #ffffff;
}

/*================================================
Case Study Wrap Area CSS
=================================================*/
.case-study-wrap-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.case-study-wrap-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
          box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
  border-radius: 5px;
  border: 1px solid #f5f5f5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.case-study-wrap-card .case-study-image {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.case-study-wrap-card .case-study-image a img {
  border-radius: 8px;
}

.case-study-wrap-card .case-study-content {
  padding: 30px;
}

.case-study-wrap-card .case-study-content .tag {
  border-bottom: 1px solid #F6F4F4;
  padding-bottom: 20px;
  margin-bottom: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case-study-wrap-card .case-study-content .tag span {
  display: inline-block;
  background: #F2F5FF;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
  color: #074ece;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case-study-wrap-card .case-study-content .tag span:hover {
  background-color: #074ece;
  color: #ffffff;
}

.case-study-wrap-card .case-study-content h3 {
  font-size: 23.2px;
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
  line-height: 1.4;
  padding-right: 175px;
}

.case-study-wrap-card .case-study-content h3 a {
  color: #333333;
}

.case-study-wrap-card .case-study-content h3 .case-study-btn {
  color: #4ac728;
  font-size: 16px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
  position: relative;
  padding: 2.5px 0 2.5px 42px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.case-study-wrap-card .case-study-content h3 .case-study-btn i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #4ac728;
  color: #ffffff;
  text-align: center;
  font-size: 15.8px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case-study-wrap-card .case-study-content h3 .case-study-btn i::before {
  position: relative;
  left: -10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case-study-wrap-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.case-study-wrap-card:hover .case-study-content .tag {
  border-bottom: 1px solid #074ece;
}

.case-study-wrap-card:hover .case-study-content h3 .case-study-btn i::before {
  left: 0;
}

.case-study-wrap-shape {
  position: absolute;
  top: 40%;
  right: 5%;
  -webkit-transform: translateY(-40%) translateX(-5%);
          transform: translateY(-40%) translateX(-5%);
  z-index: -1;
}

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

.team-wrap-content {
  padding-right: 25px;
}

.team-wrap-content span {
  font-size: 15px;
  font-weight: 600;
  color: #074ece;
  font-family: "Dosis", sans-serif;
  display: inline-block;
  margin-bottom: 12px;
}

.team-wrap-content h3 {
  font-size: 40px;
  margin-bottom: 0;
  font-weight: bold;
}

.team-wrap-content .team-btn {
  color: #4ac728;
  font-size: 16px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
  position: relative;
  padding: 2.5px 0 2.5px 42px;
  margin-top: 25px;
}

.team-wrap-content .team-btn i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #4ac728;
  color: #ffffff;
  text-align: center;
  font-size: 15.8px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-wrap-content .team-btn i::before {
  position: relative;
  left: -10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-wrap-content .team-btn:hover i::before {
  left: 0;
}

.team-wrap-box {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-wrap-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.team-wrap-box .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 8px;
}

.team-wrap-box .image .social {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  text-decoration: none;
  opacity: 0;
  margin-top: 100px;
  padding: 8px 15px;
  background: #ffffff;
  border-radius: 35px;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-wrap-box .image .social a {
  display: inline-block;
  color: #074ece;
  font-size: 16.8px;
  margin: 0 8px;
}

.team-wrap-box .image .social a:hover {
  color: #4ac728;
}

.team-wrap-box .content {
  padding-top: 25px;
  padding-left: 15px;
}

.team-wrap-box .content h3 {
  margin-bottom: 0;
  font-size: 23.2px;
  font-weight: 700;
}

.team-wrap-box .content span {
  display: block;
  margin-top: 12px;
  color: #074ece;
  font-family: "Dosis", sans-serif;
  font-size: 15.5px;
  font-weight: 500;
}

.team-wrap-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

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

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

.team-wrap-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

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

.footer-wrap-area .single-footer-widget h3 {
  font-size: 23.2px;
  padding-bottom: 10px;
}

.footer-wrap-area .single-footer-widget h3::before {
  background: #074ece;
}

.footer-wrap-area .single-footer-widget .newsletter-form {
  position: relative;
}

.footer-wrap-area .single-footer-widget .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #301A4E;
  border: 1px solid #301A4E;
  height: 60px;
  padding-left: 20px;
  border-radius: 50px;
  outline: 0;
  color: #ffffff;
}

.footer-wrap-area .single-footer-widget .newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-wrap-area .single-footer-widget .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-wrap-area .single-footer-widget .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-wrap-area .single-footer-widget .newsletter-form .input-newsletter::placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-wrap-area .single-footer-widget .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.footer-wrap-area .single-footer-widget .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.footer-wrap-area .single-footer-widget .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.footer-wrap-area .single-footer-widget .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}

.footer-wrap-area .single-footer-widget .newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #4ac728;
  color: #ffffff;
  border: none;
  height: 52px;
  padding: 0 30px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 50px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
}

.footer-wrap-area .single-footer-widget .newsletter-form button:hover {
  background-color: #074ece;
  color: #ffffff;
}

.footer-wrap-area .single-footer-widget .footer-contact-list li {
  margin-bottom: 10px;
}

.footer-wrap-area .copyright-area {
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-wrap-shape {
  position: absolute;
  right: 22%;
  bottom: 0;
  -webkit-transform: translateX(-22%);
          transform: translateX(-22%);
  z-index: -1;
}

.about-wrap-area .container, .services-wrap-area .container, .solutions-wrap-area .container, .value-benefits-area .container, .overview-wrap-area .container, .awesome-solutions-area .container, .work-process-area .container, .clients-review-area .container, .blog-wrap-area .container, .features-wrap-area .container, .services-area-with-main-color .container, .value-benefits-area .container, .our-awards-area .container, .case-study-wrap-area .container, .team-wrap-area .container, .footer-area .container {
  max-width: 1320px;
}

.navbar-area-with-main-color.hide-wp-nav {
  padding-top: 0;
}

.navbar-area-with-main-color.hide-wp-nav.is-sticky {
  padding-top: 30px;
}

.footer-area .newsletter-form {
  position: relative;
}

.footer-area .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #301A4E;
  border: 1px solid #301A4E;
  height: 60px;
  padding-left: 20px;
  border-radius: 50px;
  outline: 0;
  color: #ffffff;
}

.footer-area .newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-area .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-area .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-area .newsletter-form .input-newsletter::placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-area .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.footer-area .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.footer-area .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.footer-area .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}

.footer-area .newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #4ac728;
  color: #ffffff;
  border: none;
  height: 52px;
  padding: 0 30px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 50px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
}

.footer-area .newsletter-form button:hover {
  background-color: #074ece;
  color: #ffffff;
}

.blog-sidebar .widget_search form .wp-block-search__button {
  width: 100px !important;
}

.blog-sidebar .widget_search form label {
  display: none;
}

.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
  margin-bottom: 0;
}