/*
Template Name: Bonax - IT Solution & Digital Business Services HTML Template
Author: Crop Theme
Version: 1.0
Description:
* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
Template.

This files contents are outlined below >>>>

Search Each Section As It Comments, You Will Get The Right Section.

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

==== CSS index

- Nav Area CSS
- Banner Area CSS
- About Area Style
- Services Area Style
- Choose Us Area Style
- Team Area Style
- Request Form Area Style
- Project Area Style
- Process Area Style
- Solution Area Style
- Testimonials Area Style
- Services Area Style
- Subscribe Area Style
- Footer Area Style

/*

/*==========================
01 - Imported CSS
============================*/
/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300;1,700&display=swap");
body {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  color: #616161;
}

a {
  display: inline-block;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #616161;
}
a:hover {
  text-decoration: none;
  color: #00afb9;
}
a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  box-shadow: none;
  border: none;
}
button:focus {
  box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
}

h3 {
  font-size: 25px;
}

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

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

p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.8;
}
p:last-child {
  margin-bottom: 0;
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-control {
  height: 50px;
  color: #00afb9;
  border: 1px solid #ebebeb;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
}
.form-control::placeholder {
  color: #676a6a;
  font-size: 15px;
}
.form-control:focus {
  color: #000000;
  background-color: transparent;
  box-shadow: unset;
  outline: 0;
  border: 1px solid #00afb9;
}

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

.mt-100 {
  margin-top: 100px;
}

.mt-minus-100 {
  margin-top: -100px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

/*
Bg-color Style*/
.bg-color {
  background-color: #f9f9ff;
}

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

/*
Default Btn Area Style*/
.default-btn {
  font-size: 16px;
  color: #ffffff;
  padding: 15px 40px;
  line-height: 1;
  transition: all ease 0.5s;
  text-align: center;
  background-color: #00afb9;
  border-radius: 4px;
  border: 1px solid #00afb9;
}
.default-btn:hover {
  color: #00afb9;
  border-color: #00afb9;
  background-color: #ffffff;
}

/*
Read More Btn Area Style*/
.read-more {
  font-weight: 600;
  font-size: 15px;
  color: #232323;
  position: relative;
}
.read-more i {
  color: #00afb9;
  font-size: 23px;
  position: absolute;
  right: 0;
  top: 0px;
  transition: all ease 0.5s;
  opacity: 0;
}
.read-more:hover {
  color: #00afb9;
}
.read-more:hover i {
  right: 80px;
  opacity: 1;
}

/*
Section Title Area Style*/
.section-title {
  max-width: 750px;
  margin: -5px auto 50px;
  text-align: center;
  position: relative;
}
.section-title .top-title {
  text-transform: uppercase;
  color: #00afb9;
  display: block;
  margin-bottom: 10px;
  margin-top: -5px;
}
.section-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
  position: relative;
}
.section-title h2 span {
  color: #00afb9;
}
.section-title h2:last-child {
  margin-bottom: 0;
}
.section-title.white-title span {
  color: #00afb9;
}
.section-title.white-title h2 {
  color: #ffffff;
}
.section-title.white-title p {
  color: #ffffff;
}

/*
Header Style
======================================================*/
.header-area {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.top-header-area {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.top-header-area .heading-left-part {
  line-height: 1;
}
.top-header-area .heading-left-part li {
  display: inline-block;
  transition: all ease 0.5s;
  padding: 0 10px;
  border-left: 1px solid #eeeeee;
  color: #232323;
  position: relative;
  top: -2px;
}
.top-header-area .heading-left-part li span {
  display: inline-block;
  margin-left: 5px;
}
.top-header-area .heading-left-part li:first-child {
  padding-right: 0;
}
.top-header-area .heading-left-part li:last-child {
  border-left: none;
  padding-left: 0;
}
.top-header-area .heading-left-part li a {
  color: #232323;
  font-size: 14px;
}
.top-header-area .heading-left-part li a:hover {
  color: #00afb9;
}
.top-header-area .heading-left-part li i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(255, 60, 0, 0.1098039216);
  color: #00afb9;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  transition: all ease 0.5s;
  margin-left: 5px;
  position: relative;
  top: 2px;
  transition: all ease 0.5s;
}
.top-header-area .heading-left-part li:hover i {
  background-color: #00afb9;
  color: #ffffff;
}
.top-header-area .heading-right-part {
  float: left;
}
.top-header-area .heading-right-part li {
  display: inline-block;
  color: #616161;
}
.top-header-area .heading-right-part li a {
  padding: 0 5px;
}
.top-header-area .heading-right-part li a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(255, 60, 0, 0.1098039216);
  color: #00afb9;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  transition: all ease 0.5s;
}
.top-header-area .heading-right-part li a:hover i {
  color: #ffffff;
  background-color: #00afb9;
}
.top-header-area .heading-right-part li:first-child a {
  padding-right: 0;
}
.top-header-area .heading-right-part li:last-child a {
  padding-left: 0;
}

/*
Nav Area Style
======================================================*/
.navbar-area .main-nav {
  background-color: #00afb9;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-area .main-nav .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.navbar-area .main-nav .navbar {
  padding: 0;
}
.navbar-area .main-nav .navbar .navbar-brand {
  font-size: 0;
  padding: 0;
  margin-left: 0;
}
.navbar-area .main-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 0 0;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  transition: all ease 0.5s;
  margin-right: 0;
  margin-left: 0;
  padding: 26px 0;
  position: relative;
  z-index: 1;
  margin: 0 15px;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  z-index: -1;
  transition: all ease 0.5s;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 22px;
  line-height: 0;
  position: relative;
  top: 4px;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #ffffff;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a:hover::before {
  width: 100%;
  left: auto;
  right: 0;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #ffffff;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a.active::before {
  width: 100%;
  left: auto;
  right: 0;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  top: 98%;
  right: 15px;
  opacity: 0;
  width: 250px;
  visibility: hidden;
  z-index: 99;
  display: block;
  padding: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  transform: scaleX(0);
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  color: #616161;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-right: 0;
  margin-left: 0;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: left;
  top: 12px;
  transition: all ease 0.5s;
  font-size: 20px;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  display: none;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #00afb9;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #00afb9;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  right: 100%;
  top: 0;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: -2px !important;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  right: -98%;
  top: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: scaleX(0);
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: -100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #616161;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
  color: #00afb9;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
  color: #00afb9;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #00afb9;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -2px !important;
  transform: scaleX(1);
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
  right: auto;
  left: -100%;
}
.navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 97%;
  transform: scaleX(1);
}
.navbar-area .others-option .gat-start .default-btn {
  background-color: #ffffff;
  color: #00afb9;
}
.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

/*
Mobile Nav Area Style
======================================================*/
.mobile-nav {
  display: none;
}

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

.banner-slider-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 190px;
  padding-bottom: 165px;
}
.banner-slider-item.bg-1 {
  background-image: url(../../assets/img/banner-img/banner-bg-1.jpg);
}

.banner-content {
  max-width: 600px;
  margin-right: auto;
  margin-top: 90px;
}
.banner-content span {
  font-size: 18px;
  color: #232323;
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
}
.banner-content h1 {
  font-size: 60px;
  color: #232323;
  margin-bottom: 20px;
}
.banner-content p {
  margin-bottom: 30px;
}
.banner-content .banner-btn .active {
  margin-left: 30px;
}

.banner-img-1 {
  position: absolute;
  top: -275px;
}

/*
About Area Style
======================================================*/
.about-content {
  margin-right: 30px;
}
.about-content .top-title {
  text-transform: uppercase;
  color: #00afb9;
  display: block;
  margin-bottom: 10px;
  margin-top: -5px;
}
.about-content h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
.about-content h2 span {
  color: #00afb9;
}
.about-content ul {
  margin-top: 25px;
}
.about-content ul li {
  position: relative;
  padding-right: 70px;
  margin-bottom: 25px;
}
.about-content ul li:last-child {
  margin-bottom: 0;
}
.about-content ul li h3 {
  margin-bottom: 10px;
}
.about-content ul li i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 50px;
  line-height: 1;
  color: #00afb9;
}
.about-content .default-btn {
  margin-top: 45px;
}

/*
Services Area Style
======================================================*/
.single-services-box {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  transition: all ease 0.5s;
  border-radius: 4px;
}
.single-services-box .services-img {
  position: relative;
  margin-bottom: 30px;
}
.single-services-box .services-img img {
  border-radius: 4px;
}
.single-services-box .services-img i {
  position: absolute;
  bottom: -35px;
  left: 30px;
  font-size: 40px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-radius: 50px;
  color: #00afb9;
  text-align: center;
  transition: all ease 0.5s;
}
.single-services-box .services-content h3 {
  margin-bottom: 15px;
}
.single-services-box:hover {
  transform: translateY(-5px);
}
.single-services-box:hover .services-img i {
  transform: rotateX(360deg);
}
.single-services-box:hover .read-more {
  color: #00afb9;
}
.single-services-box:hover .read-more i {
  right: 80px;
  opacity: 1;
}

.services-area-two {
  background-color: #252628;
  background-image: url(../../assets/img/services-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.services-area-two::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #ffffff;
  z-index: -1;
}

.single-services-box-two {
  border: 1px solid rgba(255, 255, 255, 0.3098039216);
  padding: 30px;
  margin-bottom: 30px;
  transition: all ease 0.5s;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.single-services-box-two::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #00afb9;
  z-index: -1;
  transform: scaleX(0);
  transition: all ease 0.5s;
}
.single-services-box-two .icon {
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #00afb9;
  text-align: center;
  transition: all ease 0.5s;
  background-color: #ffffff;
  border-radius: 30% 70% 70% 30%/40% 60% 40% 60%;
  display: inline-block;
  margin-bottom: 20px;
}
.single-services-box-two h3 {
  margin-bottom: 15px;
  color: #ffffff;
}
.single-services-box-two p {
  color: #ffffff;
}
.single-services-box-two .read-btn {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: auto;
  transition: all ease 0.5s;
  transform: scaleX(0);
}
.single-services-box-two .read-btn i {
  line-height: 52px;
  font-size: 25px;
  position: relative;
  right: 2px;
}
.single-services-box-two:hover {
  border-color: #00afb9;
  transform: translateY(-5px);
}
.single-services-box-two:hover .icon {
  border-radius: 50%;
}
.single-services-box-two:hover .read-btn {
  transform: scaleX(1);
}
.single-services-box-two:hover:before {
  transform: scaleX(1);
}

/*
Choose Us Area Style
======================================================*/
.choose-us-area {
  background-color: #252628;
  position: relative;
  z-index: 1;
}
.choose-us-area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  background-image: linear-gradient(to left, #f18d01, #db3028);
  z-index: -1;
}

.choose-us-content {
  margin-right: 30px;
}
.choose-us-content .top-title {
  text-transform: uppercase;
  color: #00afb9;
  display: block;
  margin-bottom: 10px;
  margin-top: -5px;
}
.choose-us-content h2 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
}
.choose-us-content h2 span {
  color: #00afb9;
}
.choose-us-content p {
  color: rgba(255, 255, 255, 0.85);
}
.choose-us-content ul {
  margin-top: 25px;
}
.choose-us-content ul li {
  position: relative;
  padding-right: 70px;
  margin-bottom: 25px;
}
.choose-us-content ul li:last-child {
  margin-bottom: 0;
}
.choose-us-content ul li h3 {
  margin-bottom: 10px;
  color: #ffffff;
}
.choose-us-content ul li i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 50px;
  line-height: 1;
  color: #00afb9;
}

.choose-us-img-1 {
  position: relative;
}
.choose-us-img-1 .experience {
  position: absolute;
  left: -30px;
  bottom: 30px;
  text-align: left;
}
.choose-us-img-1 .experience h3 {
  background-color: #00afb9;
  color: #ffffff;
  font-size: 30px;
  padding: 10px 30px;
  margin-bottom: 10px;
}
.choose-us-img-1 .experience .experiences {
  display: inline-block;
  margin-bottom: 0;
}

/*
Team Area Style
======================================================*/
.single-team-member {
  transition: all ease 0.5s;
  margin-bottom: 30px;
}
.single-team-member .team-content {
  background-color: #232323;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
  transition: all ease 0.5s;
}
.single-team-member .team-content span {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
.single-team-member .team-content h3 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 22px;
}
.single-team-member .team-content .team-social .control {
  width: 40px;
  height: 40px;
  line-height: 43px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 30px;
  color: #00afb9;
}
.single-team-member .team-content .team-social ul {
  position: absolute;
  top: -130px;
  left: 30px;
  opacity: 0;
  transition: all ease 0.5s;
}
.single-team-member .team-content .team-social ul li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  transition: all ease 0.5s;
}
.single-team-member .team-content .team-social ul li:nth-child(4) a i {
  transform: translateY(40px);
}
.single-team-member .team-content .team-social ul li:nth-child(3) a i {
  transform: translateY(80px);
}
.single-team-member .team-content .team-social ul li:nth-child(2) a i {
  transform: translateY(120px);
}
.single-team-member .team-content .team-social ul li:nth-child(1) a i {
  transform: translateY(160px);
  border-radius: 50px 50px 0 0;
}
.single-team-member .team-content .team-social:hover ul {
  opacity: 1;
}
.single-team-member .team-content .team-social:hover ul li:nth-child(4) a i {
  transform: translateY(0);
}
.single-team-member .team-content .team-social:hover ul li:nth-child(3) a i {
  transform: translateY(0);
}
.single-team-member .team-content .team-social:hover ul li:nth-child(2) a i {
  transform: translateY(0);
}
.single-team-member .team-content .team-social:hover ul li:nth-child(1) a i {
  transform: translateY(0);
}
.single-team-member:hover {
  transform: translateY(-5px);
}
.single-team-member:hover .team-content {
  background-color: #00afb9;
}

/*
Request Form Area Style
======================================================*/
.request-form {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 50px;
  text-align: center;
}
.request-form .request-title {
  margin-bottom: 30px;
}
.request-form .request-title h3 {
  margin-bottom: 12px;
}
.request-form .form-group {
  margin-bottom: 30px;
}

/*
Project Area Style
======================================================*/
.projects-area {
  background-image: url(../../assets/img/project-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.projects-area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.projects-area .owl-theme .owl-dots {
  margin-top: 30px !important;
  line-height: 1;
}
.projects-area .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  background-color: #616161;
  margin: 0 10px;
}
.projects-area .owl-theme .owl-dots .owl-dot.active span {
  background-color: #00afb9;
}

.project-single-item {
  position: relative;
  overflow: hidden;
  transition: all ease 0.5s;
  margin-bottom: 30px;
}
.project-single-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  transition: all ease 0.5s;
}
.project-single-item .projects-content {
  text-align: center;
  background-color: #00afb9;
  padding: 10px 20px;
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
  transition: all ease 0.5s;
}
.project-single-item .projects-content h3 {
  color: #ffffff;
  margin-bottom: 0;
  display: block;
}
.project-single-item .projects-content span {
  color: #ffffff;
  display: block;
}
.project-single-item:hover::before {
  opacity: 0.7;
}
.project-single-item:hover .projects-content {
  bottom: 0;
}

/*
Process Area Style
======================================================*/
.single-process {
  text-align: center;
  margin-bottom: 30px;
}
.single-process .process-img {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  position: relative;
  margin-bottom: 15px;
  transition: all ease 0.5s;
}
.single-process .process-img span {
  position: absolute;
  top: 80px;
  right: -15px;
  font-size: 18px;
  background-color: #00afb9;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  z-index: 1;
  transition: all ease 0.5s;
}
.single-process .process-img span::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(255, 0, 0, 0.5);
  text-align: center;
  z-index: -1;
  border-radius: 50%;
}
.single-process .process-img span::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: rgba(255, 0, 0, 0.3);
  text-align: center;
  z-index: -1;
  border-radius: 50%;
}
.single-process .process-img img {
  border-radius: 50%;
}
.single-process:hover .process-img {
  border-color: #00afb9;
}
.single-process:hover .process-img span {
  top: 40px;
}

/*
Solution Area Style
======================================================*/
.solution-area {
  background-image: url(../../assets/img/solution-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
}
.solution-area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.solution-content {
  text-align: center;
  max-width: 700px;
  margin: auto;
}
.solution-content .video-button {
  margin-bottom: 30px;
}
.solution-content h2 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 15px;
}
.solution-content p {
  color: #ffffff;
  margin-bottom: 30px;
}

/*
Testimonials Area Style
======================================================*/
.testimonials-area .owl-theme .owl-dots {
  margin-top: 0 !important;
  margin-bottom: -8px !important;
  line-height: 1;
}
.testimonials-area .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  background-color: #616161;
}
.testimonials-area .owl-theme .owl-dots .owl-dot.active span {
  background-color: #00afb9;
}

.single-testimonials {
  text-align: center;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin-bottom: 30px;
}
.single-testimonials .testimonials-img {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.single-testimonials .testimonials-img i {
  position: absolute;
  left: -5px;
  bottom: -5px;
  font-size: 25px;
  background-color: #00afb9;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.single-testimonials .testimonials-img img {
  border-radius: 50%;
}
.single-testimonials .testimonials-content p {
  margin-bottom: 10px;
}
.single-testimonials .testimonials-content ul {
  line-height: 1;
  margin-bottom: 25px;
}
.single-testimonials .testimonials-content ul li {
  display: inline-block;
}
.single-testimonials .testimonials-content ul li i {
  color: #f18d01;
  font-size: 20px;
}
.single-testimonials .testimonials-content h3 {
  margin-bottom: 5px;
  font-size: 20px;
}
.single-testimonials .testimonials-content span {
  color: #00afb9;
}

/*
Services Area Style
======================================================*/
.single-blog-post {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  margin-bottom: 30px;
  transition: all ease 0.5s;
  border-radius: 4px;
}
.single-blog-post .blog-img {
  position: relative;
}
.single-blog-post .blog-img img {
  border-radius: 4px 4px 0 0;
}
.single-blog-post .blog-img ul {
  position: absolute;
  top: 20px;
  right: 20px;
}
.single-blog-post .blog-img ul li {
  display: inline-block;
  margin-left: 10px;
}
.single-blog-post .blog-img ul li:last-child {
  margin-left: 0;
}
.single-blog-post .blog-img ul li a {
  background-color: #00afb9;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
}
.single-blog-post .blog-content {
  padding: 30px;
}
.single-blog-post .blog-content ul {
  margin-bottom: 15px;
}
.single-blog-post .blog-content ul li {
  display: inline-block;
  margin-left: 10px;
}
.single-blog-post .blog-content a h3 {
  margin-bottom: 15px;
  transition: all ease 0.5s;
}
.single-blog-post:hover {
  transform: translateY(-5px);
}
.single-blog-post:hover .blog-content a h3 {
  color: #00afb9;
}
.single-blog-post:hover .read-more {
  color: #00afb9;
}
.single-blog-post:hover .read-more i {
  right: 80px;
  opacity: 1;
}

/*
Subscribe Area Style
======================================================*/
.subscribe-area {
  position: relative;
  z-index: 1;
  background-color: #252628;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #3d3f42;
}

.subscribe-content h3 {
  color: #ffffff;
  margin-bottom: 0;
}

.newsletter-form {
  position: relative;
  text-align: center;
}
.newsletter-form .form-control {
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
}
.newsletter-form .send-btn {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #00afb9;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  padding: 0 20px;
  border-radius: 4px;
}
.newsletter-form #validator-newsletter {
  position: absolute;
  bottom: -30px;
  right: 0;
  color: #ffffff;
}

.newsletter-form #validator-newsletter {
  margin-top: 10px;
  color: #dc3545;
}

/*
Footer Area Style
======================================================*/
.footer-area {
  background-color: #252628;
}

.single-footer-widget {
  margin-bottom: 30px;
}
.single-footer-widget .footer-logo {
  margin-bottom: 30px;
}
.single-footer-widget .address .location {
  padding-right: 35px;
  position: relative;
  color: #ffffff;
}
.single-footer-widget .address .location i {
  position: absolute;
  color: #00afb9;
  right: 0;
  top: 5px;
  font-size: 15px;
  line-height: 1;
}
.single-footer-widget .address li {
  padding-right: 35px;
  position: relative;
  margin-bottom: 20px;
}
.single-footer-widget .address li a {
  color: #ffffff;
  display: block;
}
.single-footer-widget .address li a:hover {
  color: #00afb9;
}
.single-footer-widget .address li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .address li i {
  position: absolute;
  color: #00afb9;
  right: 0;
  top: 5px;
  font-size: 15px;
  line-height: 1;
}
.single-footer-widget h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
.single-footer-widget h3::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  background-color: #00afb9;
}
.single-footer-widget .import-link li {
  margin-bottom: 12px;
  position: relative;
  padding-right: 20px;
}
.single-footer-widget .import-link li span {
  color: #b9b9b9;
  margin-top: 8px;
  display: block;
}
.single-footer-widget .import-link li::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: #00afb9;
}
.single-footer-widget .import-link li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .import-link li a {
  color: #ffffff;
}
.single-footer-widget .import-link li a:hover {
  color: #00afb9;
}
.single-footer-widget p {
  color: #ffffff;
  margin-bottom: 30px;
}
.single-footer-widget .social li {
  display: inline-block;
  padding-left: 5px;
}
.single-footer-widget .social li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #00afb9;
  color: #ffffff;
  transition: all ease 0.5s;
}
.single-footer-widget .social li a:hover i {
  background-color: #00afb9;
}

.copy-right-content {
  border-top: 1px solid #313131;
  margin-top: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.copy-right-content p {
  color: #ffffff;
}
.copy-right-content p a {
  color: #00afb9;
}
.copy-right-content p i {
  position: relative;
  top: 1px;
}
.copy-right-content .footer-menu {
  float: left;
}
.copy-right-content .footer-menu li {
  display: inline-block;
  margin-left: 15px;
}
.copy-right-content .footer-menu li:last-child {
  margin-left: 0;
}
.copy-right-content .footer-menu li a {
  color: #ffffff;
}
.copy-right-content .footer-menu li a:hover {
  color: #00afb9;
}

/*
Hero Slider Area Style
======================================================*/
.hero-slider-area {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.hero-slider-area .slider-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  clip-path: ellipse(74% 58% at 49% 42%);
}
.hero-slider-area .slider-item.slider-item-bg-1 {
  background-image: url(../../assets/img/slider-img/slider-1.jpg);
}
.hero-slider-area .slider-item.slider-item-bg-2 {
  background-image: url(../../assets/img/slider-img/slider-2.jpg);
}
.hero-slider-area .slider-item .slider-text {
  position: relative;
  max-width: 690px;
  margin-bottom: 30px;
  z-index: 1;
  overflow: hidden;
}
.hero-slider-area .slider-item .slider-text.two {
  margin: auto;
  text-align: center;
}
.hero-slider-area .slider-item .slider-text span {
  color: #ffffff;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
.hero-slider-area .slider-item .slider-text h1 {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 30px;
}
.hero-slider-area .slider-item .slider-text p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 35px;
}
.hero-slider-area .slider-item .slider-text .slider-btn .default-btn.active {
  margin-left: 30px;
}
.hero-slider-area .slider-item .video-btn {
  margin: auto;
  display: block;
}
.hero-slider-area .owl-item.active .slider-text.overflow-hidden {
  overflow: hidden;
}
.hero-slider-area .owl-item.active .slider-text.one h1 {
  animation: 1s 0.1s fadeInUpBig both;
}
.hero-slider-area .owl-item.active .slider-text.one p {
  animation: 2s 0.2s fadeInUpBig both;
}
.hero-slider-area .owl-item.active .slider-text.one .slider-btn {
  animation: 3s 0.3s fadeInUpBig both;
}
.hero-slider-area .owl-item.active .slider-text.two h1 {
  animation: 2s 0.2s fadeInLeft both;
}
.hero-slider-area .owl-item.active .slider-text.two p {
  animation: 2s 0.2s fadeInRight both;
}
.hero-slider-area .owl-item.active .slider-text.two .slider-btn {
  animation: 2s 0.2s fadeInUpBig both;
}
.hero-slider-area .owl-item.active .one.video-btn-animat {
  animation: 2s 0.2s zoomIn both;
}
.hero-slider-area .owl-item.active .two.video-btn-animat {
  animation: 2s 0.2s zoomIn both;
}
.hero-slider-area .owl-prev i {
  background-color: transparent !important;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.hero-slider-area .owl-prev i:hover {
  border-color: #00afb9;
}
.hero-slider-area .owl-next i {
  background-color: transparent !important;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.hero-slider-area .owl-next i:hover {
  border-color: #00afb9;
}
.hero-slider-area .owl-next {
  position: absolute;
  top: 50%;
  left: 30px;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: all ease 0.5s;
  opacity: 0;
  transform: translateY(-10px);
}
.hero-slider-area .owl-next i {
  background-color: #00afb9;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition: all ease 0.5s;
  font-size: 26px;
  border-radius: 4px;
}
.hero-slider-area .owl-next i:hover {
  background-color: #00afb9 !important;
}
.hero-slider-area .owl-prev {
  position: absolute;
  top: 50%;
  right: 30px;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: all ease 0.5s;
  opacity: 0;
  transform: translateY(-10px);
}
.hero-slider-area .owl-prev i {
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition: all ease 0.5s;
  font-size: 26px;
  border-radius: 4px;
}
.hero-slider-area .owl-prev i:hover {
  background-color: #00afb9 !important;
}
.hero-slider-area:hover .owl-prev {
  opacity: 1;
}
.hero-slider-area:hover .owl-next {
  opacity: 1;
}
.hero-slider-area .owl-theme .owl-nav {
  margin-top: 0 !important;
}
.hero-slider-area .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

/*
Feature Area Style
======================================================*/
.feature-area {
  position: relative;
  z-index: 1;
  margin-top: -150px;
}
.feature-area .container {
  max-width: 1230px;
}

.single-feature-box {
  padding: 30px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  text-align: center;
  transition: all ease 0.5s;
}
.single-feature-box i {
  font-size: 50px;
  color: #00afb9;
  display: inline-block;
  margin-bottom: 23px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #ffe0dc;
  border-radius: 30% 70% 70% 30%/40% 60% 40% 60%;
}
.single-feature-box h3 {
  margin-bottom: 15px;
}
.single-feature-box.active {
  background-color: #00afb9;
}
.single-feature-box.active h3 {
  color: #ffffff;
}
.single-feature-box.active p {
  color: #ffffff;
}
.single-feature-box:hover {
  transform: translateY(-5px);
}

/*
Counter Area Style
======================================================*/
.counter-bg {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 50px;
  padding-bottom: 20px;
}
.counter-bg.counter-bg-three {
  background-color: transparent;
}

.single-counter {
  position: relative;
  padding-right: 90px;
  margin-bottom: 30px;
  transition: all ease 0.5s;
}
.single-counter i {
  font-size: 70px;
  color: #00afb9;
  line-height: 1;
  color: #00afb9;
  position: absolute;
  top: 7px;
  right: 0;
}
.single-counter h2 {
  font-size: 40px;
  line-height: 1;
}
.single-counter h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  color: #616161;
}
.single-counter:hover {
  transform: translateY(-5px);
}

/*
Project Area Style
======================================================*/
.shorting .mix {
  display: none;
}

.shorting-menu {
  text-align: center;
  margin-bottom: 40px;
}
.shorting-menu button.filter {
  background-color: transparent;
  font-weight: 500;
  font-size: 18px;
  color: #232323;
  border: 1px dashed #00afb9;
  padding: 5px 15px;
  margin: 0 5px;
}
.shorting-menu button.filter.active {
  color: #00afb9;
}

/*
Brand Area Style
======================================================*/
.brand-area {
  text-align: center;
}
.brand-area .brand-item {
  line-height: 1;
}

/*
Testimonial Area Style
======================================================*/
.testimonial .testimonial-content {
  text-align: center;
  border: 1px solid #00afb9;
  padding: 30px;
  position: relative;
  margin-bottom: 50px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.testimonial .testimonial-content::before {
  content: "";
  position: absolute;
  bottom: -16px;
  right: 60px;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #00afb9;
  border-left: 1px solid #00afb9;
  transform: rotate(-45deg);
  background-color: #ffffff;
}
.testimonial .testimonial-content::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 55px;
  width: 40px;
  border-bottom: 1px solid #ffffff;
}
.testimonial .testimonial-content i {
  color: #ffffff;
  font-size: 50px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50px;
  background-color: #00afb9;
  margin-bottom: 25px;
}
.testimonial .testimonial-avatar {
  position: relative;
  padding-right: 100px;
  margin-right: 40px;
  height: 80px;
}
.testimonial .testimonial-avatar img {
  position: absolute;
  top: -10px;
  right: 0;
  width: unset;
  border-radius: 50px;
}
.testimonial .owl-theme .owl-dots {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: -40px;
  display: grid;
  transform: translateY(-95px);
}
.testimonial .owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border: 3px solid #00afb9;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  transition: all ease 0.5s;
}
.testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #00afb9;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span {
  background-color: #00afb9;
}

/*
Skill Area Style
======================================================*/
.skill-area {
  position: relative;
}
.skill-area .shape-1 {
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  opacity: 0.5;
}
.skill-area .shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

.skill-content {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 50px;
  margin-right: -100px;
  margin-top: 100px;
}
.skill-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: -11px;
}
.skill-content p {
  margin-bottom: 30px;
}
.skill-content .skill-bar {
  margin-bottom: 20px;
}
.skill-content .skill-bar .progress-title-holder {
  position: relative;
}
.skill-content .skill-bar .progress-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.skill-content .skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 0;
  margin-bottom: 0 !important;
}
.skill-content .skill-bar .progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  background-color: #00afb9;
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  transform: translateX(50%);
  margin-bottom: 0 !important;
}
.skill-content .skill-bar .down-arrow {
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 3px solid #00afb9;
  position: absolute;
  right: 50%;
  top: 100%;
  transform: translateX(50%);
  color: #00afb9;
  margin-bottom: 0 !important;
}
.skill-content .skill-bar .progress-content-outter {
  height: 6px;
  background-color: #ebeded;
  border-radius: 50px;
}
.skill-content .skill-bar .progress-content {
  height: 6px;
  background-color: #00afb9;
  border-radius: 50px;
  width: 0%;
}
.skill-content .skill-bar .percent {
  margin-bottom: 0 !important;
  color: #ffffff !important;
}

/*
Page Title Area Style
======================================================*/
.page-title-area {
  background-color: #232323;
  position: relative;
  z-index: 1;
  padding-top: 280px;
  padding-bottom: 150px;
  text-align: center;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-title-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  opacity: 0.7;
}
.page-title-area .page-title-content h2 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}
.page-title-area .page-title-content ul {
  padding-right: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 0;
}
.page-title-area .page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
}
.page-title-area .page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -3px;
  background-color: #ffffff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.page-title-area .page-title-content ul li:last-child::before {
  display: none;
}
.page-title-area .page-title-content ul li a {
  color: #ffffff;
}
.page-title-area .page-title-content ul li a:hover {
  color: #00afb9;
}
.page-title-area .page-title-content ul .active {
  color: #00afb9;
}
.page-title-area.bg-1 {
  background-image: url(../../assets/img/page-bg/page-bg-1.jpg);
}

/*
Testimonial Area Style
======================================================*/
.testimonial-page .testimonial-item {
  margin-bottom: 30px;
}

/*
FAQ Area Style
======================================================*/
.faq-accordion h2 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
}
.faq-accordion h2 span {
  display: inline-block;
  color: #00afb9;
}
.faq-accordion .accordion {
  list-style-type: none;
  padding-right: 0;
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
  display: block;
  background: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
  padding: 12px 20px 10px 40px;
  color: #232323;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #232323;
  font-size: 20px;
  transition: 0.5s;
}
.faq-accordion .accordion .accordion-title.active i::before {
  content: "\eaf8";
  color: #00afb9;
}
.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 20px;
  border-top: 1px solid #00afb9;
  color: #232323;
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*
User Area CSS
=====================================================*/
.user-area-style {
  position: relative;
  z-index: 1;
}
.user-area-style .contact-form-action {
  max-width: 600px;
  border-bottom: none;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 30px;
  margin: auto;
}
.user-area-style .contact-form-action .account-title {
  margin-bottom: 30px;
}
.user-area-style .contact-form-action .account-title h2 {
  font-size: 30px;
  position: relative;
  line-height: 1;
  padding-right: 0;
  padding-bottom: 15px;
}
.user-area-style .contact-form-action .account-title h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 2px;
  background-color: #00afb9;
}
.user-area-style .contact-form-action form .form-condition {
  margin-bottom: 20px;
}
.user-area-style .contact-form-action form .form-condition .agree-label {
  font-weight: 600;
}
.user-area-style .contact-form-action form .form-condition .agree-label a {
  color: #00afb9;
}
.user-area-style .contact-form-action form .form-group {
  margin-bottom: 30px;
}
.user-area-style .contact-form-action form .login-action {
  margin-bottom: 30px;
}
.user-area-style .contact-form-action form .login-action .log-rem {
  display: inline-block;
}
.user-area-style .contact-form-action form .login-action .log-rem label {
  margin-bottom: 0;
}
.user-area-style .contact-form-action form .login-action .forgot-login {
  display: inline-block;
  float: left;
}
.user-area-style .contact-form-action p {
  margin-top: 25px;
  line-height: 1;
}
.user-area-style .contact-form-action p a {
  color: #232323;
}
.user-area-style .contact-form-action p a:hover {
  color: #00afb9;
}

/*
Privacy Policy Area Style
=====================================================*/
.privacy-policy {
  max-width: 800px;
  margin: auto;
}
.privacy-policy .title {
  margin-bottom: 30px;
  text-align: center;
}
.privacy-policy .title h2 {
  font-size: 36px;
}
.privacy-policy .privacy-content {
  margin-bottom: 30px;
}
.privacy-policy .privacy-content h3 {
  margin-bottom: 15px;
}
.privacy-policy .privacy-content p {
  margin-bottom: 10px;
}
.privacy-policy .privacy-content.eight {
  margin-bottom: 0;
}
.privacy-policy .privacy-content.eight p {
  margin-bottom: 0;
}

/*
Terms Conditions Area Style
=====================================================*/
.terms-conditions {
  max-width: 800px;
  margin: auto;
}
.terms-conditions .title {
  margin-bottom: 30px;
  text-align: center;
}
.terms-conditions .title h2 {
  font-size: 36px;
}
.terms-conditions img {
  margin-bottom: 30px;
}
.terms-conditions .conditions-content {
  margin-bottom: 30px;
}
.terms-conditions .conditions-content h3 {
  margin-bottom: 15px;
}
.terms-conditions .conditions-content p {
  margin-bottom: 10px;
}
.terms-conditions .conditions-content ul {
  margin-right: 20px;
  margin-bottom: 15px;
  list-style-type: disc;
  margin-top: 15px;
}
.terms-conditions .conditions-content ul li {
  margin-bottom: 10px;
}
.terms-conditions .conditions-content ul li:last-child {
  margin-bottom: 0;
}
.terms-conditions .conditions-content.six {
  margin-bottom: 0;
}
.terms-conditions .conditions-content.six p {
  margin-bottom: 0;
}

/*
404 Error Area Style
=====================================================*/
.error-area {
  text-align: center;
  position: relative;
  z-index: 1;
}
.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}
.error-area .error-content-wrap h1 {
  font-size: 300px;
  line-height: 1;
  font-weight: 700;
  color: #00afb9;
  margin-top: -42px;
  margin-bottom: 0;
}
.error-area .error-content-wrap h1 .a {
  display: inline-block;
}
.error-area .error-content-wrap h1 .red {
  color: #ff0000;
  display: inline-block;
}
.error-area .error-content-wrap h1 .b {
  display: inline-block;
}
.error-area .error-content-wrap h3 {
  margin: 30px 0 0;
  position: relative;
  color: #ff0000;
}
.error-area .error-content-wrap p {
  margin: 20px 0 20px;
  font-size: 19px;
  color: #00afb9;
}

/*
Blog Details Area Style
======================================================*/
.blog-details-content .blog-top-content {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 20px;
}
.blog-details-content .blog-top-content .blog-details-img {
  margin-bottom: 30px;
}
.blog-details-content .blog-top-content .news-content h3 {
  transition: all ease 0.5s;
  margin-bottom: 20px;
  font-size: 25px;
}
.blog-details-content .blog-top-content .news-content .admin {
  padding-bottom: 24px;
  line-height: 1;
}
.blog-details-content .blog-top-content .news-content .admin li {
  display: inline-block;
  font-size: 16px;
  margin-left: 30px;
}
.blog-details-content .blog-top-content .news-content .admin li:last-child {
  margin-left: 0;
}
.blog-details-content .blog-top-content .news-content .admin li i {
  color: #00afb9;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.blog-details-content .blog-top-content blockquote {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-details-content .blog-top-content blockquote p {
  font-weight: 500;
  font-size: 18px;
  color: #232323;
  font-style: italic;
  background-color: #eeeeee;
  padding: 20px;
  border-right: 2px solid #00afb9;
}
.blog-details-content .blog-top-content blockquote i {
  font-size: 60px;
  color: #00afb9;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}
.blog-details-content .news-content-2 {
  margin-bottom: 30px;
}
.blog-details-content .news-content-2 h3 {
  font-size: 24px;
}
.blog-details-content .single-blog-post-img {
  margin-bottom: 30px;
}
.blog-details-content .social {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-details-content .social span {
  margin-left: 10px;
  font-weight: 500;
}
.blog-details-content .social ul {
  display: inline-block;
  float: left;
}
.blog-details-content .social ul li {
  display: inline-block;
}
.blog-details-content .social ul li a i {
  font-size: 18px;
  margin-left: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  border: 1px solid #616161;
  text-align: center;
  transition: all ease 0.5s;
}
.blog-details-content .social ul li a:hover i {
  background-color: #00afb9;
  border-color: #00afb9;
  color: #ffffff;
}
.blog-details-content .social ul li:last-child a {
  margin-left: 0;
}
.blog-details-content .comments {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 35px;
}
.blog-details-content .comments h3 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 24px;
  position: relative;
  display: inline-block;
}
.blog-details-content .comments h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #00afb9;
}
.blog-details-content .comments ul li {
  position: relative;
  padding-right: 100px;
  margin-bottom: 30px;
}
.blog-details-content .comments ul li:last-child {
  margin-bottom: 0;
}
.blog-details-content .comments ul li img {
  margin-bottom: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.blog-details-content .comments ul li h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  padding-right: 0;
}
.blog-details-content .comments ul li h3::before {
  display: none;
}
.blog-details-content .comments ul li span {
  display: block;
  margin-bottom: 15px;
}
.blog-details-content .comments ul li a {
  font-size: 14px;
  font-weight: 600;
}
.blog-details-content .comments ul li a:hover {
  letter-spacing: 1px;
}
.blog-details-content .comments ul li a i {
  margin-left: 5px;
}
.blog-details-content .leave-reply {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 20px;
}
.blog-details-content .leave-reply h3 {
  margin-bottom: 30px;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.blog-details-content .leave-reply h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #00afb9;
}
.blog-details-content .leave-reply p {
  margin-bottom: 30px;
}
.blog-details-content .leave-reply .form-group {
  margin-bottom: 25px;
}
.blog-details-content .leave-reply .form-group #chb1 {
  margin-left: 5px;
}
.blog-details-content .leave-reply .form-group label {
  margin-bottom: 10px;
}
.blog-details-content .leave-reply input[type=checkbox], .blog-details-content .leave-reply input[type=radio] {
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.sidebar-widget {
  margin-bottom: 35px;
  position: relative;
  padding: 20px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.sidebar-widget h3 {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  margin-top: -5px;
  padding-bottom: 10px;
  display: inline-block;
}
.sidebar-widget h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #00afb9;
}
.sidebar-widget.search .search-form .search-button {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #00afb9;
  top: 20px;
  left: 20px;
  font-size: 20px;
  color: #ffffff;
  transition: all ease 0.5s;
}
.sidebar-widget.search .search-form .search-button:hover {
  background-color: #232323;
}
.sidebar-widget.latest-news ul li {
  margin-bottom: 20px;
  position: relative;
  padding-right: 20px;
}
.sidebar-widget.latest-news ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: #00afb9;
}
.sidebar-widget.latest-news ul li:last-child {
  margin-bottom: 0;
}
.sidebar-widget.latest-news ul li a {
  font-size: 17px;
  color: #232323;
  margin-bottom: 10px;
}
.sidebar-widget.latest-news ul li span {
  display: block;
  font-size: 14px;
}
.sidebar-widget.categories ul li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 17px;
}
.sidebar-widget.categories ul li span {
  float: left;
  display: inline-block;
}
.sidebar-widget.categories ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar-widget.categories ul li:first-child::before {
  display: none;
}
.sidebar-widget.categories ul li:last-child {
  margin-bottom: 0;
}
.sidebar-widget.tags ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
}
.sidebar-widget.tags ul li a {
  border: 1px solid #eeeeee;
  padding: 8px 12px;
}
.sidebar-widget.tags ul li a:hover {
  transform: translateY(-2px);
  background-color: #00afb9;
  color: #ffffff;
  border-color: #00afb9;
}
.sidebar-widget.tags ul li:last-child {
  margin-bottom: 0;
}
.sidebar-widget.gallery ul {
  padding-right: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-right: -5px;
  margin-left: -5px;
  margin-top: -10px;
}
.sidebar-widget.gallery ul li {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 10px;
}
.sidebar-widget.gallery ul li img {
  width: 100%;
}
.sidebar-widget.appointment-box {
  position: unset;
  padding: 0;
  box-shadow: none;
}

/*
Services Details Area Style
======================================================*/
.services-details-content .services-top-content {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 20px;
}
.services-details-content .services-top-content .services-details-img {
  margin-bottom: 30px;
}
.services-details-content .services-top-content .news-content h3 {
  transition: all ease 0.5s;
  margin-bottom: 15px;
  font-size: 25px;
}
.services-details-content .news-content-2 {
  margin-top: 20px;
}
.services-details-content .news-content-2 h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.services-details-content .news-content-3 {
  margin-top: 20px;
}
.services-details-content .news-content-3 h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.services-details-content .news-content-3 ul li {
  position: relative;
  padding-right: 30px;
  margin-bottom: 15px;
}
.services-details-content .news-content-3 ul li:last-child {
  margin-bottom: 0;
}
.services-details-content .news-content-3 ul li i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  line-height: 1;
  color: #00afb9;
}
.services-details-content .single-services-post-img {
  margin-bottom: 30px;
}

/*
Contact Area Style
=====================================================*/
.contact-area .address-and-week {
  position: unset;
  max-width: unset;
}
.contact-area .address-and-week .address-week .week li {
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.contact-area .address-and-week .address-week .address li {
  margin-bottom: 20px;
}

.contact-form {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.contact-form .contact-title {
  margin-bottom: 30px;
}
.contact-form .form-group {
  margin-bottom: 30px;
}

.list-unstyled {
  color: #dc3545;
  font-size: 14px;
  margin-top: 10px;
}

#msgSubmit {
  margin-top: 20px;
}

.text-success {
  color: #28a745;
}

.hidden {
  display: none;
}

.map-area iframe {
  width: 100%;
  height: 500px;
  border: none;
  overflow: hidden;
  display: block;
}

/*
Contact Info Area Style
=====================================================*/
.contact-info {
  background-color: #252628;
  padding: 74px 50px;
}
.contact-info li {
  position: relative;
  padding-right: 100px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.contact-info li a {
  color: #ffffff;
  display: block;
}
.contact-info li a:hover {
  color: #00afb9;
}
.contact-info li h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 15px;
}
.contact-info li i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 4px;
  background-color: #00afb9;
  color: #ffffff;
  text-align: center;
}
.contact-info li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/*====================================================
OTHERS STYLE AREA
======================================================*/
/*
Preloader Area Style*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #00afb9;
  top: 0;
  right: 0;
  z-index: 99999;
}
.preloader .lds-ripple {
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.preloader .lds-ripple div {
  position: absolute;
  border: 2px solid #ffffff;
  opacity: 1;
  border-radius: 0;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.preloader .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    right: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    right: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 120%;
  left: 5%;
  background-color: #00afb9;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
}
.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #ffffff;
  transition: 0.5s;
  font-size: 20px;
}
.go-top:hover {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.go-top:hover i {
  color: #00afb9;
}

.go-top.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  left: 5%;
  top: 93%;
}

/*
Video wave Style*/
.video-btn {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 0;
  color: #00afb9;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transition: all ease 0.5s;
}
.video-btn i {
  font-size: 40px;
  color: #00afb9;
  position: absolute;
  top: 1px;
  right: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}
.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
  border-radius: 0;
  border-radius: 50%;
  transition: all ease 0.5s;
  animation: ripple 1.6s ease-out infinite;
  background-color: rgba(255, 255, 255, 0.9);
}
.video-btn:hover {
  background-color: #00afb9;
}
.video-btn:hover i {
  color: #ffffff;
}
.video-btn:hover::before, .video-btn:hover::after {
  background-color: rgba(255, 60, 0, 0.9);
}

@keyframes ripple {
  0%, 35% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
/*
Page-navigation Area Style*/
.pagination-area {
  margin-top: 10px;
  text-align: center;
}
.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #232323;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 17px;
  background-color: #f5f6fa;
  border: 1px solid #d7d7d7;
}
.pagination-area .page-numbers:hover {
  color: #ffffff;
  border-color: #00afb9;
  background-color: #00afb9;
}
.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  top: 5px;
}
.pagination-area .page-numbers.current {
  color: #ffffff;
  border-color: #00afb9;
  background-color: #00afb9;
}/*# sourceMappingURL=style.css.map */
