/* ----------------------------------

Template Name: Bussa - Consulting & Business Template
Author: validtemplates
Description:
Version: 1.0

Main Font    : Poppins
Main Color   : #00cdcd

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Box
        - Nav With Topbar
    03. Banner
    04. Features
    05. About Area
    06. Services
        - Carousel
        - Grid
    07. Office Environment
    08. Team
        - Carousel
        - Grid
    09. Portfolio
        - Grid Colum
        - Masonary Colum
    10. Clients Area
    11. Pricing Area
    12. Fun Factor
    13. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
    14. Faq
    15. Concat Area
    16. Subscribe Form
    17. Error 404
    18. Footer
    29. PHP Contact Form
    20. Others

*/


/*
** General Styles for HTML tags
*/

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4 {
  margin-bottom: 15px;
}

h5,h5 {
  margin-bottom: 10px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img, iframe {
  border: none;
}
em{
  font-style: normal;
}
p {
  color: #666666;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

b, strong {
  font-weight: 900;
}
.mt10{
  margin-top: 10px;
}
.mt15{
  margin-top: 15px;
}
.mt20{
  margin-top: 20px;
}
.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.wid10{
  width: 10% !important;
}
.wid20{
  width: 20% !important;
}
.wid30{
  width: 30% !important;
}
.wid40{
  width: 40% !important;
}
.wid50{
  width: 50% !important;
}
.wid60{
  width: 60% !important;
}
.wid70{
  width: 70% !important;
}
.wid80{
  width: 80% !important;
}
.wid90{
  width: 90% !important;
}
.wid100{
  width: 100% !important;
}
.mb-20{
  margin-bottom: 20px !important;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}
/* Default CSS */
.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #00cdcd;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #00cdcd none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding {
  padding-top: 63px;
  padding-bottom: 28px;
  position: relative;
}

.default-padding.bottom-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 120px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.carousel-shadow {
  padding-bottom: 105px;
}

.btn {
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  letter-spacing: 1px;
  border-radius: inherit;
  overflow: hidden;
}

.btn-md {
  padding: 10px 40px 10px;
}

.btn-sm {
  padding: 8px 35px;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover, 
 .btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #232323;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #232323;
}

.btn-dark.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #232323;
}

.btn-dark.border:hover {
  background-color: #232323;
  color: #ffffff !important;
  border: 2px solid #232323;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323;
}

.btn.btn-light:hover, 
 .btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.effect:hover, 
 .btn.btn-light.effect:focus {
  background-color: #00cdcd;
  color: #ffffff !important;
  border: 2px solid #00cdcd;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #232323 !important;
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}

.bg-dark {
  background: #1d2024 none repeat scroll 0 0;
}

.btn-theme {
  background-color: #00cdcd;
  color: #ffffff !important;
  border: 2px solid #00cdcd;
}

.btn-theme.border {
  background-color: transparent;
  color: #232323 !important;
  border: 2px solid #00cdcd;
}

.bg-dark .btn-theme.border {
  color: #ffffff !important;
}

.btn-gray.border {
  background-color: transparent;
  color: #00cdcd !important;
  border: 2px solid #e7e7e7;
}

.btn-theme.border:hover {
  background-color: #00cdcd;
  color: #ffffff !important;
  border: 2px solid #00cdcd;
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: #00cdcd none repeat scroll 0 0;
  border: 2px solid #00cdcd;
  color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.btn-animation {
  border: 2px solid #00cdcd;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn.btn-animation::after {
  position: absolute;
  left: -15px;
  bottom: -18px;
  content: "";
  height: 30px;
  width: 30px;
  background: #00cdcd;
  z-index: -1;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}

.btn.btn-animation:hover::after {
  height: 100%;
  width: 100%;
  color: #ffffff !important;
  left: 0;
  top: auto;
  bottom: 0;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0 15px;
  width: 100%;
}

.oh {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

header {
  position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover, 
.attr-nav > a.btn-theme.effect, 
.attr-nav > a.btn-theme.effect:focus {
  background: #00cdcd none repeat scroll 0 0;
  border: 2px solid #00cdcd;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #00cdcd;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

.site-heading h2 {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}

.site-heading h4 {
  text-transform: uppercase;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #00cdcd;
}

.site-heading h2 span {
  color: #00cdcd;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
}

.site-heading h2::before {
  background: #00cdcd none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before,
.half-bg .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
  color: #00cdcd;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.site-heading.single {
  margin-bottom: 35px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.top-border {
  border-top: 1px solid #e7e7e7;
}

.bottom-border {
  border-bottom: 1px solid #e7e7e7;
}

.side-bg {
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  width: 30%;
}

.side-bg img {
    left: 0;
    position: absolute;
    top: 60px;
    opacity: 0.7;
}

.side-bg.right {
  height: 100%;
  position: absolute;
  right: -30px;
  left: auto;
  top: 0;
  width: 30%;
}

.side-bg.right img {
    right: 0;
    left: auto;
    position: absolute;
    top: 60px;
    opacity: 0.7;
}

/* ==============================================================
     # Banner 
=================================================================== */
body,
.banner-area,
.banner-area div {
  height: 600px;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
  min-height: 100%;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}

.banner-area .content {
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding: 5px 0;
}

div#bootcarousel {
  z-index: 1;
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-top: 80px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* Animation delays */
.banner-area .item h1:first-child, 
 .banner-area .item h2:first-child, 
 .banner-area .item h3:first-child, 
 .banner-area .item h4:first-child, 
 .banner-area .item h5:first-child, 
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2), 
 .banner-area .item h2:nth-child(2), 
 .banner-area .item h3:nth-child(2), 
 .banner-area .item h4:nth-child(2), 
 .banner-area .item h5:nth-child(2), 
 .banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3), 
 .carousel-caption h2:nth-child(3), 
 .carousel-caption h3:nth-child(3), 
 .carousel-caption h4:nth-child(3), 
 .carousel-caption h5:nth-child(3), 
 .carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area .item p {
  animation-delay: .5s;
}

.banner-area .item ul {
  animation-delay: .6s;
}

.banner-area .item a, 
 .banner-area .item button {
  animation-delay: .7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, 
 .carousel-fade .carousel-inner .next.left, 
 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, 
 .carousel-fade .carousel-inner .prev, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

/*.carousel-inner .item > .slider-thumb {*/
  /*-webkit-animation: zoom 20s;*/
  /*animation: zoom 20s;*/
/*}*/

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -50px;
}

.banner-area:hover .carousel-control.left {
  left: 0;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: -50px;
}

.banner-area:hover .carousel-control.right {
  right: 0;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}

/* Carousel Indicators */
.banner-area .carousel-indicators {
  width: auto;
  position: absolute;
  right: 30px;
  top: 50%;
  left: auto;
  height: auto;
  bottom: auto;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.banner-area .carousel-indicators li {
  display: block;
  margin: 10px;
  height: 20px;
  position: relative;
  width: 20px;
  border: 3px solid rgba(255, 255, 255, 0.7);
  z-index: 1;
}

.banner-area .carousel-indicators li.active {
  height: 20px;
  width: 20px;
  border-color: #00cdcd;
  background: #00cdcd;
}

.banner-area .carousel-indicators li.active::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #00cdcd;
  margin-top: -1px;
}

.banner-area.thumb-fixed {
  position: relative;
  z-index: 1;
}

.banner-area.thumb-fixed .thumb.bg-cover {
  position: absolute;
  right: 0;
  top: -10%;
  -webkit-border-radius: 50% 0 0 50%;
  -moz-border-radius: 50% 0 0 50%;
  border-radius: 50% 0 0 50%;
  height: 120%;
  width: 40%;
  -moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  -o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.banner-area.top-padding .content {
  padding-top: 140px;
}

/* Content */

.banner-area .content .lists {
  margin-bottom: 20px;
}

.banner-area .content .lists ul {
  display: inline-block;
}

.banner-area .content .lists li {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #ffffff;
    padding-right: 15px;
    line-height: 15px;
}

.banner-area .content .lists li:last-child {
  border: none;
}

.banner-area .content .lists li i {
  margin-right: 2px;
}

.banner-area .text-large .content h1 {
  font-size: 60px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: -8px;
}

.banner-area .text-large .content h1 strong {
  color: #00cdcd;
  font-weight: 600;
}


.banner-area .text-large h4 {
    display: inline-block;
    background: rgba(255, 255, 255, 1);
    text-transform: capitalize;
    padding: 10px 35px;
    margin-bottom: 35px;
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #00cdcd;
}

.banner-area .content a {
  margin-top: 15px;
  margin-right: 5px;
}

.banner-area .text-center .content a {
  margin: 0 3px;
  margin-top: 15px;
}

.banner-area p {
  font-size: 16px;
  line-height: 30px;
  padding-right: 10%;
}

.banner-area .text-dark p {
  color: #232323;
}

.banner-area.text-center p,
.banner-area .text-center p {
  padding: 0 5%;
}

.banner-area.text-right p,
.banner-area .text-right p {
  padding-left: 10%;
  padding-right: 0;
}

.banner-area .content h3 {
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 25px;
}

.banner-area .text-normal .content h1 {
  font-size: 60px;
  font-weight: 600;
  text-transform: capitalize;
}

/* ==============================================================
     # Contact
=================================================================== */
.contact-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}

.contact-area .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 44%;
}

.contact-area iframe {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.contact-area .mask{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.contact-area .close-div{
  font-size: 35px;
  position: fixed;
  top: 8%;
  left: 69%;
}
.contact-area .close-div-mobile{
  font-size: 35px;
  position: fixed;
  top: 6%;
  left: 92%;
}
.contact-area .contact-form-box .contact-box {
  position: fixed;
  top: 10%;
  left: 33%;
  width: 35%;
  height: 540px;
  background: #ffffff;
  -moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  -o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  border-bottom: 2px solid #00cdcd;
}
.sign-in-box-mobile {
  left: 1% !important;
  width: 98% !important;
  height: 454px !important;
}
.sign-up-box-mobile {
  left: 1% !important;
  width: 98% !important;
  height: 506px !important;
}
/*.sign-up .contact-box{*/
  /*height: 514px !important;*/
/*}*/
.contact-area .contact-form-box .contact-box .heading {
  background: #00cdcd;
  padding: 50px;
}

.contact-area .contact-form-box .contact-box .heading p {
  margin: 0;
}

.contact-area .contact-form-box .contact-box .heading {
  background: #00cdcd;
  padding: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 15px solid #ffffff;
}

.contact-area .contact-form-box .contact-box .heading p {
  margin: 0;
}

.contact-area .contact-form-box .contact-box form {
  overflow: hidden;
  padding: 50px;
}

.contact-area .contact-form-box h2 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 25px;
}

.contact-area .contact-form-box input,
.contact-area .contact-form-box textarea {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
}

.contact-area .contact-form-box textarea {
  min-height: 150px;
  padding-top: 15px;
}

.contact-area .contact-form-box button {
  font-family: 'Poppins', sans-serif;
  padding: 10px 35px;
  border: 2px solid #e7e7e7;
  background: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  color: #00cdcd;
}

.contact-area .contact-form-box button i {
  margin-left: 5px;
}

.contact-area .contact-form-box img.loader {
  margin-left: 5px;
}

.contact-list-area h2 {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: -8px;
}

.contact-list-area h2 strong {
  color: #00cdcd;
  margin-left: 5px;
}


/* ============================================================== 
     # Services
=================================================================== */

.services-area.carousel-shadow {
  padding-bottom: 120px;
}

.services-area.shadow .services-items .equal-height,
.services-area.flex-items .services-items .equal-height {
  margin-bottom: 30px;
}

.services-area .services-items .equal-height {
  margin-bottom: 30px;
}

.services-area .services-items .item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 50px 30px 50px;
    background: #ffffff;
}

.services-area .services-items .item .list {
    text-align: center;
}

.services-area .services-items .item .list ul {
    display: inline-block;
    text-align: left;
}

.services-area .services-items .item .list ul li {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    margin-bottom: 10px;
}

.services-area .services-items .item .thumb {
    height: 200px;
    width: 200px;
    margin: 0 auto 60px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 5px;
}

.services-area .services-items .item .thumb img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.services-area .services-items .item .thumb .icon {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    margin-left: -40px;
    margin-bottom: -35px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 35px;
    color: #00cdcd;
}

.services-area .services-items .item h4 {
    text-transform: capitalize;
    font-weight: 600;
}

.services-area .services-items .item .info > a {
    margin-top: 5px;
}

.services-area.inc-list .services-items .item .info > a {
  margin-top: 10px;
}

.services-area .services-items.services-carousel .owl-dots {
  margin-top: 20px;
  margin-bottom: -5px;
}

.services-area .services-items.services-carousel .owl-dots .owl-dot span {
  height: 8px;
  background: #666666;
  width: 10px;
  margin: 0 5px;
  opacity: 1;
}

.services-area .services-items.services-carousel .owl-dots .owl-dot.active span {
  background: #00cdcd;
  width: 40px;
}

/* ============================================================== 
     # Error Page
=================================================================== */
.error-page-area{
  height: 100%;
  position: relative;
  width: 100%;
  top:15%;
}
.error-page-area .error-box h1 {
  font-size: 150px;
  font-weight: 700;
  line-height: 120px;
  margin-top: -8px;
  margin-bottom: 30px;
}

.error-page-area .error-box h2 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 20px;
  color: #666666;
}

.error-page-area .error-box .search {
  position: relative;
  max-width: 400px;
  margin-top: 30px;
}

.error-page-area .error-box .search .input-group, 
.error-page-area .error-box .search form {
  width: 100%;
}

.error-page-area .error-box .search input {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  border-radius: inherit;
}

.error-page-area .error-box .search  button {
  right: 0;
  top: 0;
  position: absolute;
  min-height: 50px;
  min-width: 40px;
  color: #00cdcd;
  z-index: 9;
  border: none;
  box-shadow: inherit;
  background: transparent;
}

.error-page-area .error-box .search form {
  overflow: hidden;
  position: relative;
}

.error-page-area .error-box a {
  margin-top: 40px;
}

.error-page-area .error-box {
  padding-left: 35px;
}



/* ============================================================== 
     # Footer
=================================================================== */

footer {
  background-image: url(/public/static/images/dotted-bg.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

footer .f-items {
  float: left;
  width: 100%;
}

footer .f-items .f-item h4 {
  text-transform: capitalize;
  font-weight: 600;
}

footer .f-items .f-item .phone {
  margin-bottom: 20px;
  font-size: 38px;
  color: #00cdcd;
  text-transform: uppercase;
}

footer .f-items .f-item.link li {
  display: block;
  margin-bottom: 15px;
}

footer .f-items .f-item.link li a {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 17px;
  color: #cccccc;
}

footer .f-items .f-item.link li a:hover {
  color: #ffffff;
}

footer .f-items .f-item.link li:last-child {
  margin: 0;
}

footer.bg-dark p {
  color: #cccccc;
}

footer .f-items .f-item.link li a::after {
  position: absolute;
  left: 0;
  top: 1px;
  content: "\e724";
  font-family: 'themify';
  font-size: 10px;
  color: #cccccc;
}

/* Footer */
/*.footer-bottom {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  font-weight: 500;
  color: #00cdcd;
}*/


/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

/* ==============================================================
     # Cart
=================================================================== */

.cart-list{
  position: relative;
  top:20%
}
.cart-title{
  font-size: 18px;
  color: #333;
  margin: 25px 0;
  position: relative;
}
.cart-footer{
  margin: 48px auto 28px auto;
  height: 78px;
  line-height: 78px;
  background: #fff;
  font-size: 14px;
  border: 1px solid #d7d8d9;
  padding: 0 15px;
}
.cart-check{float: left;}
.cart-total{
  float: right;
}
.btn-numbox {
  overflow: hidden;
}

.btn-numbox li {
  float: left;
}

.btn-numbox .count {
  overflow: hidden;
}

.btn-numbox .count .num-minus,
.input-num,
.num-plus {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #999;
  cursor: pointer;
  border: 1px solid #e6e6e6;
}
.btn-numbox .count .input-num {
  width: 58px;
  height: 26px;
  color: #333;
  border-left: 0;
  border-right: 0;
  min-height: 28px;
}
.layui-table tbody tr:hover {background-color: #fff;}
.good-count{color: red;font-size: 16px}
.good-price{color:red;margin-right: 20px;font-size: 20px}
.cart-info{
  min-height: 365px;
  width: 500px;
  margin: 24px auto 60px;
  position: relative;
  z-index: 1;
  padding: 5px;
  border: 1px solid #d6d6d6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.item-div{
  height: 166px;
  width: 90%;
  margin: 18px auto 16px;
  position: relative;
  z-index: 1;
  border: 1px solid #d6d6d6;
  padding: 15px 15px 10px;
}
.item-name{
  float: left;
  max-width: 80%;
  word-break: break-all;
}
.item-name span{
  font-size: 16px;
  font-weight: bold;
}
.item-price{
  float: right;
}
.item-price span{
  font-size: 16px;
  font-weight: bold;
  color: #09757a !important;
}
.item-period,.item-params{
  clear: left;
  float: left;
  width: 90%;
  padding: .5rem 0;
}
.item-params select{
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  color: #333333;
  padding: 4px;
  font-size: 12px;
  vertical-align: middle;
}
.item-period select{
  height: 34px;
  min-height: unset;
  padding: 5px;
  color: #333;
}
.item-delete{
  clear: right;
  float: right;
  min-width: inherit;
  margin-top:20px;
  font-size: 20px;
}
.under-div{
  padding: 7px 28px 10px;
}
.cart-declaration{
  text-decoration: underline;
  color: #333;
  margin: -10px 0 0 15px;
  font-size: 12px;
}
.clear-div{
  font-size: 16px;
  float: right;
}
.clear-div a{
  color: #333;
  font-weight: bold;
  text-decoration: underline;
  margin: 0 15px;
}
.price-div{
  border-top: 1px solid #ccc;
  margin-top: 23px;
  min-height: 100px;
  border-bottom: 1px solid #ccc;;
  font-size:32px;
  padding: 25px 20px 20px;
}
.subtotal{
  float: left;
  max-width: 80%;
  word-break: break-all;
}
.subtotal span{
  font-weight: bold;
}
.total-price{
  float: right;
  color: #09757a;
}
.btn1-div{
  padding: 15px 0;
}
.btn1-div button{
  font-size: 24px;
  max-width: unset;
  width: 100%;
  background-color: transparent;
  color: #232323 !important;
  border: 2px solid #00cdcd;
  border-radius: 30px;
  padding: 5px 10px;
  line-height: 1.5;
}
.btn1-div button:hover,
.btn1-div button:focus {
  background-color: #00cdcd;
  color: #ffffff !important;
  border: 2px solid #00cdcd;
}
.btn1-div a{
  font-size: 24px;
  max-width: unset;
  width: 100%;
  background-color: transparent;
  color: #232323 !important;
  border: 2px solid #00cdcd;
  border-radius: 30px;
  padding: 10px 83px;
  line-height: 1.5;
}
.btn1-div a:hover,
.btn1-div a:focus {
  background-color: #00cdcd;
  color: #ffffff !important;
  border: 2px solid #00cdcd;
  text-decoration: none;
}
.empty-cart {
  border-radius: 8px;
  background-color: #f5f7f8;
  color: #767676;
  padding: 30px 0 40px;
  text-align: center;
}
.empty-cart span{
  font-size: 22px;
}
.empty-cart a{
  text-decoration: underline;
}
/* ==============================================================
     # Calculator
=================================================================== */
.calculator-info{
  min-height: 365px;
  width: 580px;
  margin: 24px auto 60px;
  position: relative;
  z-index: 1;
  padding: 5px;
  border: 1px solid #d6d6d6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.calculator-inputs{
  padding: 30px 60px;
}
.calculator-info h2{
  padding: 11px 0;
}
.toggle-buttons{
  background-color: #f3f5f9;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  width: 100%;
}
.toggle-buttons button{
  font-size: 12px;
  padding: 15px;
  background-color: #f3f5f9;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #031b4e;
  cursor: pointer;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  position: relative;
  text-transform: uppercase;
}
.toggle-buttons-mobile button{
  padding: 4px !important;
}
.toggle-buttons button.active {
  background-color: #fff;
  border-color: #009688;
  -webkit-box-shadow: 0 2px 4px rgba(3,27,78,.06);
  box-shadow: 0 2px 4px rgba(3,27,78,.06);
  margin-top: -1px;
  z-index: 5;
}
.calculator-slider{
  max-width: 100%;
}
.calculator-slider label{
  color: #031b4e;
  font-size: 16px;
  margin-bottom: 25px;
}
.calculator-slider ul{
  margin-top: 26px;
}
.calculator-slider li{
  color: #757b91;
  display: flex;
  font-size: 18px;
  padding: 8px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  flex: 1 0 50%;
  border-bottom: 1px solid #e5e8ed;
  line-height: 35px;
}
.calculator-slider span{
  color: #031b4e;
}
.calculator-price{
  text-align: right;
}
.calculator-price span{
  font-size: 24px;
  color: #09757a;
}
.btn_wid60{
  width: 60% !important;
}
.tl-center{
  text-align: center;
}
.calculator-div{
  width: 20%;
  margin: 20px auto;
}
/* ==============================================================
     # Order
=================================================================== */
.order-info{
  min-height: 365px;
  width: 1200px;
  margin: 24px auto 60px;
  position: relative;
  z-index: 1;
  padding: 5px;
  border: 1px solid #d6d6d6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.order-info h2{
  margin-left: 20px;
}
.order-div {
  height: 400px;
  width: 95%;
  margin: 18px auto 16px;
  position: relative;
  z-index: 1;
  border: 1px solid #d6d6d6;
  padding: 15px 15px 10px;
}
.order-base {
  border: 1px solid #eee;
  background-color: #eee;
  padding: 20px;
}
.order-base span{
  margin:0 20px;
  color: #726c6c;
}
.order-base label{
  color: #000;
  font-weight: normal;
}
.order-item{
  width: 30%;
  display: inline-block;
}
.order-detail {
  margin-top: 20px;
  min-height: 180px;
  border: 1px solid #eee;
  padding: 10px;
}
.order-detail table{
  width: 100%;
}
.order-detail table th{
  padding: 14px;
  background-color: #eee;
}
.order-detail table td{
  padding: 30px 0 30px 10px;
}
.order-detail a{
  font-size: 20px;
}
.order-detail label{
  color: #09757a;
  font-size: 15px;
}
.btn2-div{
  padding: 15px 0;
  text-align: right;
}
.btn2-div button{
  font-size: 24px;
  max-width: unset;
  width: 18%;
  background-color: transparent;
  color: #232323 !important;
  border: 2px solid #00cdcd;
  border-radius: 30px;
  padding: 5px 10px;
  line-height: 1.5;
}
.btn2-div button:hover,
.btn2-div button:focus {
  background-color: #00cdcd;
  color: #ffffff !important;
  border: 2px solid #00cdcd;
}
.questions_div1{
  padding: 5px 25px;
  letter-spacing: 1px;
}
.support_h5{
  font-weight: bold;
  margin: 40px 0 20px 0;
  color: #0d7cc6;
}
.bold{
  font-weight: bold;
}
.color333{
  color: #333;
}
.font12{
  font-size: 13px;
}
.support_span{
  margin-top:30px;
}
.support_span span{
  border: 1px solid #000000;
  padding: 10px;
  margin: 5px 10px;
  cursor: pointer;
  display: inline-block;
}
.support_keyword{
  margin-top:40px;
  width: 85%;
}
.support_keyword input{
  padding:15px 35px 15px 20px !important;
}
.support_keyword img{
  float: right;
  margin-top: -43px;
  margin-right: 5px;
  opacity: 0.8;
}
.questions_div2{
  margin-top: 20px;
}
.questions_div2 h5{
  font-weight: bold;
  margin-top: 20px;
}
.questions_ul{
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.questions_li {
  font-size: 15px;
  font-weight: bold;
  color: #3b3b3b;
  cursor: pointer;
  padding: 0 2%;
  background: url(/public/static/picture/support_add.png) no-repeat 98% 7px;
}
.questions_li.cur{
  background-image:url(/public/static/picture/support_app.png);
}
.questions_li img{
  margin-right: 7px;
}
.questions_li2{
  color: #666;
  padding: 0 2%;
  margin-top: 5px;
  display: none;
}
.support_span_cur{
  border-color: #00a0e9 !important;
  background-color: #00a0e9;
  color: #fff;
}
.knowledge_div{
  padding: 5px 25px;
  letter-spacing: 1px;
  width: 100%;
}
.knowledge-box{
  width: 100%;
  display: flex;
  flex-direction:row;
  align-self: baseline
}
.ml20{
  margin-left: 20px;
}
.knowledge_keyword{

}
.knowledge_keyword input{
  padding:15px 35px 15px 20px !important;
}
.knowledge_keyword img{
  float: right;
  margin-top: -43px;
  margin-right: 5px;
  opacity: 0.8;
}
.knowledge-message{
  font-size: 14px;
  margin-top: 15px;
}
.knowledge-question{
  margin-top: 20px;
  border: 1px solid #000;
  border-top: 2px solid #0174c3;
  font-size: 14px;
  padding: 15px;
}
.knowledge-question li{
  line-height: 33px;
}
.knowledge-question p{
  margin-bottom: 15px;
}
.knowledge-list{
  border: 1px solid #000;
  padding: 17px;
}
.knowledge-list p{
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
.knowledge-list li{
  font-size: 12px;
  line-height: 23px;
  margin-left: 15px;
}
.knowledge-list a{
  text-decoration: none;
}
.knowledge-content{
  width: 76%;
}
.knowledge-content a{
  cursor: pointer;
  text-decoration: none;
}
.knowledge-cate-choose{
  text-decoration: none;
  color: #0174c3;
  font-weight: bold;
}
.article-line{
  border-top: 2px solid #0174c3;
}

.article-div1{
  padding: 5px 25px;
  letter-spacing: 1px;
  width: 100%;
}
.article-span{
  margin-top:30px;
}
.article-span span{
  border: 1px solid #000000;
  padding: 10px;
  margin: 5px 10px;
  cursor: pointer;
  min-width: 150px;
  display: inline-block;
  text-align: center;
}
.article-div2{
  width: 100%;
  margin-top: 20px;
}
.article-table{
  /*display: flex;*/
  /*flex-direction: column;*/
  /*align-items: center;*/
}
.article-table td{
  border: none;
  border-bottom: 1px solid #dde3e8;
  padding: 3px 13px !important;
}
.article-td1{
  width: 300px;
  padding: 20px 50px;
}
.article-td1 img{
  width: 160px;
  max-width: 220px !important;
  height: 90px;
  border: 1px solid #000;
  background-size:100%
}
.article-td2{
  width: 800px;
  text-align: left !important;
}
.td-cate{
  font-weight: bold;
}
.td-title{
  font-size: 17px;
  font-weight: bold;
  color: #0174c3;
}
.td2-div{
  margin:20px;
  height: 105px;
  cursor: pointer;
}
.detail-div{
  display: flex;
  flex-direction: row;
}
.detail-div1{
  padding: 5px 25px;
  letter-spacing: 1px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detail-div2{
  max-width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detail-title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}
.detail-back{
  padding: 12px 35px;
  background-color: #0174c3;
  color: #fff;
  border-radius: 5px;
  width: 110px;
  text-align: center;
  cursor: pointer;
}
.ul-more::after {
  content: "";
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0175c3;
  margin-left: 5px;
}
.used_coupon{
  background: #ccc !important;
}