

* {
  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;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Montserrat', 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;
}

p {
  color: #232323;
  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: 'Montserrat', sans-serif;
}

b, strong {
  font-weight: 900;
}

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

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}
/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f9f9f9;
}

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

.bg-theme {
  background-color: #01c8f9;
}

.color-yellow .bg-theme {
  background-color: #fbba42;
}

.color-crimson .bg-theme {
  background-color: #e22a31;
}

.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: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #232323 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: #01c8f9 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.color-crimson.shadow.theme::after {
  background: #fbba42 none repeat scroll 0 0;
}

.color-yellow.shadow.theme::after {
  background: #e22a31 none repeat scroll 0 0;
}

.shadow.theme-hard::after {
  background: #01c8f9 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.color-crimson.shadow.theme-hard::after {
  background: #e22a31 none repeat scroll 0 0;
}

.color-yellow.shadow.theme-hard::after {
  background: #fbba42 none repeat scroll 0 0;
}

.default-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.default-padding-top {
  padding-top: 80px;
}

.default-padding-bottom {
  padding-bottom: 80px;
}

.default-padding.bottom-less {
  padding-top: 80px;
  padding-bottom: 50px;
}

.default-padding.bottom-30 {
  padding-top: 80px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 80px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 120px;
  padding-bottom: 120px;
}

.carousel-shadow {
  padding-bottom: 65px;
}

.btn {
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  font-weight: 700;
  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;
  font-weight: 700;
  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: 700;
  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;
}

.color-crimson .btn.btn-light.effect:hover, 
.color-crimson .btn.btn-light.effect:focus {
  background-color: #e22a31;
  color: #ffffff !important;
  border: 2px solid #e22a31;
}

.color-yellow .btn.btn-light.effect:hover, 
.color-yellow .btn.btn-light.effect:focus {
  background-color: #fbba42;
  color: #ffffff !important;
  border: 2px solid #fbba42;
}

.btn.btn-light.effect:hover, 
.btn.btn-light.effect:focus {
  background-color: #01c8f9;
  color: #ffffff !important;
  border: 2px solid #01c8f9;
}

.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: #1c1c1c  none repeat scroll 0 0;
}

.btn-theme {
  background-color: #01c8f9;
  color: #ffffff !important;
  border: 2px solid #01c8f9;
}

.color-crimson .btn-theme {
  background-color: #e22a31;
  color: #ffffff !important;
  border: 2px solid #e22a31;
}

.color-yellow .btn-theme {
  background-color: #fbba42;
  color: #ffffff !important;
  border: 2px solid #fbba42;
}

.btn-theme.border {
  background-color: transparent;
  color: #01c8f9 !important;
  border: 2px solid #01c8f9;
}

.color-crimson .btn-theme.border {
  background-color: transparent;
  color: #e22a31 !important;
  border: 2px solid #e22a31;
}

.color-yellow .btn-theme.border {
  background-color: transparent;
  color: #fbba42 !important;
  border: 2px solid #fbba42;
}

.btn-theme.border:hover {
  background-color: #01c8f9;
  color: #ffffff !important;
  border: 2px solid #01c8f9;
}

.color-crimson .btn-theme.border:hover {
  background-color: #e22a31;
  color: #ffffff !important;
  border: 2px solid #e22a31;
}

.color-yellow .btn-theme.border:hover {
  background-color: #fbba42;
  color: #ffffff !important;
  border: 2px solid #fbba42;
}

.btn-theme.effect:hover, 
.btn-theme.effect:focus {
  background: #0d528c none repeat scroll 0 0;
  border: 2px solid #0d528c;
  color: #ffffff;
}

.color-crimson .btn-theme.effect:hover, 
.color-crimson .btn-theme.effect:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #e22a31;
  color: #e22a31 !important;
}

.color-yellow .btn-theme.effect:hover, 
.color-yellow .btn-theme.effect:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fbba42;
  color: #fbba42 !important;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.btn.border.btn-light.standard {
  padding-left: 20px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

.btn.border.btn-light.standard::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 53px;
  position: absolute;
  right: -18px;
  top: -10px;
  transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  width: 50px;
  z-index: -1;
}

.btn.border.btn-light.standard::before {
  color: #01c8f9;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  height: 100%;
  position: absolute;
  right: 0;
  width: 25px;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.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: #01c8f9 none repeat scroll 0 0;
  border: 2px solid #01c8f9;
  color: #ffffff !important;
}

.color-crimson .attr-nav > a.btn-theme.effect:hover, 
.color-crimson .attr-nav > a.btn-theme.effect, 
.color-crimson .attr-nav > a.btn-theme.effect:focus {
  background: #e22a31 none repeat scroll 0 0;
  border: 2px solid #e22a31;
  color: #ffffff !important;
}

.color-yellow .attr-nav > a.btn-theme.effect:hover, 
.color-yellow .attr-nav > a.btn-theme.effect, 
.color-yellow .attr-nav > a.btn-theme.effect:focus {
  background: #fbba42 none repeat scroll 0 0;
  border: 2px solid #fbba42;
  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: #01c8f9;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

.color-crimson .attr-nav.social li a {
  color: #e22a31;
}

.color-yellow .attr-nav.social li a {
  color: #fbba42;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

.site-heading h2 {
  color: #232323;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.carousel-shadow .site-heading {
  margin-bottom: 45px;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #01c8f9;
}

.color-crimson .site-heading.clean h2 span {
  color: #e22a31;
}

.color-yellow .site-heading.clean h2 span {
  color: #fbba42;
}

.site-heading h2 span {
  color: #01c8f9;
}

.color-crimson .site-heading h2 span {
  color: #e22a31;
}

.color-yellow .site-heading h2 span {
  color: #fbba42;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
}

.site-heading.clean h2::after,
.site-heading.clean h2::before {
  display: none;
}

.site-heading h2::before {
  background: #01c8f9 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.color-crimson .site-heading h2::before {
  background: #e22a31 none repeat scroll 0 0;
}

.color-yellow .site-heading h2::before {
  background: #fbba42 none repeat scroll 0 0;
}

.barber .site-heading h2::before {
  background: #bc9355 none repeat scroll 0 0;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}




/* ============================================================== 
     # Banner 
=================================================================== */
body, .banner-area, 
 .banner-area div {
  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 .content {
  overflow: hidden;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.shadow-inner .content::after {
  background: #1c1c1c none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .item h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
}

.banner-area.barber .box-cell .content a.btn.btn-light.effect:hover {
  background-color: #bc9355;
  border-color: #bc9355;
}

.banner-area .item h1 span {
  color: #01c8f9;
}

.banner-area.color-crimson .item h1 span {
  color: #e22a31;
}

.banner-area.color-yellow .item h1 span {
  color: #fbba42;
}

.banner-area .shadow.theme .content h1 span {
  color: #ffffff;
}

.banner-area .carousel .box-cell.shadow.theme .content a.border {
  color: #ffffff;
}

.banner-area.barber .carousel.slide .item .content h1 span {
  color: #bc9355;
}

.banner-area.text-bold .item h1 span {
  color: #01c8f9;
  font-weight: 900;
}

.banner-area.color-crimson.text-bold .item h1 span {
  color: #e22a31;
}

.banner-area.color-yellow.text-bold .item h1 span {
  color: #fbba42;
}

.banner-area.app-landing .content h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.banner-area.app-landing .content h1 span {
  color: #ffffff;
  font-weight: 900;
}

.banner-area .content.heding-only h2 {
  margin-bottom: 0 !important;
}


/* 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 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%;
}

.banner-area.title-theme .item h1 {
  color: #01c8f9;
  font-size: 45px;
  font-weight: 700;
}

.banner-area.color-crimson.title-theme .item h1 {
  color: #e22a31;
}

.banner-area.color-yellow.title-theme .item h1 {
  color: #fbba42;
}

.banner-area .carousel.single-title .carousel-inner .thumb, 
.banner-area .carousel.single-title .carousel-inner .info {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.banner-area .carousel.single-title .carousel-inner .thumb img {
  margin-top: 50px;
}

.banner-area .carousel.item-bg .carousel-inner .item .content h2::after {
  background: #ffffff none repeat scroll 0 0;
  opacity: 1;
}

.banner-area.portfolio .content h2 {
  background: #01c8f9 none repeat scroll 0 0;
  display: inline-block;
  padding: 10px;
}

.banner-area.portfolio.typed-no-bg .content h2 {
  background: transparent none repeat scroll 0 0;
  padding: 0;
}

.banner-area.color-crimson.portfolio .content h2 {
  background: #e22a31 none repeat scroll 0 0;
}

.banner-area.color-yellow.portfolio .content h2 {
  background: #fbba42 none repeat scroll 0 0;
}

.banner-area.portfolio .social li {
  display: inline-block;
}

.banner-area.portfolio .social li a {
  background: #01c8f9 none repeat scroll 0 0;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 45px;
  line-height: 43px;
  text-align: center;
  width: 45px;
}

.banner-area.color-crimson.portfolio .social li a {
  background: #e22a31 none repeat scroll 0 0;
}

.banner-area.color-yellow.portfolio .social li a {
  background: #fbba42 none repeat scroll 0 0;
}

.banner-area.portfolio .content.no-paragraph .social li a {
  margin-top: 0;
}

.banner-area.portfolio .social li a:hover {
  background: #01c8f9;
  color: #ffffff;
  border: 2px solid transparent;
}

.banner-area.color-crimson.portfolio .social li a:hover {
  background: #e22a31;
}

.banner-area.color-yellow.portfolio .social li a:hover {
  background: #fbba42;
}

/* Image Zoom Effect */
.banner-area .zoom-thumb {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.zoom-thumb {
  animation: scale 30s linear infinite;
  position: relative;
}

.zoom-thumb::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.banner-area.app-landing .item .content a.btn-light.effect:hover {
  background: transparent;
  border: 2px solid #ffffff;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* ============================================================== 
     # About 
=================================================================== */
.about-area .nav.nav-pills li a {
  background: #f4f4f4 none repeat scroll 0 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #01c8f9;
  padding: 15px 20px;
  margin-right: 5px;
}

.about-area.color-crimson .nav.nav-pills li a {
  color: #e22a31;
}

.about-area.color-yellow .nav.nav-pills li a {
  color: #fbba42;
}

.about-area .nav.nav-pills {
  border: medium none;
  margin-bottom: 30px;
}

.about-area .nav.nav-pills li.active a {
  background: #01c8f9 none repeat scroll 0 0;
  color: #ffffff;
}

.about-area.color-crimson .nav.nav-pills li.active a {
  background: #e22a31 none repeat scroll 0 0;
  color: #ffffff;
}

.about-area.color-yellow .nav.nav-pills li.active a {
  background: #fbba42 none repeat scroll 0 0;
  color: #ffffff;
}

.about-area .nav.nav-pills li a:hover, 
.about-area .nav.nav-pills li.active a:hover, 
.about-area .nav.nav-pills li a:focus, 
.about-area .nav.nav-pills li.active a:focus {
  background: #01c8f9 none repeat scroll 0 0;
  color: #ffffff;
}

.about-area.color-crimson .nav.nav-pills li a:hover, 
.about-area.color-crimson .nav.nav-pills li.active a:hover, 
.about-area.color-crimson .nav.nav-pills li a:focus, 
.about-area.color-crimson .nav.nav-pills li.active a:focus {
  background: #e22a31 none repeat scroll 0 0;
}

.about-area.color-yellow .nav.nav-pills li a:hover, 
.about-area.color-yellow .nav.nav-pills li.active a:hover, 
.about-area.color-yellow .nav.nav-pills li a:focus, 
.about-area.color-yellow .nav.nav-pills li.active a:focus {
  background: #fbba42 none repeat scroll 0 0;
}

.about-area .nav.nav-pills li a i {
  margin-right: 5px;
}

.about-area .nav.nav-pills li {
  position: relative;
  z-index: 1;
}

.about-area .nav.nav-pills li:last-child::after {
  display: none;
}

.about-area .social li {
  display: inline-block;
}

.about-area .social li a {
  color: #848484;
  display: inline-block;
  font-size: 18px;
  margin-right: 20px;
}

.about-area .social {
  margin-bottom: 30px;
  margin-top: 30px;
}

.about-area .tab-content .info-details h4 {
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 25px;
}

.about-area .tab-content a {
  margin-right: 10px;
  margin-top: 15px;
}

.about-area .tab-content li {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  padding: 10px 0;
  text-transform: capitalize;
}

.about-area .tab-content li span {
  float: right;
}

.about-area .tab-content li:first-child {
  padding-top: 0;
}

.about-area .tab-content li:last-child {
  border: medium none;
  padding-bottom: 0;
}

.about-area.wt-social .tab-content li:last-child {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
}

.about-area.wt-social .tab-content ul.socials li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.about-area .tab-content ul {
  margin: 30px 0 15px;
}

.about-area .achivement-items .item {
  padding: 30px;
}

.about-area .tab-content ul.socials li {
  border: medium none;
  display: inline-block;
  padding-bottom: 0;
}

.about-area .tab-content ul.socials li a {
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
  margin-top: 0;
}

.about-area h2 {
  font-weight: 700;
}

.about-area h5 {
  color: #01c8f9;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 16px;
}

.color-crimson.about-area h5 {
  color: #fbba42;
}

.color-yellow.about-area h5 {
  color: #fbba42;
}

.about-area.wt-exp .achivement-items {
  margin-top: 30px;
}

.about-area .achivement-items .item::after {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}

.about-area .achivement-items .item::before {
  background: #e7e7e7 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.about-area .achivement-items {
  margin-top: 30px;
  overflow: hidden;
}

.about-area.business .info, .about-area.business .thumb {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.about-area.business .info {
  padding-left: 50px;
}

.skills-section {
  margin-top: 30px;
}

.skills-section .progress-box h5 {
  font-weight: 700;
  text-transform: capitalize;
  color: #232323;
  margin-bottom: 10px;
}

.exp-area .skills-section .progress-box h5 {
  color: #ffffff;
}

.skills-section .progress-box .progress .progress-bar {
  background: #01c8f9 none repeat scroll 0 0;
  border-radius: inherit;
}

.color-crimson .skills-section .progress-box .progress .progress-bar {
  background: #e22a31 none repeat scroll 0 0;
}

.color-yellow .skills-section .progress-box .progress .progress-bar {
  background: #fbba42 none repeat scroll 0 0;
}

.skills-section .progress-box .progress {
  border-radius: inherit;
  height: 5px;
}

.skills-section .progress-box:last-child .progress {
  margin-bottom: 0;
}

.about-area.video-info .default.info {
  padding-left: 30px;
}

.works-steps .item a {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  display: inline-block;
  padding: 30px;
  width: 100%;
}

.about-area.video-info .owl-stage-outer {
  margin: 0 -15px;
  padding: 15px;
}

.about-area.video-info .works-steps .owl-dots {
  margin-top: 15px !important;
}

.about-area.video-info .works-steps .owl-dots .owl-dot span {
  background: #262626 none repeat scroll 0 0;
  border: 5px solid #e7e7e7;
  height: 18px;
  width: 18px;
}

.about-area.video-info .works-steps .owl-dots .owl-dot.active span {
  background: #01c8f9 none repeat scroll 0 0;
}

.about-area.color-crimson.video-info .works-steps .owl-dots .owl-dot.active span {
  background: #e22a31 none repeat scroll 0 0;
}

.about-area.color-yellow.video-info .works-steps .owl-dots .owl-dot.active span {
  background: #fbba42 none repeat scroll 0 0;
}

.works-steps .item i {
  color: #01c8f9;
  display: inline-block;
  font-size: 40px;
  margin-bottom: 15px;
}

.color-crimson .works-steps .item i {
  color: #e22a31;
}

.color-yellow .works-steps .item i {
  color: #fbba42;
}

.works-steps .item h5 {
  color: #232323;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}

.about-area.video-info .works-steps {
  margin-top: 15px;
}

.about-carousel .owl-nav {
  margin: 0;
}

.about-carousel .owl-nav .owl-prev, .about-carousel .owl-nav .owl-next {
  background: transparent;
  height: 35px;
  left: 0;
  line-height: 35px;
  margin-top: -17px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 35px;
}

.about-carousel .owl-nav .owl-prev:hover, 
.about-carousel .owl-nav .owl-next:hover {
  background: transparent;
}

.about-carousel .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.about-area .list-items li {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  padding: 10px 0;
  text-transform: capitalize;
}

.about-area .list-items {
  margin-top: 30px;
}

.about-area .list-items li:first-child {
  padding-top: 0;
}

.about-area .list-items li:last-child {
  border: medium none;
  padding-bottom: 0;
}

.about-area .list-items li span {
  float: right;
  color: #01c8f9;
}

.about-area.color-crimson .list-items li span {
  float: right;
  color: #e22a31;
}

.about-area.color-yellow .list-items li span {
  float: right;
  color: #fbba42;
}

.about-area.restaurant h2 {
  font-weight: 700;
  text-transform: capitalize;
}

.about-area.restaurant h5 {
  color: #01c8f9;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.about-area.color-yellow.restaurant h5 {
  color: #fbba42;
}

.about-area.color-crimson.restaurant h5 {
  color: #e22a31;
}

.about-area .working-steps {
  margin-top: 30px;
  overflow: hidden;
}

.about-area .working-steps .item {
  padding: 30px;
}

.about-area .working-steps .item::after {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}

.about-area .working-steps .item::before {
  background: #e7e7e7 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.about-area .working-steps .item i {
  color: #01c8f9;
  font-size: 50px;
}

.about-area.color-crimson .working-steps .item i {
  color: #e22a31;
}

.about-area.color-yellow .working-steps .item i {
  color: #fbba42;
}

.about-area .working-steps .item h4 {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 5px;
}

.about-area .working-steps .item a {
  color: #01c8f9;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-area.color-crimson .working-steps .item a {
  color: #e22a31;
}

.about-area.color-yellow .working-steps .item a {
  color: #fbba42;
}

.about-area .info {
  padding-left: 30px;
}


/* ============================================================== 
     # Fun Factor
=================================================================== */
.fun-factor-area .item .fun-fact {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  padding: 30px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.fun-fact i {
  color: #01c8f9;
  display: inline-block;
  font-size: 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.color-crimson .fun-fact i {
  color: #e22a31;
}

.color-yellow .fun-fact i {
  color: #fbba42;
}

.fun-factor-area .item {
  margin-bottom: 30px;
}

.fun-factor-area .fun-fact i {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #01c8f9;
  display: inline-block;
  font-size: 40px;
  height: 100px;
  line-height: 100px;
  position: relative;
  text-align: center;
  width: 100px;
  z-index: 1;
}

.fun-factor-area.color-crimson .fun-fact i {
  color: #e22a31;
}

.fun-factor-area.color-yellow .fun-fact i {
  color: #fbba42;
}

.fun-factor-area .fun-fact .timer {
  color: #ffffff;
  margin-top: 30px;
}

.fun-fact .timer {
  font-family: "Montserrat",sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
}

.fun-fact span.medium {
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: 18px;
  line-height: 1;
  margin-top: 15px;
  font-weight: 700;
}

.fun-factor-area .fun-fact span.medium {
  color: #ffffff;
}



/* ============================================================== 
     # Services
=================================================================== */
.services-cell .services-items .thumb, 
.services-cell .services-items .info {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.services-cell .services-items .info {
  padding: 80px;
}

.services-cell .services-items .info h2 {
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
}

.services-cell .services-items .info h5 {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #01c8f9;
}

.color-crimson.services-cell .services-items .info h5 {
  color: #e22a31;
}

.color-yellow.services-cell .services-items .info h5 {
  color: #fbba42;
}

.services-cell .services-items.barber .info h5 {
  color: #bc9355;
}

.services-cell.ongoin-projects .services-items .info h5 {
  border: medium none;
  color: #01c8f9;
  margin-bottom: 25px;
  padding: 0;
}

.color-crimson.services-cell.ongoin-projects .services-items .info h5 {
  color: #e22a31;
}

.color-yellow.services-cell.ongoin-projects .services-items .info h5 {
  color: #fbba42;
}

.deal-info li {
  background: #ffffff none repeat scroll 0 0;
  border-right: 1px solid #f4f4f4;
  font-family: "Montserrat",sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 15px;
  text-transform: capitalize;
  vertical-align: middle;
}

.deal-info li span {
  display: block;
  margin-top: 10px;
  color: #01c8f9;
}

.color-crimson .deal-info li span {
  color: #e22a31;
}

.color-yellow .deal-info li span {
  color: #fbba42;
}

.deal-info {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
}

.deal-info li:last-child {
  border: medium none;
}

.services-cell .services-items .info a {
  margin-top: 15px;
}

.services-cell.services-barber .info a {
  background: #bc9355 none repeat scroll 0 0;
  border-color: #bc9355;
}

.services-cell .services-items .info h5 span {
  float: right;
}

.services-cell .services-items .owl-nav {
  margin: 0;
}

.services-cell .services-items .owl-nav .owl-prev, 
.services-cell .services-items .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #01c8f9;
  font-size: 30px;
  height: 40px;
  left: 20px;
  line-height: 40px;
  margin-top: -20px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}

.color-crimson.services-cell .services-items .owl-nav .owl-prev, 
.color-crimson.services-cell .services-items .owl-nav .owl-next {
  color: #e22a31;
}

.color-yellow.services-cell .services-items .owl-nav .owl-prev, 
.color-yellow.services-cell .services-items .owl-nav .owl-next {
  color: #fbba42;
}

.services-cell.services-barber .services-items .owl-nav .owl-prev, 
.services-cell.services-barber .services-items .owl-nav .owl-next {
  color: #bc9355;
}

.services-cell .services-items .owl-nav .owl-next {
  left: auto;
  right: 20px;
}

.pp-services-area .services-items .item i {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  color: #01c8f9;
  display: inline-block;
  font-size: 50px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  text-align: center;
  width: 100px;
}

.pp-services-area.color-crimson .services-items .item i {
  color: #e22a31;
}

.pp-services-area.color-yellow .services-items .item i {
  color: #fbba42;
}

.pp-services-area .services-items .item h4 {
  font-weight: 700;
  text-transform: capitalize;
}

.services-items.carousel-serivices .owl-stage-outer {
  margin: 0 -15px;
  padding: 15px;
}

.pp-services-area .services-items .owl-nav {
  margin: 0;
}

.pp-services-area .services-items .owl-nav .owl-prev, 
.pp-services-area .services-items .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #01c8f9;
  font-size: 30px;
  height: 40px;
  left: -70px;
  line-height: 40px;
  margin-top: -20px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}

.pp-services-area.color-crimson .services-items .owl-nav .owl-prev, 
.pp-services-area.color-crimson .services-items .owl-nav .owl-next {
  color: #e22a31;
}

.pp-services-area.color-yellow .services-items .owl-nav .owl-prev, 
.pp-services-area.color-yellow .services-items .owl-nav .owl-next {
  color: #fbba42;
}

.pp-services-area .services-items .owl-nav .owl-next {
  left: auto;
  right: -70px;
}

.pp-services-area .services-items .item {
  background: #ffffff none repeat scroll 0 0;
  padding: 67px 40px 64px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}

.pp-services-area .services-items .item p {
  margin: 0;
}

.services-items.carousel-serivices a {
  color: #01c8f9;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 20px;
  text-transform: uppercase;
}

.color-crimson .services-items.carousel-serivices a {
  color: #e22a31;
}

.color-yellow .services-items.carousel-serivices a {
  color: #fbba42;
}

.services-items.carousel-serivices a:hover,
.services-items.carousel-serivices a:hover i {
  color: #232323 !important;
}

.bootsnav .side .widget.search form {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.bootsnav .side .widget.search form button {
  background: #01c8f9 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  color: #ffffff;
  min-height: 50px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.bootsnav.color-crimson .side .widget.search form button {
  background: #e22a31 none repeat scroll 0 0;
}

.bootsnav.color-yellow .side .widget.search form button {
  background: #fbba42 none repeat scroll 0 0;
}

.bootsnav .side .widget.search form .form-group {
  margin: 0;
}

.pp-services-area .services-items.carousel-serivices a i {
  box-shadow: inherit;
  font-size: 12px;
  height: auto;
  line-height: inherit;
  margin: 0 0 0 5px;
  width: auto;
  color: #01c8f9;
  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;
}

.pp-services-area.color-crimson .services-items.carousel-serivices a i {
  color: #e22a31;
}

.pp-services-area.color-yellow .services-items.carousel-serivices a i {
  color: #fbba42;
}

.pp-services-area .services-items.inc-thumb .item {
  padding: 0;
}

.pp-services-area .services-items.inc-thumb .item .info {
  padding: 30px;
}

.pp-services-area .services-items.inc-thumb .item {
  padding: 0;
}

.pp-services-area .services-items.inc-thumb .item .thumb {
  position: relative;
}

.pp-services-area .services-items.inc-thumb .item .thumb .overlay-number {
  background: #01c8f9 none repeat scroll 0 0;
  border: 3px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  height: 70px;
  left: 50%;
  margin-bottom: -35px;
  margin-left: -35px;
  position: absolute;
  text-align: center;
  width: 70px;
  z-index: 999;
}

.pp-services-area.color-crimson .services-items.inc-thumb .item .thumb .overlay-number {
  background: #e22a31 none repeat scroll 0 0;
}

.pp-services-area.color-yellow .services-items.inc-thumb .item .thumb .overlay-number {
  background: #fbba42 none repeat scroll 0 0;
}

.pp-services-area .services-items.inc-thumb .item .thumb .overlay-number h3 {
  color: #ffffff;
  font-weight: 700;
  line-height: 65px;
  margin: 0;
}

.pp-services-area .services-items.inc-thumb .item h4 {
  margin-top: 30px;
}

.pp-services-area.overlay-free .services-items.inc-thumb .item h4 {
  margin-top: 0;
}

.pp-services-area.construct .services-items.inc-thumb .item {
  border: 1px solid #e7e7e7;
  box-shadow: 10px 10px 0 -2px #f3f3f3;
}

.pp-services-area.construct .services-items.inc-thumb .owl-stage-outer {
  margin: 0 -15px;
  padding: 15px;
}

.pp-services-area .services-items.listed-items .equal-height {
  margin-bottom: 30px;
}


/* ============================================================== 
     # Item Cell
=================================================================== */
.cell-item .col-md-6 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.cell-item .faq-items {
  padding: 80px;
}


/* ============================================================== 
     # Why Chose Us
=================================================================== */
.whc-area.cell-items .info, .whc-area.cell-items .thumb {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.whc-area .info h2 {
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.whc-area .info h2 span {
  font-weight: 700;
  color: #01c8f9;
}

.whc-area.color-crimson .info h2 span {
  color: #e22a31;
}

.whc-area.color-yellow .info h2 span {
  color: #fbba42;
}

.whc-area.barber .info h2 span {
  color: #bc9355;
}

.whc-area.barber .achivement-items .fun-fact i {
  color: #bc9355;
}

.whc-area .achivement-items .item {
  margin-top: 50px;
}

.whc-area .info p {
  margin: 0;
}

.whc-area.cell-items .info {
  padding-right: 50px;
}


/* ============================================================== 
     # Experiance
=================================================================== */
.exp-area .info, .exp-area .thumb {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.exp-area .info {
  /*padding: 80px;*/
}

.exp-area.about .info {
  padding: 0 15px;
}

.exp-area h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

.exp-area .exp-list i {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  color: #01c8f9;
  display: inline-block;
  font-size: 40px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  text-align: center;
  width: 100px;
}

.exp-area.color-crimson .exp-list i {
  color: #e22a31;
}

.exp-area.color-yellow .exp-list i {
  color: #fbba42;
}

.exp-area .exp-list h4 {
  font-weight: 700;
  text-transform: capitalize;
}

.exp-area .exp-list .equal-height {
  margin-top: 50px;
}

.exp-area .exp-list .equal-height p {
  margin: 0;
}

.exp-area .info p {
  margin: 0;
}

.exp-area.wt-thumbnail .info, .exp-area.wt-thumbnail .skill {
  display: inherit;
  float: left;
}

.exp-area.wt-thumbnail .info {
  padding: 0 15px;
}

.exp-area.wt-thumbnail .skill .content {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.exp-area.wt-thumbnail .achivement-items .item {
  margin-top: 30px;
}

.exp-area.wt-thumbnail .achivement-items .item .timer, 
.exp-area.wt-thumbnail .achivement-items .item .medium {
  color: #ffffff;
}

.exp-area.wt-thumbnail .achivement-items .item i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  position: relative;
  z-index: 1;
}




/* ============================================================== 
     # Faq Accordion 
=================================================================== */
.faq-items h2 {
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.faq-area .sign-up {
  background: #01c8f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  padding: 50px;
}

.faq-area.color-crimson .sign-up {
  background: #e22a31;
}

.faq-area.color-yellow .sign-up {
  background: #fbba42;
}

.faq-area .signup-form {
  padding-right: 30px;
}

.acd-items .panel-heading .panel-title a {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  font-weight: 700;
  padding: 20px;
  position: relative;
}

.acd-items .panel-heading {
  padding: 0;
}

.acd-items .panel.panel-default {
  border: none;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  margin-top: 20px;
}

.faq-area .panel-body p {
  margin: 0;
}

.faq-area .panel-body {
  padding: 20px;
}

.faq-area .faq-items .acd-items .panel .panel-body {
  border-color: #e7e7e7;
}

.acd-arrow .panel-group.symb .panel-heading a::after {
  content: "\f107";
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 17px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #01c8f9;
}

.color-crimson .acd-arrow .panel-group.symb .panel-heading a::after {
  color: #e22a31;
}

.color-yellow .acd-arrow .panel-group.symb .panel-heading a::after {
  color: #fbba42;
}

.acd-arrow.left .panel-group.symb .panel-heading a::after {
  content: "\f01b" !important;
  font-size: 20px;
  position: absolute;
  right: auto;
  left: 10px;
  top: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.acd-arrow.left .panel-group.symb .panel-heading a.collapsed:after {
  content: "\f01a" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.faq-area .faq-items .panel-group {
  margin: 0;
}

.acd-arrow .panel-group.symb .panel-heading a.collapsed:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.appoinment h2 {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

/* .contact-form input, .contact-form textarea {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  padding: 0;
} */

.faq-area .contact-form input, .faq-area .contact-form textarea {
  padding: 15px;
}

/* .contact-form textarea {
  min-height: 150px;
  padding: 10px 0;
} */

.contact-form button {
  background: #01c8f9 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  margin-top: 10px;
  padding: 8px 35px;
  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;
  cursor: pointer;
}

.color-crimson .contact-form button {
  background: #e22a31 none repeat scroll 0 0;
}

.color-yellow .contact-form button {
  background: #fbba42 none repeat scroll 0 0;
}

.contact-form button:hover {
  background: #0a2134 none repeat scroll 0 0;
}

.contact-form button i {
  margin-left: 5px;
}

.contact-form img.loader {
  float: left;
}




/* ============================================================== 
     # Portfolio 
=================================================================== */
.portfolio-area.default-padding {
  padding-bottom: 65px;
}

.portfolio-area.barber {
  padding: 0 15px;
}

.hover-effect .pf-item {
  margin-bottom: 0;
}

.portfolio-area .mix-item-menu button {
  background-color: #ffffff;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #232323;
  display: inline-block;
  float: left;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  margin: 0 5px;
  position: relative;
  text-transform: capitalize;
}

.portfolio-area .mix-item-menu button.active::after {
  background: #01c8f9 none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 10px;
  left: 50%;
  margin-top: -1px;
  position: absolute;
  width: 2px;
}

.portfolio-area.color-crimson .mix-item-menu button.active::after {
  background: #e22a31 none repeat scroll 0 0;
}

.portfolio-area.color-yellow .mix-item-menu button.active::after {
  background: #fbba42 none repeat scroll 0 0;
}

.portfolio-items-area.inner-title .item-inner .view-list {
  margin-top: -40px;
}

.portfolio-items-area.inner-title .item-inner .view-list h4 {
  font-weight: 500;
}

.portfolio-area .mix-item-menu {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  float: none;
  margin-bottom: 30px;
  padding: 15px 30px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}

.portfolio-area .mix-item-menu.transparent {
  background: transparent none repeat scroll 0 0;
  box-shadow: inherit;
  padding: 0;
}

.portfolio-area .mix-item-menu.item-space {
  margin-bottom: 35px;
}

.portfolio-area .mix-item-menu.active-theme button.active, 
.portfolio-area .mix-item-menu.active-theme button:hover {
  background: #01c8f9 none repeat scroll 0 0;
  border-right: 1px solid #01c8f9;
  color: #ffffff;
}

.portfolio-area.color-crimson .mix-item-menu.active-theme button.active, 
.portfolio-area.color-crimson .mix-item-menu.active-theme button:hover {
  background: #e22a31 none repeat scroll 0 0;
  border-right: 1px solid #e22a31;
}

.portfolio-area.color-yellow .mix-item-menu.active-theme button.active, 
.portfolio-area.color-yellow .mix-item-menu.active-theme button:hover {
  background: #fbba42 none repeat scroll 0 0;
  border-right: 1px solid #fbba42;
}

.portfolio-area .mix-item-menu.active-theme button,
.portfolio-area .mix-item-menu.active-dark button {
  padding: 7px 20px;
}

.portfolio-area .mix-item-menu.active-theme button.active, 
.portfolio-area .mix-item-menu.active-theme button:hover {
  background: #01c8f9 none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #ffffff;
}

.portfolio-area.color-crimson .mix-item-menu.active-theme button.active, 
.portfolio-area.color-crimson .mix-item-menu.active-theme button:hover {
  background: #e22a31 none repeat scroll 0 0;
}

.portfolio-area.color-yellow .mix-item-menu.active-theme button.active, 
.portfolio-area.color-yellow .mix-item-menu.active-theme button:hover {
  background: #fbba42 none repeat scroll 0 0;
}

.portfolio-area .mix-item-menu.active-dark  button.active, 
 .portfolio-area .mix-item-menu.active-dark  button:hover {
  background: #232323;
  color: #01c8f9;
  border-color: #232323;
}

.portfolio-area.color-crimson .mix-item-menu.active-dark  button.active, 
.portfolio-area.color-crimson .mix-item-menu.active-dark  button:hover {
  color: #e22a31;
}

.portfolio-area.color-yellow .mix-item-menu.active-dark  button.active, 
.portfolio-area.color-yellow .mix-item-menu.active-dark  button:hover {
  color: #fbba42;
}

.portfolio-area .portfolio-items .pf-item {
  float: left;
  margin-bottom: 0;
  padding: 10px;
  width: 25%;
}

.portfolio-area.barber .portfolio-items .pf-item {
  width: auto;
  padding: 0;
  margin: 0;
  float: inherit;
}

.portfolio-area a.btn {
  margin-top: 30px;
}

.portfolio-area .pf-item .info {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  display: inline-block;
  float: left;
  padding: 30px;
  width: 100%;
  text-align: left;
  position: relative;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}

.portfolio-area .pf-item .info::after {
  border-bottom: 15px solid #ffffff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  position: absolute;
  top: -15px;
  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;
}

.portfolio-area .pf-item .info h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.portfolio-area .pf-item .info a {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #999999;
  display: inline-block;
  font-weight: 500;
  margin-right: 6px;
  padding-right: 10px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.portfolio-area .pf-item .info a:hover {
  color: #01c8f9;
}

.portfolio-area.color-crimson .pf-item .info a:hover {
  color: #e22a31;
}

.portfolio-area.color-yellow .pf-item .info a:hover {
  color: #fbba42;
}

.portfolio-area .pf-item .info a::after {
  background: #b3b3b3 none repeat scroll 0 0;
  bottom: 7px;
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  width: 2px;
}

.portfolio-area .pf-item .info li:last-child a::after {
  display: none;
}

.portfolio-area .pf-item li {
  display: inline-block;
}

.portfolio-area .portfolio-items-area.circle .item-inner img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.portfolio-area .portfolio-items.col-3 .pf-item {
  padding: 15px;
  width: 33.33%;
}

.portfolio-area .portfolio-items.pf-carousel .pf-item {
  float: none;
  width: auto;
}


/* Portfolio Effect */
.effect {
  position: relative;
}

.effect * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.effect img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.effect .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.effect h3,
.effect h5,
.effect a {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.effect h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.effect h5 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.effect a {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: inline-block;
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #01c8f9;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  width: 40px;
  text-align: center;
}

.color-crimson .effect a {
  color: #e22a31;
}

.color-yellow .effect a {
  color: #fbba42;
}

.portfolio-details .content h2 {
  font-weight: 700;
}

.portfolio-details .related-projects .heading h3 {
  font-weight: 700;
  text-transform: capitalize;
}

.effect .overlay::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  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;
  width: 100%;
  z-index: -1;
}

.portfolio-area.projects .pf-item .info {
  border: 1px solid #e7e7e7;
  box-shadow: 10px 10px 0 -2px #f3f3f3;
}

.effect:hover .overlay::after {
  opacity: 0.5;
}

.effect:hover {
  overflow: hidden;
  z-index: 9;
  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;
}

.effect:hover h3,
.effect.hover h3,
.effect:hover h5,
.effect.hover h5,
.effect:hover a,
.effect.hover a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.portfolio-effet {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.portfolio-effet .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio-effet .overlay {
  left: 0;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.portfolio-effet img {
  display: block;
  position: relative;
  -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;
}

.portfolio-effet:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.portfolio-effet a {
  background: #01c8f9 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #232323 !important;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 2px;
  width: 40px;
}

.color-crimson .portfolio-effet a {
  background: #e22a31 none repeat scroll 0 0;
}

.color-yellow .portfolio-effet a {
  background: #fbba42 none repeat scroll 0 0;
}

.portfolio-effet a, .portfolio-effet h4 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -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;
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
}

.portfolio-effet h4 {
  margin-bottom: 10px;
}

.portfolio-effet:hover a:hover {
  color: #01c8f9;
}

.color-crimson .portfolio-effet:hover a:hover {
  color: #e22a31;
}

.color-yellow .portfolio-effet:hover a:hover {
  color: #fbba42;
}

.portfolio-effet:hover a, .portfolio-effet:hover h4 {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio-area .pf-item .thumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  outline: 1px solid #7d7d79;
  outline-offset: -15px;
  position: absolute;
  top: 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;
  width: 100%;
}

.portfolio-effet:hover .thumb::after {
  opacity: .7;
}

.portfolio-area .owl-theme .owl-nav {
  margin-top: 0;
}

.portfolio-area .owl-nav .owl-next, 
.portfolio-area .owl-nav .owl-prev {
  background: #ffffff none repeat scroll 0 0;
  color: #01c8f9;
  height: 40px;
  left: 10px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  opacity: 0;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
}

.portfolio-area.color-crimson .owl-nav .owl-next, 
.portfolio-area.color-crimson .owl-nav .owl-prev {
  color: #e22a31;
}

.portfolio-area.color-yellow .owl-nav .owl-next, 
.portfolio-area.color-yellow .owl-nav .owl-prev {
  color: #fbba42;
}

.portfolio-area .pf-carousel:hover .owl-nav .owl-next, 
.portfolio-area .pf-carousel:hover .owl-nav .owl-prev {
  opacity: 1;
}

.portfolio-area .pf-carousel:hover .owl-nav .owl-next.disabled,
.portfolio-area .pf-carousel:hover .owl-nav .owl-prev.disabled {
  opacity: .5;
}

.portfolio-area .owl-nav .owl-next:hover, 
.portfolio-area .owl-nav .owl-prev:hover {
  background: #01c8f9 none repeat scroll 0 0;
}

.portfolio-area.color-crimson .owl-nav .owl-next:hover, 
.portfolio-area.color-crimson .owl-nav .owl-prev:hover {
  background: #e22a31 none repeat scroll 0 0;
}

.portfolio-area.color-yellow .owl-nav .owl-next:hover, 
.portfolio-area.color-yellow .owl-nav .owl-prev:hover {
  background: #fbba42 none repeat scroll 0 0;
}

.portfolio-area .owl-nav .owl-next {
  left: auto;
  right: 10px;
}

.portfolio-details .owl-nav .owl-next, 
.portfolio-details .owl-nav .owl-prev {
  color: #ffffff;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}

.item-inner {
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.item-inner img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.item-inner .overlay {
  position: absolute !important;
  bottom: 0;
  left: 0;
  padding: 3em 3em;
  width: 100%;
  height: 100%;
}

.item-inner .overlay::before {
  position: absolute;
  top: 50%;
  right: 15px;
  bottom: 50%;
  left: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #000000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.item-inner .view-list, 
 .item-inner p, 
 .item-inner a {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, 
     -webkit-transform 0.35s;
  transition: opacity 0.35s,
      -webkit-transform 0.35s, 
      -moz-transform 0.35s, 
      -o-transform 0.35s,transform 0.35s;
}

.item-inner .view-list,.item-inner a {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.item-inner:hover .overlay .view-list, 
 .item-inner:hover .overlay a {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.item-inner:hover .overlay::before {
  background: #01c8f9;
  border: none;
  top: 15px;
  bottom: 15px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: .7;
}

.color-crimson .item-inner:hover .overlay::before {
  background: #e22a31;
}

.color-yellow .item-inner:hover .overlay::before {
  background: #fbba42;
}

.portfolio-area.barber .item-inner:hover .overlay::before {
  background: #bc9355;
}

.item-inner .view-list {
  font-weight: 300;
  margin-top: -40px;
  position: relative;
  text-transform: uppercase;
  top: 50%;
  transform: translate3d(0%, 50%, 0px);
  -webkit-transform: translate3d(0%, 50%, 0px);
  -moz-transform: translate3d(0%, 50%, 0px);
  -ms-transform: translate3d(0%, 50%, 0px);
  -o-transform: translate3d(0%, 50%, 0px);
  transition-delay: 0.3s;
  width: 100%;
  word-spacing: -0.15em;
  z-index: 1;
}

.portfolio-items-area.no-title .item-inner .view-list {
  margin-top: -20px;
}

.portfolio-area .info p {
  margin: 0;
}

.no-title .item-inner .view-list {
  margin-top: -25px;
}

.prelated-project-items .owl-stage-outer {
  margin: 0 -15px;
  padding: 15px;
}

.portfolio-area .prelated-project-items .pf-item .info {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}

.portfolio-area .item-inner .view-list h4 {
  color: #ffffff;
  font-weight: 500;
}

.item-inner .view-list a {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #01c8f9;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  width: 40px;
}

.color-crimson .item-inner .view-list a {
  color: #e22a31;
}

.color-yellow .item-inner .view-list a {
  color: #232323;
}

.portfolio-area.barber .item-inner .view-list a {
  color: #bc9355;
}

.portfolio-area .item-inner .view-list h5 {
  color: #ffffff;
  font-weight: 700;
}

.portfolio-details .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.portfolio-details .carousel {
  margin-bottom: 50px;
}

.portfolio-details .related-projects .owl-dots .owl-dot span {
  background: transparent none repeat scroll 0 0;
  border: 3px solid #01c8f9;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.color-crimson.portfolio-details .related-projects .owl-dots .owl-dot span {
  border: 3px solid #e22a31;
}

.color-yellow.portfolio-details .related-projects .owl-dots .owl-dot span {
  border: 3px solid #fbba42;
}

.portfolio-details .related-projects .owl-dots .owl-dot.active span,
.portfolio-details .related-projects .owl-dots .owl-dot:hover span {
  background: #01c8f9;
}

.color-crimson .portfolio-details .related-projects .owl-dots .owl-dot.active span,
.color-crimson .portfolio-details .related-projects .owl-dots .owl-dot:hover span {
  background: #e22a31;
}

.color-yellow .portfolio-details .related-projects .owl-dots .owl-dot.active span,
.color-yellow .portfolio-details .related-projects .owl-dots .owl-dot:hover span {
  background: #fbba42;
}

.portfolio-details .related-projects .owl-dots {
  margin-top: 20px !important;
  margin-bottom: -10px;
}

.portfolio-details .author-info .item {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  padding: 30px;
}

.portfolio-details .content {
  margin-top: 50px;
}

.portfolio-details .author-info .item h4 {
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}

.portfolio-details .author-info .item span {
  color: #6f6f6f;
  display: block;
  font-size: 16px;
  margin-top: 5px;
}

.portfolio-details .bottom-info li {
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}

.portfolio-details .bottom-info {
  border-top: 1px solid #e7e7e7;
  float: left;
  margin-top: 15px;
  padding-top: 30px;
  width: 100%;
}

.portfolio-details .bottom-info .tags, 
.portfolio-details .bottom-info .share {
  float: left;
  width: 50%;
}

.portfolio-details .bottom-info .share {
  text-align: right;
}

.portfolio-details .bottom-info .tags li a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: capitalize;
}

.portfolio-details .bottom-info li:first-child {
  margin-right: 10px;
}

.portfolio-details .bottom-info .tags li a:hover {
  background: #01c8f9 none repeat scroll 0 0;
  border: 1px solid #01c8f9;
  color: #ffffff;
}

.color-crimson .portfolio-details .bottom-info .tags li a:hover {
  background: #e22a31 none repeat scroll 0 0;
  border: 1px solid #e22a31;
}

.color-yellow .portfolio-details .bottom-info .tags li a:hover {
  background: #fbba42 none repeat scroll 0 0;
  border: 1px solid #fbba42;
}

.portfolio-details .bottom-info .share li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 13px;
  padding: 8px;
  text-align: center;
}



/* ============================================================== 
     # Testimonials 
=================================================================== */
.testimonial-items {
  background: #ffffff none repeat scroll 0 0;
  padding: 50px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}

.testimonials-area.barber .testimonial-items {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: 10px 10px 0 -2px #e7e7e7;
}

.testimonials-area.bg-fixed .testimonial-items {
  background: transparent none repeat scroll 0 0;
  position: relative;
  z-index: 1;
}

.testimonials-area.bg-fixed .testimonial-items::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.testimonial-items .item img {
  border: 5px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  height: 120px;
  margin: auto auto 20px;
  width: 120px;
}

.testimonial-items .item h4 {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.testimonials-area .site-heading {
  margin-bottom: 30px;
}

.testimonial-items .item span {
  text-transform: capitalize;
  font-family: "Montserrat",sans-serif;
}

.testimonials-area .testimonial-items .owl-dots {
  margin-top: 15px !important;
}

.testimonials-area .testimonial-items .owl-dots .owl-dot span {
  background: #262626 none repeat scroll 0 0;
  border: 5px solid #e7e7e7;
  height: 18px;
  width: 18px;
}

.testimonials-area .testimonial-items .owl-dots .owl-dot.active span {
  background: #01c8f9 none repeat scroll 0 0;
}

.testimonials-area.color-crimson .testimonial-items .owl-dots .owl-dot.active span {
  background: #e22a31 none repeat scroll 0 0;
}

.testimonials-area.color-yellow .testimonial-items .owl-dots .owl-dot.active span {
  background: #fbba42 none repeat scroll 0 0;
}

.testimonials-area.barber .testimonial-items .owl-dots .owl-dot.active span {
  background: #bc9355 none repeat scroll 0 0;
}

.testimonials-area .testimonial-items .item p {
  padding-left: 50px;
  position: relative;
  z-index: 1;
}

.testimonials-area .testimonial-items .item p::after {
  content: ",,";
  font-family: "Times New Roman";
  font-size: 80px;
  left: 29px;
  letter-spacing: -35px;
  opacity: 0.09;
  position: absolute;
  top: 30px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}


/* ============================================================== 
     # Contact 
=================================================================== */
.contact-form-area .heading h2 {
  color: #232323;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.contact-form-area .heading h2,
.contact-form-area .heading h3,
.contact-form-area .heading h4,
.contact-form-area .heading h5 {
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.contact-form-area .heading h2::after {
  background: #01c8f9 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.contact-form-area.color-crimson .heading h2::after {
  background: #e22a31 none repeat scroll 0 0;
}

.contact-form-area.color-yellow .heading h2::after {
  background: #fbba42 none repeat scroll 0 0;
}

.google-maps iframe {
  display: block;
  height: 100%;
  min-height: 450px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.maps-full-area iframe {
  border: medium none;
  height: 500px;
  margin: 0;
  width: 100%;
  margin-bottom: -10px;
}

/* .contact-form-area .contact-form input, 
.contact-form-area .contact-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: #0c0d65;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: inherit;
} */

.contact-form-area .contact-form textarea {
  line-height: 40px;
  min-height: 180px;
}

.contact-form-area .contact-form button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  padding: 8px 35px;
  background-color: #01c8f9;
  border: 1px solid #01c8f9;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  font-weight: 700;
  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;
  margin-top: 20px;
  color: #ffffff;
}

.contact-form-area.color-crimson .contact-form button {
  background-color: #e22a31;
  border: 1px solid #e22a31;
}

.contact-form-area.color-yellow .contact-form button {
  background-color: #fbba42;
  border: 1px solid #fbba42;
}

.contact-form-area.barber .contact-form button {
  background-color: #bc9355;
  border: 1px solid #bc9355;
}

.contact-form-area.barber .contact-form button:hover {
  background-color: #bc9355;
  border: 1px solid #bc9355;
}

.contact-form-area .contact-form button i {
  margin-left: 5px;
}

.contact-form-area .contact-form button:hover {
  background-color: #01c8f9;
  border: 1px solid #01c8f9;
  color: #ffffff;
}

.contact-form-area.color-crimson .contact-form button:hover {
  background-color: #e22a31;
  border: 1px solid #e22a31;
}

.contact-form-area.color-yellow .contact-form button:hover {
  background-color: #fbba42;
  border: 1px solid #fbba42;
}

.contact-form-area.inc-maps .col-md-6 {
  display: table-cell;
  float: none;
  padding: 0;
  vertical-align: middle;
}

.contact-form-area.inc-maps .maps iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.contact-form-area.inc-maps .contact-form .content {
  overflow: hidden;
  padding: 80px 50px;
}

.contact-form-area.inc-address .address-list .item::after {
  display: none;
}

.contact-form-area.inc-address .address-list .item {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  padding: 20px;
  background-color: #ffffff;
}

.contact-form-area.inc-address .address-list .item:last-child {
  margin-bottom: 0;
}

.contact-form-area.inc-address .address-list .item i {
  color: #01c8f9;
}

.contact-form-area.color-crimson.inc-address .address-list .item i {
  color: #e22a31;
}

.contact-form-area.color-yellow.inc-address .address-list .item i {
  color: #fbba42;
}

.contact-form-area.inc-address .address {
  padding-right: 50px;
}

.contact-form-area.inc-address .contact-form textarea {
  min-height: 255px;
}

.contact-form-area.reverse .address {
  float: right;
  padding-left: 50px;
  padding-right: 15px;
}

.address-list .item {
  padding: 30px;
  position: relative;
  z-index: 1;
}

.bg-light .address-list .item {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}

.address-list .item::after {
  background: #01c8f9 none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.color-crimson .address-list .item::after {
  background: #e22a31 none repeat scroll 0 0;
}

.color-yellow .address-list .item::after {
  background: #fbba42 none repeat scroll 0 0;
}

.bg-light .address-list .item::after {
  display: none;
}

.address-list .item i {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 20px;
}

.bg-light .address-list .item i {
  color: #01c8f9;
}

.color-crimson .address-list .item i {
  color: #e22a31;
}

.color-yellow .address-list .item i {
  color: #fbba42;
}

.contact-info-area.barber .address-list .item i {
  color: #bc9355;
}

.contact-info-area .address-list .col-md-4 {
  margin-bottom: 30px;
}

.address-list .item h4 {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.address-list .item p {
  margin: 0;
}

/* contact form alert */
.contact-form .loader {
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  top: 50%;
}

/* .alert {
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: red;
  font-weight: 400;
  margin-bottom: 0 !important;
  padding: 0;
  text-align: center;
} */

/* .alert-msg {
  background: #ffffff none repeat scroll 0 0;
  color: #685654;
  display: none;
  font-size: 12px;
  font-weight: 700;
  padding: 10px;
  text-align: left;
  margin-top: 20px;
} */

#message b {
  color: red;
}

.alert.alert-success {
  background: transparent none repeat scroll 0 0;
}

.alert.alert-success > h3 {
  color: green;
  margin-bottom: 5px;
}

.alert.alert-success > p {
  color: #232323;
}

.alert-notification {
  padding: 0;
}


/* ============================================================== 
     # Team Members 
=================================================================== */
.team-member-info .member-item {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  padding: 30px;
}

.team-member-info .item {
  margin-bottom: 30px;
}

.team-member-info.radius .member-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.team-members-area.barber .team-member-info .member-item {
  border: 1px solid #e7e7e7;
  box-shadow: 10px 10px 0 -2px #f3f3f3;
}

.team-members-area .team-member-info.team-carousel .owl-stage-outer {
  margin: 0 -15px;
  padding: 15px;
}

.team-member-info .member-item img {
  border: 5px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  height: 200px;
  margin: auto auto 30px;
  text-align: center;
  width: 200px;
}

.team-member-info .member-item li {
  display: inline-block;
}

.team-member-info .member-item li a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 3px;
  text-align: center;
  width: 40px;
  color: #01c8f9;
}

.color-crimson .team-member-info .member-item li a {
  color: #e22a31;
}

.color-yellow .team-member-info .member-item li a {
  color: #fbba42;
}

.team-members-area.barber .team-member-info .member-item li a {
  color: #bc9355;
}

.team-members-area.barber .team-member-info .member-item li a:hover {
  background: #bc9355;
  color: #ffffff;
  border-color: transparent;
}

.team-member-info .member-item li a:hover {
  background: #01c8f9;
  color: #ffffff;
  border-color: transparent;
}

.color-crimson .team-member-info .member-item li a:hover {
  background: #e22a31;
  border-color: transparent;
}

.color-yellow .team-member-info .member-item li a:hover {
  background: #fbba42;
  border-color: transparent;
}

.team-member-info .member-item ul {
  margin-top: 25px;
}

.team-member-info .member-item .info span {
  color: #01c8f9;
  display: block;
  font-family: "Montserrat",sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.color-crimson .team-member-info .member-item .info span {
  color: #e22a31;
}

.color-yellow .team-member-info .member-item .info span {
  color: #fbba42;
}

.team-members-area.barber .team-member-info .member-item .info span {
  color: #bc9355;
}

.team-member-info .member-item .info h4 {
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: capitalize;
}

.services-cell .services-items .owl-nav {
  margin: 0;
}

.team-members-area .team-member-info.text-center .owl-nav .owl-prev, 
.team-members-area .team-member-info.text-center .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #01c8f9;
  font-size: 30px;
  height: 40px;
  left: -70px;
  line-height: 40px;
  margin-top: -20px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}

.team-members-area.color-crimson .team-member-info.text-center .owl-nav .owl-prev, 
.team-members-area.color-crimson .team-member-info.text-center .owl-nav .owl-next {
  color: #e22a31;
}

.team-members-area.color-yellow .team-member-info.text-center .owl-nav .owl-prev, 
.team-members-area.color-yellow .team-member-info.text-center .owl-nav .owl-next {
  color: #fbba42;
}

.team-members-area.barber .team-member-info.text-center .owl-nav .owl-prev, 
.team-members-area.barber .team-member-info.text-center .owl-nav .owl-next {
  color: #bc9355;
}

.team-members-area .team-member-info.text-center .owl-nav .owl-next {
  left: auto;
  right: -70px;
}

.team-member-info.full-thumb .member-item {
  padding: 0;
}

.team-member-info.full-thumb .member-item .info {
  padding: 30px;
}

.team-member-info.full-thumb .member-item img {
  border: medium none;
  border-radius: inherit;
  box-shadow: inherit;
  height: 100%;
  margin: 0;
  width: 100%;
}

.team-member-info.half-shadow .member-item {
  border: 1px solid #e7e7e7;
  box-shadow: 10px 10px 0 -2px #f3f3f3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* ============================================================== 
     # Statistics Rate 
=================================================================== */
.statistics-area .info h2 {
  font-weight: 700;
}

.statistics-area .info a {
  margin-top: 5px;
}


/* ============================================================== 
     # App Screnshoot 
=================================================================== */
.screnshoot-items .item {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
  padding: 10px;
}

.screnshoot-items .owl-stage-outer {
  margin: 0 -15px;
  padding: 15px;
}

.screnshoot-items .owl-nav .owl-prev, 
.screnshoot-items .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #01c8f9;
  font-size: 30px;
  height: 40px;
  left: -70px;
  line-height: 40px;
  margin-top: -20px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}

.color-crimson .screnshoot-items .owl-nav .owl-prev, 
.color-crimson .screnshoot-items .owl-nav .owl-next {
  color: #e22a31;
}

.color-yellow .screnshoot-items .owl-nav .owl-prev, 
.color-yellow .screnshoot-items .owl-nav .owl-next {
  color: #fbba42;
}

.screnshoot-items .owl-nav .owl-prev:hover, 
.screnshoot-items .owl-nav .owl-next:hover {
  background: transparent;
  color: #01c8f9;
}

.color-crimson .screnshoot-items .owl-nav .owl-prev:hover, 
.color-crimson .screnshoot-items .owl-nav .owl-next:hover {
  color: #e22a31;
}

.color-yellow .screnshoot-items .owl-nav .owl-prev:hover, 
.color-yellow .screnshoot-items .owl-nav .owl-next:hover {
  color: #fbba42;
}

.screnshoot-items .owl-nav .owl-next {
  left: auto;
  right: -70px;
}

.screnshoot-items .item .overlay {
  overflow: hidden;
}

.screnshoot-items .item .overlay a {
  box-shadow: inherit;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin-bottom: 5px;
  margin-top: 20px;
  padding: 0;
  width: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* ============================================================== 
     # Clients 
=================================================================== */
.clients-ara.our-clients img {
  margin: auto;
  width: auto;
}

.clients-ara .clients .single-item {
  float: left;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 33.333%;
  z-index: 1;
}

.clients-items-area {
  overflow: hidden;
}

.clients-ara .info blockquote {
  line-height: 30px;
}

.clients-ara .clients .single-item::after {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: -2px;
  top: 0;
  width: 1px;
}

.clients-ara .clients .single-item::before {
  background: #e7e7e7 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.clients-ara .clients {
  overflow: hidden;
  padding: 0;
}

.clients-ara .info {
  padding-right: 50px;
}

.clients-ara .info h2 {
  font-weight: 700;
}

.clients-ara .info a {
  margin-top: 10px;
}

.clients-area .clients-items .owl-nav {
  margin: 0;
}

.clients-area .clients-items img {
  margin: auto;
  width: auto;
}

.clients-area .clients-items .owl-nav .owl-prev, 
.clients-area .clients-items .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 40px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin-top: -20px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}

.clients-area .clients-items .owl-nav .owl-next {
  left: auto;
  right: -50px;
}


/* ============================================================== 
     # Pricing Table 
=================================================================== */
.pricing-item {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 10px #f4f4f4;
  font-family: "Montserrat",sans-serif;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0 0 30px;
  position: relative;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
}

.pricing-plane.radius .pricing-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pricing-simple.spicy li.pricing-header span.badge {
  background: #906f40 none repeat scroll 0 0;
  color: #ffffff;
}

.pricing.pricing-simple.text-center {
  display: block;
  margin-top: 15px;
}

.pricing-simple li.pricing-header span.badge {
  background: #232323 none repeat scroll 0 0;
  border-radius: inherit;
  color: #ffffff;
  display: none;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 0;
  position: absolute;
  right: -65px;
  text-transform: uppercase;
  top: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 200px;
}

.pricing-item.active {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  z-index: 1;
}

.pricing-header h4 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-header h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}

.pricing-item .pricing-header span {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.pricing-header {
  background: #262626 none repeat scroll 0 0;
  border-bottom: 1px solid #e7e7e7;
  color: white;
  margin-bottom: 20px;
  padding: 20px 0;
  position: relative;
}

.pricing-header::after {
  border-bottom: 15px solid #ffffff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  bottom: -1px;
  content: "";
  left: 50%;
  margin-left: -15px;
  position: absolute;
}

.pricing-item.active .pricing-header {
  background: #01c8f9 none repeat scroll 0 0;
  border: none;
}

.color-crimson .pricing-item.active .pricing-header {
  background: #e22a31 none repeat scroll 0 0;
}

.color-yellow .pricing-item.active .pricing-header {
  background: #fbba42 none repeat scroll 0 0;
}

.pricing-item.active 
.pricing-header h1, 
.pricing-item.active 
.pricing-header h2, 
.pricing-item.active 
.pricing-header h3, 
.pricing-item.active 
.pricing-header h4, 
.pricing-item.active 
.pricing-header h5, 
.pricing-item.active 
.pricing-header span, 
.pricing-item.active 
.pricing-header p {
  color: #ffffff;
}

.pricing-item .footer {
  margin-top: 20px;
}

.pricing-item li {
  border-bottom: 1px solid #e7e7e7;
  line-height: 50px;
  text-transform: capitalize;
}

.pricing-item li:last-child {
  border: medium none;
}

.pricing-item.active li a:hover {
  border-color: #01c8f9;
  color: #ffffff;
  background: transparent;
}

.color-crimson .pricing-item.active li a:hover {
  border-color: #e22a31;
}

.color-yellow .pricing-item.active li a:hover {
  border-color: #fbba42;
}

.default-padding.pricing-plane {
  padding-bottom: 65px;
}

.pricing-plane .pricing.pricing-simple .pricing-item .btn.btn-theme:hover {
  color: #01c8f9 !important;
}

.color-crimson.pricing-plane .pricing.pricing-simple .pricing-item .btn.btn-theme:hover {
  color: #e22a31 !important;
}

.color-yellow.pricing-plane .pricing.pricing-simple .pricing-item .btn.btn-theme:hover {
  color: #fbba42 !important;
}


/* ============================================================== 
     # 404 
=================================================================== */
.error-page-area h1 {
  font-size: 150px;
  font-weight: 900;
  line-height: 120px;
  margin-bottom: 30px;
}

.error-page-area h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.error-page-area a {
  margin-top: 15px;
}

/* ============================================================== 
     # Instagram Feed 
=================================================================== */
.ins-feed-area .info h4 {
  font-weight: 700;
  text-transform: uppercase;
}

.ins-feed-area .info a {
  margin-top: 10px;
}

.ins-feed-area .info a:hover {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}


/* ============================================================== 
     # Footer 
=================================================================== */
footer {
  background: #0c0d65 none repeat scroll 0 0;
  padding: 30px 0;
}

footer.centered {
  padding: 50px 0;
}

.footer-social li {
  display: inline-block;
}

.footer-social li a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 42px;
  margin-left: 10px;
  text-align: center;
  width: 40px;
}

.footer-social li a:hover {
  border: 1px solid transparent;
  background-color: #01c8f9;
  color: #ffffff;
}

.color-crimson .footer-social li a:hover {
  background-color: #e22a31;
}

.color-yellow .footer-social li a:hover {
  background-color: #fbba42;
}

footer .col-md-6 {
  padding: 0;
}

footer .logo img {
  height: 40px;
}

footer .col-md-12 {
  line-height: 40px;
}

footer p {
  color: #cccccc;
  font-size: 14px;
  margin: 0;
  line-height: 40px;
}

.footer-menu li a:hover {
  color: #01c8f9;
}

.color-crimson .footer-menu li a:hover {
  color: #e22a31;
}

.color-yellow .footer-menu li a:hover {
  color: #fbba42;
}

footer p a {
  color: #01c8f9 !important;
  font-weight: 700;
}

footer.color-crimson p a {
  color: #e22a31 !important;
}

footer.color-yellow p a {
  color: #fbba42 !important;
}

footer.barber p a {
  color: #bc9355 !important;
}

footer.centered .social li {
  display: inline-block;
}

footer.centered .social li a {
  background: #01c8f9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 42px;
  margin-left: 10px;
  text-align: center;
  width: 40px;
}

footer.color-crimson.centered .social li a {
  background: #e22a31;
}

footer.color-yellow.centered .social li a {
  background: #fbba42;
}

footer.centered.barber .social li a {
  background: #bc9355;
}

footer.centered .logo {
  margin-bottom: 30px;
}

footer.centered .copyright {
  margin-top: 20px;
}


/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url('https://twinsoft-innovations-website.s3.ap-south-1.amazonaws.com/images/preloader.gif') center no-repeat #fff;
  text-align: center;
}
.content h1, .content h3
{color:white;}
nav.navbar.bootsnav.menu-center .container
{
  min-height: 90px;
}

.thank-you-message {
  color: #01c8f9; 
  border: 1px solid #01c8f9; 
  border-radius: 8px; 
  padding: 15px; 
  font-size: 16px; 
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); 
  text-align: center; 
  margin-top: 15px; 
  margin-bottom: 15px;
  display: none;
}

.heading h3{
  color: #0c0d65!important;
}

