/*
@File: Lizo Template Styles

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

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

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

** - Default CSS
** - Default btn CSS
** - Section Title CSS
** - Preloader Area CSS
** - Top Header Area CSS
** - Navbar Area CSS
** - Search Modal CSS
** - Main Slides Area CSS
** - Main Banner Area CSS
** - Services Area CSS
** - Overview Area CSS
** - Choose Area CSS
** - How Does Work Area CSS
** - Partner Area CSS
** - Review Area CSS
** - Blog Area CSS
** - Schedule Area CSS
** - About Area CSS
** - Work Area CSS
** - FAQS Area CSS
** - Fun Facts Area CSS
** - Projects Area CSS
** - Team Area CSS
** - Team Details Area CSS
** - Products Area CSS
** - Page Banner CSS
** - Pricing Area CSS
** - Gallery Area CSS
** - Services Details Area CSS
** - Projects Details Area CSS
** - Login Area CSS
** - Register Area CSS
** - 404 Error Area CSS
** - Terms of Service Area CSS
** - Privacy Policy Area CSS
** - Subscribe Area CSS
** - Coming Soon Area CSS
** - Contact Info Area CSS
** - Contact Area CSS
** - Map Area CSS
** - Blog Details Area CSS
** - Widget Sidebar CSS
** - Book Online Area CSS
** - Request A Quote Area CSS
** - Franchise Opportunity Area CSS
** - Cart Area CSS
** - Wishlist Area CSS
** - Checkout Area CSS
** - Products Details Area CSS
** - Footer Area CSS
** - Copy Right Area CSS
** - Go Top CSS

*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #363636;
  display: inline-block;
}

a:hover, a:focus {
  color: #0779e4;
  text-decoration: none;
}

button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #646464;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

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

i {
  line-height: normal;
}

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

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

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

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

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

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

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #363636;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

/*================================================
Default btn CSS
=================================================*/
.default-btn {
  display: inline-block;
  padding: 15px 35px;
  color: #ffffff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.default-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to bottom, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.default-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0779e4;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

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

.default-btn:hover::after {
  opacity: 1;
  visibility: visible;
}

/*================================================
Section Title CSS
=================================================*/
.section-title {
  text-align: center;
  margin-bottom: 45px;
}

.section-title h2 {
  font-size: 42px;
  margin-bottom: 12px;
  font-weight: 800;
}

.section-title p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.section-title p span {
  color: #0779e4;
}

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

.preloader .spinner {
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  margin: 0 auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
          animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

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

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

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

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

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

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

/*================================================
Top Header Area CSS
=================================================*/
.top-header-area {
  background: -webkit-gradient(linear, left top, right top, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to right, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  padding-top: 25px;
  padding-bottom: 25px;
}

.top-header-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.top-header-area.header-transparent-color {
  background: transparent;
}

.top-header-area.header-transparent-color .top-header-optional li .optional-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to bottom, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  color: #ffffff;
}

.top-header-area.header-transparent-color .top-header-optional li a i:hover {
  color: #0779e4;
}

.top-header-content {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.top-header-content li {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-right: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.top-header-content li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 35px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.top-header-content li span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 5px;
}

.top-header-content li span a {
  color: #ffffff;
}

.top-header-content li:last-child {
  margin-right: 0;
}

.top-header-optional {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}

.top-header-optional li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}

.top-header-optional li:last-child {
  margin-right: 0;
}

.top-header-optional li .optional-btn {
  display: inline-block;
  background-color: #ffffff;
  color: #0779e4;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.top-header-optional li .optional-btn:hover {
  background-color: #363636;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.top-header-optional li a {
  margin-right: 8px;
}

.top-header-optional li a:last-child {
  margin-right: 0;
}

.top-header-optional li a i {
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
}

.top-header-optional li a i:hover {
  color: #363636;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.header-information {
  display: none;
  background-color: #0779e4;
  color: #ffffff;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

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

.main-navbar {
  padding: 10px 0;
}

.main-navbar .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.main-navbar .navbar {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 0;
}

.main-navbar .navbar .navbar-brand {
  padding: 0;
}

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

.main-navbar .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

.main-navbar .navbar .navbar-nav .nav-item a {
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

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

.main-navbar .navbar .navbar-nav .nav-item a:hover, .main-navbar .navbar .navbar-nav .nav-item a:focus, .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #0779e4;
}

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

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

.main-navbar .navbar .navbar-nav .nav-item:hover a, .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #0779e4;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 70px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 250px;
  display: block;
  border-radius: 0;
  padding: 10px 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  background: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
  margin: 0;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 8px 20px;
  position: relative;
  display: block;
  color: #363636;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 1px;
  background-color: #0779e4;
  border-radius: 5px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #0779e4;
  padding-left: 30px;
}

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

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  right: -250px;
  left: auto;
  visibility: hidden;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #363636;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #0779e4;
}

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

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #363636;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #0779e4;
}

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

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #363636;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #0779e4;
}

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

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #363636;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #0779e4;
}

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

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #363636;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #0779e4;
}

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

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #363636;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #0779e4;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #0779e4;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #0779e4;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #0779e4;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #0779e4;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #0779e4;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #0779e4;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

.main-navbar .navbar .others-options .option-item {
  margin-right: 25px;
}

.main-navbar .navbar .others-options .option-item:last-child {
  margin-right: 0;
}

.main-navbar .navbar .others-options .option-item .cart-btn a {
  font-size: 25px;
  color: #363636;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}

.main-navbar .navbar .others-options .option-item .cart-btn a:hover {
  color: #0779e4;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.main-navbar .navbar .others-options .option-item .cart-btn a span {
  position: absolute;
  right: -1px;
  top: 5px;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  border-radius: 50%;
  background: #0779e4;
  color: #ffffff;
  font-size: 14px;
}

.main-navbar .navbar .others-options .option-item .search-btn a i {
  display: inline-block;
  font-size: 25px;
  color: #363636;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.main-navbar .navbar .others-options .option-item .search-btn a i:hover {
  color: #0779e4;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.main-navbar .navbar .others-options .option-item .navbar-btn .optional-btn {
  padding: 15px 25px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to bottom, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  color: #ffffff;
  border-radius: 10px;
  font-size: 16px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.main-navbar .navbar .others-options .option-item .navbar-btn .optional-btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.main-navbar .navbar .others-options .option-item .option-info {
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  padding: 10px 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.main-navbar .navbar .others-options .option-item .option-info h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.main-navbar .navbar .others-options .option-item .option-info h4 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}

.main-navbar .navbar .others-options .option-item .option-info h4 a {
  color: #0779e4;
}

.main-navbar .navbar .others-options .option-item .option-info:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.navbar-with-color {
  position: absolute;
  z-index: 999;
  width: 100%;
}

.navbar-with-color .main-navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-with-color .main-navbar .navbar {
  background: -webkit-gradient(linear, left top, left bottom, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to bottom, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  border-radius: 10px;
  padding: 10px 35px;
  position: relative;
}

.navbar-with-color .main-navbar .navbar .navbar-brand {
  padding: 0;
  position: absolute;
  left: 15%;
  right: 0;
  text-align: center;
}

.navbar-with-color .main-navbar .navbar .navbar-brand .default-logo {
  display: none;
}

.navbar-with-color .main-navbar .navbar .navbar-nav {
  margin-right: auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.navbar-with-color .main-navbar .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}

.navbar-with-color .main-navbar .navbar .navbar-nav .nav-item a:hover, .navbar-with-color .main-navbar .navbar .navbar-nav .nav-item a:focus, .navbar-with-color .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #ffffff;
}

.navbar-with-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  top: 72px;
}

.navbar-with-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #363636;
}

.navbar-with-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
  background-color: #0779e4;
}

.navbar-with-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-with-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-with-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #0779e4;
}

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

.navbar-with-color .main-navbar .navbar .others-options {
  position: relative;
  z-index: 1;
}

.navbar-with-color .main-navbar .navbar .others-options .option-item .cart-btn a {
  color: #ffffff;
}

.navbar-with-color .main-navbar .navbar .others-options .option-item .cart-btn a:hover {
  color: #363636;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.navbar-with-color .main-navbar .navbar .others-options .option-item .cart-btn a span {
  background: #ffffff;
  color: #0779e4;
}

.navbar-with-color .main-navbar .navbar .others-options .option-item .search-btn a i {
  color: #ffffff;
}

.navbar-with-color .main-navbar .navbar .others-options .option-item .search-btn a i:hover {
  color: #363636;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.navbar-area.is-sticky.navbar-with-color .main-navbar {
  padding: 10px 0;
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar {
  background: #ffffff;
  border-radius: 0;
  padding: 0;
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .navbar-brand {
  left: 0;
  position: relative;
  text-align: left;
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .navbar-brand .circle-logo {
  display: none;
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .navbar-brand .default-logo {
  display: block;
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .navbar-nav {
  margin: auto;
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .navbar-nav .nav-item a {
  color: #363636;
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .navbar-nav .nav-item a:hover, .navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .navbar-nav .nav-item a:focus, .navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #0779e4;
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #363636;
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
  background-color: #0779e4;
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #0779e4;
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before, .navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before, .navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
  width: 20px;
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .others-options {
  position: relative;
  z-index: 1;
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .others-options .option-item .cart-btn a {
  color: #363636;
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .others-options .option-item .cart-btn a:hover {
  color: #0779e4;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .others-options .option-item .cart-btn a span {
  background: #0779e4;
  color: #ffffff;
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .others-options .option-item .search-btn a i {
  color: #363636;
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .others-options .option-item .search-btn a i:hover {
  color: #0779e4;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .others-options .option-item .option-info {
  background-color: #0779e4;
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .others-options .option-item .option-info h3 {
  color: #ffffff;
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .others-options .option-item .option-info h4 a {
  color: #ffffff;
}

.navbar-area.is-sticky.navbar-with-color .main-navbar .navbar .others-options .option-item .option-info:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

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

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

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #0779e4;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 260px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -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 .others-options .option-item {
  margin-right: 25px;
}

.others-option-for-responsive .option-inner .others-options .option-item:last-child {
  margin-right: 0;
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn a {
  font-size: 25px;
  color: #363636;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn a:hover {
  color: #0779e4;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn a span {
  position: absolute;
  right: -1px;
  top: 5px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  background: #0779e4;
  color: #ffffff;
  font-size: 14px;
}

.others-option-for-responsive .option-inner .others-options .option-item .search-btn a i {
  display: inline-block;
  font-size: 25px;
  color: #363636;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.others-option-for-responsive .option-inner .others-options .option-item .search-btn a i:hover {
  color: #0779e4;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.others-option-for-responsive .option-inner .others-options .option-item .navbar-btn .optional-btn {
  padding: 15px 25px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to bottom, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  color: #ffffff;
  border-radius: 10px;
  font-size: 16px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.others-option-for-responsive .option-inner .others-options .option-item .navbar-btn .optional-btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.others-option-for-responsive .option-inner .others-options .option-item .option-info {
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  padding: 10px 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.others-option-for-responsive .option-inner .others-options .option-item .option-info h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.others-option-for-responsive .option-inner .others-options .option-item .option-info h4 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}

.others-option-for-responsive .option-inner .others-options .option-item .option-info h4 a {
  color: #0779e4;
}

.others-option-for-responsive .option-inner .others-options .option-item .option-info:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.main-header-area {
  position: absolute;
  width: 100%;
  z-index: 9;
}

/*================================================
Search Modal CSS
=================================================*/
.searchmodal .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0;
  display: table;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.searchmodal .modal-content {
  height: 100%;
  border-radius: 0;
  border: none;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.9);
}

.searchmodal .modal-body {
  max-width: 700px;
  margin: auto;
  padding: 0;
}

.searchmodal .modal-header {
  border: none;
}

.searchmodal .modal-header button {
  position: relative;
}

.searchmodal .modal-header button.close {
  position: absolute;
  right: 25px;
  top: 25px;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 52px;
  background-color: #ffffff;
  border-radius: 50px;
  color: #363636;
  border: none;
  font-size: 35px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.searchmodal .modal-header button.close:hover, .searchmodal .modal-header button.close:focus {
  background-color: #0779e4;
  color: #ffffff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.modal-search-form {
  position: relative;
}

.modal-search-form .search-field {
  background-color: initial;
  border: none;
  height: 60px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 60px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  width: 100%;
  outline: 0;
  border-bottom: 2px solid #ffffff;
}

.modal-search-form .search-field::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.modal-search-form .search-field:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.modal-search-form .search-field::-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.modal-search-form .search-field::placeholder {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.modal-search-form .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.modal-search-form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.modal-search-form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.modal-search-form .search-field:focus::placeholder {
  color: transparent;
}

.modal-search-form button {
  border: none;
  position: absolute;
  right: 0;
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.modal-search-form button i {
  font-size: 35px;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.modal-search-form button i:hover {
  color: #0779e4;
}

.modal-search-form button:hover, .modal-search-form button:focus {
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .main-responsive-nav {
    display: block;
  }
  .main-responsive-nav .main-responsive-menu {
    position: relative;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #0779e4;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .others-options {
    display: none !important;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 300px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #fff;
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #fff;
    position: relative;
  }
  .main-responsive-nav .logo {
    position: relative;
  }
  .main-responsive-nav .logo img {
    max-width: 100px !important;
  }
  .navbar-area {
    /* background-color: #ffffff; */
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-navbar {
    display: none;
  }
  .others-option-for-responsive {
    display: block;
  }
  .header-information {
    display: block;
  }
  .top-header-area {
    display: none;
  }
  .top-header-area.active {
    display: block;
  }
}

/*================================================
Main Slides Area CSS
=================================================*/
.main-slides-area {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.main-slides-item {
  background-image: url(../images/main-slides/slides-bg-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 175px;
  padding-bottom: 240px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.main-slides-item::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  z-index: -1;
  opacity: .45;
  border-radius: 8px 8px 0 0;
}

.main-slides-item.item-two {
  background-image: url(../images/main-slides/slides-bg-2.jpg);
}

.main-slides-item.item-three {
  background-image: url(../images/main-slides/slides-bg-3.jpg);
}

.main-slides-item .main-slides-content {
  text-align: center;
  max-width: 1050px;
  margin: auto;
}

.main-slides-item .main-slides-content h1 {
  font-size: 60px;
  margin-bottom: 18px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  color: #ffffff;
}

.main-slides-item .main-slides-content p {
  color: #ffffff;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  max-width: 650px;
  margin: auto;
}

.main-slides-item .main-slides-content .slides-btn {
  margin-top: 25px;
}

.main-slides-item .main-slides-content .slides-btn .default-btn {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  visibility: hidden;
  line-height: .01;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  background: #ffffff;
  color: #0779e4;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 30px;
}

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

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background-color: #0779e4;
}

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

.slides-cloud-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.slides-cloud-shape img {
  width: 100%;
}

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

.slides-main-shape img {
  width: 100%;
}

.slides-dot-shape .dot-shape-1 {
  position: absolute;
  left: 10%;
  top: 10%;
  -webkit-transform: translateY(-10%) translateX(-10%);
          transform: translateY(-10%) translateX(-10%);
  z-index: 1;
}

.slides-dot-shape .dot-shape-1 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.slides-dot-shape .dot-shape-2 {
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translateY(-10%) translateX(-50%);
          transform: translateY(-10%) translateX(-50%);
  z-index: 1;
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.slides-dot-shape .dot-shape-3 {
  position: absolute;
  right: 10%;
  top: 10%;
  -webkit-transform: translateY(-10%) translateX(-10%);
          transform: translateY(-10%) translateX(-10%);
  z-index: 1;
}

.slides-dot-shape .dot-shape-3 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.slides-dot-shape .dot-shape-4 {
  position: absolute;
  right: 20%;
  bottom: 20%;
  -webkit-transform: translateY(-20%) translateX(-20%);
          transform: translateY(-20%) translateX(-20%);
  z-index: 1;
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.slides-dot-shape .dot-shape-5 {
  position: absolute;
  left: 10%;
  bottom: 20%;
  -webkit-transform: translateY(-20%) translateX(-10%);
          transform: translateY(-20%) translateX(-10%);
  z-index: 1;
  -webkit-animation: animationFramesOne 30s infinite linear;
          animation: animationFramesOne 30s infinite 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);
  }
}

@-webkit-keyframes movescale {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes movescale {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

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

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

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

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

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

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

.main-slides-with-quote {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.main-slides-item-box {
  background-image: url(../images/main-slides/slides-bg-4.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 175px;
  overflow: hidden;
}

.main-slides-item-box::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  z-index: -1;
  opacity: .45;
}

.main-slides-item-box.item-two {
  background-image: url(../images/main-slides/slides-bg-5.jpg);
}

.main-slides-item-box.item-three {
  background-image: url(../images/main-slides/slides-bg-6.jpg);
}

.main-slides-item-box .main-slides-content {
  text-align: left;
}

.main-slides-item-box .main-slides-content h1 {
  font-size: 65px;
  margin-bottom: 20px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  color: #ffffff;
}

.main-slides-item-box .main-slides-content .slides-btn {
  margin-top: 35px;
}

.main-slides-item-box .main-slides-content .slides-btn .default-btn {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.slides-form-widget {
  background-color: #eeeeee;
  padding: 35px 30px;
  border-radius: 15px;
  text-align: center;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.slides-form-widget h3 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #0779e4;
}

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

.slides-form-widget form .form-group .form-control {
  height: 65px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 15px;
  outline: 0;
  padding: 10px 20px;
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 16px;
  font-weight: 400;
}

.slides-form-widget form .form-group .form-control::-webkit-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.slides-form-widget form .form-group .form-control:-ms-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.slides-form-widget form .form-group .form-control::-ms-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.slides-form-widget form .form-group .form-control::placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.slides-form-widget form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.slides-form-widget form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.slides-form-widget form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.slides-form-widget form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.slides-form-widget form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.slides-form-widget form .form-group .nice-select {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  color: #646464;
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
  z-index: 9;
}

.slides-form-widget form .form-group .nice-select::after {
  border-color: #0779e4;
  height: 8px;
  width: 8px;
  right: 20px;
  margin-top: -5px;
}

.slides-form-widget form .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  margin-top: 0;
  margin-bottom: 0;
}

.slides-form-widget form .form-group .nice-select .list .option {
  line-height: 40px;
  min-height: 40px;
  color: #646464;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
}

.slides-form-widget form .form-group .nice-select .list .option.selected {
  background-color: #0779e4 !important;
  color: #ffffff;
  font-weight: normal;
}

.slides-form-widget form .form-btn {
  margin-top: 15px;
}

.slides-form-widget form .form-btn .default-btn {
  position: relative;
  z-index: 1;
  border: none;
  width: 100%;
  border-radius: 15px;
  -webkit-transform: unset;
          transform: unset;
  padding: 20px;
}

.home-slides-two.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 75%;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
  text-align: left;
}

.home-slides-two.owl-theme .owl-dots .owl-dot {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.home-slides-two.owl-theme .owl-dots .owl-dot span {
  width: 35px;
  height: 5px;
  margin: 0 8px 0 0;
  background: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 10px;
}

.home-slides-two.owl-theme .owl-dots .owl-dot:hover span, .home-slides-two.owl-theme .owl-dots .owl-dot.active span {
  background-color: #0779e4;
  width: 55px;
}

.home-slides-two.owl-theme .owl-dots .owl-dot:hover span::before, .home-slides-two.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
}

.home-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  max-width: 1310px;
  margin-left: auto;
}

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

.main-banner-item {
  background-image: url(../images/main-banner/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 940px;
  position: relative;
  z-index: 1;
}

.main-banner-item::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  z-index: -1;
  opacity: .45;
}

.main-banner-item .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.main-banner-content {
  max-width: 710px;
  margin-top: 150px;
}

.main-banner-content h1 {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.main-banner-content p {
  color: #ffffff;
}

.main-banner-content .banner-btn {
  margin-top: 30px;
  position: relative;
  z-index: 999;
}

.banner-dot-shape .shape-1 {
  position: absolute;
  top: 25%;
  left: 45%;
  -webkit-transform: translateY(-25%) translateX(-45%);
          transform: translateY(-25%) translateX(-45%);
  opacity: 80%;
  z-index: 1;
  -webkit-animation: movescale 5s linear infinite;
          animation: movescale 5s linear infinite;
}

.banner-dot-shape .shape-2 {
  position: absolute;
  top: 25%;
  left: 5%;
  -webkit-transform: translateY(-25%) translateX(5%);
          transform: translateY(-25%) translateX(5%);
  opacity: 80%;
  z-index: 1;
  -webkit-animation: movescale 5s linear infinite;
          animation: movescale 5s linear infinite;
}

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

.banner-main-shape img {
  width: 100%;
}

.banner-form-widget {
  background-color: #ffffff;
  padding: 50px 45px;
  border-radius: 25px;
  position: absolute;
  right: 10%;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  bottom: 0;
  z-index: 9;
  text-align: center;
}

.banner-form-widget h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0779e4;
}

.banner-form-widget form .form-group .form-control {
  height: 65px;
  width: 100%;
  background-color: #BDDEF5;
  border: 1px solid #BDDEF5;
  border-radius: 0;
  outline: 0;
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 16px;
  font-weight: 400;
}

.banner-form-widget form .form-group .form-control::-webkit-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.banner-form-widget form .form-group .form-control:-ms-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.banner-form-widget form .form-group .form-control::-ms-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.banner-form-widget form .form-group .form-control::placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.banner-form-widget form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.banner-form-widget form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.banner-form-widget form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.banner-form-widget form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.banner-form-widget form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.banner-form-widget form .form-btn {
  margin-top: 15px;
}

.banner-form-widget form .form-btn .default-btn {
  position: relative;
  z-index: 1;
  border: none;
  width: 100%;
  border-radius: 0;
  -webkit-transform: unset;
          transform: unset;
}

.banner-form-widget .dot-shape {
  position: absolute;
  right: -25px;
  top: -25px;
  max-width: 50px;
}

.banner-form-widget .dot-shape img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top: 1px solid #f5f5f5;
}

.services-area.bg-main-color {
  background: -webkit-gradient(linear, left bottom, left top, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to top, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  padding-top: 50px;
  border-top: 1px solid #f5f5f5;
}

.services-area.bg-main-color .section-title h2 {
  color: #ffffff;
}

.services-area.bg-main-color .section-title p {
  color: #ffffff;
}

.services-area.bg-main-color .section-title p span {
  color: #ffffff;
}

.services-area.bg-main-color .view-all-services-btn .default-btn::before {
  background: -webkit-gradient(linear, right top, left top, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to left, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
}

.services-area.bg-main-color .view-all-services-btn .default-btn::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to bottom, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
}

.services-area.bg-main-color .view-all-services-btn .default-btn:hover {
  color: #ffffff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.services-area.bg-main-color .view-all-services-btn .default-btn:hover::after {
  opacity: 1;
  visibility: visible;
}

.single-services {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 6px 8px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;  z-index: -1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services .icon {
  margin-bottom: 25px;
}

.single-services .icon i {
  display: inline-block;
  height: 150px;
  width: 150px;
  line-height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to bottom, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  color: #ffffff;
  font-size: 80px;
  border-radius: 52% 48% 40% 60% / 65% 44% 56% 35%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services h3 a {
  color: #363636;
}

.single-services p {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 15px;
}

.single-services .services-btn {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services .services-btn i {
  margin-left: 2px;
  position: relative;
  top: 1px;
}

.single-services .dot-shape .shape-1 {
  position: absolute;
  left: 20px;
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  max-width: 50px;
  opacity: 30%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services .dot-shape .shape-1 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.single-services .dot-shape .shape-2 {
  position: absolute;
  right: 20px;
  top: 20px;
  max-width: 60px;
  opacity: 30%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services .dot-shape .shape-2 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

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

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

.single-services:hover .icon i {
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
  background: -webkit-gradient(linear, left bottom, right top, from(#29abe2), color-stop(#29abe2), color-stop(#29abe2), color-stop(#29abe2), to(#29abe2));
  background: linear-gradient(to right top, #29abe2, #29abe2, #29abe2, #29abe2, #29abe2);
}

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

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

.single-services:hover .services-btn {
  color: #FFF951;
  letter-spacing: 1px;
}

.single-services:hover .dot-shape .shape-1 {
  top: 50px;
}

.single-services:hover .dot-shape .shape-2 {
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.view-all-services-btn {
  text-align: center;
}

.services-main-shape .shape-1 {
  position: absolute;
  right: 0;
  top: 5%;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
  opacity: 50%;
}

.services-main-shape .shape-2 {
  position: absolute;
  left: 0;
  bottom: 5%;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  opacity: 50%;
}

.services-main-shape .shape-3 {
  position: absolute;
  top: 2%;
  left: 2%;
  z-index: -1;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.services-main-shape .shape-4 {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  left: 2%;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.services-main-shape .shape-5 {
  position: absolute;
  bottom: 30%;
  left: -5%;
  z-index: -1;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.services-main-shape .shape-6 {
  position: absolute;
  bottom: 2%;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.services-main-shape .shape-7 {
  position: absolute;
  top: 5%;
  right: -2%;
  z-index: -1;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.services-main-shape .shape-8 {
  position: absolute;
  top: 25%;
  right: -2%;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.services-main-shape .shape-9 {
  position: absolute;
  bottom: 40%;
  right: 2%;
  z-index: -1;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.services-main-shape .shape-10 {
  position: absolute;
  bottom: 0;
  right: -8%;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.services-large-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

/*================================================
Overview Area CSS
=================================================*/
.overview-area {
  background: -webkit-gradient(linear, left top, right top, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to right, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.overview-content span {
  font-size: 26px;
  margin-bottom: 0;
  color: #ffffff;
}

.overview-content span b {
  font-weight: 400;
  color: #FFF951;
}

.overview-content h3 {
  font-size: 45px;
  margin-top: 18px;
  margin-bottom: 0;
  font-weight: 600;
}

.overview-content h3 a {
  color: #ffffff;
}

.overview-btn {
  text-align: right;
}

.overview-btn .overview-btn-one {
  display: inline-block;
  padding: 15px 35px;
  background-color: #ffffff;
  color: #0779e4;
  border-radius: 10px;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.overview-btn .overview-btn-one:hover {
  background-color: #363636;
  color: #ffffff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.overview-main-shape {
  position: absolute;
  left: 20px;
  top: 10%;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  max-width: 150px;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.overview-dot-shape .shape-1 {
  position: absolute;
  left: 30%;
  top: 25%;
  -webkit-transform: translateY(-30%) translateX(-25%);
          transform: translateY(-30%) translateX(-25%);
  z-index: -1;
  max-width: 100px;
  opacity: 50%;
}

.overview-dot-shape .shape-1 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.overview-dot-shape .shape-2 {
  position: absolute;
  left: 20%;
  bottom: 5%;
  -webkit-transform: translateY(-5%) translateX(-20%);
          transform: translateY(-5%) translateX(-20%);
  z-index: -1;
  max-width: 100px;
  opacity: 50%;
}

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

.overview-dot-shape .shape-3 {
  position: absolute;
  left: 50%;
  top: 25%;
  -webkit-transform: translateY(-25%) translateX(-50%);
          transform: translateY(-25%) translateX(-50%);
  z-index: -1;
  max-width: 100px;
  opacity: 50%;
}

.overview-dot-shape .shape-3 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.overview-dot-shape .shape-4 {
  position: absolute;
  left: 40%;
  bottom: 10%;
  -webkit-transform: translateY(-10%) translateX(-40%);
          transform: translateY(-10%) translateX(-40%);
  z-index: -1;
  max-width: 100px;
  opacity: 50%;
}

.overview-dot-shape .shape-4 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.overview-dot-shape .shape-5 {
  position: absolute;
  left: 55%;
  top: 65%;
  -webkit-transform: translateY(-65%) translateX(-55%);
          transform: translateY(-65%) translateX(-55%);
  z-index: -1;
  max-width: 50px;
  opacity: 50%;
}

.overview-dot-shape .shape-5 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.overview-dot-shape .shape-6 {
  position: absolute;
  left: 65%;
  top: 65%;
  -webkit-transform: translateY(-65%) translateX(-65%);
          transform: translateY(-65%) translateX(-65%);
  z-index: -1;
  max-width: 100px;
  opacity: 50%;
}

.overview-dot-shape .shape-6 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.overview-dot-shape .shape-7 {
  position: absolute;
  right: 22%;
  top: 20%;
  -webkit-transform: translateY(-20%) translateX(-22%);
          transform: translateY(-20%) translateX(-22%);
  z-index: -1;
  max-width: 100px;
  opacity: 50%;
}

.overview-dot-shape .shape-7 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

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

.single-choose-right {
  position: relative;
  margin-bottom: 50px;
  text-align: right;
  padding-right: 95px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-choose-right:last-child {
  margin-bottom: 0;
}

.single-choose-right i {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to bottom, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  border-radius: 48% 52% 35% 65% / 65% 44% 56% 35%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-choose-right h3 {
  font-size: 25px;
  margin-bottom: 12px;
}

.single-choose-right h3 a {
  color: #363636;
}

.single-choose-right p {
  margin-bottom: 0;
}

.single-choose-right:hover i {
  -webkit-animation: bounce 1.2s;
          animation: bounce 1.2s;
}

.single-choose-right:hover h3 a {
  color: #0779e4;
}

.single-choose-left {
  position: relative;
  margin-bottom: 50px;
  text-align: left;
  padding-left: 95px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-choose-left:last-child {
  margin-bottom: 0;
}

.single-choose-left i {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to bottom, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  border-radius: 48% 52% 35% 65% / 65% 44% 56% 35%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-choose-left h3 {
  font-size: 25px;
  margin-bottom: 12px;
}

.single-choose-left h3 a {
  color: #363636;
}

.single-choose-left p {
  margin-bottom: 0;
}

.single-choose-left:hover i {
  -webkit-animation: bounce 1.2s;
          animation: bounce 1.2s;
}

.single-choose-left:hover h3 a {
  color: #0779e4;
}

.choose-image {
  background-image: url(../images/choose/choose-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.choose-image .square-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.choose-main-shape .shape-1 {
  position: absolute;
  right: 20px;
  top: 0;
  max-width: 250px;
  z-index: -1;
  opacity: 50%;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.choose-main-shape .shape-2 {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: -1;
  opacity: 50%;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

/*================================================
How Does Work Area CSS
=================================================*/
.how-does-work-area {
  background: -webkit-gradient(linear, left top, right top, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to right, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.how-does-work-area .section-title h2 {
  color: #ffffff;
}

.how-does-work-area .section-title p {
  color: #ffffff;
}

.how-does-work-area .section-title p span {
  color: #FFF951;
}

.how-does-work-left .single-does-work {
  margin-bottom: 50px;
}

.how-does-work-left .single-does-work:last-child {
  margin-bottom: 0;
}

.how-does-work-left .single-does-work .does-work-content .number {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background-color: #ffffff;
  color: #0779e4;
  font-size: 50px;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
  margin-bottom: 20px;
}

.how-does-work-left .single-does-work .does-work-content h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}

.how-does-work-left .single-does-work .does-work-content h3 a {
  color: #ffffff;
}

.how-does-work-left .single-does-work .does-work-content p {
  color: #ffffff;
  font-size: 15px;
}

.how-does-work-right {
  position: relative;
  margin-top: 115px;
}

.how-does-work-right .single-does-work {
  margin-bottom: 50px;
}

.how-does-work-right .single-does-work:last-child {
  margin-bottom: 0;
}

.how-does-work-right .single-does-work .does-work-content {
  text-align: right;
}

.how-does-work-right .single-does-work .does-work-content .number {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background-color: #ffffff;
  color: #0779e4;
  font-size: 50px;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
  margin-bottom: 20px;
}

.how-does-work-right .single-does-work .does-work-content h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}

.how-does-work-right .single-does-work .does-work-content h3 a {
  color: #ffffff;
}

.how-does-work-right .single-does-work .does-work-content p {
  color: #ffffff;
  font-size: 15px;
}

.how-does-work-arrow-shape .arrow-shape-1 {
  position: absolute;
  top: 30%;
  left: 54%;
  -webkit-transform: translateY(-30%) translateX(-54%);
          transform: translateY(-30%) translateX(-54%);
  z-index: -1;
}

.how-does-work-arrow-shape .arrow-shape-2 {
  position: absolute;
  top: 62%;
  left: 52%;
  -webkit-transform: translateY(-62%) translateX(-52%);
          transform: translateY(-62%) translateX(-52%);
  z-index: -1;
}

.how-does-work-arrow-shape .arrow-shape-3 {
  position: absolute;
  left: 38%;
  bottom: 16%;
  -webkit-transform: translateY(-16%) translateX(-38%);
          transform: translateY(-16%) translateX(-38%);
  z-index: -1;
}

.how-does-work-main-shape .shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 50%;
  z-index: -1;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.how-does-work-main-shape .shape-2 {
  position: absolute;
  left: 20%;
  bottom: 0;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
  opacity: 50%;
}

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

.partner-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.partner-area.bg-color .partner-main-shape .shape-1 {
  max-width: 150px;
}

.partner-area.bg-color .partner-main-shape .shape-2 {
  max-width: 150px;
  top: 30px;
}

.single-partner {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 35px;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

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

.partner-main-shape .shape-1 {
  position: absolute;
  right: 5%;
  top: 5%;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
  z-index: -1;
  max-width: 350px;
  opacity: 30%;
}

.partner-main-shape .shape-2 {
  position: absolute;
  left: 10px;
  bottom: 20%;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  z-index: -1;
  opacity: 30%;
}

/*================================================
Review Area CSS
=================================================*/
.review-area {
  background-color: #F9F9F9;
}

.review-area.bg-color {
  background: transparent;
  overflow: hidden;
}

.review-area.bg-color .container-fluid {
  padding-right: 0;
}

.review-image {
  position: relative;
  z-index: 1;
  background-image: url(../images/review/review-main-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.review-image .review-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px;
}

.review-image .review-title h2 {
  font-size: 38px;
  margin-bottom: 12px;
  font-weight: 800;
}

.review-image .review-title p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.review-image .review-title p span {
  color: #0779e4;
}

.review-item {
  overflow-y: auto;
  overflow-x: hidden;
  height: 615px;
}

.review-item .review-content {
  background-color: #ffffff;
  padding: 30px 25px;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.review-item .review-content .icon {
  text-align: center;
  margin-bottom: 5px;
}

.review-item .review-content .icon i {
  font-size: 35px;
  color: #29ABE2;
}

.review-item .review-content p {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-style: italic;
}

.review-item .review-content .review-info {
  position: relative;
  padding-left: 65px;
  margin-top: 20px;
}

.review-item .review-content .review-info img {
  position: absolute;
  left: 0;
  top: 0;
  height: 55px;
  width: 55px;
  border-radius: 50%;
}

.review-item .review-content .review-info h3 {
  font-size: 18px;
  font-weight: 500;
  color: #0779e4;
  margin-bottom: 8px;
}

.review-item .review-content .review-info span {
  font-size: 15px;
  font-weight: 400;
  color: #646464;
}

.review-item::-webkit-scrollbar {
  width: 5px;
}

.review-item::-webkit-scrollbar-thumb {
  background: #eeeeee;
}

.review-main-box {
  max-width: 660px;
  margin-left: auto;
}

.review-main-box .content {
  margin-bottom: 30px;
}

.review-main-box .content h3 {
  font-size: 42px;
  margin-bottom: 8px;
}

.review-main-box .content p span {
  color: #0779e4;
}

.review-main-box .review-item-box {
  overflow-y: auto;
  overflow-x: unset;
  height: 615px;
}

.review-main-box .review-item-box .review-content-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 40px 35px;
  border-radius: 10px;
  margin-top: 30px;
  border: 1px solid #f3f3f3;
  position: relative;
}

.review-main-box .review-item-box .review-content-box:first-child {
  margin-top: 0;
}

.review-main-box .review-item-box .review-content-box .review-info {
  position: relative;
  padding-left: 65px;
}

.review-main-box .review-item-box .review-content-box .review-info img {
  position: absolute;
  left: 0;
  top: -2px;
  height: 55px;
  width: 55px;
  border-radius: 50%;
}

.review-main-box .review-item-box .review-content-box .review-info h3 {
  font-size: 18px;
  font-weight: 500;
  color: #0779e4;
  margin-bottom: 8px;
}

.review-main-box .review-item-box .review-content-box .review-info span {
  font-size: 15px;
  font-weight: 400;
  color: #646464;
}

.review-main-box .review-item-box .review-content-box .review-inner-box {
  margin-top: 25px;
  position: relative;
  padding-left: 65px;
  margin-left: 15px;
}

.review-main-box .review-item-box .review-content-box .review-inner-box .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.review-main-box .review-item-box .review-content-box .review-inner-box .icon i {
  font-size: 45px;
  color: #29ABE2;
}

.review-main-box .review-item-box .review-content-box .review-inner-box p {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-style: italic;
}

.review-main-box .review-item-box .review-content-box .review-rating {
  position: absolute;
  right: 30px;
  top: 45px;
}

.review-main-box .review-item-box .review-content-box .review-rating i {
  color: #FFB73B;
  font-size: 20px;
}

.review-main-box .review-item-box::-webkit-scrollbar {
  width: 5px;
}

.review-main-box .review-item-box::-webkit-scrollbar-thumb {
  background: #eeeeee;
}

.review-image-wrap {
  background-image: url(../images/review/review-main-2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 50px 0 0 50px;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area {
  background: -webkit-gradient(linear, left top, right top, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to right, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog-area.bg-color {
  background: #f5f5f5;
}

.blog-area.bg-color .single-blog .blog-image .tag {
  background-color: #0779e4;
  color: #ffffff;
}

.blog-area.bg-color .single-blog .blog-content .meta p {
  color: #646464;
}

.blog-area.bg-color .single-blog .blog-content .meta p a {
  color: #646464;
}

.blog-area.bg-color .single-blog .blog-content h3 a {
  color: #363636;
}

.blog-area.bg-color .single-blog .blog-content .blog-btn {
  color: #0779e4;
}

.blog-area.bg-color .section-title h2 {
  color: #363636;
}

.blog-area.bg-color .section-title p {
  color: #363636;
}

.blog-area.bg-color .section-title p span {
  color: #0779e4;
}

.blog-area .section-title h2 {
  color: #ffffff;
}

.blog-area .section-title p {
  color: #ffffff;
}

.blog-area .section-title p span {
  color: #FFF951;
}

.single-blog {
  margin-bottom: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-blog .blog-image {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-blog .blog-image::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}

.single-blog .blog-image img {
  border-radius: 2px;
}

.single-blog .blog-image .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  margin-top: 10px;
}

.single-blog .blog-image .icon i {
  font-size: 35px;
  color: #0779e4;
}

.single-blog .blog-image .tag {
  display: inline-block;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background-color: #ffffff;
  color: #0779e4;
  position: absolute;
  bottom: -45px;
  left: 15px;
  border-radius: 2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-blog .blog-image .tag span {
  display: block;
}

.single-blog .blog-content {
  padding-top: 70px;
  position: relative;
}

.single-blog .blog-content .meta {
  position: absolute;
  top: 15px;
  right: 0;
}

.single-blog .blog-content .meta p {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 500;
  font-style: italic;
}

.single-blog .blog-content .meta p a {
  color: #ffffff;
}

.single-blog .blog-content h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.4;
}

.single-blog .blog-content h3 a {
  color: #ffffff;
}

.single-blog .blog-content .blog-btn {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #FFF951;
}

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

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

.single-blog:hover .blog-image::before {
  opacity: .50;
  visibility: visible;
}

.single-blog:hover .blog-image .icon {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.single-blog:hover .blog-image .tag {
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
}

.single-blog:hover .blog-content .blog-btn {
  letter-spacing: 1px;
}

.blog-main-shape .shape-1 {
  position: absolute;
  right: 5%;
  top: 5%;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
  z-index: -1;
  opacity: 50%;
}

.blog-main-shape .shape-2 {
  position: absolute;
  left: 10px;
  bottom: 20%;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  z-index: -1;
  opacity: 50%;
}

.view-all-blog-btn {
  text-align: center;
  margin-top: 10px;
}

/*================================================
Schedule Area CSS
=================================================*/
.schedule-area {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.schedule-content {
  text-align: center;
}

.schedule-content h3 {
  font-size: 50px;
  color: #0779e4;
  margin-bottom: 0;
}

.schedule-content .schedule-btn {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.schedule-main-shape .shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.schedule-main-shape .shape-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}

.schedule-main-shape .shape-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

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

.about-item .content h3 {
  font-size: 42px;
  margin-bottom: 8px;
}

.about-item .content h3 b {
  color: #0779e4;
}

.about-item .content span {
  font-weight: 500;
}

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

.about-item .inner-content {
  position: relative;
  margin-top: 30px;
  padding-left: 105px;
}

.about-item .inner-content .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.about-item .inner-content .icon i {
  display: inline-block;    
  height: 45px;
    width: 44px;
    line-height: 47px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to bottom, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  border-radius: 52% 48% 40% 60% / 65% 44% 56% 35%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.about-item .inner-content h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 14px;
}

.about-item .inner-content h4 a {
  color: #363636;
}

.about-item .inner-content p {
  margin-bottom: 0;
}

.about-item .inner-content:hover .icon i {
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
}

.about-item .inner-content:hover h4 a {
  color: #0779e4;
}

.about-item .about-btn {
  margin-top: 30px;
}

.about-image {
  position: relative;
  z-index: 1;
}

.about-image .image-wrap-shape {
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
  z-index: -1;
}

.about-dot-shape {
  position: absolute;
  left: 0;
  top: 130px;
  z-index: -1;
  opacity: 30%;
}

/*================================================
Work Area CSS
=================================================*/
.work-area {
  overflow: hidden;
}

.work-area .container-fluid {
  padding-right: 0;
}

.work-item {
  max-width: 660px;
  margin-left: auto;
}

.work-item .content h3 {
  font-size: 42px;
  margin-bottom: 8px;
}

.work-item .inner-content {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 140px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  border-radius: 10px;
}

.work-item .inner-content .number {
  display: inline-block;
  height: 85px;
  width: 85px;
  line-height: 85px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to bottom, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  color: #ffffff;
  font-size: 42px;
  text-align: center;
  border-radius: 52% 48% 40% 60% / 65% 44% 56% 35%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  left: 35px;
  top: 30px;
}

.work-item .inner-content h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 12px;
}

.work-item .inner-content h4 a {
  color: #363636;
}

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

.work-item .inner-content:hover .number {
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
}

.work-item .inner-content .arrow-shape {
  position: absolute;
  left: 5px;
  z-index: 1;
  bottom: -75px;
}

.work-image {
  background-image: url(../images/work/work.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 50px 0 0 50px;
}

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

.faqs-area .container-fluid {
  padding-left: 0;
}

.faq-image {
  background-image: url(../images/faq/faq-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 0 50px 50px 0;
}

.faq-item {
  max-width: 685px;
}

.faq-item .content {
  margin-bottom: 30px;
}

.faq-item .content h3 {
  font-size: 42px;
  margin-bottom: 8px;
}

.faq-item .content p span {
  color: #0779e4;
}

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

.faq-accordion .accordion .accordion-item {
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  margin-bottom: 10px;
  border-radius: 20px;
}

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

.faq-accordion .accordion .accordion-title {
  padding: 25px 40px 20px 20px;
  color: #363636;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #363636;
  font-size: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

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

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\eaed";
  color: #0779e4;
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 18px 20px;
  border-top: 1px solid #0779e4;
  color: #646464;
}

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

.faqs-main-shape {
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

/*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-inner-box {
  background: -webkit-gradient(linear, left top, right top, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to right, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  padding-top: 160px;
  padding-bottom: 130px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 35px;
}

.single-fun-fact {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.single-fun-fact h3 {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 40px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #ffffff;
}

.single-fun-fact h3 .sign-icon {
  display: inline-block;
  font-size: 35px;
  margin-left: -5px;
  position: relative;
  top: 1px;
  font-weight: 600;
}

.single-fun-fact p {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.single-fun-fact .fun-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  max-width: 300px;
  z-index: -1;
  opacity: 45%;
}

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

.projects-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.projects-area.bg-color .view-all-projects-btn {
  margin-top: 0;
}

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

.single-projects::before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#0779e4));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #0779e4);
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.single-projects .projects-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  z-index: 1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-projects .projects-content h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12px;
}

.single-projects .projects-content h3 a {
  color: #ffffff;
}

.single-projects .projects-content p {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 14px;
  font-style: italic;
}

.single-projects .projects-content p:last-child {
  margin-bottom: 0;
}

.single-projects .projects-content p span {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}

.single-projects:hover::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.single-projects:hover .projects-content {
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}

.single-projects:hover .projects-content h3 a {
  letter-spacing: 1px;
}

.projects-slides .owl-scrollbar {
  height: 5px;
  background-color: #eeeeee;
  max-width: 515px;
  margin: auto;
  border-radius: 30px;
}

.projects-slides .owl-scrollbar .owl-scroll-handle {
  height: 5px;
  background-color: #0779e4;
  border-radius: 30px;
}

.view-all-projects-btn {
  margin-top: 30px;
  text-align: center;
}

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

.team-area.bg-color .single-team .team-content h3 a {
  color: #363636;
}

.team-area.bg-color .single-team .team-content span {
  color: #646464;
}

.team-area.bg-color .view-all-team-btn {
  text-align: center;
}

.team-area.bg-color .view-all-team-btn .default-btn {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.team-area.bg-color .view-all-team-btn .default-btn::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to bottom, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
}

.team-area.bg-color .view-all-team-btn .default-btn::after {
  background: #0779e4;
}

.team-area.bg-color .view-all-team-btn .default-btn:hover {
  color: #ffffff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.team-area.bg-color .view-all-team-btn .default-btn:hover::after {
  opacity: 1;
  visibility: visible;
}

.team-inner-box {
  background: -webkit-gradient(linear, left top, right top, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to right, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 35px;
}

.single-team {
  margin-bottom: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-team .team-image {
  position: relative;
}

.single-team .team-image::before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#0779e4));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #0779e4);
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  border-radius: 49% 51% 35% 65% / 65% 44% 56% 35%;
}

.single-team .team-image img {
  border-radius: 49% 51% 35% 65% / 65% 44% 56% 35%;
}

.single-team .team-image .share-link {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 10px;
  z-index: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-team .team-image .share-link a {
  margin: 0 5px;
}

.single-team .team-image .share-link a i {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50px;
  font-size: 18px;
  background-color: #ffffff;
  color: #0779e4;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-team .team-image .share-link a i:hover {
  background-color: #0779e4;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.single-team .team-content {
  text-align: center;
  margin-top: 25px;
}

.single-team .team-content h3 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
}

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

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

.single-team:hover .team-image::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

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

.view-all-team-btn {
  text-align: center;
}

.view-all-team-btn .default-btn {
  position: relative;
  z-index: 1;
  color: #0779e4;
}

.view-all-team-btn .default-btn::before {
  background: #ffffff;
}

.view-all-team-btn .default-btn::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to bottom, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
}

.view-all-team-btn .default-btn:hover {
  color: #ffffff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.view-all-team-btn .default-btn:hover::after {
  opacity: 1;
  visibility: visible;
}

.team-main-shape .shape-1 {
  position: absolute;
  left: 2%;
  top: 50px;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.team-main-shape .shape-2 {
  position: absolute;
  right: 2%;
  top: 30%;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

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

.team-details-image {
  position: relative;
  z-index: 1;
}

.team-details-image .wrap-shape {
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
  z-index: -1;
}

.team-details-content {
  background-color: #ffffff;
  padding: 50px 35px;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  border-radius: 10px;
}

.team-details-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.team-details-content h3 a {
  color: #363636;
}

.team-details-content span {
  font-size: 16px;
  font-weight: 600;
  color: #0779e4;
}

.team-details-content p {
  margin-top: 15px;
  margin-bottom: 0;
}

.team-details-content .team-details-info {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.team-details-content .team-details-info li {
  font-size: 15px;
  color: #363636;
  font-weight: 400;
  margin-bottom: 20px;
  list-style-type: none;
}

.team-details-content .team-details-info li:last-child {
  margin-bottom: 0;
}

.team-details-content .team-details-info li span {
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}

.team-details-content .team-details-info li a {
  color: #363636;
}

.team-details-content .team-details-info li a:hover {
  color: #0779e4;
}

.team-details-content .team-details-share {
  margin-top: 20px;
}

.team-details-content .team-details-share span {
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}

.team-details-content .team-details-share a {
  margin-right: 8px;
}

.team-details-content .team-details-share a:last-child {
  margin-right: 0;
}

.team-details-content .team-details-share a i {
  font-size: 18px;
  color: #0779e4;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
}

.team-details-content .team-details-share a i:hover {
  color: #363636;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

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

.team-details-content .team-details-btn .default-btn {
  position: relative;
  z-index: 1;
  -webkit-transform: unset;
          transform: unset;
}

.team-details-shape {
  position: absolute;
  right: 2%;
  top: 0;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

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

.single-products {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 30px;
}

.single-products .products-image {
  position: relative;
}

.single-products .products-image::before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#0779e4));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #0779e4);
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.single-products .products-image .products-action {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}

.single-products .products-image .products-action a {
  margin: 0 5px;
}

.single-products .products-image .products-action a i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  border-radius: 50px;
  font-size: 25px;
  background-color: #ffffff;
  color: #363636;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid #ffffff;
}

.single-products .products-image .products-action a i:hover {
  background-color: #0779e4;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.single-products .products-content {
  position: relative;
  margin-top: 20px;
}

.single-products .products-content h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 12px;
}

.single-products .products-content h3 a {
  color: #363636;
}

.single-products .products-content span {
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0;
}

.single-products .products-content .rating i {
  font-size: 16px;
  color: #0779e4;
}

.single-products:hover .products-image::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.single-products:hover .products-image .products-action {
  bottom: 35px;
  opacity: 1;
  visibility: visible;
}

.view-all-shop-btn {
  text-align: center;
}

.view-all-shop-btn .default-btn {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.view-all-shop-btn .default-btn::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to bottom, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
}

.view-all-shop-btn .default-btn::after {
  background: #0779e4;
}

.view-all-shop-btn .default-btn:hover {
  color: #ffffff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.view-all-shop-btn .default-btn:hover::after {
  opacity: 1;
  visibility: visible;
}

.products-main-shape .shape-1 {
  position: absolute;
  right: 5%;
  top: 5%;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
  z-index: -1;
  max-width: 350px;
  opacity: 30%;
}

.products-main-shape .shape-2 {
  position: absolute;
  left: 10px;
  bottom: 20%;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  z-index: -1;
  opacity: 30%;
}

.products-filter-options {
  margin-bottom: 30px;
}

.products-filter-options p {
  font-weight: 600;
  text-align: right;
}

.products-filter-options .products-ordering-list .nice-select {
  background-color: #f6f7f9;
  border: 1px solid #ebebeb;
  height: 60px;
  line-height: 60px;
  color: #646464;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  border-radius: 15px;
  font-weight: 500;
}

.products-filter-options .products-ordering-list .nice-select::after {
  border-color: #0779e4;
  height: 8px;
  width: 8px;
  right: 20px;
}

.products-filter-options .products-ordering-list .nice-select .list {
  background-color: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  width: 100%;
  max-width: 100%;
  height: 215px;
  overflow-y: scroll;
  margin-top: 0;
  margin-bottom: 0;
}

.products-filter-options .products-ordering-list .nice-select .list .option {
  line-height: 40px;
  min-height: 40px;
  color: #646464;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
}

.products-filter-options .products-ordering-list .nice-select .list .option.selected {
  background-color: #0779e4 !important;
  color: #ffffff;
  font-weight: normal;
}

.products-filter-options form {
  position: relative;
}

.products-filter-options form .search-field {
  background-color: #0779e4;
  height: 60px;
  padding: 8px 25px;
  border: none;
  width: 100%;
  display: block;
  outline: 0;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 15px;
}

.products-filter-options form .search-field::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.products-filter-options form .search-field:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.products-filter-options form .search-field::-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.products-filter-options form .search-field::placeholder {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.products-filter-options form .search-field:focus {
  border-color: #0779e4;
}

.products-filter-options form .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.products-filter-options form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.products-filter-options form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.products-filter-options form .search-field:focus::placeholder {
  color: transparent;
}

.products-filter-options form button {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
  color: #ffffff;
}

/*================================================
Page Banner CSS
=================================================*/
.page-banner-area {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #f9f9f9;
}

.page-banner-area.bg-color {
  background-color: #0779e4;
}

.page-banner-area.bg-color .page-banner-content h2 {
  color: #ffffff;
}

.page-banner-area.bg-color .page-banner-content .pages-list li {
  color: #ffffff;
}

.page-banner-area.bg-color .page-banner-content .pages-list li::before {
  color: #ffffff;
}

.page-banner-area.bg-color .page-banner-content .pages-list li a {
  color: #ffffff;
}

.page-banner-content {
  text-align: center;
}

.page-banner-content h2 {
  color: #0779e4;
  margin-bottom: 15px;
  font-size: 50px;
}

.page-banner-content .pages-list {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}

.page-banner-content .pages-list li {
  display: inline-block;
  list-style-type: none;
  margin-left: 30px;
  font-weight: 500;
  color: #646464;
  font-size: 16px;
  position: relative;
}

.page-banner-content .pages-list li::before {
  position: absolute;
  content: '>';
  top: -2px;
  left: -22px;
  color: #646464;
  font-size: 20px;
}

.page-banner-content .pages-list li:first-child {
  margin-left: 0;
}

.page-banner-content .pages-list li:first-child::before {
  display: none;
}

.page-banner-content .pages-list li a {
  display: block;
  color: #0779e4;
}

.page-banner-content .pages-list li a:hover {
  color: #0779e4;
}

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

.page-banner-shape .shape-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}

.page-banner-shape .shape-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

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

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

.pricing-list-tab .tabs {
  text-align: center;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 40px;
}

.pricing-list-tab .tabs li {
  display: inline-block;
  background-color: #f2f2f2;
  color: #363636;
  padding: 20px 30px 20px 35px;
  border-radius: 5px;
  margin-left: -5px;
  margin-right: -5px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.pricing-list-tab .tabs li.current {
  color: #ffffff;
  background-color: #0779e4;
}

.pricing-list-tab .tabs li:nth-child(1) {
  border-radius: 30px 0 0 30px;
}

.pricing-list-tab .tabs li:nth-child(2) {
  border-radius: 0 30px 30px 0;
}

.single-pricing-table {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 35px 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 15px;
}

.single-pricing-table .pricing-header h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
}

.single-pricing-table .price {
  font-size: 50px;
  color: #0779e4;
  margin-top: 20px;
  margin-bottom: 25px;
  line-height: 1;
}

.single-pricing-table .pricing-features {
  padding-left: 0;
  margin-bottom: 0;
}

.single-pricing-table .pricing-features li {
  list-style-type: none;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

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

.single-pricing-table .pricing-features li i {
  color: #0779e4;
  margin-right: 5px;
  font-size: 15px;
}

.single-pricing-table .pricing-features li.color-gray {
  color: #b4b4b4;
}

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

.single-pricing-table .pricing-btn .default-btn {
  padding: 12px 35px;
  border-radius: 5px;
  font-size: 15px;
  position: relative;
  z-index: 1;
}

.single-pricing-table:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

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

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

.single-gallery-box .gallery-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 35px;
  color: #ffffff;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
}

.single-gallery-box:hover::before {
  opacity: .30;
  visibility: visible;
}

.single-gallery-box:hover .gallery-btn {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.view-all-gallery-btn {
  text-align: center;
}

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

.services-details-desc .services-details-content h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 25px;
}

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

.services-details-desc .services-details-features .features-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.services-details-desc .services-details-features .features-content .features-list {
  padding-left: 0;
  margin-bottom: 0;
}

.services-details-desc .services-details-features .features-content .features-list li {
  list-style-type: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 22px;
  margin-bottom: 15px;
}

.services-details-desc .services-details-features .features-content .features-list li:last-child {
  margin-bottom: 0;
}

.services-details-desc .services-details-features .features-content .features-list li i {
  color: #0779e4;
  position: absolute;
  left: 0;
  top: 2px;
}

.services-details-desc .services-details-btn {
  margin-top: 30px;
}

.services-details-widget .widget-other-services h2 {
  font-size: 25px;
  font-weight: 600;
  color: #0779e4;
  margin-bottom: 25px;
}

.services-details-widget .widget-other-services .other-services-list {
  padding: 0;
  margin-bottom: 0;
}

.services-details-widget .widget-other-services .other-services-list li {
  list-style-type: none;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.services-details-widget .widget-other-services .other-services-list li:last-child {
  margin-bottom: 0;
}

.services-details-widget .widget-other-services .other-services-list li a {
  color: #ffffff;
  display: block;
  padding: 20px;
  background-color: #0779e4;
  width: 100%;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.services-details-widget .widget-other-services .other-services-list li a::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to bottom, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  z-index: -1;
  border-radius: 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.services-details-widget .widget-other-services .other-services-list li:hover a::before {
  width: 100%;
}

.services-details-widget .widget-choose-us-services {
  margin-top: 30px;
}

.services-details-widget .widget-choose-us-services h2 {
  font-size: 25px;
  font-weight: 600;
  color: #0779e4;
  margin-bottom: 0;
}

.services-details-widget .widget-choose-us-services .choose-us-content {
  position: relative;
  margin-top: 30px;
  padding-left: 90px;
}

.services-details-widget .widget-choose-us-services .choose-us-content .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.services-details-widget .widget-choose-us-services .choose-us-content .icon i {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to bottom, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  border-radius: 52% 48% 40% 60% / 65% 44% 56% 35%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.services-details-widget .widget-choose-us-services .choose-us-content h4 {
  font-size: 20px;
  margin-bottom: 12px;
}

.services-details-widget .widget-choose-us-services .choose-us-content h4 a {
  color: #363636;
}

.services-details-widget .widget-choose-us-services .choose-us-content p {
  margin-bottom: 0;
  font-size: 15px;
}

.services-details-widget .widget-choose-us-services .choose-us-content:hover .icon i {
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
}

.services-details-widget .widget-choose-us-services .choose-us-content:hover h4 a {
  color: #0779e4;
}

/*================================================
Projects Details Area CSS
=================================================*/
.projects-details-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.projects-details-desc .projects-details-content h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 25px;
}

.projects-details-desc .projects-details-content .features-list {
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 20px;
}

.projects-details-desc .projects-details-content .features-list li {
  list-style-type: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 22px;
  margin-bottom: 15px;
}

.projects-details-desc .projects-details-content .features-list li:last-child {
  margin-bottom: 0;
}

.projects-details-desc .projects-details-content .features-list li i {
  color: #0779e4;
  position: absolute;
  left: 0;
  top: 2px;
}

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

.projects-details-desc .projects-details-features .features-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.projects-details-desc .projects-details-features .features-content .features-list {
  padding-left: 0;
  margin-bottom: 0;
}

.projects-details-desc .projects-details-features .features-content .features-list li {
  list-style-type: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 22px;
  margin-bottom: 15px;
}

.projects-details-desc .projects-details-features .features-content .features-list li:last-child {
  margin-bottom: 0;
}

.projects-details-desc .projects-details-features .features-content .features-list li i {
  color: #0779e4;
  position: absolute;
  left: 0;
  top: 2px;
}

.projects-details-information {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 35px;
  border-radius: 10px;
}

.projects-details-information h3 {
  font-size: 25px;
  font-weight: 600;
  color: #0779e4;
  margin-bottom: 25px;
}

.projects-details-information .information-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.projects-details-information .information-list li {
  font-size: 15px;
  background-color: #0779e4;
  color: #ffffff;
  padding: 15px;
  font-weight: 400;
  margin-bottom: 20px;
  list-style-type: none;
  border-radius: 15px;
}

.projects-details-information .information-list li:last-child {
  margin-bottom: 0;
}

.projects-details-information .information-list li span {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.projects-details-widget {
  margin-top: 30px;
}

.projects-details-widget h3 {
  font-size: 25px;
  font-weight: 600;
  color: #0779e4;
  margin-bottom: 25px;
}

.projects-details-widget .project-list {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}

.projects-details-widget .project-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.projects-details-widget .project-list li .box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.projects-details-widget .project-list li .box .link-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.projects-details-widget .project-list li .box i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
  z-index: 2;
}

.projects-details-widget .project-list li .box img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.projects-details-widget .project-list li .box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #0779e4;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  margin: 5px;
}

.projects-details-widget .project-list li .box:hover::before {
  opacity: 0.5;
  visibility: visible;
}

.projects-details-widget .project-list li .box:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.projects-details-widget .project-list li .box:hover i {
  opacity: 1;
  visibility: visible;
}

/*================================================
Login Area CSS
=================================================*/
.login-form {
  padding: 35px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  max-width: 650px;
  margin: auto;
}

.login-form h2 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
}

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

.login-form form .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #646464;
  font-weight: 500;
  font-size: 16px;
}

.login-form form .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #363636;
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 15px;
  font-weight: 400;
}

.login-form form .form-group .form-control:focus {
  border: 1px solid #0779e4;
  background-color: transparent;
}

.login-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.login-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.login-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.login-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.login-form form .lost-your-password {
  text-align: right;
}

.login-form form .lost-your-password a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  color: #646464;
}

.login-form form .lost-your-password a::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #eeeeee;
}

.login-form form .lost-your-password a::after {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  bottom: 0;
  content: '';
  background-color: #0779e4;
}

.login-form form .lost-your-password a:hover::before {
  width: 0;
}

.login-form form .lost-your-password a:hover::after {
  width: 100%;
}

.login-form form .default-btn {
  position: relative;
  border: none;
  z-index: 1;
  margin-top: 20px;
  width: 100%;
  -webkit-transform: unset;
          transform: unset;
}

/*================================================
Register Area CSS
=================================================*/
.register-form {
  padding: 35px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  max-width: 650px;
  margin: auto;
}

.register-form h2 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
}

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

.register-form form .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #646464;
  font-weight: 500;
  font-size: 16px;
}

.register-form form .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #363636;
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 15px;
  font-weight: 400;
}

.register-form form .form-group .form-control:focus {
  border: 1px solid #0779e4;
  background-color: transparent;
}

.register-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.register-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.register-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.register-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.register-form form .description {
  font-style: italic;
}

.register-form form .default-btn {
  position: relative;
  border: none;
  z-index: 1;
  margin-top: 10px;
  width: 100%;
  -webkit-transform: unset;
          transform: unset;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 750px;
}

.error-content h3 {
  font-size: 38px;
  margin-top: 45px;
  margin-bottom: 20px;
}

.error-content p {
  max-width: 520px;
  margin: 0 auto 25px;
  font-size: 15px;
}

.error-content .default-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  background-color: #0779e4;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.error-content .default-btn:hover {
  background-color: linear-gradient(to bottom, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
}

/*================================================
Terms of Service Area CSS
=================================================*/
.single-terms-of-service h3 {
  font-size: 25px;
  margin: 0 0 12px 0;
}

.single-terms-of-service p {
  font-size: 15px;
}

/*================================================
Privacy Policy Area CSS
=================================================*/
.single-privacy-policy h3 {
  font-size: 25px;
  margin: 0 0 12px 0;
}

.single-privacy-policy p {
  font-size: 15px;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
  border-top: 1px solid #f5f5f5;
}

.newsletter-content h3 {
  font-size: 25px;
  margin-bottom: 8px;
}

.newsletter-form {
  position: relative;
}

.newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  height: 80px;
  padding-left: 25px;
  border-radius: 15px;
  outline: 0;
  color: #363636;
}

.newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.newsletter-form .input-newsletter::placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.newsletter-form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.newsletter-form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}

.newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #0779e4;
  color: #ffffff;
  border: none;
  height: 72px;
  padding: 0 50px;
  border-radius: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  line-height: 50px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

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

.newsletter-form #validator-newsletter {
  color: red;
  position: relative;
  top: 8px;
  font-size: 15px;
  font-weight: 400;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  height: 100vh;
  background-image: url(../images/coming-soon-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-content {
  max-width: 750px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding: 45px 30px;
  -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
          box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
  margin: auto;
}

.coming-soon-content h1 {
  font-size: 45px;
  margin-bottom: 20px;
}

.coming-soon-content h1 a {
  color: #0779e4;
}

.coming-soon-content h2 {
  font-size: 30px;
  margin-bottom: 0;
}

.coming-soon-content #timer {
  margin-top: 30px;
}

.coming-soon-content #timer div {
  background-color: #0779e4;
  color: #ffffff;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 15px;
  font-weight: 500;
}

.coming-soon-content .newsletter-form {
  margin-top: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 30px;
}

.coming-soon-content .newsletter-form .form-group {
  margin-bottom: 15px;
  width: 100%;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter {
  border: none;
  border: 1px solid #f9f9f9;
  background-color: #f9f9f9;
  padding: 20px;
  color: #363636;
  height: 70px;
  display: block;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 16px;
  font-weight: 500;
  border-radius: 15px;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:-ms-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::-ms-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  background-color: transparent;
  border: 1px solid #0779e4;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}

.coming-soon-content .newsletter-form .default-btn {
  width: 100%;
  border-radius: 15px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: unset;
          transform: unset;
}

.coming-soon-content .newsletter-form .validation-danger {
  margin-top: 15px;
  color: red;
}

/*================================================
Contact Info Area CSS
=================================================*/
.contact-info-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-info-box {
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 45px;
  margin-bottom: 30px;
  position: relative;
}

.contact-info-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to bottom, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  z-index: -1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.contact-info-box .icon {
  margin-bottom: 22px;
}

.contact-info-box .icon i {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #f5f5f5;
  border-radius: 49% 51% 35% 65% / 65% 44% 56% 35%;
  font-size: 45px;
  color: #0779e4;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.contact-info-box h3 {
  margin-bottom: 12px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 25px;
}

.contact-info-box p {
  margin-bottom: 2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.contact-info-box p a {
  display: inline-block;
  color: #646464;
}

.contact-info-box p a:hover {
  color: #0779e4;
}

.contact-info-box p:last-child {
  margin-bottom: 0;
}

.contact-info-box .dot-shape .shape-1 {
  position: absolute;
  left: 20px;
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  max-width: 50px;
  opacity: 30%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.contact-info-box .dot-shape .shape-1 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.contact-info-box .dot-shape .shape-2 {
  position: absolute;
  right: 20px;
  top: 20px;
  max-width: 60px;
  opacity: 30%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.contact-info-box .dot-shape .shape-2 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

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

.contact-info-box:hover::before {
  height: 100%;
}

.contact-info-box:hover .icon i {
  background: #29ABE2;
  color: #ffffff;
}

.contact-info-box:hover h3 {
  color: #ffffff;
}

.contact-info-box:hover p {
  color: #ffffff;
}

.contact-info-box:hover p a {
  color: #ffffff;
}

.contact-info-box:hover .dot-shape .shape-1 {
  top: 50px;
}

.contact-info-box:hover .dot-shape .shape-2 {
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

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

#contactForm {
  text-align: center;
  max-width: 1050px;
  margin: auto;
}

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

#contactForm .form-group .form-control {
  display: block;
  width: 100%;
  height: 70px;
  outline: 0;
  background-color: #E6E6E6;
  border: 1px solid #E6E6E6;
  border-radius: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 16px;
  font-weight: 16px;
  font-weight: 500;
}

#contactForm .form-group .form-control::-webkit-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#contactForm .form-group .form-control:-ms-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#contactForm .form-group .form-control::-ms-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#contactForm .form-group .form-control::placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#contactForm .form-group .form-control:focus {
  outline: 0;
  background-color: #ffffff;
  border-color: #0779e4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#contactForm .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

#contactForm .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

#contactForm .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

#contactForm .form-group .form-control:focus::placeholder {
  color: transparent;
}

#contactForm .form-group textarea.form-control {
  height: auto;
  padding: 25px;
  line-height: 1.5rem;
}

#contactForm .form-group .help-block.with-errors ul {
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
}

#contactForm .form-group .help-block.with-errors ul li {
  font-size: 14px;
  text-align: left;
}

#contactForm #msgSubmit {
  margin: 0;
  font-size: 1.3rem;
}

#contactForm #msgSubmit.text-danger, #contactForm #msgSubmit.text-success {
  margin-top: 20px;
  font-size: 20px;
}

#contactForm .default-btn {
  position: relative;
  z-index: 1;
  border: none;
  -webkit-transform: unset;
          transform: unset;
  margin-top: 5px;
  width: 50%;
  padding: 20px 35px;
}

/*================================================
Map Area CSS
=================================================*/
.map iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -7px;
  border: none;
}

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

.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
  margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #363636;
  margin-right: 20px;
  padding-left: 25px;
}

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

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

.blog-details-desc .article-content .entry-meta ul li i {
  color: #0779e4;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-details-desc .article-content .entry-meta ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #0779e4;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}

.blog-details-desc .article-content h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 25px;
  color: #0779e4;
}

.blog-details-desc .article-content blockquote, .blog-details-desc .article-content .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 30px !important;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details-desc .article-content blockquote p, .blog-details-desc .article-content .blockquote p {
  color: #363636;
  line-height: 1.5;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 18px !important;
}

.blog-details-desc .article-content blockquote::before, .blog-details-desc .article-content .blockquote::before {
  color: #efefef;
  content: "\edd5";
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  font-family: "Boxicons";
  font-size: 140px;
  font-weight: 900;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  background-color: #E6E6E6;
  color: #646464;
  padding: 10px 25px;
  border-radius: 10px;
  margin-right: 5px;
}

.blog-details-desc .article-footer .article-tags a:last-child {
  margin-right: 0;
}

.blog-details-desc .article-footer .article-tags a:hover {
  background-color: #0779e4;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  margin-top: 10px;
}

.blog-details-desc .article-footer .article-share span {
  font-size: 16px;
  font-weight: 500;
}

.blog-details-desc .article-footer .article-share a {
  display: inline-block;
  color: #0779e4;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: #eeeef0;
  text-align: center;
  font-size: 14px;
}

.blog-details-desc .article-footer .article-share a:hover {
  color: #ffffff;
  background-color: #0779e4;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.lizo-post-navigation {
  overflow: hidden;
  margin-top: 35px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.lizo-post-navigation .prev-link-wrapper {
  float: left;
}

.lizo-post-navigation .prev-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lizo-post-navigation .prev-link-wrapper a:hover .image-prev::after {
  opacity: 1;
  visibility: visible;
}

.lizo-post-navigation .prev-link-wrapper a:hover .image-prev .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.lizo-post-navigation .prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  min-height: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.lizo-post-navigation .prev-link-wrapper .image-prev img {
  border-radius: 5px;
  width: 100px;
  height: 100px;
}

.lizo-post-navigation .prev-link-wrapper .image-prev::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #0779e4;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.lizo-post-navigation .prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 16px;
  font-weight: bold;
}

.lizo-post-navigation .prev-link-wrapper .prev-link-info-wrapper {
  color: #363636;
}

.lizo-post-navigation .prev-link-wrapper .prev-title {
  max-width: 210px;
  display: inline-block;
  font-weight: bold;
  font-size: 17px;
}

.lizo-post-navigation .prev-link-wrapper .meta-wrapper {
  display: block;
  color: #646464;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
}

.lizo-post-navigation .next-link-wrapper {
  float: right;
  text-align: right;
}

.lizo-post-navigation .next-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lizo-post-navigation .next-link-wrapper a:hover .image-next::after {
  opacity: 1;
  visibility: visible;
}

.lizo-post-navigation .next-link-wrapper a:hover .image-next .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.lizo-post-navigation .next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  min-height: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.lizo-post-navigation .next-link-wrapper .image-next img {
  border-radius: 5px;
  width: 100px;
  height: 100px;
}

.lizo-post-navigation .next-link-wrapper .image-next::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #0779e4;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.lizo-post-navigation .next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 16px;
  font-weight: bold;
}

.lizo-post-navigation .next-link-wrapper .next-link-info-wrapper {
  color: #363636;
}

.lizo-post-navigation .next-link-wrapper .next-title {
  max-width: 210px;
  display: inline-block;
  font-weight: bold;
  font-size: 17px;
}

.lizo-post-navigation .next-link-wrapper .meta-wrapper {
  display: block;
  color: #646464;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
}

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

.comments-area .comments-title {
  margin-bottom: 30px;
  line-height: initial;
  font-size: 25px;
  color: #0779e4;
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 50px;
}

.comments-area .comment-body {
  padding-left: 130px;
  color: #363636;
  font-size: 14px;
  margin-bottom: 40px;
  position: relative;
}

.comments-area .comment-body .reply {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.comments-area .comment-body .reply a {
  background-color: #0779e4;
  color: #ffffff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
}

.comments-area .comment-body p {
  font-size: 14px;
}

.comments-area .comment-author {
  font-size: 15px;
  margin-bottom: 0.3em;
  position: relative;
}

.comments-area .comment-author .avatar {
  height: 120px;
  left: -130px;
  position: absolute;
  width: 120px;
}

.comments-area .comment-author .fn {
  font-weight: 600;
  font-size: 20px;
}

.comments-area .comment-metadata {
  margin-bottom: .8em;
  color: #646464;
  letter-spacing: 0.01em;
  font-size: 14px;
  font-weight: 400;
}

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

.comments-area .comment-metadata a:hover {
  color: #0779e4;
}

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

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 30px;
  font-size: 25px;
  color: #0779e4;
}

.comments-area .comment-respond .comment-form .form-group {
  margin-bottom: 15px;
}

.comments-area .comment-respond .comment-form .form-group .form-control {
  display: block;
  width: 100%;
  height: 70px;
  outline: 0;
  background-color: #E6E6E6;
  border: 1px solid #E6E6E6;
  border-radius: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 16px;
  font-weight: 16px;
  font-weight: 500;
}

.comments-area .comment-respond .comment-form .form-group .form-control::-webkit-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.comments-area .comment-respond .comment-form .form-group .form-control:-ms-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.comments-area .comment-respond .comment-form .form-group .form-control::-ms-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.comments-area .comment-respond .comment-form .form-group .form-control::placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.comments-area .comment-respond .comment-form .form-group .form-control:focus {
  outline: 0;
  background-color: #ffffff;
  border-color: #0779e4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.comments-area .comment-respond .comment-form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond .comment-form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond .comment-form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond .comment-form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.comments-area .comment-respond .comment-form .form-group textarea.form-control {
  height: 150px;
  padding: 25px;
  line-height: 1.5rem;
}

.comments-area .comment-respond .comment-form .default-btn {
  position: relative;
  z-index: 1;
  border: none;
  -webkit-transform: unset;
          transform: unset;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
  margin-bottom: 30px;
}

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

.widget-area .widget .widget-title {
  margin-bottom: 25px;
  font-size: 25px;
  color: #0779e4;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form .search-field {
  background-color: #0779e4;
  height: 70px;
  padding: 8px 25px;
  border: none;
  width: 100%;
  display: block;
  outline: 0;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 15px;
}

.widget-area .widget_search form .search-field::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.widget-area .widget_search form .search-field:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.widget-area .widget_search form .search-field::-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.widget-area .widget_search form .search-field::placeholder {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

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

.widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}

.widget-area .widget_search form button {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 30px;
  border-radius: 5px;
  cursor: pointer;
  color: #ffffff;
}

.widget-area .widget_categories {
  background-color: #0779e4;
  padding: 25px;
  border-radius: 15px;
}

.widget-area .widget_categories .widget-title {
  border-bottom: unset;
  color: #ffffff;
}

.widget-area .widget_categories .widget-title::before {
  background: #ffffff;
  width: 100px;
}

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

.widget-area .widget_categories ul li {
  margin-bottom: 10px;
  position: relative;
}

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

.widget-area .widget_categories ul li a {
  display: block;
  border: 1px solid #ffffff;
  padding: 20px 30px;
  font-weight: 500;
  border-radius: 20px;
  color: #ffffff;
}

.widget-area .widget_categories ul li span {
  font-size: 16px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
}

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

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

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

.widget-area .widget_lizo_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}

.widget-area .widget_lizo_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_lizo_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../images/blog/blog-1.jpg);
}

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

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

.widget-area .widget_lizo_posts_thumb .item .thumb .fullimage.bg4 {
  background-image: url(../images/blog/blog-4.jpg);
}

.widget-area .widget_lizo_posts_thumb .item .thumb .fullimage.bg5 {
  background-image: url(../images/blog/blog-5.jpg);
}

.widget-area .widget_lizo_posts_thumb .item .thumb .fullimage.bg6 {
  background-image: url(../images/blog/blog-6.jpg);
}

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

.widget-area .widget_lizo_posts_thumb .item .info span {
  display: block;
  color: #646464;
  margin-top: -2px;
  margin-bottom: 5px;
  font-size: 14px;
}

.widget-area .widget_lizo_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
}

.widget-area .widget_lizo_posts_thumb .item .info .title a {
  display: inline-block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.widget-area .widget_lizo_posts_thumb .item .info .title a:hover {
  color: #0779e4;
}

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

.widget-area .tagcloud a {
  background: #E6E6E6;
  display: inline-block;
  color: #363636;
  padding: 7px 15px;
  border: none;
  border-radius: 3px;
  font-weight: 500;
  font-size: 15px !important;
  margin-top: 8px;
  margin-right: 5px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #0779e4;
}

/*================================================
Book Online Area CSS
=================================================*/
.book-online-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.book-online-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 45px 30px;
  border-radius: 15px;
  text-align: center;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.book-online-form h3 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #0779e4;
}

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

.book-online-form form .form-group .form-control {
  height: 65px;
  width: 100%;
  background-color: #E6E6E6;
  border: 1px solid #E6E6E6;
  border-radius: 15px;
  outline: 0;
  padding: 10px 20px;
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 16px;
  font-weight: 400;
}

.book-online-form form .form-group .form-control::-webkit-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.book-online-form form .form-group .form-control:-ms-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.book-online-form form .form-group .form-control::-ms-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.book-online-form form .form-group .form-control::placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.book-online-form form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.book-online-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.book-online-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.book-online-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.book-online-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.book-online-form form .form-group textarea.form-control {
  height: 150px !important;
  padding: 20px !important;
}

.book-online-form form .form-group .nice-select {
  background-color: #E6E6E6;
  border: 1px solid #E6E6E6;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  color: #646464;
  padding-left: 20px;
  padding-right: 10px;
}

.book-online-form form .form-group .nice-select::after {
  border-color: #0779e4;
  height: 8px;
  width: 8px;
  right: 20px;
  margin-top: -5px;
}

.book-online-form form .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  margin-top: 0;
  margin-bottom: 0;
}

.book-online-form form .form-group .nice-select .list .option {
  line-height: 40px;
  min-height: 40px;
  color: #646464;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
}

.book-online-form form .form-group .nice-select .list .option.selected {
  background-color: #0779e4 !important;
  color: #ffffff;
  font-weight: normal;
}

.book-online-form form .form-btn {
  margin-top: 15px;
}

.book-online-form form .form-btn .default-btn {
  position: relative;
  z-index: 1;
  border: none;
  width: 100%;
  border-radius: 15px;
  -webkit-transform: unset;
          transform: unset;
  padding: 20px;
}

.default-dot-shape .shape-1 {
  position: absolute;
  left: 5%;
  top: 5%;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
  z-index: -1;
  opacity: 50%;
}

.default-dot-shape .shape-2 {
  position: absolute;
  right: 5%;
  bottom: 20%;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  z-index: -1;
  opacity: 50%;
}

/*================================================
Request A Quote Area CSS
=================================================*/
.request-a-quote-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.request-a-quote-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 45px 30px;
  border-radius: 15px;
  text-align: center;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.request-a-quote-form h3 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #0779e4;
}

.request-a-quote-form form .form-group {
  margin-bottom: 15px;
}

.request-a-quote-form form .form-group .form-control {
  height: 65px;
  width: 100%;
  background-color: #E6E6E6;
  border: 1px solid #E6E6E6;
  border-radius: 15px;
  outline: 0;
  padding: 10px 20px;
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 16px;
  font-weight: 400;
}

.request-a-quote-form form .form-group .form-control::-webkit-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.request-a-quote-form form .form-group .form-control:-ms-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.request-a-quote-form form .form-group .form-control::-ms-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.request-a-quote-form form .form-group .form-control::placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.request-a-quote-form form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.request-a-quote-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.request-a-quote-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.request-a-quote-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.request-a-quote-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.request-a-quote-form form .form-group textarea.form-control {
  height: 150px !important;
  padding: 20px !important;
}

.request-a-quote-form form .form-group .nice-select {
  background-color: #E6E6E6;
  border: 1px solid #E6E6E6;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  color: #646464;
  padding-left: 20px;
  padding-right: 10px;
}

.request-a-quote-form form .form-group .nice-select::after {
  border-color: #0779e4;
  height: 8px;
  width: 8px;
  right: 20px;
  margin-top: -5px;
}

.request-a-quote-form form .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  margin-top: 0;
  margin-bottom: 0;
}

.request-a-quote-form form .form-group .nice-select .list .option {
  line-height: 40px;
  min-height: 40px;
  color: #646464;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
}

.request-a-quote-form form .form-group .nice-select .list .option.selected {
  background-color: #0779e4 !important;
  color: #ffffff;
  font-weight: normal;
}

.request-a-quote-form form .form-btn {
  margin-top: 15px;
}

.request-a-quote-form form .form-btn .default-btn {
  position: relative;
  z-index: 1;
  border: none;
  width: 100%;
  border-radius: 15px;
  -webkit-transform: unset;
          transform: unset;
  padding: 20px;
}

.request-a-quote-image {
  background-image: url(../images/request-a-quote.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

/*================================================
Franchise Opportunity Area CSS
=================================================*/
.franchise-opportunity-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.franchise-opportunity-form {
  text-align: center;
  max-width: 1050px;
  margin: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 45px 30px;
  border-radius: 15px;
}

.franchise-opportunity-form h3 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #0779e4;
}

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

.franchise-opportunity-form .form-group .form-control {
  display: block;
  width: 100%;
  height: 70px;
  outline: 0;
  background-color: #E6E6E6;
  border: 1px solid #E6E6E6;
  border-radius: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 16px;
  font-weight: 16px;
  font-weight: 500;
}

.franchise-opportunity-form .form-group .form-control::-webkit-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.franchise-opportunity-form .form-group .form-control:-ms-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.franchise-opportunity-form .form-group .form-control::-ms-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.franchise-opportunity-form .form-group .form-control::placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.franchise-opportunity-form .form-group .form-control:focus {
  outline: 0;
  background-color: #ffffff;
  border-color: #0779e4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.franchise-opportunity-form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.franchise-opportunity-form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.franchise-opportunity-form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.franchise-opportunity-form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.franchise-opportunity-form .form-group textarea.form-control {
  height: 120px;
  padding: 25px;
  line-height: 1.5rem;
}

.franchise-opportunity-form .default-btn {
  position: relative;
  z-index: 1;
  border: none;
  -webkit-transform: unset;
          transform: unset;
  margin-top: 5px;
  width: 50%;
  padding: 20px 35px;
}

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

.cart-table table {
  margin-bottom: 0;
}

.cart-table table thead tr th {
  vertical-align: middle;
  padding: 20px 0 20px;
  border: none;
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
}

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

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

.cart-table table tbody tr td.product-thumbnail a img {
  width: 100px;
  height: 100px;
  border: 1px solid #eeeeee;
}

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

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

.cart-table table tbody tr td.product-subtotal .remove {
  color: #0779e4;
  float: right;
  position: relative;
  top: -1px;
  font-size: 20px;
}

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

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

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

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

.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #ffffff;
  outline: 0;
  display: block;
  border: none;
  background-color: #0779e4;
  text-align: center;
  width: 100%;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
  border-radius: 10px;
}

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

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

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

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

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

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

.cart-buttons .shopping-coupon-code .form-control {
  height: 50px;
  color: #363636;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
  padding: 1px 0 0 15px;
  font-size: 15px;
  font-weight: 500;
}

.cart-buttons .shopping-coupon-code .form-control::-webkit-input-placeholder {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #646464;
}

.cart-buttons .shopping-coupon-code .form-control:-ms-input-placeholder {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #646464;
}

.cart-buttons .shopping-coupon-code .form-control::-ms-input-placeholder {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #646464;
}

.cart-buttons .shopping-coupon-code .form-control::placeholder {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #646464;
}

.cart-buttons .shopping-coupon-code .form-control:focus {
  border-color: #0779e4;
  background-color: transparent;
}

.cart-buttons .shopping-coupon-code .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.cart-buttons .shopping-coupon-code .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.cart-buttons .shopping-coupon-code .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.cart-buttons .shopping-coupon-code .form-control:focus::placeholder {
  color: transparent;
}

.cart-buttons .shopping-coupon-code button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: #0779e4;
  color: #ffffff;
  border: none;
  padding: 0 25px;
  line-height: 48px;
  outline: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

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

.cart-buttons .default-btn {
  padding: 12px 25px;
  border-radius: 5px;
}

.cart-totals {
  background: #ffffff;
  padding: 30px;
  max-width: 750px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin: 50px auto 0;
}

.cart-totals h3 {
  margin-bottom: 25px;
  font-size: 25px;
  color: #0779e4;
  text-align: center;
}

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

.cart-totals ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
  color: #363636;
  overflow: hidden;
  font-weight: 600;
}

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

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

.cart-totals .default-btn {
  width: 100%;
  text-align: center;
  font-size: 15px;
  position: relative;
  z-index: 1;
}

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

.wishlist-table {
  max-width: 1140px;
  margin: auto;
}

.wishlist-table table {
  margin-bottom: 0;
}

.wishlist-table table thead tr th {
  vertical-align: middle;
  padding: 20px 0 20px;
  border: none;
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
}

.wishlist-table table tbody tr td {
  vertical-align: middle;
  white-space: nowrap;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}

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

.wishlist-table table tbody tr td.product-thumbnail a img {
  width: 100px;
  height: 100px;
  border: 1px solid #eeeeee;
}

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

.wishlist-table table tbody tr td.product-name a:hover {
  color: #0779e4;
}

.wishlist-table table tbody tr td.product-subtotal .remove {
  color: #0779e4;
  float: right;
  position: relative;
  top: -1px;
  font-size: 20px;
}

.wishlist-table .wishlist-btn {
  margin-top: 30px;
  text-align: right;
}

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

.billing-details .title {
  margin-bottom: 30px;
  font-size: 25px;
  color: #0779e4;
}

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

.billing-details .form-group .nice-select {
  display: block;
  float: unset;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 60px;
  line-height: 60px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  border: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
  line-height: 38px;
  min-height: 38px;
  color: #363636;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 500;
}

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

.billing-details .form-group .nice-select .list .option:hover::before {
  color: #ffffff;
}

.billing-details .form-group .nice-select .list .option.focus, .billing-details .form-group .nice-select .list .option.selected.focus {
  background-color: transparent !important;
  color: #363636;
}

.billing-details .form-group .nice-select .list .option.selected::before {
  opacity: 1;
  visibility: visible;
}

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

.billing-details .form-group .nice-select .list .option.selected:hover::before {
  color: #ffffff;
}

.billing-details .form-group .nice-select:after {
  border-color: #363636;
  height: 8px;
  width: 8px;
  margin-top: -5px;
  right: 15px;
}

.billing-details .form-group .nice-select:hover {
  border-color: #0779e4;
  background-color: transparent;
}

.billing-details .form-group .form-control {
  height: 60px;
  color: #363636;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
}

.billing-details .form-group .form-control::-webkit-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.billing-details .form-group .form-control:-ms-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.billing-details .form-group .form-control::-ms-input-placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.billing-details .form-group .form-control::placeholder {
  color: #646464;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.billing-details .form-group .form-control:focus {
  border-color: #0779e4;
  background-color: transparent;
}

.billing-details .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.billing-details .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.billing-details .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.billing-details .form-group .form-control:focus::placeholder {
  color: transparent;
}

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

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

.billing-details .form-check .form-check-label {
  color: #363636;
  font-weight: 600;
}

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

.order-details .cart-totals {
  margin: 0 auto 0;
}

.order-details .payment-box {
  background: #ffffff;
  padding: 30px;
  max-width: 750px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin: 30px auto 0;
}

.order-details .payment-box h3 {
  margin-bottom: 25px;
  font-size: 25px;
  color: #0779e4;
  text-align: center;
}

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

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

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

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

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

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

.order-details .payment-box .payment-method .form-check {
  margin-bottom: 5px;
  margin-top: 5px;
}

.order-details .payment-box .payment-method .form-check label {
  font-size: 16px;
  font-weight: 500;
}

.order-details .payment-box .default-btn {
  margin-top: 15px;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}

/*================================================
Products Details Area CSS
=================================================*/
.products-details-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.products-details-image {
  background-image: url(../images/products/products-5.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.products-details-desc .product-content h3 {
  margin-bottom: 15px;
  font-size: 30px;
}

.products-details-desc .product-content .product-review {
  position: relative;
}

.products-details-desc .product-content .product-review .rating {
  display: inline-block;
  font-size: 20px;
  position: absolute;
  right: 0;
  bottom: 10px;
}

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

.products-details-desc .product-content .product-review .rating a {
  font-size: 16px;
  color: #646464;
}

.products-details-desc .product-content .price {
  margin-bottom: 10px;
  color: #0779e4;
  font-size: 25px;
  font-weight: 600;
}

.products-details-desc .product-content p {
  margin-bottom: 0;
}

.products-details-desc .product-content .products-info {
  list-style-type: none;
  padding-left: 0;
  margin-top: 12px;
  margin-bottom: 0;
}

.products-details-desc .product-content .products-info li {
  color: #363636;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.products-details-desc .product-content .products-info li:last-child {
  margin-bottom: 0;
}

.products-details-desc .product-content .products-info li span {
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  margin-right: 5px;
}

.products-details-desc .product-content .products-info li a {
  display: inline-block;
  font-weight: 500;
  color: #646464;
  font-size: 16px;
}

.products-details-desc .product-content .products-info li a:hover {
  color: #0779e4;
}

.products-details-desc .product-content .product-quantities {
  margin-top: 20px;
}

.products-details-desc .product-content .product-quantities .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.products-details-desc .product-content .product-quantities .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #ffffff;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: .6s;
  transition: .6s;
}

.products-details-desc .product-content .product-quantities .input-counter span.minus-btn {
  left: 0;
  color: #ffffff;
}

.products-details-desc .product-content .product-quantities .input-counter span.plus-btn {
  right: 0;
  color: #ffffff;
}

.products-details-desc .product-content .product-quantities .input-counter input {
  height: 45px;
  color: #ffffff;
  outline: 0;
  display: block;
  border: none;
  background-color: #0779e4;
  text-align: center;
  width: 100%;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
  border-radius: 10px;
}

.products-details-desc .product-content .product-quantities .input-counter input::-webkit-input-placeholder {
  color: #ffffff;
}

.products-details-desc .product-content .product-quantities .input-counter input:-ms-input-placeholder {
  color: #ffffff;
}

.products-details-desc .product-content .product-quantities .input-counter input::-ms-input-placeholder {
  color: #ffffff;
}

.products-details-desc .product-content .product-quantities .input-counter input::placeholder {
  color: #ffffff;
}

.products-details-desc .product-content .product-quantities .default-btn {
  position: relative;
  z-index: 1;
  border: none;
  padding: 10px 25px;
  margin-left: 10px;
}

.products-details-desc .product-content .add-wishlist {
  margin-top: 20px;
}

.products-details-desc .product-content .add-wishlist a {
  font-size: 16px;
  font-weight: 400;
  color: #646464;
}

.products-details-desc .product-content .add-wishlist a i {
  color: #0779e4;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.products-details-desc .lizo-post-navigation {
  overflow: hidden;
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.products-details-desc .lizo-post-navigation .prev-link-wrapper {
  float: left;
}

.products-details-desc .lizo-post-navigation .prev-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-details-desc .lizo-post-navigation .prev-link-wrapper a:hover .image-prev::after {
  opacity: 1;
  visibility: visible;
}

.products-details-desc .lizo-post-navigation .prev-link-wrapper a:hover .image-prev .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.products-details-desc .lizo-post-navigation .prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  min-height: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.products-details-desc .lizo-post-navigation .prev-link-wrapper .image-prev img {
  border-radius: 5px;
  width: 100px;
  height: 100px;
}

.products-details-desc .lizo-post-navigation .prev-link-wrapper .image-prev::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #0779e4;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.products-details-desc .lizo-post-navigation .prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 16px;
  font-weight: bold;
}

.products-details-desc .lizo-post-navigation .prev-link-wrapper .prev-link-info-wrapper {
  color: #363636;
}

.products-details-desc .lizo-post-navigation .prev-link-wrapper .prev-title {
  max-width: 210px;
  display: inline-block;
  font-weight: bold;
  font-size: 17px;
}

.products-details-desc .lizo-post-navigation .prev-link-wrapper .meta-wrapper {
  display: block;
  color: #646464;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
}

.products-details-desc .lizo-post-navigation .next-link-wrapper {
  float: right;
  text-align: right;
}

.products-details-desc .lizo-post-navigation .next-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-details-desc .lizo-post-navigation .next-link-wrapper a:hover .image-next::after {
  opacity: 1;
  visibility: visible;
}

.products-details-desc .lizo-post-navigation .next-link-wrapper a:hover .image-next .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.products-details-desc .lizo-post-navigation .next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  min-height: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.products-details-desc .lizo-post-navigation .next-link-wrapper .image-next img {
  border-radius: 5px;
  width: 100px;
  height: 100px;
}

.products-details-desc .lizo-post-navigation .next-link-wrapper .image-next::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #0779e4;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.products-details-desc .lizo-post-navigation .next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 16px;
  font-weight: bold;
}

.products-details-desc .lizo-post-navigation .next-link-wrapper .next-link-info-wrapper {
  color: #363636;
}

.products-details-desc .lizo-post-navigation .next-link-wrapper .next-title {
  max-width: 210px;
  display: inline-block;
  font-weight: bold;
  font-size: 17px;
}

.products-details-desc .lizo-post-navigation .next-link-wrapper .meta-wrapper {
  display: block;
  color: #646464;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
}

.products-details-tabs {
  max-width: 1140px;
  margin: 50px auto 0;
}

.products-details-tabs .nav {
  margin-bottom: 30px;
  list-style-type: none;
  display: block;
  text-align: center;
}

.products-details-tabs .nav .nav-item {
  display: inline-block;
  margin-right: 10px;
}

.products-details-tabs .nav .nav-item:last-child {
  margin-right: 0;
}

.products-details-tabs .nav .nav-item .nav-link {
  border: none;
  padding: 15px 30px;
  background-color: #E6E6E6;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #363636;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 10px;
}

.products-details-tabs .nav .nav-item .nav-link:hover, .products-details-tabs .nav .nav-item .nav-link.active {
  background-color: #0779e4;
  color: #ffffff;
}

.products-details-tabs .nav-tabs {
  border-bottom: none;
}

.products-details-tabs .tab-content .tab-pane ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane ul li {
  margin-bottom: 12px;
  position: relative;
  color: #646464;
  padding-left: 15px;
  font-weight: 500;
}

.products-details-tabs .tab-content .tab-pane ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #646464;
}

.products-details-tabs .tab-content .tab-pane ul li:last-child {
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews {
  position: relative;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .review-content {
  position: relative;
  padding-left: 140px;
  margin-bottom: 30px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .review-content img {
  position: absolute;
  left: 0;
  top: 0;
  height: 120px;
  width: 120px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .review-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .review-content span {
  color: #8D8D8D;
  font-size: 14px;
  font-style: italic;
  display: inline-block;
  margin-bottom: 12px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .review-content p {
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .review-content .rating {
  display: inline-block;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .review-content .rating i {
  color: #ffba0a;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .review-content .rating a {
  font-size: 16px;
  color: #646464;
}

.products-details-tabs .tab-content .tab-pane .products-review-form {
  margin-top: 80px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form {
  position: relative;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form h3 {
  font-size: 25px;
  margin-bottom: 20px;
  color: #0779e4;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group {
  margin-bottom: 15px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control {
  height: 60px;
  color: #363636;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #E6E6E6;
  background-color: #E6E6E6;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 15px;
  padding: 1px 0 0 15px;
  font-size: 16px;
  font-weight: 600;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control::-webkit-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:-ms-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control::-ms-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control::placeholder {
  color: #7e7e7e;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:focus {
  border-color: #0779e4;
  background-color: transparent;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}

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

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-check {
  margin-bottom: 15px;
  margin-top: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-check label {
  font-size: 16px;
  font-weight: 500;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .default-btn {
  color: #ffffff;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border: none;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form .rating {
  display: inline-block;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form .rating i {
  color: #ffba0a;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form .rating a {
  font-size: 16px;
  color: #646464;
}

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

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

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

.single-footer-widget p {
  margin-bottom: 0;
}

.single-footer-widget .widget-info {
  margin-top: 20px;
}

.single-footer-widget .widget-info h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}

.single-footer-widget .widget-info h4 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0;
}

.single-footer-widget .widget-info h4 a {
  color: #0779e4;
}

.single-footer-widget .widget-info h4 a i {
  margin-right: 5px;
}

.single-footer-widget .widget-btn {
  margin-top: 20px;
}

.single-footer-widget h3 {
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: 600;
}

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

.single-footer-widget .quick-links li {
  margin-bottom: 12px;
  color: #646464;
}

.single-footer-widget .quick-links li a {
  display: inline-block;
  color: #646464;
  font-weight: 400;
  position: relative;
}

.single-footer-widget .quick-links li a i {
  color: #0779e4;
  font-size: 14px;
  margin-right: 5px;
}

.single-footer-widget .quick-links li a:hover {
  color: #0779e4;
}

.single-footer-widget .quick-links li a:hover::before {
  width: 100%;
}

.single-footer-widget .quick-links li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #0779e4;
}

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

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

.single-footer-widget .widget-contact-information li {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-left: 65px;
  font-size: 12px;
  font-weight: 400;
  color: #646464;
  margin-bottom: 25px;
}

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

.single-footer-widget .widget-contact-information li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #646464;
  font-size: 25px;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to bottom, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
  text-align: center;
  color: #ffffff;
  border-radius: 64% 36% 35% 65% / 65% 44% 56% 35%;
}

.single-footer-widget .widget-contact-information li span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #646464;
  margin-top: 8px;
}

.single-footer-widget .widget-contact-information li span a {
  color: #646464;
}

.single-footer-widget .widget-contact-information li span a:hover {
  color: #0779e4;
  letter-spacing: 1px;
}

.single-footer-widget .widget-project-list {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}

.single-footer-widget .widget-project-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.single-footer-widget .widget-project-list li .box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-footer-widget .widget-project-list li .box .link-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.single-footer-widget .widget-project-list li .box i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
  z-index: 2;
}

.single-footer-widget .widget-project-list li .box img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-footer-widget .widget-project-list li .box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #0779e4;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  margin: 5px;
}

.single-footer-widget .widget-project-list li .box:hover::before {
  opacity: 0.5;
  visibility: visible;
}

.single-footer-widget .widget-project-list li .box:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.single-footer-widget .widget-project-list li .box:hover i {
  opacity: 1;
  visibility: visible;
}

.footer-main-shape .shape-1 {
  position: absolute;
  right: 5%;
  bottom: 5%;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
  z-index: -1;
  opacity: 50%;
}

.footer-main-shape .shape-2 {
  position: absolute;
  left: 10px;
  bottom: 20%;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  z-index: -1;
  opacity: 50%;
}

/*================================================
Copy Right Area CSS
=================================================*/
.copyright-area {
  padding-top: 30px;
  padding-bottom: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#0779e4), color-stop(#0087e7), color-stop(#0094e7), color-stop(#00a0e5), to(#29abe2));
  background: linear-gradient(to right, #0779e4, #0087e7, #0094e7, #00a0e5, #29abe2);
}

.copyright-area-content p {
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

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

.copyright-area-content p a:hover {
  color: #363636;
  letter-spacing: 1px;
}

.copyright-share {
  text-align: right;
}

.copyright-share a {
  margin-right: 8px;
}

.copyright-share a:last-child {
  margin-right: 0;
}

.copyright-share a i {
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
}

.copyright-share a i:hover {
  color: #363636;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: #ffffff;
  background-color: #363636;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: .9s;
  transition: .9s;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 25px;
  margin-left: auto;
  margin-right: auto;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top:hover {
  background-color: #0779e4;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
/*# sourceMappingURL=style.css.map */



  .single-services .svc-call-btn{
    display:inline-flex; align-items:center; gap:8px;
    margin-top:10px; padding:10px 14px; border-radius:12px;
    font-weight:700; text-decoration:none;
    background:linear-gradient(135deg,#22d3ee,#1fb6ff);
    color:#001018; border:1px solid rgba(0,0,0,.06);
    box-shadow:0 8px 18px rgba(31,182,255,.25);
    transition:transform .2s ease, box-shadow .2s ease;
  }
  .single-services .svc-call-btn:hover{
    transform: translateY(-2px);
    box-shadow:0 12px 24px rgba(31,182,255,.35);
  }







  .why-head{ text-align:center; max-width:880px; margin:0 auto 18px; }
  .why-kicker{
    display:inline-block; padding:6px 12px; font-size:12px; font-weight:700; letter-spacing:.4px;
    color:#e7fbff; background:rgba(34,211,238,.14); border:1px solid rgba(34,211,238,.38); border-radius:999px;
    box-shadow:0 4px 12px rgba(34,211,238,.15);
  }
  .why-head h2{ margin:12px 0 6px; font-size:clamp(22px,4vw,34px); }
  .why-head p{ color:#b9c6e4; margin:0 auto; font-size:clamp(14px,1.6vw,16px); }

  .why-grid{ margin-top:10px; }
  .why-card{
    height:100%;
    background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
    border:1px solid rgba(255,255,255,.10);
    border-radius:16px;
    padding:18px;
    box-shadow:0 12px 28px rgba(0,0,0,.26);
    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }
  .why-card:hover{
    transform:translateY(-6px);
    border-color:rgba(34,211,238,.40);
    box-shadow:0 18px 40px rgba(0,0,0,.34);
  }
  .why-icon{
    width:54px; height:54px; border-radius:14px; display:grid; place-items:center;
    margin-bottom:10px;
    color:#20c0fa; font-size:24px;
    background:linear-gradient(135deg, rgba(34,211,238,.20), rgba(31,182,255,.12));
    border:1px solid rgba(255,255,255,.18);
  }
  .why-card h3{ font-size:18px; margin:4px 0 4px; }
  .why-card p{ color:#cfe0ff; margin:0; line-height:1.6; font-size:14px; }

  .why-cta{
    margin-top:20px; display:flex; gap:12px; justify-content:center; flex-wrap:wrap;
  }
  .why-btn{
    display:inline-flex; align-items:center; gap:8px; font-weight:700; text-decoration:none;
    padding:12px 16px; border-radius:12px;
    background:linear-gradient(135deg,#22d3ee,#1fb6ff); color:#001018;
    border:1px solid rgba(255,255,255,.12); box-shadow:0 10px 22px rgba(31,182,255,.35);
  }
  .why-btn.outline{
    background:transparent; color:#eaf2ff; border-color:rgba(255,255,255,.25); box-shadow:none;
  }

  /* Utilities to match your theme spacing */
  .pt-100{ padding-top:100px; } .pb-80{ padding-bottom:80px; }