
/*

/*
Default Style
============================*/
@import url("../../css2");
@import url("../../css2-1");
@import url("../../css2-2");
body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #444444;
}

a:hover {
  text-decoration: none;
  color: #1c85de;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #192436;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

h3 {
  font-size: 22px;
}

.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: #1c85de;
  border: 1px solid #ebebeb;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
}

.form-control::-webkit-input-placeholder {
  color: #676a6a;
}

.form-control:-ms-input-placeholder {
  color: #676a6a;
}

.form-control::-ms-input-placeholder {
  color: #676a6a;
}

.form-control::placeholder {
  color: #676a6a;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid #1c85de;
}

.form-control:hover:focus, .form-control:focus {
  -webkit-box-shadow: unset;
          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;
}

/*
Body Style*/
.agency-body-color {
  background-color: #f3f3f4;
}

.saas-body-color {
  background-color: #fafafa;
}

.saas-body-color .h1, .saas-body-color .h2, .saas-body-color .h3, .saas-body-color .h4, .saas-body-color .h5, .saas-body-color .h6, .saas-body-color h1, .saas-body-color h2, .saas-body-color h3, .saas-body-color h4, .saas-body-color h5, .saas-body-color h6 {
  font-family: "Spectral", serif;
  color: #20323c;
  font-weight: 800;
}

.consulting-body-color .h1, .consulting-body-color .h2, .consulting-body-color .h3, .consulting-body-color .h4, .consulting-body-color .h5, .consulting-body-color .h6, .consulting-body-color h1, .consulting-body-color h2, .consulting-body-color h3, .consulting-body-color h4, .consulting-body-color h5, .consulting-body-color h6 {
  font-family: "Spectral", serif;
  color: #20323c;
  font-weight: 800;
}

.personal-body-color .h1, .personal-body-color .h2, .personal-body-color .h3, .personal-body-color .h4, .personal-body-color .h5, .personal-body-color .h6, .personal-body-color h1, .personal-body-color h2, .personal-body-color h3, .personal-body-color h4, .personal-body-color h5, .personal-body-color h6 {
  font-family: "Spectral", serif;
  color: #111111;
  font-weight: 800;
}

.personal-body-color h3 {
  font-size: 24px;
}

.seo-body-color {
  background-color: #fff;
}

.seo-body-color .h1, .seo-body-color .h2, .seo-body-color .h3, .seo-body-color .h4, .seo-body-color .h5, .seo-body-color .h6, .seo-body-color h1, .seo-body-color h2, .seo-body-color h3, .seo-body-color h4, .seo-body-color h5, .seo-body-color h6 {
  font-family: "Spectral", serif;
  color: #00041b;
  font-weight: 800;
}

.seo-body-color h3 {
  font-size: 24px;
}

/*
Default Btn Area Style*/
.default-btn {
  font-size: 16px;
  color: #192436;
  padding: 15px 40px;
  line-height: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #ffffff;
}

.default-btn:hover {
  color: #ffffff;
  border-color: #1c85de;
  background-color: #1c85de;
}

.default-btn.saas-btn {
  background-color: #00b9a1;
  color: #ffffff;
}

.default-btn.saas-btn:hover {
  background-color: #ffffff;
  color: #192436;
  border-color: #00b9a1;
}

.default-btn.seo-btn {
  background-color: #24958A;
  color: #ffffff;
}

.default-btn.seo-btn:hover {
  background-color: #00b9a1;
}

/*
Read More Btn Area Style*/
.read-more {
  font-weight: 600;
  font-size: 15px;
  color: #192436;
  position: relative;
  z-index: 1;
}

.read-more::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #77ceec;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

.read-more:hover::before {
  width: 50%;
}

/*
Section Title Area Style*/
.section-title {
  max-width: 700px;
  margin: -1px auto 50px;
  text-align: center;
  position: relative;
}

.section-title span {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1c85de;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.section-title span::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 10px;
  height: 25px;
  border-top: 2px solid #1c85de;
  border-left: 2px solid #1c85de;
  border-bottom: 2px solid #1c85de;
}

.section-title span::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 5px;
  width: 10px;
  height: 25px;
  border-top: 2px solid #1c85de;
  border-right: 2px solid #1c85de;
  border-bottom: 2px solid #1c85de;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
  position: relative;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title.saas-title {
  margin-top: -8px;
  max-width: 600px;
}

.section-title.consulting-title {
  margin-top: -8px;
  max-width: 600px;
}

.section-title.personal-title span {
  font-weight: normal;
}

.section-title.personal-title span::before {
  display: none;
}

.section-title.personal-title span::after {
  display: none;
}

.section-title.seo-title span {
  font-weight: normal;
  color: #24958A;
}

.section-title.seo-title span::before {
  display: none;
}

.section-title.seo-title span::after {
  display: none;
}

/*
Nav Area Style
======================================================*/
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-bottom: 1px solid #3489d9;
  padding: 15px 0;
}

.navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.navbar.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);
  background-image: -webkit-gradient(linear, left top, right top, from(#1c86de), to(#1d50df));
  background-image: linear-gradient(to right, #1c86de, #1d50df);
  border: none;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar .navbar-nav {
  margin-left: auto;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  text-transform: capitalize;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-left: 13px;
  margin-right: 13px;
}

.navbar .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ffffff;
}

.navbar .navbar-nav .nav-item .nav-link:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  right: auto;
  left: 0;
}

.navbar .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
}

.navbar .navbar-nav .nav-item .nav-link.active::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  right: auto;
  left: 0;
}

.navbar .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

.navbar .navbar-nav .nav-item:first-child .nav-link {
  margin-left: 0;
}

.navbar.saas-navbar {
  border-bottom: 1px solid #d6e6e6;
}

.navbar.saas-navbar.is-sticky {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebfaf9), to(#ffffff));
  background-image: linear-gradient(#ebfaf9, #ffffff);
  border: none;
}

.navbar.saas-navbar .navbar-nav .nav-item .nav-link {
  color: #192436;
}

.navbar.saas-navbar .navbar-nav .nav-item .nav-link::before {
  display: none;
}

.navbar.saas-navbar .navbar-nav .nav-item .nav-link:hover {
  color: #00b9a1;
}

.navbar.saas-navbar .navbar-nav .nav-item .nav-link.active {
  color: #00b9a1;
}

/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: 20px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #000000;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #1c85de;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 262px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.others-option-for-responsive .option-inner {
  padding: 15px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.others-option-for-responsive .option-inner .others-option {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 10px;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.others-option-for-responsive .option-inner .others-option .option-item {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}

.others-option-for-responsive .option-inner .others-option .option-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

.others-option-for-responsive .sidebar-menu {
  display: inline-block;
  margin-left: 10px;
}

.others-option-for-responsive .sidebar-menu a i {
  font-size: 25px;
  background-color: #1c85de;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
}

/*
Agency Banner Area Style
======================================================*/
.agency-banner-area {
  background-image: url(../img/agency/banner/banner-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
}

.agency-banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1c86de), to(#1d52df));
  background-image: linear-gradient(#1c86de, #1d52df);
  opacity: 0.9;
}

.agency-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 100%;
}

.agency-banner-area .banner-bottom-shape {
  position: absolute;
  bottom: 0;
  left: -5px;
  right: 0;
}

.agency-banner-content h1 {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 30px;
}

.agency-banner-content p {
  color: #ffffff;
}

.agency-banner-content .social-link span {
  color: #ffffff;
  display: inline-block;
  margin-right: 90px;
  position: relative;
}

.agency-banner-content .social-link span::before {
  content: "";
  position: absolute;
  top: 13px;
  right: -79px;
  width: 60px;
  height: 1px;
  background-color: #ffffff;
}

.agency-banner-content .social-link ul {
  display: inline-block;
  line-height: 1;
  margin-top: 40px;
}

.agency-banner-content .social-link ul li {
  display: inline-block;
}

.agency-banner-content .social-link ul li a {
  padding: 0 5px;
}

.agency-banner-content .social-link ul li a i {
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.agency-banner-content .social-link ul li a:hover i {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.agency-banner-img {
  text-align: right;
  position: relative;
  z-index: 1;
}

.agency-banner-img .banner-img-shape {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: -1;
}

/*
Feature Area Style
======================================================*/
.feature-area .feature-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 40px 40px;
  border-radius: 4px;
}

.feature-area .col-lg-4:last-child .single-feature::before {
  display: none;
}

.single-feature {
  position: relative;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-feature::before {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 1px;
  height: 100%;
  background-color: #1c85de;
}

.single-feature i {
  font-size: 50px;
  top: -21px;
  left: 0;
  color: #1c85de;
  line-height: 1;
}

.single-feature span {
  font-size: 18px;
  color: #192436;
  position: relative;
  font-weight: 600;
  top: -10px;
  padding-left: 35px;
}

/*
About Us Area Style
======================================================*/
.about-img {
  position: relative;
}

.about-img .video-button {
  position: absolute;
  bottom: 0;
  right: 110px;
}

.about-content {
  max-width: 600px;
}

.about-content .top-title {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  color: #1c85de;
  font-weight: 600;
  margin-bottom: 18px;
}

.about-content .top-title::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #1c85de;
}

.about-content h2 {
  font-size: 30px;
  margin-bottom: 25px;
}

.about-content ul {
  margin-top: 30px;
}

.about-content ul li {
  display: inline-block;
  font-size: 16px;
  color: #192436;
  font-weight: 600;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #c7cace;
}

.about-content ul li:last-child {
  margin-left: 0;
  margin-right: 0;
  border: none;
}

.about-content ul li span {
  display: block;
  font-weight: normal;
  font-size: 15px;
}

.about-content ul li img {
  position: relative;
  top: -14px;
}

/*
Counter Area Style
======================================================*/
.counter-area {
  background-image: url(../img/agency/counter-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
}

.single-counter {
  position: relative;
  padding-left: 110px;
  margin-bottom: 30px;
}

.single-counter i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #1c85de;
  font-size: 70px;
  line-height: 1;
}

.single-counter i::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background-color: #b5b9bf;
}

.single-counter h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #1c85de;
  margin-bottom: 0;
}

.single-counter p {
  font-weight: 600;
  color: #192436;
}

/*
Services Area Style
======================================================*/
.single-services-box {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-services-box .icon {
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

.single-services-box .icon i {
  position: absolute;
  top: 5px;
  left: -5px;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  font-size: 60px;
  color: #1c85de;
}

.single-services-box .icon .services-icon-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-services-box .icon .services-icon-shape-2 {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-services-box .services-content {
  text-align: center;
}

.single-services-box .services-content h3 {
  margin-bottom: 15px;
}

.single-services-box .services-box-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.single-services-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-services-box:hover .icon .services-icon-shape-1 {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}

.single-services-box:hover .icon .services-icon-shape-2 {
  -webkit-transform: rotateY(-360deg);
          transform: rotateY(-360deg);
}

/*
Case Area Style
======================================================*/
.case-area {
  position: relative;
}

.case-area .case-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.case-area .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.case-area .owl-nav .owl-next {
  margin-left: 20px !important;
  position: absolute;
  right: 30px;
  top: -45px;
}

.case-area .owl-nav .owl-next i {
  font-size: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.case-area .owl-nav .owl-prev {
  margin-right: 20px !important;
  position: absolute;
  left: 30px;
  top: -45px;
}

.case-area .owl-nav .owl-prev i {
  font-size: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.case-area .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: #1c85de;
}

.single-case {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.single-case .case-content {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#1c86de), to(#1d50df));
  background-image: linear-gradient(to bottom right, #1c86de, #1d50df);
  padding: 25px;
  z-index: 1;
  position: absolute;
  width: 100%;
  bottom: -30px;
  left: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-case .case-content h3 {
  color: #ffffff;
  margin-bottom: 0;
}

.single-case:hover .case-content {
  left: 0;
}

/*
Partner Area Style
======================================================*/
.partner-item {
  text-align: center;
}

/*
Pricing Area Style
======================================================*/
.single-pricing {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-pricing h3 {
  margin-bottom: 30px;
}

.single-pricing .price {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#1c86de), to(#1d50df));
  background-image: linear-gradient(to bottom right, #1c86de, #1d50df);
  display: inline-block;
  padding: 23px 25px;
  border-radius: 50%;
  margin-bottom: 25px;
}

.single-pricing .price h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 40px;
}

.single-pricing .price span {
  color: #ffffff;
  font-size: 14px;
}

.single-pricing ul {
  margin-bottom: 30px;
}

.single-pricing ul li {
  margin-bottom: 12px;
}

.single-pricing ul li:last-child {
  margin-bottom: 0;
}

.single-pricing .default-btn {
  border: 1px solid #444444;
}

.single-pricing .default-btn:hover {
  border-color: #1c85de;
}

.single-pricing:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-pricing.active {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#1c86de), to(#1d50df));
  background-image: linear-gradient(to bottom right, #1c86de, #1d50df);
  overflow: hidden;
  position: relative;
}

.single-pricing.active p {
  position: absolute;
  top: 27px;
  right: -55px;
  background-color: #ffffff;
  padding: 2px 70px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.single-pricing.active h3 {
  color: #ffffff;
}

.single-pricing.active .price {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to bottom right, #ffffff, #ffffff);
}

.single-pricing.active .price h2 {
  color: #192436;
}

.single-pricing.active .price span {
  color: #192436;
}

.single-pricing.active ul li {
  color: #ffffff;
}

.single-pricing.active .default-btn {
  background-color: #ffffff;
  color: #444444;
  border-color: #ffffff;
}

/*
Get In Touch Area Style
======================================================*/
.get-in-touch-area {
  background-image: -webkit-gradient(linear, left top, right top, from(#1c86de), to(#1d50df));
  background-image: linear-gradient(to right, #1c86de, #1d50df);
  position: relative;
  z-index: 1;
}

.get-in-touch-area .get-in-touch-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.get-in-touch-area .container {
  max-width: 1050px;
  margin: auto;
}

.get-in-touch-content h2 {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 0;
}

.get-in-touch-btn {
  text-align: right;
}

/*
Team Area Style
======================================================*/
.single-team {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
  text-align: center;
}

.single-team .team-content {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#1c86de), to(#1d50df));
  background-image: linear-gradient(to right, #1c86de, #1d50df);
  padding: 20px 30px;
  margin-left: 15px;
  margin-right: -15px;
  margin-top: -60px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team .team-content h3 {
  color: #ffffff;
}

.single-team .team-content span {
  color: #ffffff;
}

.single-team .team-content ul {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-image: -webkit-gradient(linear, left top, right top, from(#1c86de), to(#1d50df));
  background-image: linear-gradient(to right, #1c86de, #1d50df);
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.single-team .team-content ul li {
  display: inline-block;
  padding: 0 10px;
}

.single-team .team-content ul li a {
  color: #ffffff;
}

.single-team .team-content ul li a i {
  font-size: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  top: 4px;
}

.single-team .team-content ul li a:hover i {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.single-team:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-team:hover .team-content {
  margin-left: 0;
  margin-right: 0;
}

.single-team:hover .team-content ul {
  bottom: -30px;
  opacity: 1;
}

/*
Testimonial Area Style
======================================================*/
.testimonial-area .owl-nav {
  right: 25px;
  position: absolute;
  bottom: 10px;
}

.testimonial-area .owl-nav .owl-next {
  margin-left: 20px !important;
}

.testimonial-area .owl-nav .owl-next i {
  font-size: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.testimonial-area .owl-nav .owl-prev {
  margin-right: 20px !important;
}

.testimonial-area .owl-nav .owl-prev i {
  font-size: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.testimonial-area .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: #1c85de;
}

.testimonial-content {
  background-color: #ffffff;
  padding: 80px;
  padding-left: 50px;
  position: relative;
}

.testimonial-content p {
  margin-bottom: 20px;
}

.testimonial-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 200px;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}

/*
Blog Area Style
======================================================*/
.single-blog-post {
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-blog-post .blog-img {
  position: relative;
  overflow: hidden;
}

.single-blog-post .blog-img .date {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#1c86de), to(#1d50df));
  background-image: linear-gradient(to right, #1c86de, #1d50df);
  padding: 10px 30px;
  color: #ffffff;
}

.single-blog-post .news-content {
  position: relative;
  margin-top: 30px;
}

.single-blog-post .news-content a h3 {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 15px;
  line-height: 1.5;
}

.single-blog-post .news-content a:hover h3 {
  color: #1c85de;
}

.single-blog-post .news-content .admin {
  margin-bottom: 20px;
  color: #1c85de;
}

.single-blog-post .news-content .admin img {
  margin-right: 10px;
  border-radius: 50px;
}

.single-blog-post:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Contact Area Style
======================================================*/
.contact-area {
  background-color: #ffffff;
  background-image: url(../img/agency/contact-bg-shape.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-form {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.contact-form .form-group {
  margin-bottom: 30px;
}

.contact-form .form-group .form-control {
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #a8a8a8;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #a8a8a8;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
  color: #a8a8a8;
}

.contact-form .form-group .form-control::placeholder {
  color: #a8a8a8;
}

.contact-form .default-btn {
  background-color: #1c85de;
  color: #ffffff;
}

.list-unstyled {
  font-size: 14px;
  margin-top: 10px;
  color: #dc3545;
  text-align: left;
}

.text-success {
  color: #28a745 !important;
}

#msgSubmit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
}

/*
Footer Area Style
======================================================*/
.footer-area {
  background-color: #111111;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget h3 {
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 30px;
}

.single-footer-widget img {
  margin-bottom: 20px;
}

.single-footer-widget p {
  color: #f5f5f5;
}

.single-footer-widget .address li {
  color: #f5f5f5;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.single-footer-widget .address li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .address li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #1c85de;
}

.single-footer-widget .address li a {
  display: block;
  color: #f5f5f5;
}

.single-footer-widget .twitter-text {
  background-color: #222222;
  padding: 10px 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.single-footer-widget .twitter-text::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 30px;
  -webkit-transform: rotate(-65deg);
          transform: rotate(-65deg);
  border-top: 35px solid #222222;
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 50px solid transparent;
  z-index: -1;
}

.single-footer-widget .twitter-text a {
  color: #1c85de;
}

.single-footer-widget .twitter {
  position: relative;
  padding-left: 55px;
}

.single-footer-widget .twitter i {
  color: #ffffff;
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.single-footer-widget .twitter span {
  display: block;
  color: #f5f5f5;
}

.single-footer-widget .newsletter-form {
  position: relative;
  border-radius: 4px;
  margin-bottom: 20px;
}

.single-footer-widget .newsletter-form .form-control {
  background-color: #ffffff;
}

.single-footer-widget .newsletter-form .send-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  background-color: #1c85de;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 30px;
}

.single-footer-widget .social-area li {
  display: inline-block;
  margin-right: 10px;
}

.single-footer-widget .social-area li a i {
  font-size: 18px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #292929;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 4px;
}

.single-footer-widget .social-area li a:hover i {
  background-color: #1c85de;
}

#validator-newsletter {
  color: #dc3545;
  font-size: 14px;
  margin-top: 10px;
}

/*
Copy Right Area Style
======================================================*/
.copy-right {
  background-color: #111111;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #292929;
  text-align: center;
}

.copy-right p {
  color: #f9f9f9;
}

.copy-right p a {
  color: #1c85de;
}

/*====================================================
HOME STYLE TWO
======================================================*/
/*
Nav Area Style
======================================================*/
.navbar.saas-navbar {
  border-bottom: 1px solid #d6e6e6;
}

.navbar.saas-navbar.is-sticky {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebfaf9), to(#ffffff));
  background-image: linear-gradient(#ebfaf9, #ffffff);
  border: none;
}

.navbar.saas-navbar .navbar-nav .nav-item .nav-link {
  color: #192436;
}

.navbar.saas-navbar .navbar-nav .nav-item .nav-link::before {
  display: none;
}

.navbar.saas-navbar .navbar-nav .nav-item .nav-link:hover {
  color: #00b9a1;
}

.navbar.saas-navbar .navbar-nav .nav-item .nav-link.active {
  color: #00b9a1;
}

/*
Saas Banner Area Style
======================================================*/
.saas-banner-area {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebfaf9), to(#fafafa));
  background-image: linear-gradient(#ebfaf9, #fafafa);
  text-align: center;
  height: 100%;
  padding-top: 170px;
  padding-bottom: 100px;
}

.saas-banner-content {
  max-width: 720px;
  margin: 0 auto 50px;
}

.saas-banner-content h1 {
  font-size: 72px;
  margin-bottom: 30px;
}

.saas-banner-content h1 span {
  position: relative;
  display: inline-block;
}

.saas-banner-content h1 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00b9a1), to(#31b2cb));
  background-image: linear-gradient(to right, #00b9a1, #31b2cb);
}

.saas-banner-content p {
  margin-bottom: 30px;
}

.saas-banner-img {
  position: relative;
  z-index: 1;
}

.saas-banner-img .banner-shape-1 {
  position: absolute;
  bottom: 0;
  left: 100px;
  z-index: -1;
  -webkit-animation: moveScale 3s linear infinite;
          animation: moveScale 3s linear infinite;
}

.saas-banner-img .banner-shape-2 {
  position: absolute;
  right: 0;
  top: -100px;
  -webkit-animation: moveScale 3s linear infinite;
          animation: moveScale 3s linear infinite;
}

@-webkit-keyframes moveScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes moveScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*
Saas Partner Area Style
======================================================*/
.saas-partner-area {
  border-bottom: 1px solid #ececec;
}

/*
New Services Area Style
======================================================*/
.new-services-content h2 {
  font-size: 40px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.new-services-content h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00b9a1), to(#31b2cb));
  background-image: linear-gradient(to right, #00b9a1, #31b2cb);
}

.new-services-img {
  position: relative;
  z-index: 1;
}

.new-services-img .new-services-shape {
  position: absolute;
  bottom: 15px;
  left: 50px;
  z-index: -1;
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-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);
  }
}

/*
Saas Services Area Style
======================================================*/
.sass-services-area {
  border-top: 1px solid #ececec;
}

.sass-services-area .col-sm-6:nth-child(2) .sass-single-services-box {
  margin-top: 30px;
}

.sass-services-area .col-sm-6:nth-child(3) .sass-single-services-box {
  margin-top: -30px;
}

.sass-services-area .col-lg-6 .row {
  position: relative;
}

.sass-services-area .col-lg-6 .row::before {
  content: "";
  position: absolute;
  top: 150px;
  left: 150px;
  width: 300px;
  height: 300px;
  background-color: #ebfaf9;
  border-radius: 50%;
}

.services-contents {
  max-width: 600px;
}

.services-contents .top-title {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  color: #00b9a1;
  font-weight: 600;
  margin-bottom: 18px;
}

.services-contents .top-title::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #00b9a1;
}

.services-contents h2 {
  font-size: 40px;
  margin-bottom: 25px;
}

.services-contents p {
  margin-bottom: 30px;
}

.services-contents img {
  margin-bottom: 30px;
}

.sass-single-services-box {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sass-single-services-box i {
  font-size: 50px;
  color: #00b9a1;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}

.sass-single-services-box h3 {
  margin-bottom: 15px;
}

.sass-single-services-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Our Work Area Style
======================================================*/
.our-work-area {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebfaf9), to(#fafafa));
  background-image: linear-gradient(#ebfaf9, #fafafa);
}

.our-work-area .owl-carousel .owl-item img {
  width: unset;
  margin: auto;
}

.our-work-area .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.our-work-area .owl-nav .owl-next {
  margin-left: 20px !important;
  position: absolute;
  right: 120px;
  top: -60px;
}

.our-work-area .owl-nav .owl-next i {
  font-size: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.our-work-area .owl-nav .owl-prev {
  margin-right: 20px !important;
  position: absolute;
  left: 120px;
  top: -60px;
}

.our-work-area .owl-nav .owl-prev i {
  font-size: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.our-work-area .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: #00b9a1;
}

/*
Saas Pricing Area Style
======================================================*/
.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.price-tab {
  text-align: center;
}

.price-tab .tabs {
  border-radius: 4px;
  display: inline-block;
  background-color: #20323c;
  margin-bottom: 50px;
  text-align: center;
}

.price-tab .tabs li {
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 600;
}

.price-tab .tabs li a {
  color: #ffffff;
  padding: 10px 20px;
}

.price-tab .tabs li.current {
  background-color: #00b9a1;
  border-radius: 4px;
}

.saas-pricing-area .single-pricing .price {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#20323c), to(#20323c));
  background-image: linear-gradient(to bottom right, #20323c, #20323c);
}

.saas-pricing-area .single-pricing .price h2 {
  font-family: "Roboto", sans-serif;
}

.saas-pricing-area .single-pricing .default-btn:hover {
  background-color: #00b9a1;
  border-color: #00b9a1;
}

.saas-pricing-area .single-pricing.active {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#20323c), to(#20323c));
  background-image: linear-gradient(to bottom right, #20323c, #20323c);
}

.saas-pricing-area .single-pricing.active .price {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to bottom right, #ffffff, #ffffff);
}

.saas-pricing-area .single-pricing.active p {
  background-color: #00b9a1;
  color: #ffffff;
}

.saas-pricing-area .single-pricing.active .default-btn:hover {
  color: #ffffff;
}

/*
Saas Testimonial Area Style
======================================================*/
.saas-testimonial-area {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ecfaf9));
  background-image: linear-gradient(to right, #ffffff, #ecfaf9);
  position: relative;
  z-index: 1;
}

.saas-testimonial-area .testimonial-title span {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  color: #00b9a1;
  font-weight: 600;
  margin-bottom: 18px;
}

.saas-testimonial-area .testimonial-title span::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #00b9a1;
}

.saas-testimonial-area .testimonial-title h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.saas-testimonial-area .testimonial-content {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.saas-testimonial-area .testimonial-content::before {
  display: none;
}

.saas-testimonial-area .testimonial-content p {
  margin-bottom: 25px;
}

.saas-testimonial-area .testimonial-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.thumbs .owl-thumb-item .testimonial-thumbs {
  position: absolute;
}

.thumbs .owl-thumb-item .testimonial-thumbs i {
  color: #00b9a1;
  font-size: 35px;
  position: relative;
  top: -30px;
  right: 10px;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.thumbs .owl-thumb-item .testimonial-thumbs img {
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.thumbs .owl-thumb-item .testimonial-thumbs.img-1 {
  z-index: 1;
}

.thumbs .owl-thumb-item .testimonial-thumbs.img-2 {
  left: 360px;
  top: -70px;
  z-index: 1;
}

.thumbs .owl-thumb-item .testimonial-thumbs.img-3 {
  left: 500px;
  top: 130px;
  z-index: 1;
}

.thumbs .owl-thumb-item .testimonial-thumbs.img-4 {
  left: 300px;
  top: 280px;
  z-index: 1;
}

.thumbs .owl-thumb-item .testimonial-thumbs.img-5 {
  left: 45px;
  top: 230px;
  z-index: 1;
}

.thumbs .owl-thumb-item .testimonial-thumbs.img-6 {
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.thumbs .owl-thumb-item.active .testimonial-thumbs img {
  border: 5px solid #00b9a1;
}

.thumbs .owl-thumb-item.active .testimonial-thumbs i {
  opacity: 1;
}

/*
Saas Counter Area Style
======================================================*/
.saas-counter-area {
  background-image: none;
  background-color: transparent;
  border-bottom: 1px solid #ececec;
}

.saas-counter-area .single-counter i {
  color: #00b9a1;
}

.saas-counter-area .single-counter h2 {
  color: #00b9a1;
}

/*
Saas Blog Area Style
======================================================*/
.saas-blog-area .single-blog-post .news-content .product {
  margin-bottom: 15px;
  display: block;
  color: #00b9a1;
}

.saas-blog-area .single-blog-post .news-content .admin-content li {
  display: inline-block;
}

.saas-blog-area .single-blog-post .news-content .admin-content li img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.saas-blog-area .single-blog-post .news-content .admin-content li .admin {
  color: #444444;
}

.saas-blog-area .single-blog-post .news-content .admin-content li .admin:hover {
  color: #00b9a1;
}

.saas-blog-area .single-blog-post .news-content .admin-content .date {
  float: right;
}

.saas-blog-area .single-blog-post .news-content a h3 {
  margin-bottom: 20px;
}

.saas-blog-area .single-blog-post .news-content a h3:hover {
  color: #00b9a1;
}

/*
Saas Contact Area Style
======================================================*/
.saas-contact-area {
  background-image: none;
}

.saas-contact-area .contact-form {
  max-width: unset;
  text-align: left;
}

.saas-contact-area .contact-form h2 {
  margin-bottom: 30px;
  font-size: 35px;
}

.saas-contact-area .contact-form .default-btn {
  background-color: #00b9a1;
}

.saas-contact-area .contact-form .default-btn:hover {
  color: #ffffff;
}

/*
FAQ Area Style
======================================================*/
.faq-accordion h2 {
  font-size: 35px;
  margin-bottom: 30px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 12px;
  background-color: #fafafa;
  border: 1px solid #e7e7e7;
  padding-left: 20px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item.active {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 15px;
  color: #192436;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-left: 30px;
  font-family: "Spectral", serif;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 17px;
  font-size: 25px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #00b9a1;
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\eaf8";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.faq-accordion .accordion .accordion-content p {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*
Saas Footer Area Style
======================================================*/
.saas-footer-area {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ebfaf9));
  background-image: linear-gradient(#fafafa, #ebfaf9);
  background-color: transparent;
}

.saas-footer-area .single-footer-widget h3 {
  color: #192436;
}

.saas-footer-area .single-footer-widget p {
  color: #444444;
}

.saas-footer-area .single-footer-widget .address li {
  color: #444444;
}

.saas-footer-area .single-footer-widget .address li::before {
  background-color: #00b9a1;
}

.saas-footer-area .single-footer-widget .address li a {
  color: #444444;
}

.saas-footer-area .single-footer-widget .twitter-text {
  background-color: #daf3f1;
}

.saas-footer-area .single-footer-widget .twitter-text::before {
  border-top: 35px solid #daf3f1;
}

.saas-footer-area .single-footer-widget .twitter i {
  color: #444444;
}

.saas-footer-area .single-footer-widget .twitter span {
  color: #444444;
}

.saas-footer-area .single-footer-widget .social-area li a i {
  background-color: #d8f3f0;
  color: #192436;
}

.saas-footer-area .single-footer-widget .social-area li a:hover i {
  background-color: #192436;
  color: #ffffff;
}

.saas-footer-area .single-footer-widget .newsletter-form .send-btn {
  background-color: #00b9a1;
}

.saas-copy-right {
  background-color: #ebfaf9;
  border-top: 1px solid #d7e6e6;
}

.saas-copy-right p {
  color: #444444;
}

.saas-copy-right p a {
  color: #00b9a1;
}

.saas-go-top.active {
  background-color: #00b9a1;
}

.saas-our-work-area {
  text-align: center;
}

/*====================================================
HOME STYLE THREE
======================================================*/
/*
Nav Area Style
======================================================*/
.navbar.consulting-navbar {
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
}

.navbar.consulting-navbar.is-sticky {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#ffffff, #ffffff);
  border: none;
}

.navbar.consulting-navbar .navbar-nav .nav-item .nav-link {
  color: #192436;
}

.navbar.consulting-navbar .navbar-nav .nav-item .nav-link::before {
  display: none;
}

.navbar.consulting-navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ff3333;
}

.navbar.consulting-navbar .navbar-nav .nav-item .nav-link.active {
  color: #ff3333;
}

.navbar.consulting-navbar .other-option a {
  font-family: "Spectral", serif;
  font-size: 20px;
  color: #20323c;
}

.navbar.consulting-navbar .other-option i {
  color: #ff3333;
  font-size: 25px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.navbar.consulting-navbar .other-option:hover a {
  color: #ff3333;
}

/*
Consulting Banner Area Style
======================================================*/
.consulting-banner-area {
  background-color: #0f1a26;
  height: 850px;
  position: relative;
  z-index: 1;
}

.consulting-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.consulting-banner-area .shape-1 {
  position: absolute;
  left: 50px;
  top: 100px;
  z-index: -1;
  -webkit-animation: moveScale 3s linear infinite;
          animation: moveScale 3s linear infinite;
}

.consulting-banner-area .shape-2 {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: -1;
}

.consulting-banner-content {
  margin-top: 20px;
}

.consulting-banner-content h1 {
  font-size: 58px;
  color: #ffffff;
  margin-bottom: 30px;
}

.consulting-banner-content p {
  color: #ffffff;
}

.consulting-banner-content .social-link span {
  color: #ffffff;
  display: inline-block;
  margin-right: 90px;
  position: relative;
}

.consulting-banner-content .social-link span::before {
  content: "";
  position: absolute;
  top: 13px;
  right: -79px;
  width: 60px;
  height: 1px;
  background-color: #ffffff;
}

.consulting-banner-content .social-link ul {
  display: inline-block;
  line-height: 1;
  margin-top: 40px;
}

.consulting-banner-content .social-link ul li {
  display: inline-block;
}

.consulting-banner-content .social-link ul li a {
  padding: 0 5px;
}

.consulting-banner-content .social-link ul li a i {
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.consulting-banner-content .social-link ul li a:hover i {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.consulting-banner-img {
  margin-top: 40px;
  position: relative;
}

.consulting-banner-img .video-button {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.consulting-banner-img .video-button .video-btn {
  background-color: #ffffff;
}

.consulting-banner-img .video-button .video-btn i {
  color: #ff3333;
}

.consulting-banner-img .video-button .video-btn::after, .consulting-banner-img .video-button .video-btn::before {
  background-color: #ff3333;
}

/*
Feature Area Style
======================================================*/
.consulting-feature-area {
  margin-top: -50px;
  position: relative;
}

.single-consulting-feature {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  padding-top: 80px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-consulting-feature.bg-1 {
  background-image: url(../img/consulting/feature/feature-bg-1.jpg);
}

.single-consulting-feature.bg-2 {
  background-image: url(../img/consulting/feature/feature-bg-2.jpg);
}

.single-consulting-feature.bg-3 {
  background-image: url(../img/consulting/feature/feature-bg-3.jpg);
}

.single-consulting-feature::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(#ffffff));
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), #ffffff);
  z-index: -1;
}

.single-consulting-feature h3 {
  margin-bottom: 10px;
}

.single-consulting-feature:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Consulting About Area Style
======================================================*/
.consulting-about-area {
  overflow: hidden;
}

.consulting-about-content span {
  color: #ff3333;
  display: block;
  margin-bottom: 15px;
}

.consulting-about-content h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.consulting-about-content .use-mb {
  margin-bottom: 30px;
}

.consulting-about-content .single-about {
  margin-bottom: 30px;
}

.consulting-about-content .single-about i {
  color: #ff3333;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}

.consulting-about-content .single-about h3 {
  margin-bottom: 12px;
}

.consulting-about-img {
  margin-top: 60px;
  position: relative;
  z-index: 1;
  text-align: right;
}

.consulting-about-img::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 190px;
  width: 750px;
  height: 400px;
  background-color: #0f1a26;
  z-index: -1;
}

.consulting-about-img .shape {
  position: absolute;
  top: -50px;
  right: -100px;
  z-index: -1;
  -webkit-animation: moveScale 3s linear infinite;
          animation: moveScale 3s linear infinite;
}

/*
Consulting Services Area Style
======================================================*/
.consulting-services-area {
  background-color: #fcfcfc;
  position: relative;
}

.consulting-services-area .shape {
  position: absolute;
  top: 60px;
  left: 0;
}

.single-consulting-services {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-consulting-services.bg-1 {
  background-image: url(../img/consulting/services/services-bg-1.jpg);
}

.single-consulting-services.bg-2 {
  background-image: url(../img/consulting/services/services-bg-2.jpg);
}

.single-consulting-services.bg-3 {
  background-image: url(../img/consulting/services/services-bg-3.jpg);
}

.single-consulting-services.bg-4 {
  background-image: url(../img/consulting/services/services-bg-4.jpg);
}

.single-consulting-services.bg-5 {
  background-image: url(../img/consulting/services/services-bg-5.jpg);
}

.single-consulting-services.bg-6 {
  background-image: url(../img/consulting/services/services-bg-6.jpg);
}

.single-consulting-services::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-consulting-services::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f1a26;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0.85;
}

.single-consulting-services i {
  display: block;
  font-size: 40px;
  color: #ff3333;
  position: absolute;
  top: 78px;
  left: 26px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: #f3f3f4;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-consulting-services h3 {
  margin-bottom: 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-consulting-services p {
  padding-left: 65px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-consulting-services:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-consulting-services:hover::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.single-consulting-services:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-consulting-services:hover i {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}

.single-consulting-services:hover h3 {
  color: #ffffff;
}

.single-consulting-services:hover p {
  color: #ffffff;
}

/*
Consulting Counter Area Style
======================================================*/
.consulting-counter-area {
  background-image: none;
  background-color: transparent;
  border-bottom: 1px solid #ececec;
  position: relative;
}

.consulting-counter-area .shape {
  position: absolute;
  bottom: -100px;
  right: 50px;
  -webkit-animation: moveScale 3s linear infinite;
          animation: moveScale 3s linear infinite;
  z-index: -1;
}

.consulting-counter-area .single-counter i {
  color: #ff3333;
}

.consulting-counter-area .single-counter h2 {
  color: #ff3333;
}

/*
Consultancy Area Style
======================================================*/
.consultancy-area {
  position: relative;
  overflow: hidden;
  padding-top: 160px;
}

.consultancy-area .container-fluid {
  padding-left: 30px;
  padding-right: 0;
  max-width: 100%;
}

.consultancy-area::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 50%;
  height: 360px;
  background-color: #0f1a26;
}

.consultancy-area .owl-nav {
  text-align: left;
  margin-top: 5px !important;
}

.consultancy-area .owl-nav .owl-next {
  margin-left: 10px !important;
}

.consultancy-area .owl-nav .owl-next i {
  font-size: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.consultancy-area .owl-nav .owl-prev {
  margin-right: 10px !important;
}

.consultancy-area .owl-nav .owl-prev i {
  font-size: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.consultancy-area .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: #ff3333;
}

.consultancy-content {
  max-width: 490px;
  margin-left: auto;
}

.consultancy-item span {
  color: #ff3333;
  margin-bottom: 10px;
  display: block;
}

.consultancy-item h3 {
  margin-bottom: 15px;
  font-size: 30px;
  color: #ffffff;
}

.consultancy-item p {
  color: #ffffff;
}

/*
Project Area Style
======================================================*/
.project-item {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.project-item .project-content {
  position: absolute;
  bottom: -110px;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  padding: 20px 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.project-item .project-content span {
  color: #ff3333;
  display: block;
  margin-bottom: 10px;
}

.project-item .project-content h3 {
  margin-bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.project-item .project-content h3:hover {
  color: #ff3333;
}

.project-item:hover .project-content {
  bottom: 0;
}

/*
Project Area Style
======================================================*/
.consulting-testimonial-area .testimonial-title {
  max-width: 600px;
  margin-left: auto;
  position: absolute;
  right: 15px;
  top: 0;
}

.consulting-testimonial-area .testimonial-title span {
  color: #ff3333;
  display: block;
  margin-bottom: 10px;
}

.consulting-testimonial-area .testimonial-content {
  padding: 0;
}

.consulting-testimonial-area .owl-carousel .owl-item img {
  width: unset;
  margin: auto;
}

.consulting-testimonial-area .owl-nav {
  text-align: left;
  margin-top: 5px !important;
  width: 605px;
  margin-left: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.consulting-testimonial-area .owl-nav .owl-next {
  margin-left: 10px !important;
}

.consulting-testimonial-area .owl-nav .owl-next i {
  font-size: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.consulting-testimonial-area .owl-nav .owl-prev {
  margin-right: 10px !important;
}

.consulting-testimonial-area .owl-nav .owl-prev i {
  font-size: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.consulting-testimonial-area .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: #ff3333;
}

/*
Team Area Style
======================================================*/
.consulting-team-area {
  background-color: #fcfcfc;
}

.consulting-team-area .single-team .team-content {
  margin-left: 0;
  margin-right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#0f1a26), to(#0f1a26));
  background-image: linear-gradient(to right, #0f1a26, #0f1a26);
}

.consulting-team-area .single-team .team-content ul {
  background-image: -webkit-gradient(linear, left top, right top, from(#0f1a26), to(#0f1a26));
  background-image: linear-gradient(to right, #0f1a26, #0f1a26);
}

/*
Consulting Pricing Area Style
======================================================*/
.consulting-pricing-area {
  position: relative;
}

.consulting-pricing-area .shape {
  position: absolute;
  top: 100px;
  left: 50px;
  -webkit-animation: moveScale 3s linear infinite;
          animation: moveScale 3s linear infinite;
  z-index: -1;
}

.consulting-pricing-area .single-pricing .price {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#20323c), to(#20323c));
  background-image: linear-gradient(to bottom right, #20323c, #20323c);
  padding: 25px 40px;
}

.consulting-pricing-area .single-pricing .price i {
  font-size: 40px;
  display: block;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 8px;
}

.consulting-pricing-area .single-pricing .price span {
  font-weight: 600;
  font-family: "Spectral", serif;
}

.consulting-pricing-area .single-pricing .prices {
  margin-bottom: 30px;
}

.consulting-pricing-area .single-pricing .prices h2 {
  margin-bottom: 0;
  font-family: "Spectral", serif;
}

.consulting-pricing-area .single-pricing .default-btn:hover {
  background-color: #00b9a1;
  border-color: #00b9a1;
}

.consulting-pricing-area .single-pricing.active {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#20323c), to(#20323c));
  background-image: linear-gradient(to bottom right, #20323c, #20323c);
}

.consulting-pricing-area .single-pricing.active .price {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to bottom right, #ffffff, #ffffff);
}

.consulting-pricing-area .single-pricing.active .price i {
  color: #20323c;
}

.consulting-pricing-area .single-pricing.active .prices h2 {
  color: #ffffff;
}

.consulting-pricing-area .single-pricing.active .prices span {
  color: #ffffff;
}

.consulting-pricing-area .single-pricing.active .default-btn:hover {
  color: #ffffff;
}

/*
Consulting Get In Touch Area Style
======================================================*/
.consulting-get-in-touch-area {
  background-image: -webkit-gradient(linear, left top, right top, from(#20323c), to(#20323c));
  background-image: linear-gradient(to right, #20323c, #20323c);
}

.consulting-get-in-touch-area .get-in-touch-btn .default-btn {
  background-color: #ff3333;
  border-color: #ff3333;
  color: #ffffff;
}

.consulting-get-in-touch-area .get-in-touch-btn .default-btn:hover {
  background-color: #00b9a1;
}

/*
Consulting Blog Area Style
======================================================*/
.consulting-blog-area {
  border-bottom: 1px solid #e7e8e9;
}

.consulting-blog-area .news-content img {
  margin-right: 10px;
}

.consulting-blog-area .news-content .admin {
  color: #20323c;
}

.consulting-blog-area .news-content .admin:hover {
  color: #ff3333;
}

.consulting-blog-area .news-content a:hover h3 {
  color: #ff3333;
}

/*
Consulting Contact Area Style
======================================================*/
.consulting-contact-area {
  background-image: none;
  position: relative;
  z-index: 1;
}

.consulting-contact-area .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.consulting-contact-area .contact-form {
  text-align: left;
}

.consulting-contact-area .contact-form .default-btn {
  background-color: #20323c;
  border-color: #20323c;
}

.consulting-contact-area .contact-form .default-btn:hover {
  background-color: #ff3333;
  border-color: #ff3333;
  color: #ffffff;
}

.consulting-contact-area .contact-info h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.consulting-contact-area .contact-info p {
  font-size: 22px;
  font-family: "Spectral", serif;
  color: #20323c;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
}

.consulting-contact-area .contact-info .address .location {
  position: relative;
  color: #20323c;
}

.consulting-contact-area .contact-info .address .location i {
  position: absolute;
  color: #ff3333;
  left: 0;
  top: 5px;
  font-size: 25px;
}

.consulting-contact-area .contact-info .address li {
  position: relative;
  margin-bottom: 25px;
}

.consulting-contact-area .contact-info .address li span {
  font-weight: 600;
  color: #ff3333;
  display: block;
  margin-bottom: 5px;
}

.consulting-contact-area .contact-info .address li a {
  color: #20323c;
  display: block;
}

.consulting-contact-area .contact-info .address li a:hover {
  color: #ff3333;
}

.consulting-contact-area .contact-info .address li:last-child {
  margin-bottom: 0;
}

.consulting-contact-area .contact-info .address li i {
  position: absolute;
  color: #ff3333;
  left: 0;
  top: 5px;
  font-size: 25px;
}

/*
Consulting Footer Area Style
======================================================*/
.consulting-footer-area {
  background-color: #20323c;
}

.consulting-footer-area .single-footer-widget .address li::before {
  background-color: #ff3333;
}

.consulting-footer-area .single-footer-widget .twitter-text {
  background-color: #202a35;
}

.consulting-footer-area .single-footer-widget .twitter-text::before {
  border-top: 35px solid #202a35;
}

.consulting-footer-area .single-footer-widget .twitter-text a {
  color: #ff3333;
}

.consulting-footer-area .single-footer-widget .social-area li a i {
  background-color: #202a35;
  color: #ffffff;
}

.consulting-footer-area .single-footer-widget .social-area li a:hover i {
  background-color: #ff3333;
  color: #ffffff;
}

.consulting-footer-area .single-footer-widget .newsletter-form .send-btn {
  background-color: #ff3333;
}

.consulting-copy-right {
  background-color: #20323c;
  border-top: 1px solid #3c4752;
}

.consulting-copy-right p {
  color: #ffffff;
}

.consulting-copy-right p a {
  color: #ff3333;
}

.consulting-go-top.active {
  background-color: #ff3333;
}

/*====================================================
HOME STYLE FOUR
======================================================*/
/*
Nav Area Style
======================================================*/
.navbar.personal-navbar {
  background-color: #ffffff;
  border-bottom: none;
}

.navbar.personal-navbar.is-sticky {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#ffffff, #ffffff);
  border: none;
}

.navbar.personal-navbar .navbar-nav .nav-item .nav-link {
  color: #192436;
}

.navbar.personal-navbar .navbar-nav .nav-item .nav-link::before {
  display: none;
}

.navbar.personal-navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ff3333;
}

.navbar.personal-navbar .navbar-nav .nav-item .nav-link.active {
  color: #ff3333;
}

.navbar.personal-navbar .other-option ul li {
  display: inline-block;
  margin-left: 5px;
}

.navbar.personal-navbar .other-option ul li a i {
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  background-color: #00ade4;
  color: #ffffff;
  font-weight: normal;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.navbar.personal-navbar .other-option ul li a:hover i {
  background-color: #ffffff;
  color: #00ade4;
}

/*
Personal Banner Area Style
======================================================*/
.personal-banner-area {
  background-color: #eff0f4;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.personal-banner-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.personal-banner-content {
  margin-top: 75px;
  max-width: 660px;
}

.personal-banner-content span {
  color: #111111;
  font-size: 24px;
  font-family: "Spectral", serif;
}

.personal-banner-content h1 {
  font-size: 100px;
  margin-bottom: 10px;
}

.personal-banner-content h3 {
  font-size: 60px;
  color: #00ade4;
  margin-bottom: 20px;
}

.personal-banner-content p {
  margin-bottom: 30px;
}

.personal-banner-content .personal-btn {
  font-family: "Spectral", serif;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  color: #111111;
}

.personal-banner-content .personal-btn::before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #77ceec;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

.personal-banner-content .personal-btn:hover::before {
  width: 50%;
}

.personal-banner-content .shape-1 {
  position: absolute;
  left: 30px;
  top: -30px;
  z-index: -1;
  -webkit-animation: moveScale 3s linear infinite;
          animation: moveScale 3s linear infinite;
  opacity: 0.5;
}

.personal-banner-content .shape-2 {
  position: absolute;
  right: 30px;
  top: 0;
  z-index: -1;
  -webkit-animation: moveScale 4s linear infinite;
          animation: moveScale 4s linear infinite;
  opacity: 0.5;
}

.personal-banner-content .shape-3 {
  position: absolute;
  right: 30px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: moveScale 5s linear infinite;
          animation: moveScale 5s linear infinite;
  opacity: 0.5;
}

.personal-banner-img {
  margin-top: 85px;
  position: relative;
}

/*
Skill Area Style
======================================================*/
.skill-area {
  position: relative;
}

.skill-area .introduction {
  max-width: 630px;
  margin: auto;
  text-align: center;
  padding-bottom: 100px;
}

.skill-area .introduction h3 {
  margin-bottom: 15px;
  font-size: 30px;
}

.skill-area .shape-3 {
  position: absolute;
  top: 100px;
  left: 100px;
  z-index: -1;
}

.skill-content {
  background-color: #f5f6fa;
  padding: 70px;
  position: relative;
}

.skill-content .shape-1 {
  position: absolute;
  top: -30px;
  right: -50px;
  z-index: -1;
}

.skill-content .shape-2 {
  position: absolute;
  bottom: 0;
  left: -120px;
  z-index: -1;
}

.skill-content .skill-title span {
  color: #00ade4;
  display: block;
  margin-bottom: 12px;
}

.skill-content .skill-title h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.skill-content .skill-title p {
  margin-bottom: 30px;
}

.skill-bar {
  margin-bottom: 30px;
}

.skill-bar .progress-title-holder {
  position: relative;
}

.skill-bar .progress-title {
  font-size: 18px;
  font-weight: 500;
}

.skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #ffffff;
}

.skill-bar .progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  color: #1a1a1a;
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  font-weight: 600;
}

.skill-bar .down-arrow {
  border: 1px solid #111111;
  position: absolute;
  left: 49%;
  top: 131%;
  height: 16px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.skill-bar .progress-content-outter {
  height: 6px;
  background-color: transparent;
}

.skill-bar .progress-content {
  height: 6px;
  background-color: #111111;
  width: 0%;
}

.skill-img {
  text-align: center;
  position: relative;
  z-index: 1;
  top: 70px;
}

.skill-img .skill-shape {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  z-index: -1;
}

/*
Personal Skill Area Style
======================================================*/
.personal-services-area .services-content span {
  color: #00ade4;
  display: block;
  margin-bottom: 12px;
}

.personal-services-area .services-content h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.personal-services-area .services-content h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.personal-services-area .services-content a {
  font-size: 30px;
  color: #00ade4;
  margin-bottom: 10px;
}

.personal-services-area .single-personal-services {
  margin-bottom: 30px;
}

.personal-services-area .single-personal-services i {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 25px;
  display: block;
  color: #00ade4;
}

.personal-services-area .single-personal-services h3 {
  margin-bottom: 15px;
}

/*
Portfolio Area Style
======================================================*/
.portfolio-area {
  background-color: #f5f6fa;
}

.portfolio-area .container-fluid {
  max-width: 100%;
  padding: 0;
}

.portfolio-area .owl-theme .owl-dots {
  margin-top: 30px !important;
  line-height: 1;
}

.portfolio-area .owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
  background-color: #86d0fd;
  width: 15px;
  height: 15px;
}

.portfolio-area .owl-theme .owl-dots .owl-dot.active span {
  background-color: #00ade4;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.portfolio-item .portfolio-content {
  padding: 0;
  background-color: #ffffff;
  line-height: 1;
  padding: 20px 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.portfolio-item .portfolio-content h3 {
  margin-bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.portfolio-item .portfolio-content h3:hover {
  color: #00ade4;
}

/*
Personal Portfolio Area Style
======================================================*/
.personal-testimonial-area {
  background-image: -webkit-gradient(linear, left top, right top, from(#fafafa), to(#fafafa));
  background-image: linear-gradient(to right, #fafafa, #fafafa);
  position: relative;
}

.personal-testimonial-area .shape-1 {
  position: absolute;
  top: 50px;
  right: 50px;
}

.personal-testimonial-area .shape-2 {
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.personal-testimonial-area .shape-3 {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.personal-testimonial-area .testimonial-title span {
  padding-left: 0;
  color: #00ade4;
}

.personal-testimonial-area .testimonial-title span::before {
  display: none;
}

.personal-testimonial-area .testimonial-bg {
  position: absolute;
  left: 30px;
  right: unset;
  top: -60px;
  z-index: -1;
}

.personal-testimonial-area .thumbs .owl-thumb-item.active .testimonial-thumbs img {
  border-color: #00ade4;
}

.personal-testimonial-area .thumbs .owl-thumb-item.active .testimonial-thumbs i {
  color: #00ade4;
}

/*
Partner Area Style
======================================================*/
.personal-partner-area {
  background-color: #fafafa;
  border-bottom: 1px solid #ececec;
}

/*
Personal Blog Area Style
======================================================*/
.personal-blog-area {
  background-color: #fafafa;
}

.personal-blog-area .admin-content li {
  display: inline-block;
}

.personal-blog-area .admin-content li i {
  margin-right: 5px;
  color: #00ade4;
}

.personal-blog-area .admin-content li .admin {
  color: #444444;
}

.personal-blog-area .admin-content li .admin:hover {
  color: #00b9a1;
}

.personal-blog-area .admin-content .date {
  float: right;
}

/*
Personal Contact Area Style
======================================================*/
.personal-contact-area {
  background-image: none;
  background-color: #f5f6fa;
  position: relative;
}

.personal-contact-area .shape-1 {
  position: absolute;
  top: 50px;
  left: 50px;
}

.personal-contact-area .shape-2 {
  position: absolute;
  top: 50px;
  right: 50px;
}

.personal-contact-area .shape-3 {
  position: absolute;
  bottom: 100px;
  left: 100px;
}

.personal-contact-area .shape-4 {
  position: absolute;
  bottom: 100px;
  right: 100px;
}

.personal-contact-area .personal-title h2 {
  font-size: 30px;
}

.personal-contact-area .personal-btn {
  font-family: "Spectral", serif;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  color: #111111;
  background-color: transparent;
  z-index: 1;
  padding: 0;
}

.personal-contact-area .personal-btn::before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #77ceec;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

.personal-contact-area .personal-btn:hover::before {
  width: 50%;
}

/*
Personal Footer Area Style
======================================================*/
.personal-footer-area {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
  background-image: linear-gradient(#fafafa, #fafafa);
}

.personal-footer-area .single-footer-widget h3 {
  color: #192436;
}

.personal-footer-area .single-footer-widget p {
  color: #444444;
}

.personal-footer-area .single-footer-widget .address li {
  color: #444444;
}

.personal-footer-area .single-footer-widget .address li::before {
  background-color: #00ade4;
}

.personal-footer-area .single-footer-widget .address li a {
  color: #444444;
}

.personal-footer-area .single-footer-widget .twitter-text {
  background-color: #e8f3fb;
}

.personal-footer-area .single-footer-widget .twitter-text::before {
  border-top: 35px solid #e8f3fb;
}

.personal-footer-area .single-footer-widget .twitter i {
  color: #444444;
}

.personal-footer-area .single-footer-widget .twitter span {
  color: #444444;
}

.personal-footer-area .single-footer-widget .social-area li a i {
  background-color: #00ade4;
  color: #ffffff;
}

.personal-footer-area .single-footer-widget .social-area li a:hover i {
  background-color: #192436;
  color: #ffffff;
}

.personal-footer-area .single-footer-widget .newsletter-form .send-btn {
  background-color: #00ade4;
}

.personal-copy-right {
  background-color: #fafafa;
  border-top: 1px solid #d7e6e6;
}

.personal-copy-right p {
  color: #444444;
}

.personal-copy-right p a {
  color: #00ade4;
}

.personal-go-top.active {
  background-color: #00ade4;
}

/*====================================================
HOME STYLE FIVE
======================================================*/
/*
SEO Nav Area Style
======================================================*/
.navbar.seo-navbar {
  background-color: transparent;
  border-bottom: none;
}

.navbar.seo-navbar.is-sticky {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#ffffff, #ffffff);
  border: none;
}

.navbar.seo-navbar .navbar-nav .nav-item .nav-link {
  color: #192436;
}

.navbar.seo-navbar .navbar-nav .nav-item .nav-link::before {
  display: none;
}

.navbar.seo-navbar .navbar-nav .nav-item .nav-link:hover {
  color: #24958A;
}

.navbar.seo-navbar .navbar-nav .nav-item .nav-link.active {
  color: #24958A;
}

/*
SEO Banner Area Style
======================================================*/
.seo-banner-area {
  background-color: transparent;
  height: 100vh;
  position: relative;
  z-index: 1;
  /*background-image: url(../img/seo/banner-bg-shape.png);*/
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.seo-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.seo-banner-content {
  margin-top: 60px;
}

.seo-banner-content h1 {
  font-size: 55px;
  margin-bottom: 20px;
}

.seo-banner-content h1 span {
  color: #4355d5;
}

.seo-banner-content p {
  margin-bottom: 30px;
}

/*
SEO About Area Style
======================================================*/
.seo-about-area .about-content {
  max-width: 600px;
}

.seo-about-area .about-content .top-title {
  font-weight: normal;
  color: #24958A;
  padding-left: 0;
}

.seo-about-area .about-content .top-title::before {
  display: none;
}

.seo-about-area .faq-accordion .accordion .accordion-item {
  padding: 0;
  margin-right: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-color: #ffffff;
}

.seo-about-area .faq-accordion .accordion .accordion-title {
  padding: 15px 20px;
  padding-right: 50px;
  font-family: "Open Sans", sans-serif;
}

.seo-about-area .faq-accordion .accordion .accordion-title i {
  left: unset;
  right: 15px;
  color: #444444;
}

.seo-about-area .faq-accordion .accordion .accordion-content {
  padding-top: 0;
  padding-left: 20px;
  font-weight: normal;
}

/*
Process Area Style
======================================================*/
.process-area .col-lg-3:nth-child(1) .single-process {
  background-color: #f1eff8;
}

.process-area .col-lg-3:nth-child(1) .single-process span {
  color: #5d43bc;
}

.process-area .col-lg-3:nth-child(2) .single-process {
  background-color: #fbe6d4;
}

.process-area .col-lg-3:nth-child(2) .single-process span {
  color: #f1760c;
}

.process-area .col-lg-3:nth-child(3) .single-process {
  background-color: #f0fffc;
}

.process-area .col-lg-3:nth-child(3) .single-process span {
  color: #19b192;
}

.process-area .col-lg-3:nth-child(4) .single-process {
  background-color: #f8e1eb;
}

.process-area .col-lg-3:nth-child(4) .single-process span {
  color: #f0116f;
}

.single-process {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding: 30px 45px;
  z-index: 1;
  background-color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-process span {
  font-weight: 700;
  color: #cdcfd9;
  font-size: 25px;
  display: block;
  margin-bottom: 10px;
}

.single-process h3 {
  margin-bottom: 10px;
}

.single-process:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
SEO Counter Area Style
======================================================*/
.seo-counter-area {
  background-image: url(../img/seo/counter-bg.png);
  background-color: transparent;
  border-bottom: none;
}

.seo-counter-area .single-counter i {
  color: #24958A;
}

.seo-counter-area .single-counter h2 {
  color: #24958A;
}

/*
SEO Services Area Style
======================================================*/
.seo-services-area .col-lg-4:nth-child(2) .single-services::before {
  border-color: #4355d5;
}

.seo-services-area .col-lg-4:nth-child(2) .single-services::after {
  border-color: #4355d5;
}

.seo-services-area .col-lg-4:nth-child(4) .single-services::before {
  border-color: #4355d5;
}

.seo-services-area .col-lg-4:nth-child(4) .single-services::after {
  border-color: #4355d5;
}

.seo-services-area .col-lg-4:nth-child(6) .single-services::before {
  border-color: #4355d5;
}

.seo-services-area .col-lg-4:nth-child(6) .single-services::after {
  border-color: #4355d5;
}

.seo-services-area .single-services {
  position: relative;
  border-radius: 20px;
  z-index: 1;
  margin-bottom: 45px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.seo-services-area .single-services::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: 100%;
  height: 57%;
  border: 5px solid #24958A;
  border-radius: 20px 20px 0 0;
  border-bottom: none;
  z-index: -1;
}

.seo-services-area .single-services::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 100%;
  height: 57%;
  border: 5px dashed #24958A;
  border-radius: 0 0 20px 20px;
  border-top: none;
  z-index: -1;
}

.seo-services-area .single-services .services-content {
  text-align: center;
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  margin: 15px;
  border-radius: 20px;
}

.seo-services-area .single-services .services-content i {
  font-size: 50px;
  color: #24958A;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}

.seo-services-area .single-services .services-content h3 {
  margin-bottom: 12px;
}

.seo-services-area .single-services:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
SEO Work Area Style
======================================================*/
.seo-work-area {
  background-image: url(../img/seo/work/work-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-seo-work {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-seo-work .seo-work-content {
  margin-top: 20px;
  margin-bottom: 0;
}

.single-seo-work .seo-work-content a h3 {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-seo-work .seo-work-content a h3:hover {
  color: #24958A;
}

.single-seo-work:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Different Area Style
======================================================*/
.different-content h2 {
  font-size: 40px;
}

.different-content p {
  margin-bottom: 30px;
}

.different-content ul li {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.different-content ul li:last-child {
  margin-bottom: 0;
}

.different-content ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #24958A;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.different-content ul li h3 {
  margin-bottom: 10px;
}

.different-content ul li p {
  margin-bottom: 0;
}

.different-content ul li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.different-content ul li:hover::before {
  height: 100%;
}

/*
SEO Pricing Area Style
======================================================*/
.seo-pricing-area {
  background-image: url(../img/seo/price-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.seo-pricing-area .single-pricing .price {
  background-image: -webkit-gradient(linear, left top, right bottom, from(transparent), to(transparent));
  background-image: linear-gradient(to bottom right, transparent, transparent);
  padding: 0;
}

.seo-pricing-area .single-pricing .price i {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#24958A), to(#24958A));
  background-image: linear-gradient(to bottom right, #24958A, #24958A);
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 40px;
  display: block;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 100px;
  border-radius: 50%;
}

.seo-pricing-area .single-pricing .package {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: "Spectral", serif;
  font-size: 20px;
}

.seo-pricing-area .single-pricing .prices {
  margin-bottom: 30px;
}

.seo-pricing-area .single-pricing .prices h2 {
  margin-bottom: 0;
  font-family: "Spectral", serif;
}

.seo-pricing-area .single-pricing .default-btn:hover {
  background-color: #00b9a1;
  border-color: #00b9a1;
}

.seo-pricing-area .single-pricing.active {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#24958A), to(#24958A));
  background-image: linear-gradient(to bottom right, #24958A, #24958A);
  position: relative;
  z-index: 1;
}

.seo-pricing-area .single-pricing.active .price i {
  color: #00041b;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to bottom right, #ffffff, #ffffff);
}

.seo-pricing-area .single-pricing.active .package {
  color: #ffffff;
}

.seo-pricing-area .single-pricing.active .prices h2 {
  color: #ffffff;
}

.seo-pricing-area .single-pricing.active .prices span {
  color: #ffffff;
}

.seo-pricing-area .single-pricing.active .default-btn:hover {
  color: #ffffff;
}

.seo-pricing-area .single-pricing.active .shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

/*
SEO Testimonial Area Style
======================================================*/
.seo-testimonial-area .owl-carousel .owl-item img {
  width: unset;
  text-align: center;
  margin: 0 auto 10px;
}

.seo-testimonial-area .single-testimonial {
  text-align: center;
  background-color: #ffffff;
  position: relative;
  border-radius: 4px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  max-width: 800px;
  margin: 30px auto 165px;
}

.seo-testimonial-area .single-testimonial .quotes {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  color: #24958A;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.seo-testimonial-area .single-testimonial p {
  margin-bottom: 20px;
}

.seo-testimonial-area .single-testimonial ul li {
  display: inline-block;
}

.seo-testimonial-area .single-testimonial ul li i {
  font-size: 20px;
  color: #24958A;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.seo-testimonial-area .single-testimonial::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 50px solid #ffffff;
  border-right: 50px solid transparent;
  border-bottom: 0;
  border-left: 50px solid transparent;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.seo-testimonial-area .single-testimonial .testimonial-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -170px;
}

.seo-testimonial-area .single-testimonial .testimonial-img img {
  border-radius: 50%;
  margin-bottom: 15px;
}

.seo-testimonial-area .single-testimonial .testimonial-img h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.seo-testimonial-area .single-testimonial .testimonial-img span {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #24958A;
}

/*
SEO Blog Area Style
======================================================*/
.seo-blog-area {
  background-color: #fafafa;
}

.seo-blog-area .admin-content li {
  display: inline-block;
}

.seo-blog-area .admin-content li i {
  margin-right: 5px;
  color: #24958A;
}

.seo-blog-area .admin-content li .admin {
  color: #444444;
}

.seo-blog-area .admin-content li .admin:hover {
  color: #00b9a1;
}

.seo-blog-area .admin-content .date {
  float: right;
}

.seo-blog-area .news-content a:hover h3 {
  color: #00b9a1;
}

.seo-blog-area .news-content .default-btn {
  margin-top: 15px;
}

/*
SEO Contact Area Style
======================================================*/
.seo-contact-area {
  background-image: none;
  border-top: 1px solid #e1e1e3;
  background-color: #fafafa;
}

.seo-contact-area .contact-form {
  text-align: left;
}

.seo-contact-area .contact-form h2 {
  margin-bottom: 30px;
  font-size: 30px;
}

.seo-contact-area .contact-form .default-btn.seo-btn {
  background-color: #24958A;
  border-color: #24958A;
}

.seo-contact-area .contact-form .default-btn.seo-btn:hover {
  background-color: #00b9a1;
  border-color: #00b9a1;
}

/*
SEO Partner Area Style
======================================================*/
.seo-partner-area {
  background-image: url(../img/seo/partner-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*
Personal Footer Area Style
======================================================*/
.seo-footer-area {
  background-color: #00041b;
}

.seo-footer-area .single-footer-widget .address li::before {
  background-color: #24958A;
}

.seo-footer-area .single-footer-widget .twitter-text {
  background-color: #0f1328;
}

.seo-footer-area .single-footer-widget .twitter-text::before {
  border-top: 35px solid #0f1328;
}

.seo-footer-area .single-footer-widget .social-area li a i {
  background-color: #0f1328;
  color: #ffffff;
}

.seo-footer-area .single-footer-widget .social-area li a:hover i {
  background-color: #24958A;
  color: #ffffff;
}

.seo-footer-area .single-footer-widget .newsletter-form .send-btn {
  background-color: #24958A;
}

.seo-copy-right {
  background-color: #00041b;
}

.seo-go-top.active {
  background-color: #24958A;
}

/*
Demo Area Style
======================================================*/
.demo-side-icon {
  position: fixed;
  right: -1px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-45px);
          transform: translateY(-45px);
}

.demo-side-icon .modal-btn {
  padding: 0;
  border-radius: 5px 0 0 5px;
}

.demo-side-icon .modal-btn span {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #1c85de;
  padding: 10px 7px;
  border-radius: 5px 0 0 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.demo-side-icon .modal-btn span:hover {
  background-color: #1c85de;
}

.demos-side-content .modal {
  padding-right: 0 !important;
}

.demos-side-content .modal-header h2 {
  font-size: 18px;
  color: #1c85de;
  font-weight: 700;
  margin-bottom: 0;
}

.demos-side-content .modal-body {
  padding: 30px 30px 25px;
}

.demos-side-content .modal-body ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.demos-side-content .modal-body ul li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.demos-side-content .modal-body ul li .demo-item a {
  display: block;
  padding: 5px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  z-index: 1;
  position: relative;
}

.demos-side-content .modal-body ul li .demo-item a span {
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.demos-side-content .modal-body ul li .demo-item a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1c85de;
  opacity: 0;
  border-radius: 4px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.demos-side-content .modal-body ul li .demo-item:hover a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.demos-side-content .modal-body ul li .demo-item:hover a span {
  opacity: 1;
}

.demos-side-content .modal-body ul li .demo-item:hover a:before {
  opacity: 0.9;
}

.demos-side-content #myModalRight {
  z-index: 99999;
}

.demos-side-content .modal.modal-right .modal-dialog {
  max-width: 500px;
  min-height: 100vh;
}

.demos-side-content .modal.modal-right.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.demos-side-content .modal.modal-right .modal-content {
  height: 100vh;
  overflow-y: auto;
  border-radius: 0;
}

.demos-side-content .modal.modal-left .modal-dialog {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  margin: 0 auto 0 0;
}

.demos-side-content .modal.modal-right .modal-dialog {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  margin: 0 0 0 auto;
}

/*
Blog Details Area Style
======================================================*/
.blog-details-content .blog-top-content {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.blog-details-content .blog-top-content .blog-details-img {
  margin-bottom: 30px;
}

.blog-details-content .blog-top-content .news-content h3 {
  -webkit-transition: all ease 0.5s;
  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-right: 20px;
  border-right: 2px solid #444444;
  padding-right: 20px;
}

.blog-details-content .blog-top-content .news-content .admin li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.blog-details-content .blog-top-content .news-content .admin li i {
  color: #1c85de;
  font-size: 18px;
  position: relative;
  top: 1px;
}

.blog-details-content .blog-top-content .news-content .admin li a img {
  margin-right: 5px;
  border-radius: 50px;
  margin-bottom: 0;
  border-radius: 50%;
}

.blog-details-content .blog-top-content blockquote {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-details-content .blog-top-content blockquote p {
  padding: 30px;
  font-weight: 500;
  font-size: 18px;
  color: #192436;
  border-left: 2px solid #1c85de;
  background-color: #f9f9f9;
}

.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;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-details-content .social li {
  display: inline-block;
}

.blog-details-content .social li span {
  margin-right: 10px;
  font-weight: 500;
}

.blog-details-content .social li a {
  font-size: 16px;
  margin-right: 10px;
}

.blog-details-content .social li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.blog-details-content .social li:last-child a {
  margin-right: 0;
}

.blog-details-content .comments {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  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;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1c85de;
}

.blog-details-content .comments ul li {
  position: relative;
  padding-left: 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;
  left: 0;
  top: 0;
}

.blog-details-content .comments ul li h3 {
  margin-bottom: 10px;
  font-size: 16px;
  padding-left: 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-right: 5px;
}

.blog-details-content .leave-reply {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  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;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1c85de;
}

.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-right: 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-right: 5px;
  position: relative;
  top: 1px;
}

.sidebar-widget {
  margin-bottom: 35px;
}

.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;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1c85de;
}

.sidebar-widget.search .search-form {
  position: relative;
  padding: 20px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.sidebar-widget.search .search-form .search-button {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #1c85de;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sidebar-widget.search .search-form .search-button:hover {
  background-color: #192436;
}

.sidebar-widget.latest-news {
  padding: 20px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.sidebar-widget.latest-news ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.sidebar-widget.latest-news ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #1c85de;
}

.sidebar-widget.latest-news ul li:last-child {
  margin-bottom: 0;
}

.sidebar-widget.latest-news ul li a {
  font-size: 17px;
  color: #192436;
  margin-bottom: 10px;
}

.sidebar-widget.latest-news ul li a:hover {
  color: #1c85de;
}

.sidebar-widget.latest-news ul li span {
  display: block;
  font-size: 14px;
}

.sidebar-widget.categories {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 20px;
  overflow: hidden;
}

.sidebar-widget.categories ul li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eeeeee;
  font-size: 17px;
}

.sidebar-widget.categories ul li span {
  float: right;
  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 {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.sidebar-widget.tags ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.sidebar-widget.tags ul li a {
  border: 1px solid #eeeeee;
  padding: 8px 12px;
}

.sidebar-widget.tags ul li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background-color: #1c85de;
  color: #ffffff;
  border-color: #1c85de;
}

.sidebar-widget.tags ul li:last-child {
  margin-bottom: 0;
}

/* 
Page Title Area Style
=====================================================*/
.page-title-area {
  padding-top: 278px;
  padding-bottom: 150px;
  text-align: center;
  background-color: #1c85de;
}

.page-title-area .page-title-content {
  position: relative;
  margin-top: -10px;
}

.page-title-area .page-title-content h2 {
  margin-bottom: 15px;
  font-size: 50px;
  color: #ffffff;
}

.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: -5px;
}

.page-title-area .page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-right: 15px;
  margin-left: 15px;
}

.page-title-area .page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -3px;
  background-color: #444444;
  width: 1px;
  height: 15px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.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: #1c85de;
}

.page-title-area .page-title-content ul .active {
  color: #444444;
}

/*====================================================
OTHERS STYLE AREA
======================================================*/
/*
Preloader Area Style*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #ffffff;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #1c85de;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
          animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 82%;
  right: -10%;
  background-color: #1c85de;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #1c85de;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background-color: #1c85de;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 82%;
}

/*
Video wave Style*/
.video-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 0;
  color: #1c85de;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: rgba(28, 133, 222, 0.9);
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.video-btn i {
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: 1px;
  left: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  background-color: rgba(28, 133, 222, 0.9);
}

.video-btn:hover::before, .video-btn:hover::after {
  background-color: rgba(255, 255, 255, 0.9);
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
/*# sourceMappingURL=style.css.map */