/*-----------------------------------------------------------------------------------

	Theme Name: Enormous
	Theme URI: http://themeforest.net/user/zytheme
	Description: Whole is a pixel perfect creative multi purpose html5 tempalte  based on designed with great attention to details, flexibility and performance. It is ultra professional, smooth and sleek, with a clean modern layout.
	Author: zytheme
	Author URI: http://themeforest.net/user/zytheme
	Version: 1.0

-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------>

 1.  Global Styles
 2.  Typography
 3.	 Color
 4.	 Align
 5.	 Grid
 6.	 Blockquotes
 7.	 Background
 8.	 Breadcrumbs
 9.	 Buttons
 10. Forms
 11. Icons
 12. List
 13. Media
 14. Tabs
 15. Accordions
 16. Page Title
 17. Pagination
 18. Alerts
 19. Backtop
 20. Range
 21. Icon Box
 22. Misc
 23. Modals
 24. Animation
 25. Tables
 26. Heading
 27. Loading
 28. Header
 29. Menu
 30. Hero
 31. Team
 32. Testimonial
 33. Portfolio
 34. Feature
 35. Call To Action
 36. Counter
 37. Pricing Tables
 38. Blog
 39. Shop
 40. Contact
 41. Sidebar
 42. Footer
 43. 404
 44. Soon
 45. Maintenance
 46. Clients
 47. Process
 48. Skills
 49. Video
 50. Newsletter
 51. Timeline
 52. Carousel
 53. Divider
 54. Banner
 55. Number
 56. Pie Charts
 57. Side Nav
 58. Landing
 59. Layout Boxed
 60. Layout Bordered
 61. Layout Split

/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/
/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)
*/
body,
html {
  overflow-x: hidden;
}
html {
  font-size: 13px;
}
body {
  background-color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #9b9b9b;
  line-height: 1.5;
  margin: 0;
}
.wrapper {
  background-color: #f9f9f9;
}
* {
  outline: none;
}
::-moz-selection {
  text-shadow: none;
}
::selection {
  background-color: #0cb4ce;
  color: #ffffff;
  text-shadow: none;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0cb4ce;
}
a:hover {
  color: #098a9e;
  text-decoration: none;
}
a:focus {
  color: #098a9e;
  outline: none;
  text-decoration: none;
}
a:active {
  color: #098a9e;
  outline: none;
  text-decoration: none;
}
textarea {
  resize: none;
}
button.btn {
  margin-bottom: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: none;
}
.modal-backdrop {
  z-index: 1020;
  background-color: rgba(34, 34, 34, 0.95);
}
.fullscreen {
  height: 100vh !important;
}
/* Custom, iPhone Retina */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .fullscreen {
    height: auto !important;
  }
}
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin: 0 0 28px;
  line-height: 1;
}
.h1,
h1 {
  font-size: 52px;
}
.h2,
h2 {
  font-size: 42px;
}
.h3,
h3 {
  font-size: 38px;
}
.h4,
h4 {
  font-size: 32px;
}
.h5,
h5 {
  font-size: 24px;
}
.h6,
h6 {
  font-size: 18px;
}
p {
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}
.lead {
  font-size: 16px;
  line-height: 1.8;
}
/* Aligning Text */
.text--left {
  text-align: left !important;
}
.text--right {
  text-align: right !important;
}
.text--center {
  text-align: center !important;
}
.text--just {
  text-align: justify !important;
}
.align--top {
  vertical-align: top;
}
.align--bottom {
  vertical-align: bottom;
}
.align--middle {
  vertical-align: middle;
}
.align--baseline {
  vertical-align: baseline;
}
/* Weight Text */
.bold {
  font-weight: bold !important;
}
.regular {
  font-weight: normal !important;
}
.italic {
  font-style: italic;
}
.break-word {
  word-wrap: break-word;
}
.no-wrap {
  white-space: nowrap;
}
/* Text Color */
.text-white {
  color: #ffffff !important;
}
.text-gray {
  color: #f9f9f9 !important;
}
.text-black {
  color: #222222;
}
.text-theme {
  color: #0cb4ce !important;
}
.text--capitalize {
  text-transform: capitalize !important;
}
.text--uppercase {
  text-transform: uppercase !important;
}
.font-heading {
  font-family: 'Poppins', sans-serif;
}
.font-body {
  font-family: 'Raleway', sans-serif;
}
.font-18 {
  font-size: 24px;
}
.font-16 {
  font-size: 16px;
}
.font-20 {
  font-size: 20px;
}
.font-40 {
  font-size: 40px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  text-center-xs {
    text-align: center !important;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  text-center-sm {
    text-align: center !important;
  }
}
.higlighted-style1 {
  background-color: #0cb4ce;
  color: #fff;
  padding: 5px 0;
}
.higlighted-style2 {
  background-color: #222222;
  color: #fff;
  padding: 5px 0;
}
.higlighted-style3 {
  background-color: #f9f9f9;
  color: #0cb4ce;
  padding: 5px 0;
}
/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-heading {
  color: #222222 !important;
}
.color-theme {
  color: #0cb4ce !important;
}
.color-white {
  color: #ffffff !important;
}
.color-gray {
  color: #f9f9f9 !important;
}
.color-body {
  color: #9b9b9b !important;
}
/*------------------------------------*\
    #Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 20px;
}
section {
  padding-top: 110px;
  padding-bottom: 110px;
  overflow: hidden;
}
/* All margin */
.m-0 {
  margin: 0 !important;
}
.m-xs {
  margin: 10px;
}
.m-sm {
  margin: 20px;
}
.m-md {
  margin: 40px;
}
.m-lg {
  margin: 80px;
}
/* top margin */
.mt-0 {
  margin-top: 0;
}
.mt-xs {
  margin-top: 10px;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-150 {
  margin-top: 150px;
}
/* bottom margin */
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
/* right margin */
.mr-0 {
  margin-right: 0;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-150 {
  margin-right: 150px;
}
/* left margin */
.ml-0 {
  margin-left: 0;
}
.ml-xs {
  margin-left: 10px;
}
.ml-sm {
  margin-left: 20px;
}
.ml-md {
  margin-left: 40px;
}
.ml-lg {
  margin-left: 80px;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-150 {
  margin-left: 150px;
}
/* All padding */
.p-0 {
  padding: 0 !important;
}
.p-xs {
  padding: 10px;
}
.p-sm {
  padding: 20px;
}
.p-md {
  padding: 40px;
}
.p-lg {
  padding: 80px;
}
/* top padding */
.pt-0 {
  padding-top: 0 !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pt-190 {
  padding-top: 190px !important;
}
/* bottom padding */
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
/* right padding */
.pr-0 {
  padding-right: 0;
}
.pr-xs {
  padding-right: 10px;
}
.pr-sm {
  padding-right: 20px;
}
.pr-md {
  padding-right: 40px;
}
.pr-lg {
  padding-right: 80px;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-100 {
  padding-right: 100px !important;
}
.pr-150 {
  padding-right: 150px;
}
/* left padding */
.pl-0 {
  padding-left: 0 !important;
}
.pl-30 {
  padding-left: 30px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-100 {
  padding-left: 100px !important;
}
.pl-150 {
  padding-left: 150px;
}
/* Postions */
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.static {
  position: static !important;
}
/* Zindex*/
.zindex-1 {
  z-index: 1;
}
.zindex-2 {
  z-index: 2;
}
.zindex-3 {
  z-index: 3;
}
/* Borders */
.border-all {
  border: 1px solid #0cb4ce;
}
.border-top {
  border-top: 1px solid #0cb4ce;
}
.border-bottom {
  border-bottom: 1px solid #0cb4ce;
}
.border-right {
  border-right: 1px solid #0cb4ce;
}
.border-left {
  border-left: 1px solid #0cb4ce;
}
/* Display */
.inline {
  display: inline;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.hide {
  display: none;
}
.flex {
  display: flex;
}
@media only screen and (max-width: 767px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .text-left-xs {
    text-align: left !important;
  }
  .pull-none-xs {
    float: none !important;
    text-align: center !important;
  }
  .mb-0-xs {
    margin-bottom: 0 !important;
  }
  .mb-15-xs {
    margin-bottom: 15px;
  }
  .mb-30-xs {
    margin-bottom: 30px !important;
  }
  .mb-50-xs {
    margin-bottom: 50px;
  }
  .mb-60-xs {
    margin-bottom: 60px !important;
  }
  .p-none-xs {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .mb-0-sm {
    margin-bottom: 0 !important;
  }
  .mb-15-sm {
    margin-bottom: 15px;
  }
  .mb-30-sm {
    margin-bottom: 30px !important;
  }
  .mb-50-sm {
    margin-bottom: 50px;
  }
  .mb-60-sm {
    margin-bottom: 60px;
  }
  .pb-15-sm {
    padding-bottom: 15px;
  }
  .pb-30-sm {
    padding-bottom: 30px;
  }
  .pb-50-sm {
    padding-bottom: 50px;
  }
  .pb-60-sm {
    padding-bottom: 60px;
  }
  .p-none-sm {
    padding-right: 0;
    padding-left: 0;
  }
  .pull-none-sm {
    float: none !important;
    text-align: center !important;
  }
}
.border-b {
  border-bottom: 1px solid #f9f9f9;
}
.mt--80 {
  margin-top: -80px;
}
/*------------------------------------*\
    #Grid
\*------------------------------------*/
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.col-content {
  padding: 120px 100px 110px 120px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .col-content {
    padding: 40px !important;
  }
}
/* Small Devices, Tablets */
/* Postion Helpers */
.pos-fixed {
  position: fixed;
}
.pos-relative {
  position: relative;
}
.pos-absolute {
  position: absolute;
}
.pos-static {
  position: static;
}
.pos-top {
  top: 0;
}
.pos-bottom {
  bottom: 0;
}
.pos-right {
  right: 0;
}
.pos-left {
  left: 0;
}
.pos-vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.height-700 {
  height: 700px !important;
}
.height-500 {
  height: 500px !important;
}
.height-800 {
  height: 800px !important;
}
@media only screen and (min-width: 992px) {
  .hidden-lg,
  .hidden-md {
    display: none;
  }
}
.no-border {
  border: none !important;
}
/*------------------------------------*\
    #Blockquotes
\*------------------------------------*/
.blockquote,
blockquot {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  color: #9b9b9b;
  font-style: italic;
  line-height: 28px;
  font-weight: 500;
  padding: 30px 0 30px 30px;
  position: relative;
}
.quote-author {
  font-family: 'Raleway', sans-serif;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  color: #282828;
  margin-top: 18px;
}
.blockquote-1 {
  border-left: 6px solid #222222;
}
.blockquote-3,
.blockquote-4 {
  padding-right: 30px;
}
.blockquote-2,
.blockquote-3,
.blockquote-4 {
  border-left: none;
}
.blockquote-2:after,
.blockquote-2:before {
  font-family: fontawesome;
  font-size: 16px;
  position: absolute;
  color: #222222;
  line-height: 1.8;
}
.blockquote-2:before {
  content: "\f10d";
  top: 0;
  left: 0;
}
.blockquote-2:after {
  content: "\f10e";
  right: 0;
  bottom: 0;
}
.blockquote-3 {
  color: #0cb4ce;
  background-color: #f4f4f4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.blockquote-4 {
  color: #ffffff;
  background-color: #222222;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.blockquote-4 .quote-author {
  color: #ffffff;
}
/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.transparent {
  background-color: transparent !important;
}
.bg-theme {
  background-color: #0cb4ce !important;
}
.bg-gray {
  background-color: #f9f9f9 !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-dark {
  background-color: #232323 !important;
}
.bg-dark2 {
  background-color: #282828 !important;
}
.bg-dark3 {
  background-color: #373636 !important;
}
.bg-secondary {
  background-color: #282828;
}
/* Background Image */
.bg-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.bg-parallax {
  background-attachment: fixed;
}
.bg-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bg-overlay-light:before {
  background-color: #ffffff;
  opacity: 0.8;
}
.bg-overlay-dark:before {
  background-color: rgba(27, 26, 26, 0.35);
}
.bg-overlay-dark2:before {
  background-color: rgba(27, 26, 26, 0.75);
}
.bg-overlay-dark3:before {
  background-color: rgba(27, 26, 26, 0.95);
}
.bg-overlay-dark4:before {
  background-color: rgba(27, 26, 26, 0.91);
}
.bg-overlay-dark5:before {
  background-color: rgba(27, 26, 26, 0.25);
}
.bg-overlay-dark6:before {
  background-color: rgba(27, 26, 26, 0.85);
}
.bg-overlay-dark7:before {
  background-color: rgba(27, 26, 26, 0.45);
}
.bg-overlay-dark8:before {
  background-color: rgba(27, 26, 26, 0.65);
}
.bg-overlay-theme:before {
  background-color: rgba(12, 180, 206, 0.65);
}
.bg-overlay-theme2:before {
  background-color: #0cb4ce;
  opacity: 0.85;
}
.bg-overlay-red:before {
  background-color: rgba(233, 93, 83, 0.65);
}
.bg-overlay-gradient:before {
  background-image: -webkit-linear-gradient(to right, rgba(233, 93, 83, 0.85) 0%, rgba(12, 180, 206, 0.85) 100%);
  background-image: -moz-linear-gradient(to right, rgba(233, 93, 83, 0.85) 0%, rgba(12, 180, 206, 0.85) 100%);
  background-image: -ms-linear-gradient(to right, rgba(233, 93, 83, 0.85) 0%, rgba(12, 180, 206, 0.85) 100%);
  background-image: -o-linear-gradient(to right, rgba(233, 93, 83, 0.85) 0%, rgba(12, 180, 206, 0.85) 100%);
  background-image: linear-gradient(to right, rgba(233, 93, 83, 0.85) 0%, rgba(12, 180, 206, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(233, 93, 83, 0.85)', endColorStr='rgba(12, 180, 206, 0.85)', gradientType='1');
}
.bg-overlay-gradient2:before {
  background-image: -webkit-linear-gradient(to top, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);
  background-image: -moz-linear-gradient(to top, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);
  background-image: -ms-linear-gradient(to top, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);
  background-image: -o-linear-gradient(to top, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);
  background-image: linear-gradient(to top, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(233, 93, 83, 0.8)', endColorStr='rgba(12, 180, 206, 0.8)', gradientType='1');
}
/* Background Video */
.bg-video {
  position: relative;
}
.bg-video .bg-player {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: url(polina.html) no-repeat;
  min-height: 500px;
}
.bg-video .vidbg {
  min-width: 100%;
  min-height: 100%;
}
.bg-vyoutube {
  z-index: 550;
  text-align: center;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
/*------------------------------------*\
    #BREADCRUMB
\*------------------------------------*/
/* Breadcrumb Style 1 */
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  color: #e5e4e4;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
.breadcrumb > li + li:before,
.breadcrumb > li a {
  color: #e5e4e4;
}
.breadcrumb > .active {
  color: #f9f9f9;
}
.breadcrumb-2 > li + li:before {
  content: "\f101";
  font-family: fontawesome;
}
.breadcrumb-3 > li + li:before {
  content: "\f105";
  font-family: fontawesome;
}
.breadcrumb > li a:hover {
  color: #0cb4ce;
}
/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
  font-family: 'Raleway', sans-serif;
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  padding: 0;
  line-height: 49px;
  width: 170px;
  height: 51px;
  letter-spacing: 0.26px;
}
.btn.active,
.btn:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Button Primary */
.btn--primary {
  background-color: #0cb4ce;
  color: #ffffff;
  border: 2px solid transparent;
}
.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
  background-color: #222222;
  border: 2px solid #222222;
  color: #ffffff;
}
.btn--primary.btn--inverse:active,
.btn--primary.btn--inverse:focus,
.btn--primary.btn--inverse:hover {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #0cb4ce;
}
/* Button Secondary*/
.btn--secondary {
  background-color: #222222;
  color: #ffffff;
  border: 2px solid #222222;
}
.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
  background-color: #0cb4ce;
  color: #ffffff;
  border-color: #0cb4ce;
}
/* Button White */
.btn--white {
  background-color: #ffffff;
  color: #222222;
  border: 2px solid #ffffff;
}
.btn--white:active,
.btn--white:focus,
.btn--white:hover {
  background-color: #0cb4ce;
  color: #ffffff;
  border-color: #0cb4ce;
}
.bg-overlay-theme2 .btn--white:active,
.bg-overlay-theme2 .btn--white:focus,
.bg-overlay-theme2 .btn--white:hover {
  background-color: #222222;
  color: #ffffff;
  border-color: #222222;
}
/* Button Block */
.btn--block {
  width: 100%;
}
.btn--auto {
  width: auto;
}
/* Button Rounded */
.btn--rounded {
  border-radius: 50px;
}
/* Button Link */
.btn--link {
  background-color: transparent;
  border-color: transparent;
}
.btn--link.btn--primary {
  color: #0cb4ce;
}
.btn--link.btn--primary:active,
.btn--link.btn--primary:focus,
.btn--link.btn--primary:hover {
  color: #222222;
  background-color: transparent;
  border-color: transparent;
}
.btn--link.btn--secondary {
  color: #222222;
}
.btn--link.btn--secondary:active,
.btn--link.btn--secondary:focus,
.btn--link.btn--secondary:hover {
  color: #0cb4ce;
  background-color: transparent;
  border-color: transparent;
}
/* Button Bordered */
.btn--bordered {
  background-color: transparent;
}
.btn--bordered.btn--primary {
  color: #0cb4ce;
  border-color: #0cb4ce;
}
.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
  color: #ffffff;
  background-color: #0cb4ce;
  border-color: #0cb4ce;
}
.btn--bordered.btn--secondary {
  color: #222222;
  border-color: #222222;
}
.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn--bordered.btn--white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
  color: #0cb4ce;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn--white.btn--secondary {
  color: #222222;
  border-color: #ffffff;
  background-color: #ffffff;
}
.btn--white.btn--secondary:active,
.btn--white.btn--secondary:focus,
.btn--white.btn--secondary:hover {
  color: #ffffff;
  background-color: #0cb4ce;
  border-color: #0cb4ce;
}
.btn--slide:last-of-type {
  margin-left: -6px;
}
.btn--slide-wide {
  width: 270px;
}
.btn--video {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 51px;
  text-transform: uppercase;
  padding-left: 93px;
}
.btn--video i {
  position: absolute;
  left: 30px;
  top: 0;
  color: #f9f9f9;
  font-size: 48px;
}
.btn--video:hover,
.btn--video:focus,
.btn--video:active,
.btn--video:hover i,
.btn--video:focus i,
.btn--video:active i {
  color: #0cb4ce;
}
.btn--video.btn--inverse:hover,
.btn--video.btn--inverse:focus,
.btn--video.btn--inverse:active,
.btn--video.btn--inverse:hover i,
.btn--video.btn--inverse:focus i,
.btn--video.btn--inverse:active i {
  color: #222222;
}
.btn--video-icon {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  line-height: 51px;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
/* Buttom Video With Bordered */
.btn--video-bordered {
  width: 68px;
  height: 68px;
  line-height: 65px;
  border-radius: 50%;
  border-radius: 33px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.btn--video-bordered .btn--video {
  padding-left: 0;
  width: 48px;
  height: 48px;
  color: #f9f9f9;
}
.btn--video-bordered .btn--video i {
  left: 9px;
}
.btn--video-bordered:hover {
  background-color: #ffffff;
}
.btn--video-bordered:hover .btn--video,
.btn--video-bordered:hover .btn--video i {
  color: #0cb4ce;
}
.btn--video.btn--video-dark i {
  background-color: #ffffff;
  color: #222222;
  padding: 5px;
  border-radius: 50%;
  font-size: 44px;
}
/* Buttom More */
.btn-more span {
  position: relative;
  padding-right: 7px;
}
.btn-more span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 8px;
  margin-left: -7px;
  height: 2px;
  background-color: #222222;
}
.btn-more span:after {
  position: absolute;
  content: "";
  left: -4px;
  top: 50%;
  margin-top: -3px;
  width: 2px;
  height: 8px;
  background-color: #222222;
}
.btn-more:hover span:after,
.btn-more:hover span:before {
  background-color: #ffffff;
}
/* Buttom Link */
.btn--link.btn-more {
  color: #0cb4ce;
  height: 15px;
  line-height: 15px;
}
.btn--link.btn-more:hover {
  color: #222222;
}
.btn--link.btn-more span:after,
.btn--link.btn-more span:before {
  background-color: #0cb4ce;
}
.btn--link.btn-more:hover span:after,
.btn--link.btn-more:hover span:before {
  background-color: #222222;
}
/* Button Action */
.btn--action {
  line-height: 130px;
  height: 130px;
}
.btn--action span:after,
.btn--action span:before {
  background-color: #ffffff;
}
/* Button Icon */
.btn--icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 2px;
  background-color: rgba(27, 26, 26, 0.9);
  font-size: 40px;
  display: inline-block;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.btn--icon-gradient i {
  color: #0cb4ce;
  background: -webkit-linear-gradient(150deg, #1da4cb 0%, #1da4cb 2%, #1dcb84 27%, #7bcb1d 58%, #efd631 100%);
  background: linear-gradient(150deg, #1da4cb 0%, #1da4cb 2%, #1dcb84 27%, #7bcb1d 58%, #efd631 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn--icon:hover {
  background-color: #ffffff;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  transform: translateY(-4px);
}
.btn--bg-gradient {
  background-color: rgba(27, 26, 26, 0.9);
  background: -webkit-linear-gradient(150deg, #1da4cb 0%, #1da4cb 2%, #1dcb84 27%, #7bcb1d 58%, #efd631 100%);
  background: linear-gradient(150deg, #1da4cb 0%, #1da4cb 2%, #1dcb84 27%, #7bcb1d 58%, #efd631 100%);
}
.btn--bg-gradient i {
  color: #ffffff;
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.btn--hover-white:active,
.btn--hover-white:focus,
.btn--hover-white:hover {
  background-color: #ffffff;
  color: #222222;
  border-color: #ffffff;
}
/*------------------------------------*\
    #FORMS
\*------------------------------------*/
.form-control {
  color: #9b9b9b;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 49px;
  border: none;
  border-bottom: 2px solid #eee;
  background: transparent;
  padding-left: 0;
  margin-bottom: 30px;
  position: relative;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #0cb4ce;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Placeholder */
.form-control::-webkit-input-placeholder {
  color: #9b9b9b;
  text-transform: uppercase;
  font-weight: 800;
}
.form-control:-moz-placeholder {
  text-transform: uppercase;
  color: #9b9b9b;
  font-weight: 800;
}
.form-control::-moz-placeholder {
  color: #9b9b9b;
  text-transform: uppercase;
  font-weight: 800;
}
.form-control:-ms-input-placeholder {
  color: #9b9b9b;
  text-transform: uppercase;
  font-weight: 800;
}
form input[type=submit] {
  font-weight: 800;
}
/*------------------------------------*\
    #ICONS
\*------------------------------------*/
#icons section {
  padding-top: 60px;
  padding-bottom: 60px;
}
#icons h3 {
  margin-bottom: 0;
}
#icons .fa-hover {
  margin-bottom: 15px;
  font-size: 15px;
}
#icons i {
  margin-right: 10px;
}
/*------------------------------------*\
    #Lists
\*------------------------------------*/
ul.list {
  padding: 0;
  font-size: 13px;
  list-style-type: none;
  color: #7f7f7f;
}
ul.list li {
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}
ul.icon-list li i {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin-right: 10px;
  color: #222222;
}
ul.number-list li {
  line-height: 33px;
}
ul.number-list li span {
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  margin-right: 15px;
  color: #222222;
}
ul.dot-list li i {
  font-size: 7px;
  font-weight: 400;
  line-height: 30px;
  margin-right: 19px;
  color: #222222;
}
/*------------------------------------*\
    #MEDIA
\*------------------------------------*/
.screen-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.screen-img img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.screen-img .screen-hover {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 30px;
  opacity: 0;
}
.screen-img .screen-hover a {
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -90px;
  webkit-transition: all 0.4s 0.4s ease-in-out;
  -moz-transition: all 0.4s 0.4s ease-in-out;
  -o-transition: all 0.4s 0.4s ease-in-out;
  transition: all 0.4s 0.4s ease-in-out;
  opacity: 0;
}
/* screen Hover Effect */
.screen-img:hover .screen-hover {
  opacity: 1;
}
.screen-img:hover .screen-hover a {
  opacity: 1;
}
/*------------------------------------*\
    #Tabs
\*------------------------------------*/
.tabs .nav-tabs {
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
  text-align: center;
}
.tabs .nav-tabs > li {
  float: none;
  display: inline-block;
}
.tabs .nav-tabs > li.active {
  border-bottom: 2px solid #1dc49a;
}
.tabs .nav-tabs > li > a {
  color: #333333;
  font-size: 13px;
  font-weight: 800;
  text-transform: capitalize;
  border-radius: 0;
  border: none;
  padding-right: 14px;
  padding-left: 14px;
}
.tabs .nav-tabs > li > a:focus,
.tabs .nav-tabs > li > a:hover,
.tabs .nav-tabs > li.active > a,
.tabs .nav-tabs > li.active > a:focus,
.tabs .nav-tabs > li.active > a:hover {
  color: #0cb4ce;
  background-color: transparent;
  border: none;
}
.tabs .tab-content > .tab-pane {
  padding-top: 27px;
}
.tabs .tab-content > .tab-pane p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
/* Tabs #2*/
.tabs-2.tabs .nav-tabs {
  border-bottom: none;
}
.tabs-2.tabs .nav-tabs > li > a {
  pading-top: 0;
  padding-bottom: 0;
}
.tabs-2.tabs .nav-tabs > li > a i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 2px;
  background-color: #282828;
  display: block;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
.tabs-2.tabs .nav-tabs > li > a:focus,
.tabs-2.tabs .nav-tabs > li > a:hover,
.tabs-2.tabs .nav-tabs > li.active > a,
.tabs-2.tabs .nav-tabs > li.active > a:focus,
.tabs-2.tabs .nav-tabs > li.active > a:hover {
  color: #0cb4ce;
  background-color: #ffffff;
  border: none;
}
.tabs-2.tabs .nav-tabs > li > a:focus i,
.tabs-2.tabs .nav-tabs > li > a:hover i,
.tabs-2.tabs .nav-tabs > li.active > a i,
.tabs-2.tabs .nav-tabs > li.active > a:focus i,
.tabs-2.tabs .nav-tabs > li.active > a:hover i {
  background-color: #0cb4ce;
}
/* Tab Vertical */
.tabs-vertical.tabs .nav-tabs {
  border-bottom: none;
  border-right: 1px solid #ededed;
  width: 15%;
  float: left;
}
.tabs-vertical.tabs .nav-tabs > li {
  float: none;
  display: block;
}
.tabs-vertical.tabs .nav-tabs > li > a {
  border-radius: 0;
  border: none;
  padding-right: 20px;
  padding-left: 0;
  margin-right: 0;
}
.tabs-vertical.tabs .nav-tabs > li > a:focus,
.tabs-vertical.tabs .nav-tabs > li > a:hover,
.tabs-vertical.tabs .nav-tabs > li.active > a,
.tabs-vertical.tabs .nav-tabs > li.active > a:focus,
.tabs-vertical.tabs .nav-tabs > li.active > a:hover {
  color: #0cb4ce;
  background-color: #ffffff;
  border: none;
  border-right: 2px solid #0cb4ce;
  padding-left: 11px;
}
.tabs-vertical.tabs .tab-content {
  padding-left: 15%;
  text-align: left;
}
.tabs-vertical.tabs .tab-content > .tab-pane {
  padding-left: 60px;
  padding-top: 0;
}
.tabs-vertical.tabs .tab-content > .tab-pane p {
  color: #a5a5a5;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li > a:focus,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li > a:hover,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li.active > a,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li.active > a:focus,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: #0cb4ce;
  border: none;
  border-right: 2px solid #0cb4ce;
  padding-left: 11px;
}
/*------------------------------------*\
    #Accordion
\*------------------------------------*/
/* Accordion Base */
.accordion .panel {
  padding: 24px;
  margin-bottom: 15px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1px;
  background-color: #f4f4f4;
}
.accordion .panel:last-of-type {
  margin-bottom: 0;
}
.accordion .panel .panel--heading {
  padding: 0;
}
.accordion .panel .panel--heading a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #282828;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  position: relative;
  display: block;
}
.accordion .panel .panel--heading a.collapsed {
  color: #282828;
}
.accordion .panel .panel--body {
  padding: 22px 0 6px 0;
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
/* Accordion Status */
.accordion .panel--heading .accordion-toggle:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f068";
  /* symbol for "opening" panels */
  font-family: fontawesome;
  font-size: 9px;
  color: #ffffff;
  background-color: #0cb4ce;
  border: 1px solid #0cb4ce;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.accordion .panel--heading .accordion-toggle.collapsed:after {
  content: "\f067";
  /* symbol for "collapsed" panels */
  color: #282828;
  background-color: transparent;
  border: 1px solid #282828;
}
.accordion .panel--heading .accordion-toggle.collapsed:after {
  content: "\f067";
  color: #ffffff;
  background-color: #0cb4ce;
  border: none;
}
/* Accordion Style #1 */
.accordion.accordion-1 .panel--heading a {
  padding-left: 0;
}
/* Accordion Style #2 */
.accordion-2 .panel {
  border: 1px solid #eee;
  background-color: transparent;
}
.accordion.accordion-2 .panel--heading .accordion-toggle.collapsed:after {
  content: "\f067";
  color: #282828;
  background-color: transparent;
  border: 1px solid #282828;
}
/* Accordion Style #3 */
.accordion.accordion-3 {
  border: none;
  background-color: transparent;
}
.accordion.accordion-3 .panel {
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.06);
  -moz-box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.06);
  -o-box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.06);
  box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.06);
}
/* Accordion Style #4 */
.accordion.accordion-4 .panel {
  border: none;
  background-color: #f4f4f4;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .accordion .panel .panel--heading a {
    padding-right: 30px;
  }
  .accordion--img img {
    max-width: 100%;
    margin: 20px 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion--img img {
    max-width: 100%;
    margin: 20px 0;
  }
}
/*------------------------------------*\
    #PAGINATION
\*------------------------------------*/
.pagination {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination > li {
  margin-right: 10px;
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  color: #646464;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  border-color: rgba(100, 100, 100, 0.2);
  text-transform: uppercase;
  padding: 0;
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  border-radius: 2px;
}
.pagination > .active > a,
.pagination > li:hover > a {
  background-color: #0cb4ce !important;
  color: #ffffff;
  border-color: #0cb4ce;
  border-radius: 2px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .pagination {
    margin: 10px auto;
  }
}
/*------------------------------------*\
    #ALERT MESSAGE
\*------------------------------------*/
.alerts {
  background-color: #f9f9f9;
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 40px;
}
.alerts .alert-icon {
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: #0cb4ce;
  -moz-border-radius: 2px 1px 1px 2px;
  -webkit-border-radius: 2px 1px 1px 2px;
  border-radius: 2px 1px 1px 2px;
  text-align: center;
  position: absolute;
}
.alerts .alert-icon i {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
.alerts .alert-content {
  padding-left: 68px;
}
.alerts .alert-content h4 {
  color: #0cb4ce;
  font-size: 15px;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: -6px;
}
.alerts .alert-content p {
  font-family: 'Open Sans', sans-serif;
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
}
.alerts.alert-warning h4 {
  color: #8a6d3b;
}
.alerts.alert-warning .alert-icon {
  background-color: #fcf8e3;
}
.alerts.alert-warning .alert-icon i {
  color: #8a6d3b;
}
.alerts.alert-danger h4 {
  color: #a94442;
}
.alerts.alert-danger .alert-icon {
  background-color: #f2dede;
}
.alerts.alert-danger .alert-icon i {
  color: #a94442;
}
/* Subscribe Alert */
.subscribe-alert .alert {
  margin: 10px auto;
  font-size: 12px;
  line-height: 20px;
}
/* Contact Alert */
.contact-result .alert,
.reservation-result .alert {
  margin: 10px auto;
  font-size: 12px;
}
label.error {
  color: #df2a10;
  position: absolute;
  top: -20px;
  left: 15px;
}
/*------------------------------------*\
    #BACK TO TOP
\*------------------------------------*/
#back-to-top {
  z-index: 9999;
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0;
}
.backtop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 2px;
  transition: opacity 0.2s ease-out;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
}
#back-to-top.show {
  opacity: 1;
}
#back-to-top:hover {
  background-color: #0cb4ce;
}
/* Style 2 */
.backtop.style-2 {
  border-radius: 0;
}
/* Style 4*/
.backtop.style-3 {
  border-radius: 5px;
}
/* Style 4*/
.backtop.style-4 {
  border-radius: 50%;
}
.back-top-styles .backtop {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 992px) {
  #back-to-top.show {
    opacity: 0;
  }
}
/*------------------------------------*\
    #Range
\*------------------------------------*/
.range-slider .ui-slider {
  height: 8px;
  background-color: #d7d7d7;
  border-radius: 2px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.range-slider .ui-slider-handle {
  /* Style for "Line" */
  width: 15px;
  height: 15px;
  margin-left: 0;
  background-color: #272930;
  border-radius: 1px;
}
.range-slider .ui-slider-range {
  height: 8px;
  background-color: #0cb4ce;
  margin-bottom: 20px;
}
.range-slider p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
.range-slider label {
  color: #f9f9f9;
}
.range-slider input {
  color: #0cb4ce;
  border: none;
  background-color: transparent;
}
/*------------------------------------*\
    #FEATRUE BOX
\*------------------------------------*/
/* Feature #8 */
.feature-box {
  text-align: center;
  margin-bottom: 0;
}
.feature-box .feature-heading h3 {
  color: #f9f9f9;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}
.feature-box .feature-icon {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #f9f9f9;
  border-radius: 1px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 20px;
  overflow: hidden;
}
.feature-box .feature-icon i {
  position: relative;
  display: block;
  line-height: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-box:hover .feature-icon i:first-child {
  margin-top: -60px;
}
.feature-box .feature-body p {
  margin-bottom: 0;
}
/* Feature Box #2 */
.fbox-2 .feature-icon {
  float: left;
}
.fbox-2 .feature-body,
.fbox-2 .feature-heading {
  padding-left: 80px;
  text-align: left;
}
/* Feature Box #3 */
.fbox-3 .feature-icon {
  float: right;
}
.fbox-3 .feature-body,
.fbox-3 .feature-heading {
  padding-right: 80px;
  text-align: right;
}
/* Feature Box borderd */
.fbox-bordered .feature-icon {
  background-color: transparent;
  border: 1px solid #f9f9f9;
  color: #f9f9f9;
}
/* Feature Box Circle */
.fbox-circle .feature-icon {
  border-radius: 50%;
}
/* Feature Box Circle  bordered */
.fbox-circle.fb-bordered .feature-icon {
  border-radius: 50%;
  background-color: transparent !important;
  border: 2px solid #f9f9f9;
  color: #f9f9f9;
}
/*------------------------------------*\
    #MISC
\*------------------------------------*/
/* Utility classes table  */
.bs-table th small,
.responsive-utilities th small {
  display: block;
  font-weight: normal;
  color: #999;
}
.responsive-utilities tbody th {
  font-weight: normal;
}
.responsive-utilities td {
  text-align: center;
}
.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important;
}
.pallete-item {
  border: 1px solid #eee;
  margin-bottom: 24px;
}
.pallete-color {
  padding: 45px 15px;
  text-align: center;
  text-transform: uppercase;
}
.pallete-color p {
  margin-bottom: 0;
  font-weight: bold;
  color: #ffffff;
}
/*------------------------------------*\
    #MODALS
\*------------------------------------*/
.modal-dialog {
  margin-top: 60px;
}
.modal-content {
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left;
}
.modal-content .modal-title {
  text-transform: capitalize;
  font-family: 'Lora', sans-serif;
}
/*------------------------------------*\
    #Animation
\*------------------------------------*/
@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.95);
    opacity: 0.7;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
}
/*------------------------------------*\
    #Tables
\*------------------------------------*/
table {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 0;
  margin-bottom: 0;
}
table thead {
  background-color: #f9f9f9;
}
table thead tr th {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #282828;
  line-height: 30px !important;
  border-bottom-width: 0 !important;
  border-color: #eee;
  padding: 0;
}
table tbody tr td {
  padding: 20px;
  border-color: #eee;
}
table tbody tr td,
table tbody tr td {
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  color: #9b9b9b;
}
/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading .heading--subtitle {
  color: #616161;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.3px;
}
.heading .heading--title {
  font-size: 35px;
  font-weight: 700;
  line-height: 38px;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.heading .heading--desc {
  color: #a5a5a5;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.heading .divider--line + .heading--desc {
  margin-top: 25px;
}
.heading-4 .heading--title,
.heading-5 .heading--title {
  margin-bottom: 18px;
}
.heading-4 .divider--line,
.heading-5 .divider--line {
  margin-top: 25px;
}
.heading-7 .heading--title {
  font-size: 45px;
}
.heading-7 .heading--desc {
  font-size: 17px;
  line-height: 26px;
}
.heading-9 .heading--subtitle {
  font-size: 17px;
}
.heading-9 .heading--title {
  font-size: 75px;
  line-height: 80px;
  margin-bottom: 13px;
}
.heading-9 .heading--desc {
  font-size: 17px;
  line-height: 26px;
  padding: 0 20px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .heading .heading--title {
    font-size: 28px;
  }
}
/*------------------------------------*\
    #LOADING-SECTION
\*------------------------------------*/
.preloader {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  background-color: #ffffff;
  overflow: hidden;
}
.load-bar {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #fdba2c;
}
.bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.bar:nth-child(1) {
  background-color: #da4733;
  animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
  background-color: #3b78e7;
  animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
  background-color: #fdba2c;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }
  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }
  to {
    left: 0;
    width: 100%;
  }
}
/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
  height: 100px;
}
.header-transparent {
  background-color: transparent;
}
.header-transparent + .mtop-100,
.header-transparent + .page-title {
  position: relative;
  margin-top: -100px;
}
.header-transparent.header-topbar + .page-title {
  margin-top: -155px;
}
/* Transparent Header */
.transparent-header .module .module-icon > i {
  color: #ffffff;
}
.static-affix {
  top: 0;
  width: 100%;
  z-index: 10;
}
/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.header .navbar {
  margin-bottom: 0;
  border-radius: 0;
  min-height: 100px;
  border: none;
}
.header-bordered .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.header-bordered .navbar.navbar--dark {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
.header .navbar .logo {
  height: 100px;
  line-height: 100px;
}
.header.header-transparent.header-topbar .navbar:not(.affix) .logo {
  line-height: 58px;
}
.navbar-nav:not(.nav-pos-right) {
  margin-right: 200px;
}
.nav-bordered-right {
  margin-right: 30px;
}
.nav-bordered-right + .module:first-of-type:before {
  position: relative;
  margin-left: 12px;
}
.nav-bordered-right + .module:first-of-type:before {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: -46px;
  content: "";
  width: 2px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.25);
}
.affix .nav-bordered-right + .module:first-of-type:before {
  background-color: #c9c9c9;
}
.navbar-nav > li {
  margin-right: 32px;
}
.navbar-nav li:last-child {
  margin-right: 0;
}
.navbar-nav > li > a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100px;
  color: #ffffff;
  padding: 0;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border: none;
}
.navbar-nav > li.active > ul {
  margin-top: 0;
}
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
/* Menu Level #1 */
.navbar-nav > li > .menu-item:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: transparent;
  content: '';
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar-nav > li > .menu-item:hover::before,
.navbar-nav > li.active > .menu-item:before {
  background-color: #ffffff;
  width: 100%;
}
li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:before,
ul.dropdown-menu > li.has-dropdown > a:before {
  font-family: fontawesome;
  content: "\f105";
  font-size: 13px;
  position: absolute;
  right: 25px;
}
/* Menu Levels */
.dropdown-menu {
  background-color: transparent;
  position: relative;
  width: 100%;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: capitalize;
}
.transparent-header .navbar {
  background-color: transparent;
  height: 101px;
}
.transparent-header .navbar-nav > li.has-dropdown > a {
  color: #ffffff;
}
.transparent-header .navbar-nav li.has-dropdown > a:hover,
.transparent-header .navbar-nav li.has-dropdown.active > a {
  color: #0cb4ce;
}
/* Header Light */
.header-light {
  background-color: #ffffff;
}
.header-light .navbar .logo-dark {
  display: inline-block;
}
.header-light .navbar .logo-light {
  display: none;
}
.header-light .navbar .module .module-icon i,
.header-light .navbar .navbar-nav > li > a {
  color: #222222;
}
.header-light .navbar .navbar-nav > li > .menu-item:hover::before,
.header-light .navbar .navbar-nav > li.active > .menu-item:before {
  background-color: #222222;
}
/* Header Fixed */
.header-fixed .affix {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}
.header-fixed:not(.header-light) .navbar .logo-dark {
  display: none;
}
.header-fixed .navbar.affix .logo-dark {
  display: inline-block;
}
.header-fixed .navbar.affix .logo-light {
  display: none;
}
.navbar.affix .module .module-icon i,
.navbar.affix .navbar-nav > li > a {
  color: #222222;
}
.header-fixed .navbar.affix .navbar-nav > li > .menu-item:hover::before,
.header-fixed .navbar.affix .navbar-nav > li.active > .menu-item:before {
  background-color: #222222;
  bottom: -1px;
}
/* Header Centered */
.header-centered {
  height: 255px;
}
.header-centered .navbar-collapse {
  padding-right: 260px;
  padding-left: 260px;
}
.header-centered .navbar {
  top: 155px;
}
.header-centered .navbar.affix {
  top: 0;
}
.header-centered .logo-centered {
  padding-top: 40px;
  padding-bottom: 25px;
  z-index: 1030;
  position: relative;
}
/* Header With Top Bar */
.header-topbar {
  height: 155px;
}
.header-topbar .navbar {
  top: 55px;
}
.header-topbar.header-transparent .navbar {
  top: 25px;
}
.header-topbar .navbar.affix {
  top: 0;
}
.header-topbar.header-transparent + section {
  margin-top: -155px;
}
.header-centered.header-topbar .logo-centered {
  padding-top: 90px;
}
/* Header #3 */
.header-3 .navbar-nav {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.header-3 .navbar-nav li:last-child {
  margin-right: 30px;
}
.header-3 .navbar + .module:first-of-type:before {
  position: relative;
  margin-left: 12px;
}
/* Header #5 */
.header-5 .container-fluid {
  padding-right: 0;
}
.header-5 .module {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.header-5 .module .module-icon {
  margin-left: 25px;
  margin-right: 25px;
}
/* Header #6 */
.header-6 .container-fluid {
  padding-right: 0;
}
.header-6 .navbar {
  min-height: 79px;
}
.header-6 .navbar .logo {
  height: 79px;
  line-height: 79px;
}
.header-6 .module .module-icon {
  line-height: 79px;
}
.header-6 .module .module-label {
  top: 24px;
  right: 17px;
  left: auto;
}
.header-6 .navbar-nav > li {
  margin-right: 0;
}
.header-6 .navbar-nav > li > a {
  padding-right: 32px;
  padding-left: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 79px;
}
.header-6 .navbar-nav > li > .menu-item:before {
  display: none;
}
.header-6 .navbar-nav > li.active,
.header-6 .navbar-nav > li:hover {
  background-color: rgba(34, 34, 34, 0.5);
}
.header-6 .module {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.header-6 .module .module-icon {
  margin-left: 32px;
  margin-right: 32px;
}
.header-6.header-bordered .affix.navbar {
  border-bottom: none;
}
.header-6 .affix .navbar-nav > li.active,
.header-6 .affix .navbar-nav > li:hover {
  background-color: #222222;
}
.header-6 .affix .navbar-nav > li.active > a,
.header-6 .affix .navbar-nav > li:hover > a {
  color: #ffffff;
}
/* Header #7 */
.header-7 {
  height: 241px;
}
.header-7 .navbar {
  top: 140px;
}
.header-7 .navbar.affix {
  top: 0;
}
.header-7.header-centered .navbar-collapse {
  padding-right: 230px;
  padding-left: 230px;
}
/* Header #7 */
.header-11 {
  height: 190px;
}
.header-11 .navbar {
  top: 90px;
}
.header-11.header-transaprent + section {
  margin-top: -190px;
}
/* Header #10 */
.header-10 .nav-bordered-right + .module:first-of-type:before {
  background-color: #464d52;
}
/* Header #13 */
.header-13 .navbar-header > .logo {
  position: absolute;
  left: 50%;
  margin-left: -51px;
}
/* Header #16 */
.header-16 .navbar {
  top: 30px;
}
.header-16 .navbar.affix {
  top: 0;
}
/* Header #17 */
.header-centered.header-17 {
  height: 265px;
}
.header-centered.header-17 .navbar {
  top: 165px;
}
.header-17 .navbar.affix {
  top: 0;
}
/* Header Half */
.header-half .navbar-nav > li > .menu-item:before,
.header-half .navbar.affix .navbar-nav > li > .menu-item:hover::before,
.header-half .navbar.affix .navbar-nav > li.active > .menu-item:before {
  bottom: 36px;
}
/* Container Bordered */
.container-bordered {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  height: 100px;
}
/* Navbar Dark */
.header-transparent.header-light .navbar.affix {
  background-color: transparent;
}
.navbar.navbar--dark .logo-dark {
  display: inline-block !important;
}
.navbar.navbar--dark .logo-light {
  display: none;
}
.navbar.navbar--dark .module .module-icon,
.navbar.navbar--dark .module .module-icon i,
.navbar.navbar--dark .navbar-nav > li > a {
  color: #222222;
}
.header-8 .navbar.navbar--dark .module-menu .module-icon:after,
.navbar.navbar--dark .navbar-nav > li > .menu-item:hover::before,
.navbar.navbar--dark .navbar-nav > li.active > .menu-item:before,
.navbar.navbar--dark .module .menu-icon-double.module-icon i:after {
  background-color: #222222;
}
/* Header Split */
.header-split .logo-dark {
  display: none;
}
.header-split .logo-light {
  display: inline-block;
}
.header-split .module .module-icon i,
.header-split .navbar-nav > li > a {
  color: #222222;
}
.header-split .navbar-nav > li > .menu-item:hover::before,
.header-split .navbar-nav > li.active > .menu-item:before {
  background-color: #222222;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .mega-dropdown-menu ul {
    list-style: none;
    margin-left: -10px;
  }
  .mega-dropdown-menu ul li a {
    line-height: 28px;
    padding: 0;
  }
  .mega-dropdown-menu ul li a i {
    margin-right: 8px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-nav {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar-toggle {
    border-color: #ffffff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 35px;
    margin-right: 0;
  }
  .affix .navbar-toggle,
  .header-light .navbar-toggle {
    border-color: #222222;
  }
  .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  .affix .navbar-toggle .icon-bar,
  .header-light .navbar-toggle .icon-bar {
    background-color: #222222;
  }
  .container > .navbar-header {
    margin-left: 0;
  }
  .container .navbar-collapse,
  .container-bordered .navbar-collapse,
  .container-fluid .navbar-collapse {
    width: 100%;
    background-color: #222222;
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-nav > li {
    height: auto !important;
    margin-right: 0;
  }
  .navbar-nav > li.pull-left {
    float: none !important;
  }
  .navbar-nav li a {
    line-height: 36px;
    color: #ffffff;
    padding-right: 0;
    padding-left: 10px;
    padding-top: 0;
  }
  .navbar-nav > li > .menu-item:before {
    display: none;
  }
  ul ul {
    list-style: none;
  }
  ul.dropdown-menu li a,
  ul.mega-menu,
  ul.mega-menu li ul li a {
    background-color: transparent;
    position: relative;
    padding: 0;
  }
  .navbar-nav > li.has-dropdown > a:after,
  li.dropdown-submenu > a:after {
    font-family: fontawesome;
    content: "\f105";
    font-size: 13px;
    position: absolute;
    right: 10px;
  }
  .navbar-nav > li.has-dropdown.open > a,
  .navbar-nav > li.has-dropdown.open > a:focus,
  .navbar-nav > li.has-dropdown.open > a:hover {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  li.dropdown-submenu.open > ul > li > a {
    padding-left: 50px !important;
  }
  .navbar-nav > li.has-dropdown.open > a:after,
  .navbar-nav > li.has-dropdown.open > a:focus:after,
  .navbar-nav > li.has-dropdown.open > a:hover:after,
  li.dropdown-submenu.open > a:after,
  li.dropdown-submenu.open > a:focus:after,
  li.dropdown-submenu.open > a:hover:after {
    font-family: fontawesome;
    content: "\f107";
    font-size: 13px;
    position: absolute;
    right: 10px;
  }
  li.dropdown-submenu > a:after,
  li.dropdown-submenu.open > a:focus:after,
  li.dropdown-submenu.open > a:hover:after {
    right: 10px;
  }
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover,
  .mega-menu li a:focus,
  .mega-menu li a:hover,
  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: transparent;
  }
  .dropdown-menu > li > a,
  .mega-menu > li > a {
    color: #ffffff;
  }
  .mega-menu ul {
    list-style: none;
    padding-left: 25px;
  }
  .mega-menu ul li {
    padding-top: 5px;
  }
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover,
  .mega-menu li a:focus,
  .mega-menu li a:hover {
    color: #ffffff;
  }
  ul.mega-menu {
    list-style: none;
    display: none;
  }
  .dropdown-submenu.open > .mega-menu,
  .has-dropdown.open > .mega-menu {
    display: block;
  }
  .dropdown-submenu.open > .mega-menu ul {
    padding-left: 50px;
  }
  .mega-dropdown-menu .container a[href='#'] {
    color: #0cb4ce;
    cursor: default;
    margin-left: 0;
    padding: 0;
    font-weight: 700;
    text-transform: capitalize;
  }
  li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:before,
  ul.dropdown-menu > li.has-dropdown > a:before {
    display: none;
  }
  .navbar-nav:not(.nav-pos-right) {
    margin-right: 0;
  }
  .mega-dropdown-menu li ul li a i {
    margin-right: 8px;
  }
  .header-3 .navbar-nav {
    margin-right: 0;
    border-right: none;
  }
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .header-5 .container-fluid {
    padding-right: 15px;
  }
  .header-6 .navbar-nav > li > a {
    padding-right: 0;
    padding-left: 10px;
    border-left: none;
    line-height: 36px;
  }
  .header-3 .module-social {
    text-align: center;
  }
  .header-3 .module-social a,
  .header-3 .affix .module-social a {
    color: #ffffff;
  }
  .header-5 .module .module-icon,
  .header-6 .module .module-icon {
    margin-left: 0;
    margin-right: 0;
  }
  .header-6 .module .module-label {
    top: 0;
    right: 0;
  }
  .header-centered .logo-centered {
    display: none;
  }
  .header-7,
  .header-centered.header-17 {
    height: 100px;
  }
  .header-centered.header-17 .navbar,
  .header-7 .navbar {
    top: 0;
  }
  .header-centered .navbar-collapse {
    padding: 0;
    background-color: #222222;
  }
  .header-13 .navbar-header > .logo {
    position: relative;
    left: 0;
    margin-left: 0;
  }
  .header-13 #navbar-collapse-2 {
    display: none;
  }
  .header-16 .navbar {
    top: 0;
  }
  .header.header-transparent.header-topbar .navbar:not(.affix) .logo {
    line-height: 100px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-header {
    float: none !important;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .header .navbar .logo {
    float: left;
  }
  .navbar-toggle {
    border-color: #ffffff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 35px;
    display: block;
  }
  .affix .navbar-toggle,
  .header-light .navbar-toggle {
    border-color: #222222;
  }
  .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  .affix .navbar-toggle .icon-bar,
  .header-light .navbar-toggle .icon-bar {
    background-color: #222222;
  }
  .navbar-fixed-top .navbar-collapse {
    overflow: scroll !important;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .container > .navbar-collapse {
    width: 100%;
    background-color: #222222;
    margin-right: 0;
  }
  .navbar-nav > li {
    height: auto !important;
    margin-right: 0;
  }
  .navbar-nav > li.pull-left {
    float: none !important;
  }
  .navbar-nav > li > a {
    line-height: 36px !important;
    color: #ffffff !important;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
  .dropdown-menu > li > a,
  .mega-menu a {
    padding-top: 0;
  }
  .navbar-nav > li:after {
    display: none;
  }
  .navbar-nav > li.active {
    border-bottom: none;
  }
  .navbar-nav > li.has-dropdown > a:after,
  .navbar-nav > li.has-dropdown > a:after,
  li.dropdown-submenu > a:after {
    font-family: fontawesome;
    content: "\f105";
    font-size: 13px;
    position: absolute;
    right: 0;
  }
  .navbar-nav > li.has-dropdown.open > a,
  .navbar-nav > li.has-dropdown.open > a:focus,
  .navbar-nav > li.has-dropdown.open > a:hover {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mega-menu > li > a,
  li a:hover,
  li.dropdown-submenu.open > a,
  li.open > a:focus {
    color: #ffffff;
  }
  li.dropdown-submenu.open > ul > li > a {
    padding-left: 50px !important;
  }
  .navbar-nav > li.has-dropdown.open > a:after,
  .navbar-nav > li.has-dropdown.open > a:focus:after,
  .navbar-nav > li.has-dropdown.open > a:hover:after,
  li.dropdown-submenu.open > a:after,
  li.dropdown-submenu.open > a:focus:after,
  li.dropdown-submenu.open > a:hover:after {
    font-family: fontawesome;
    content: "\f107";
    font-size: 13px;
    position: absolute;
    right: 0;
  }
  li.dropdown-submenu > a:after,
  li.dropdown-submenu.open > a:focus:after,
  li.dropdown-submenu.open > a:hover:after {
    right: 10px;
  }
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover,
  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: transparent;
  }
  .dropdown-menu > li > a,
  .mega-dropdown-menu .container a,
  .mega-menu a {
    color: #ffffff;
  }
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover {
    color: #ffffff;
  }
  .mega-menu ul {
    list-style: none;
    padding-left: 0;
  }
  .mega-menu ul li {
    padding-top: 5px;
  }
  .mega-menu ul ul {
    padding-left: 0;
  }
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover,
  .mega-menu li a:focus,
  .mega-menu li a:hover {
    color: #ffffff;
  }
  ul.mega-menu {
    list-style: none;
    display: none;
  }
  .mega-dropdown-menu .container ul {
    list-style: none;
    padding-left: 5px;
  }
  .mega-dropdown-menu .container ul li {
    line-height: 25px;
  }
  .mega-dropdown-menu .container ul i {
    margin-right: 5px;
  }
  .dropdown-submenu.open > .mega-menu,
  .has-dropdown.open > .mega-menu {
    display: block;
    padding-left: 25px;
  }
  .dropdown-submenu.open > .mega-menu ul {
    padding-left: 25px;
  }
  .navbar-nav > li > .menu-item:before,
  li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:before,
  ul.dropdown-menu > li.has-dropdown > a:before {
    display: none;
  }
  .mega-dropdown-menu .container a[href='#'] {
    color: #0cb4ce;
    cursor: default;
    margin-left: 10px;
    padding: 0;
    font-weight: 700;
    text-transform: capitalize;
  }
  .header-6 .navbar-nav > li > a {
    border-left: none;
    padding: 0;
  }
  .header-6 .module {
    border-left: none;
  }
  .header-6 .module .module-icon,
  .header-5 .module .module-icon {
    margin-left: 0;
    margin-right: 0;
  }
  .header-6 .module .module-label {
    top: 0;
    right: 0;
  }
  .header-13 .navbar-header > .logo {
    position: relative;
    left: 0;
    margin-left: 0;
  }
  .header-centered .logo-centered {
    display: none;
  }
  .header-centered.header-17 {
    height: 100px;
  }
  .header-centered.header-17 .navbar {
    top: 0;
  }
  .header-centered .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .header-centered.header-17 .module {
    display: inline-block;
  }
  .header-16 .navbar {
    top: 0;
    background-color: #ffffff;
  }
  .header-7 {
    height: 130px;
  }
  .header-7 .navbar {
    top: 30px;
  }
  .header.header-transparent.header-topbar .navbar .logo {
    line-height: 100px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .navbar.navbar--dark .navbar-nav > li > a {
    color: #ffffff;
  }
  .container .navbar-collapse,
  .container-bordered .navbar-collapse,
  .container-fluid .navbar-collapse {
    width: 100%;
    background-color: #222222;
    margin-right: 0;
    margin-left: 0;
  }
  .header-3 .navbar-nav li:last-child {
    margin-right: 0;
  }
  .header-light .navbar .module .module-icon i {
    color: #ffffff;
  }
  .header-light .navbar .module .menu-icon-double i {
    color: #222222;
  }
  .header-7.header-centered .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav > li {
    margin-right: 16px;
  }
  .navbar-nav:not(.nav-pos-right) {
    margin-right: 80px;
  }
  .navbar-nav:not(.nav-pos-right) + .module:first-of-type {
    margin-left: 0;
  }
  .header-7.header-centered .navbar-collapse {
    padding-right: 150px;
    padding-left: 150px;
  }
}
@media only screen and (min-width: 992px) {
  /* Menu with Dropdown */
  .navbar-nav > li.has-dropdown > ul.dropdown-menu,
  .navbar-nav > li.has-dropdown > ul.mega-menu,
  li.dropdown-submenu > ul.mega-menu {
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    position: absolute;
    left: 0;
    right: auto;
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    margin-top: 0;
  }
  .navbar-nav > li.has-dropdown > ul.dropdown-menu {
    width: 190px;
    min-width: 190px;
    padding: 13px 0;
    background-color: #ffffff;
  }
  .navbar-nav > li.has-dropdown > ul.mega-menu,
  li.dropdown-submenu > ul.mega-menu {
    width: 385px!important;
  }
  li.dropdown-submenu:hover > ul.mega-menu,
  li.has-dropdown:hover > ul.dropdown-menu,
  li.has-dropdown:hover > ul.mega-menu {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    z-index: 100;
    display: block;
  }
  ul.dropdown-menu > li,
  ul.mega-menu > li {
    padding-right: 0;
    height: 40px;
    line-height: 40px;
    position: relative;
    vertical-align: top;
  }
  ul.mega-menu > li {
    border-right: 1px solid #eaeaea;
  }
  ul.mega-menu > li:last-child {
    border-right: none;
  }
  ul.mega-menu > li {
    width: 190px !important;
    height: auto;
    overflow: hidden;
    display: inline-block;
  }
  ul.mega-menu > li > ul {
    width: 190px;
    list-style: none;
    background-color: #ffffff;
    padding-left: 0;
    position: relative !important;
    left: auto !important;
  }
  ul.mega-menu li ul li {
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
  ul.dropdown-menu li a,
  ul.mega-menu li ul li a {
    line-height: 40px;
    color: #7f7f7f;
    padding: 0;
    border-bottom: 1px solid #f2f2f2;
    display: block;
    font-size: 13px;
    font-weight: 400;
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-transform: capitalize;
    margin: 0 25px;
  }
  ul.mega-menu li ul li span {
    color: #0cb4ce;
    padding: 0;
    display: block;
    font-size: 13px;
    line-height: 39px;
    text-transform: uppercase;
    font-weight: 700;
  }
  ul.dropdown-menu li:last-child > a {
    border-bottom: none;
  }
  ul.dropdown-menu li > a:active,
  ul.dropdown-menu li > a:focus,
  ul.dropdown-menu li > a:hover,
  ul.mega-menu li a:active,
  ul.mega-menu li a:focus,
  ul.mega-menu li a:hover {
    background-color: transparent;
    color: #0cb4ce;
    padding: 0 0 0 20px;
  }
  ul.dropdown-menu.left {
    left: -185px !important;
    margin-left: 0 !important;
  }
  ul.mega-menu.left {
    left: -410px !important;
  }
  /* Menu Level #2 */
  li.dropdown-submenu > ul.mega-menu,
  li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu {
    background-color: #ffffff;
    padding: 25px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    display: block;
    position: absolute;
    left: 100%;
    right: auto;
    top: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: -1px 0 0;
    z-index: 1001;
  }
  li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    z-index: 1001;
    margin-top: -1px;
    margin-left: 0;
    padding: 13px 0;
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
  }
  li.dropdown-submenu.pull-left > ul.dropdown-menu {
    left: auto;
    right: 0;
    margin-right: 0;
  }
  /* Menu Level #3 */
  li.dropdown-submenu > ul.dropdown-menu > li.has-dropdown > ul.dropdown-menu {
    background-color: #ffffff;
    float: none;
    position: absolute;
    border-radius: 0;
    left: 100%;
    right: auto;
    top: 0;
    margin: -1px 0 0;
    z-index: 1;
    border: 1px solid #eaeaea;
    padding: 13px 0;
  }
  li.dropdown-submenu > ul.dropdown-menu > li.has-dropdown > ul.dropdown-menu.left {
    left: -185px !important;
  }
  /* Mega Menu Content */
  .mega-dropdown {
    position: static !important;
  }
  .mega-dropdown-menu {
    padding: 20px 0 !important;
    width: 100% !important;
    background-color: #ffffff !important;
    border: none !important;
    margin-top: -23px;
  }
  .mega-dropdown-menu .container {
    background-color: #ffffff;
  }
  .mega-dropdown-menu .container div[class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }
  .mega-dropdown-menu li ul {
    padding: 0;
    margin: 0;
  }
  .mega-dropdown-menu li ul li {
    list-style: none;
  }
  .mega-dropdown-menu li ul li a {
    padding: 0;
  }
  .mega-dropdown-menu li ul li a:hover {
    padding: 0 0 0 12px;
  }
  .mega-dropdown-menu li ul li a i {
    margin-right: 8px;
  }
  .mega-dropdown-menu .container div[class*='col-'] > a {
    border-bottom: none;
    padding-left: 0;
    font-size: 14px;
  }
  .mega-dropdown-menu .container a[href='#'] {
    color: #0cb4ce;
    cursor: default;
    font-weight: 600;
  }
}
/*------------------------------------*\
    #Hamburger
\*------------------------------------*/
/* Hamburger Panel */
.hamburger-panel {
  padding: 50px 30px;
  text-align: center;
}
.hamburger-panel .list-links {
  margin-bottom: 0;
  padding: 45px 30px;
}
.hamburger-panel .list-links a {
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  display: block;
}
.hamburger-panel .list-links a:hover {
  color: #0cb4ce;
}
.hamburger-panel .social-share {
  padding: 0 30px;
  margin-bottom: 49px;
}
.hamburger-panel .social-share a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 1px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  margin-right: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hamburger-panel .social-share a:hover {
  color: #ffffff !important;
}
.hamburger-panel .social-share a.share-facebook:hover {
  background-color: #3B5998;
}
.hamburger-panel .social-share a.share-twitter:hover {
  background-color: #00ACEE;
}
.hamburger-panel .social-share a.share-pinterest:hover {
  background-color: #C8232C;
}
.hamburger-panel .social-share a.share-google-plus:hover {
  background-color: #DD4B39;
}
.hamburger-panel .social-share a.share-dribbble:hover {
  background-color: #EA4C89;
}
.hamburger-panel .copywright {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #9b9b9b;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .hamburger-panel .list-links {
    padding: 25px;
  }
  .hamburger-panel {
    padding: 30px;
  }
  .hamburger-panel .list-links a {
    line-height: 35px;
  }
  .hamburger-panel .copywright span {
    display: block;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hamburger-panel .logo {
    float: none !important;
    height: 50px !important;
    line-height: 50px !important;
  }
  .hamburger-panel .list-links {
    padding: 25px;
  }
}
/*------------------------------------*\
    #MODULE
\*------------------------------------*/
.module {
  display: inline-block;
  position: relative;
}
.module:first-of-type {
  margin-left: 32px;
}
.module span.title {
  display: none;
}
.module .module-icon {
  margin-right: 25px;
  cursor: pointer;
  line-height: 100px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.module:last-of-type .module-icon {
  margin-right: 0;
}
.module .module-icon i {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}
.module .menu-icon-double {
  color: #ffffff;
}
.module .menu-icon-double i {
  margin-left: 30px;
}
.module .menu-icon-double.module-icon i:after {
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -10px;
  content: "";
  width: 2px;
  height: 20px;
  background-color: #ffffff;
}
.header-light .module .menu-icon-double,
.header-transparent .navbar.affix .module .module-icon {
  color: #222222;
}
.header-light .module .menu-icon-double.module-icon i:after,
.header-transparent .navbar.affix .module .module-icon i:after {
  background-color: #222222;
}
.header-light .module .menu-icon-double.module-icon:hover,
.header-light .module .menu-icon-double.module-icon:hover i {
  color: #0cb4ce;
}
.header-light .module .menu-icon-double.module-icon:hover i:after {
  background-color: #0cb4ce;
}
.menu-icon-button {
  width: 58px;
  height: 29px;
  background-color: #222222;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  letter-spacing: 0.26px;
  text-align: center;
  margin-top: 25px;
  border-radius: 4px;
}
.menu-icon-button:hover {
  background-color: #0cb4ce;
}
.module .module-active .module-icon i {
  color: #0cb4ce;
}
.module-content {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
  transition: all 0.35s;
}
.module-fullscreen {
  left: 0;
  top: 0;
  z-index: 99;
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: rgba(34, 34, 34, 0.98);
  position: fixed;
  opacity: 0;
  visibility: hidden;
}
.module-fullscreen.fullscreen-light {
  background-color: #ffffff;
}
.module-fullscreen .container {
  display: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.module-active .module-fullscreen {
  opacity: 1;
  visibility: visible;
  height: 100%;
  width: 100%;
  display: block;
}
.module-active .module-fullscreen .container {
  display: block;
}
.module-cancel {
  top: 30px;
  position: absolute;
  right: 30px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
}
.module-cancel:hover {
  opacity: 1;
  color: #0cb4ce;
}
.module .module-box {
  position: absolute;
  display: block;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  right: -50px;
  width: 370px;
  border-radius: 2px;
  padding: 32px;
  z-index: 99;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  transform: translateY(10%);
  height: 0;
  -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
  -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
  box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
}
.module-active .module-box {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  height: inherit;
}
.module .module-hamburger {
  height: 100%;
  width: 370px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  display: block;
  overflow-x: hidden;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  -webkit-transform: translateX(370px);
  -moz-transform: translateX(370px);
  transform: translateX(370px);
}
.module-active .module-hamburger {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.module-active .module-hamburger::-webkit-scrollbar {
  display: none;
}
.module-active .module-hamburger .module-cancel {
  top: 30px;
  position: absolute;
  right: 30px;
  left: auto;
  font-size: 12px;
  color: #ffffff;
  opacity: 1;
  z-index: 3;
}
.module--dark .module-icon,
.module--dark .module-icon i {
  color: #222222 !important;
}
/* Module Search */
.module--search-box .form-search {
  margin-bottom: 0;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 20px;
}
.module--search-box .form-control {
  color: #f9f9f9;
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 70px;
  height: 70px;
  border: none;
  background-color: transparent;
  width: 95%;
  float: left;
  padding: 0;
  margin-bottom: 0;
  text-transform: capitalize;
}
.module--search-box .btn {
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 35px;
  line-height: 57px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  text-align: right;
  margin-left: 0;
  padding: 0;
}
.module--search-box .form-control::-webkit-input-placeholder {
  color: #f9f9f9;
}
.module--search-box .form-control:-moz-placeholder {
  color: #f9f9f9;
}
.module--search-box .form-control::-moz-placeholder {
  color: #9e9e9e;
}
.module--search-box .form-control:-ms-input-placeholder {
  color: #f9f9f9;
}
.module .module-label {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  background-color: #0cb4ce;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: 34px;
  left: 8px;
}
/* Module Cart */
.cart-box .cart-overview li {
  border-bottom: 2px solid #f4f4f4;
  margin-bottom: 20px;
  position: relative;
}
.cart-box .cart-overview li:last-child {
  margin-bottom: 0;
}
.cart-box .cart-overview li .cart-cancel {
  font-size: 0;
}
.cart-box .cart-overview li .cart-cancel:after {
  font-family: fontawesome;
  content: "\f00d";
  font-size: 12px;
  position: absolute;
  text-align: center;
  right: 0;
  top: 0;
  width: 19px;
  height: 19px;
  line-height: 19px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background-color: #ffffff;
  color: #222222;
}
.cart-box .cart-overview li .cart-cancel:hover:after {
  background-color: #0cb4ce;
  color: #ffffff;
}
.cart-box .cart-overview img {
  width: 49px;
  height: 49px;
  margin-right: 15px;
  position: absolute;
}
.cart-box .cart-overview .product-meta {
  padding-left: 60px;
}
.cart-box .cart-overview h5 {
  color: #282828;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 28px;
  font-weight: 600;
}
.cart-box .cart-overview p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-total {
  border-bottom: 2px solid #f4f4f4;
  margin-bottom: 20px;
  min-height: 40px;
}
.cart-total .total-desc {
  float: left;
  text-align: left;
}
.cart-total .total-des,
.cart-total .total-price {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.cart-total .total-price {
  float: right;
  text-align: right;
  color: #0cb4ce;
}
.cart-box .cart--control .btn {
  height: 42px;
  line-height: 40px;
}
/* Module Popup Menu */
.module-menu .logo-container {
  text-align: left;
  margin-top: 30px;
  margin-left: 50px;
  margin-bottom: 230px;
}
.module-menu .logo-container .logo {
  line-height: 1;
  height: auto;
}
.module-menu {
  text-align: center;
}
.module-menu .menu-list li {
  margin-bottom: 30px;
}
.module-menu .menu-list li:last-child {
  margin-bottom: 0;
}
.module-menu .menu-list a {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-right: 30px;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}
.module-menu .menu-list li:last-child a {
  margin-right: 0;
}
.module-menu .menu-list a:hover {
  color: #0cb4ce;
}
.module-menu .menu-social {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  text-align: center;
}
.module-menu .menu-social a {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-right: 23px;
}
.module-menu .menu-social a:hover {
  color: #0cb4ce;
}
.module-menu .menu-copyrights {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.module-menu .menu-copyrights {
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  bottom: 30px;
}
.module-menu-vertical.module-menu .logo-container {
  margin-bottom: 80px;
}
.module-menu-vertical.module-menu .menu-list a {
  margin-right: 0;
  font-size: 20px;
}
.module-menu-vertical.module-menu .menu-list li {
  margin-bottom: 25px;
}
.module-menu-light.module-menu .menu-list a,
.module-menu-light.module-menu .module-cancel {
  color: #333;
}
.module-menu-light.module-menu .menu-list a:hover {
  color: #0cb4ce;
}
/* Module Widgets */
.module-widgets {
  text-align: left;
  padding: 80px 50px;
}
.module-active .module-hamburger .module-widgets .module-cancel {
  color: #222222;
  line-height: 29px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.module-active .module-hamburger .module-widgets .module-cancel:hover {
  color: #0cb4ce;
}
/* Module Reservation */
.module-reservation .btn-popup {
  height: 25px;
  border: 2px solid #ffffff;
  background-color: transparent;
  margin-top: 37px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.26px;
  padding: 0 8px;
  color: #ffffff;
  display: block;
  margin-right: 25px;
  cursor: pointer;
}
.module-reservation .btn-popup:hover,
.module-reservation .btn-popup-theme,
.affix .module-reservation .btn-popup {
  background-color: #0cb4ce;
  color: #ffffff;
  border-color: #0cb4ce;
}
.module-reservation .btn-popup-theme:hover {
  background-color: #222222;
  border-color: #222222;
}
/* Module Social */
.module-social a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 100px;
  margin-right: 18px;
}
.module-social a:last-child {
  margin-right: 0;
}
.affix .module-social a {
  color: #222222;
}
.module-social a:hover {
  color: #0cb4ce;
}
/* Transparent Header */
.transparent-header .module .module-icon > i {
  color: #ffffff;
}
.transparent-header .search-box {
  top: 100px !important;
}
/* module contact */
.module-contact {
  line-height: 100px;
}
.module-contact .contact-btn {
  width: 90px;
  height: 23px;
  line-height: 23px;
  border: none;
  background-color: #222222;
  color: #ffffff;
  font-weight: 800;
  font-size: 12px;
  display: inline-block;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.module-contact .contact-btn:hover {
  background-color: #ffffff;
  color: #0cb4ce;
}
.module-contact .social--icons {
  display: inline-block;
}
.module-contact .social--icons a {
  display: inline-block;
  color: #ffffff;
  margin-left: 16px !important;
}
.header-fixed .affix .module-contact .social--icons a {
  color: #222222;
}
.module-contact .social--icons a:hover,
.header-fixed .affix .module-contact .social--icons a:hover {
  color: #0cb4ce;
}
.module-contact .social--icons a:last-of-type {
  margin-left: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .module .module-box {
    position: relative;
    right: 0;
    width: 100%;
    border: none;
  }
  .module .module-box .btn--bordered.btn--secondary {
    background-color: #ffffff;
    color: #222222;
  }
  .module .module-label {
    top: -3px;
  }
  .module {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .module:first-of-type {
    margin-left: 0;
  }
  .module .module-icon {
    padding-top: 8px;
    padding-left: 10px;
  }
  .module.active i {
    color: #ffffff;
  }
  .module span.title {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .module .cart-box,
  .search-box {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }
  .module .module-content {
    margin-bottom: 10px;
  }
  .cart-box .cart-overview h5 {
    color: #ffffff;
  }
  .module--search-box .form-search {
    margin: 25px;
    min-height: 40px;
  }
  .module--search-box .form-control {
    font-size: 14px;
    width: 80%;
    line-height: 30px;
    height: 30px;
  }
  .module--search-box .btn {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    float: right;
  }
  .module-cart.active .cart-box {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-color: #272930;
  }
  .module-cancel {
    top: 36px;
    right: 30px;
    text-align: right;
  }
  .module .module-icon {
    line-height: 36px !important;
  }
  .module-search .search-icon i {
    border-left: none;
    padding-left: 0;
    padding-right: 5px;
  }
  .module.module-active .cart-box,
  .module.module-active .search-box {
    display: block !important;
  }
  .module-search.module-active .search-box .search-form {
    margin-bottom: 10px;
  }
  .module-search.module-active .search-box .search-form input {
    background-color: #ffffff;
    margin-bottom: 0;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
  }
  .module-cart.module-active .cart-box {
    background-color: #222222;
    padding: 30px 20px;
    margin-bottom: 10px;
  }
  .module-cart.module-active .cart-box .cart-control {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .module-cart.module-active .cart-box .cart-control .pull-right {
    float: none !important;
  }
  .module .module-label {
    position: relative;
  }
  .module-menu.pull-left {
    float: none !important;
  }
  .module-menu .logo-container {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .module-menu-vertical.module-menu .logo-container {
    margin-bottom: 50px;
  }
  .module-menu .menu-social {
    bottom: 50px;
  }
  .module-menu .menu-copyrights {
    bottom: 10px;
  }
  .module-menu .menu-list li {
    display: block;
    margin-bottom: 20px;
  }
  .module-menu .menu-list a {
    margin-right: 0;
  }
  .navbar.navbar--dark .module .module-icon {
    color: #ffffff;
  }
  .navbar.navbar--dark .module .menu-icon-double,
  .navbar.navbar--dark .module .menu-icon-double i {
    color: #222222;
  }
  .module-collapse {
    position: absolute;
    top: 25px;
    right: 15px;
  }
  .module-collapse .module {
    border-bottom: none;
    width: auto;
  }
  .navbar.navbar--dark .navbar-nav > li > a {
    color: #ffffff;
  }
  .header-light .navbar .collapse .module .module-icon i,
  .header-light .navbar .collapse .navbar-nav > li > a {
    color: #ffffff;
  }
  .header-light .navbar.navbar--dark .module .module-icon.menu-icon-double,
  .header-light .navbar.navbar--dark .module .module-icon.menu-icon-double i {
    color: #222222 !important;
  }
  .module .menu-icon-double.module-icon i:after {
    margin-top: -7px;
  }
  .navbar.affix .module .module-icon i,
  .navbar.affix .navbar-nav > li > a {
    color: #ffffff;
  }
  .navbar.affix .module .menu-icon-double i {
    color: #222222;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .module {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px 15px;
  }
  .navbar-collapse.collapse .module:first-of-type {
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 10px;
  }
  .module .module-icon {
    padding-top: 0;
  }
  .module .module-box {
    position: relative;
    right: 0;
    width: 100%;
    border: none;
  }
  .module .module-box .btn--bordered.btn--secondary {
    background-color: #ffffff;
    color: #222222;
  }
  .module .module-label {
    top: -3px;
    position: relative;
  }
  .module span.title {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .module .cart-box,
  .search-box {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }
  .module .module-content {
    margin-bottom: 10px;
  }
  .cart-box .cart-overview h5 {
    color: #ffffff;
  }
  .module-cart.active .cart-box {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .module .module-icon {
    line-height: 36px !important;
  }
  .module-search .search-icon i {
    border-left: none;
    padding-left: 0;
    padding-right: 5px;
  }
  .module--search-box .form-search {
    min-height: 70px;
  }
  .module--search-box .btn {
    float: right;
  }
  .module.module-active .cart-box,
  .module.module-active .search-box {
    display: block !important;
  }
  .module-search.module-active .search-box .search-form {
    margin-bottom: 10px;
  }
  .module-search.module-active .search-box .search-form input {
    background-color: #ffffff;
    margin-bottom: 0;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
  }
  .module-cart.module-active .cart-box {
    background-color: #222222;
    border: none;
    padding: 30px 20px;
    margin-bottom: 10px;
  }
  .module-cart.module-active .cart-box .cart-control {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .module-cart.module-active .cart-box .cart-control .pull-right {
    float: none !important;
  }
  .header-fixed .navbar.affix .module .module-icon i,
  .header-fixed .navbar.affix .navbar-nav > li > a,
  .module .module-icon i {
    color: #ffffff;
  }
  .menu-popup .logo {
    float: none !important;
  }
  .module-menu .logo-container {
    margin-top: 100px;
    margin-bottom: 130px;
  }
  .module-menu-vertical.module-menu .logo-container {
    margin-top: 30px;
  }
  .navbar.navbar--dark .navbar-nav > li > .menu-item:hover::before,
  .navbar.navbar--dark .navbar-nav > li.active > .menu-item:before {
    background-color: #ffffff !important;
  }
  .module-collapse {
    position: absolute;
    top: 25px;
    right: 15px;
  }
  .module-collapse .module {
    border-bottom: none;
    width: auto;
  }
  .module-collapse .module-contact {
    line-height: 36px;
  }
  .module--dark .module-icon,
  .module--dark .module-icon i {
    color: #222222 !important;
  }
  .module .menu-icon-double i {
    margin-right: 0;
    margin-left: 10px;
  }
  .header-fixed .navbar.affix .module .menu-icon-double i {
    color: #222222;
  }
  .module .menu-icon-double.module-icon i:after {
    right: 33px;
  }
  .header-light .navbar.navbar--dark .module .module-icon,
  .header-light .navbar.navbar--dark .module .module-icon i {
    color: #222222 !important;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .module-search .search-icon i {
    padding-left: 16px;
    padding-right: 16px;
  }
  .module--search-box .form-control {
    width: 90%;
  }
  .module--search-box .form-search {
    min-height: 70px;
  }
  .module--search-box .btn {
    float: right;
  }
}
/* Top Bar */
.top-bar {
  height: 50px;
  background-color: #222222;
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1040;
}
.top-bar.topbar-transparent {
  background-color: transparent;
}
.top-bar .top--contact li {
  margin-right: 21px;
}
.top-bar .top--contact li:last-child {
  margin-right: 0;
}
.top-bar .top--contact {
  font-family: 'Open Sans', sans-serif;
  line-height: 50px;
  color: #cecece;
  font-size: 12px;
  font-weight: 400;
}
.top-bar .top--contact i {
  margin-right: 6px;
  color: #0cb4ce;
  font-size: 14px;
}
.top-bar .top--social {
  color: #cecece;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 50px;
  z-index: 2;
  position: relative;
}
.top-bar .top--social a {
  color: #cecece;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-left: 19px;
}
.top-bar.topbar-transparent .top--social a {
  color: #ffffff;
}
.top-bar .top--social a:hover {
  color: #0cb4ce;
}
.top-bar .top--social .btn {
  width: 90px;
  height: 23px;
  border-radius: 3px;
  background-color: #222222;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  display: inline-block;
}
.top-bar .top--social .btn:hover {
  background-color: #0cb4ce;
  color: #ffffff;
}
/*------------------------------------*\
    #Hero
\*------------------------------------*/
.header-transparent + .slider {
  margin-top: -100px;
}
.slider {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}
.slider .slide--item {
  height: 100vh;
}
.slider .slide--subheadline {
  color: #f9f9f9;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.slider .slide--headline {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: capitalize;
}
.slider .slide--headline.extend {
  line-height: 1.2;
}
.slider .slide--bio {
  color: #f9f9f9;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 35px;
}
.hero .hero--headline {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 65px;
  line-height: 75px;
  margin-bottom: 9px;
}
.hero .hero--bio {
  color: #f9f9f9;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  padding: 0 50px;
  margin-bottom: 32px;
}
/* Slider conference */
.slider-conference .btn--video-icon {
  width: 68px;
  height: 68px;
  line-height: 77px;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  text-align: center;
}
.slider-conference .btn--video-icon:hover {
  background-color: #ffffff;
  color: #0cb4ce;
}
.slider .btn--video {
  padding-left: 50px;
}
.slider .btn--video i {
  left: 0;
}
/* Slider Small */
.slider-small {
  height: 600px;
}
.slider-small .slide--item {
  height: 600px;
}
.slider-small .slide--headline {
  font-size: 67px;
  line-height: 1;
}
.slider-small .slide--bio,
.slider-small .slide--subheadline {
  font-size: 16px;
}
.slider-theme .slide--headline {
  font-size: 165px;
  line-height: 1;
  text-transform: capitalize;
}
.slider .slide--icons a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  text-align: center;
  border-radius: 2px;
  background-color: rgba(27, 26, 26, 0.9);
  margin-right: 25px;
  display: inline-block;
}
.slider .slide--icons a i {
  color: #1bb580;
}
.slider .slide--icons.slider-icons-gradient a i {
  color: #1bb580;
  background: -webkit-linear-gradient(150deg, #1da4cb 0%, #1da4cb 2%, #1dcb84 27%, #7bcb1d 58%, #efd631 100%);
  background: linear-gradient(150deg, #1da4cb 0%, #1da4cb 2%, #1dcb84 27%, #7bcb1d 58%, #efd631 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slider .slide--icons a:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  transform: translateY(-6px);
}
.slide-icons a:last-of-type {
  margin-right: 0;
}
.slide--icons.slide--icons-gradient a {
  background-color: rgba(27, 26, 26, 0.9);
  background: -webkit-linear-gradient(150deg, #1da4cb 0%, #1da4cb 2%, #1dcb84 27%, #7bcb1d 58%, #efd631 100%);
  background: linear-gradient(150deg, #1da4cb 0%, #1da4cb 2%, #1dcb84 27%, #7bcb1d 58%, #efd631 100%);
}
.slide--icons.slide--icons-gradient a i {
  color: #ffffff;
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
/* Slider Portfolio */
.slider-portfolio .slide--container {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 80px 60px;
}
.slider-portfolio .slide--subheadline {
  font-size: 13px;
  color: #9b9b9b;
  font-family: 'Raleway', sans-serif;
}
.slider-portfolio .slide--headline {
  font-size: 30px;
  color: #282828;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  line-height: 30px;
}
.slider-portfolio .slide--action a {
  color: #1bb580;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.slider-portfolio .slide--action a i {
  margin-right: 8px;
}
/* Slider Shop */
.slider-shop .slide--headline {
  font-size: 55px;
  line-height: 60px;
}
.slider-shop .slide--subheadline {
  color: #f9f9f9;
}
/* Slider Dark */
.slider-dark .slide--headline {
  color: #282828;
  font-size: 80px;
}
.slider-dark .slide--bio {
  color: #616161;
  font-size: 17px;
}
/* Revoultion slide Arrows */
.rs-arrows.tparrows.ares {
  background-color: transparent;
  border-radius: 0;
  border: none;
  height: 70px;
  width: 130px;
  transition: all 0.3s ease;
}
.rs-arrows.ares.tparrows:before {
  font-family: fontawesome;
  font-size: 25px;
  color: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: transparent;
}
.rs-arrows.ares.tparrows:hover:before {
  background-color: #ffffff;
  color: #222;
}
.rs-arrows.ares.tparrows.tp-leftarrow:before {
  content: "\f104";
}
.rs-arrows.ares.tparrows.tp-rightarrow:before {
  content: "\f105";
  position: absolute;
  right: 0;
}
.rs-arrows.ares .tp-title-wrap {
  min-width: 60px;
  min-height: 60px;
  line-height: 1;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.rs-arrows.ares.tparrows.tp-leftarrow .tp-title-wrap {
  margin-left: 60px;
}
.rs-arrows.ares.tparrows.tp-rightarrow .tp-title-wrap {
  margin-right: 60px;
}
.rs-arrows.ares .tp-title-wrap .tp-arr-imgholder {
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-right: 0;
}
/* bullets style */
.slider .hermes .tp-bullet {
  width: 10px;
  height: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
}
/* Revoultion Slide Overlay */
.slide-overlay-white .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(27, 26, 26, 0.1);
}
.slide-overlay-dark .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(27, 26, 26, 0.25);
}
.slide-overlay-dark1 .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(27, 26, 26, 0.15);
}
.slide-overlay-dark2 .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(27, 26, 26, 0.35);
}
.slide-overlay-black .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(27, 26, 26, 0.75);
}
.slide-overlay-theme .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(12, 180, 206, 0.55);
}
.slide-overlay-theme1 .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(12, 180, 206, 0.65);
}
.slide-overlay-theme2 .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(12, 128, 184, 0.75);
}
.slide-overlay-black2 .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(27, 26, 26, 0.85);
}
.slide-overlay-gradient .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: #1bb580;
  background-image: -webkit-linear-gradient(to top, rgba(27, 181, 128, 0.8) 0%, rgba(12, 109, 176, 0.8) 100%);
  background-image: -moz-linear-gradient(to top, rgba(27, 181, 128, 0.8) 0%, rgba(12, 109, 176, 0.8) 100%);
  background-image: linear-gradient(to top, rgba(27, 181, 128, 0.8) 0%, rgba(12, 109, 176, 0.8) 100%);
  opacity: 0.8;
}
.slide-overlay-gradient2 .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: #1bb580;
  background-image: -webkit-linear-gradient(180deg, #1bb580 0%, #0c6db0 100%);
  background-image: -moz-linear-gradient(180deg, #1bb580 0%, #0c6db0 100%);
  background-image: linear-gradient(180deg, #1bb580 0%, #0c6db0 100%);
  opacity: 0.85;
}
a.next-section {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  margin-left: -50px;
}
a.next-section:focus,
a.next-section:hover {
  color: acolor-white;
  font-weight: bold;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .slider .slide--headline {
    line-height: 1.2;
  }
  .slider .slide--subheadline {
    line-height: 1;
  }
  .slider .slide--bio {
    line-height: 1.5;
    width: 320px;
    white-space: normal;
  }
  .slider-6 .slide--bio {
    padding-right: 30px;
  }
  .slider .slide--item {
    height: 700px;
  }
  .rs-arrows.tparrows.ares {
    display: none;
  }
  .slider .btn:not(.btn--video) {
    width: 120px;
    font-size: 11px;
    height: 40px;
    line-height: 38px;
  }
  .slider .mr-30 {
    margin-right: 20px !important;
  }
  .slider-navs .owl-controls .owl-nav [class*=owl-] {
    width: 30px !important;
  }
  .slide-action .btn--slide-wide {
    width: 220px;
  }
  .slider-portfolio .slide--container {
    padding: 30px 20px;
  }
  .slider-portfolio .slide--headline {
    font-size: 25px !important;
  }
  .slide-action .btn.btn--icon {
    height: 60px;
    font-size: 30px;
    line-height: 60px;
  }
  #sliderApp .slide-holder {
    display: none;
  }
  .uranus.tparrows {
    display: none;
  }
  .hero .hero--headline {
    font-size: 45px;
    line-height: 55px;
  }
  .hero .hero--bio {
    font-size: 15px;
    padding: 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider {
    height: 700px;
  }
  .slider-navs .owl-controls .owl-nav [class*=owl-] {
    width: 30px !important;
  }
  .slider-portfolio .slide--headline {
    font-size: 25px !important;
  }
  .slider-rs8 .slide--headline {
    font-size: 40px;
    line-height: 55px;
  }
  .slider-rs8 .slide--bio {
    line-height: 22px;
    font-size: 12px;
  }
  .rs-arrows.tparrows.ares {
    display: none;
  }
}
/* Home app section */
.home-app {
  height: 800px;
  margin-top: -100px;
  padding-top: 200px;
  overflow: visible;
}
.main--img img {
  margin: auto;
}
.home-app .heading .heading--subtitle {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 14px;
}
.home-app .heading .heading--title {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 65px;
  font-weight: 700;
  font-style: normal;
  line-height: 50px;
  margin-bottom: 19px;
}
.home-app .heading .heading--desc {
  font-size: 17px;
  color: #f9f9f9;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 24px;
}
.divider-app {
  padding-top: 420px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
  .home-app {
    height: auto;
    overflow: hidden;
  }
  .mb-sm {
    margin-bottom: 20px !important;
  }
  .home-app .heading .heading--title {
    font-size: 35px;
  }
  .home-app .heading .heading {
    font-size: 14px;
  }
  .divider-app {
    padding-top: 0;
  }
}
/* slider-sr28 */
.portfolio-item-content {
  background-color: rgba(255, 255, 255, 0.95);
  margin: auto;
  padding: 50px 75px;
  text-align: center;
}
.portfolio-item-content .portfolio-category {
  font-size: 13px;
  color: #9b9b9b;
}
.portfolio-item-content .portfolio-title {
  font-family: 'Poppins', sans-serif;
  color: #282828;
  font-size: 30px;
  line-height: 28px;
  margin-top: 22px;
  margin-bottom: 24px;
}
/*------------------------------------*\
    #Team
\*------------------------------------*/
.member {
  text-align: center;
  overflow: hidden;
}
.member .member-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.member .member-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.member .member-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.member .member-overlay .member-social {
  border-radius: 2px;
  background-color: rgba(34, 34, 34, 0.95);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.member .member-img:hover .member-overlay .member-social {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.member .member-overlay .member-social a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-right: 20px;
}
.member .member-overlay .member-social a:last-child {
  margin-right: 0;
}
.member .member-overlay .member-social a:hover {
  color: #0cb4ce;
}
.member .member-info h5 {
  color: #282828;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 13px;
}
.member .member-info h6 {
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
}
.member .member-info p {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}
.member .divider--line {
  margin: 15px 0;
}
.member .member-data {
  position: absolute;
  bottom: 36px;
  left: 0;
  text-align: center;
  width: 100%;
}
.member .member-social-links {
  margin-bottom: 25px;
}
.team .container-fluid [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.team .member .divider--line:after {
  width: 20px;
  background-color: #d9d9d9;
}
.team .member .divider--center:after {
  left: 50%;
  margin-left: -10px;
}
.team-overlay-padding .member-overlay {
  padding: 40px;
}
/* Team #1 */
.team-1 .member .member-social,
.team-5 .member .member-social {
  margin-top: 15px;
}
.team-1 .member .member-social a,
.team-5 .member .member-social a {
  color: #646464;
  margin-right: 15px;
}
.team-1 .member:hover .member-social a,
.team-5 .member:hover .member-social a {
  color: #0cb4ce;
}
/* Team #2 & #3 & #4 */
.team-2 .member {
  margin-bottom: 0;
}
.team-2 .member .member-img {
  margin-bottom: 0;
}
.team-2 .member .member-data,
.team-3 .member .member-data {
  position: static;
}
.team-2 .member .member-info,
.team-3 .member .member-info {
  margin-bottom: 20px;
}
.team-2 .member .member-data h5,
.team-3 .member .member-data h5 {
  color: #fff;
}
.team-2 .member .member-data h6,
.team-3 .member .member-data h6 {
  color: #9b9b9b;
}
.team-2 .member .member-overlay .member-social a,
.team-2 .member .member-overlay .member-social a,
.team-4 .member .member-overlay .member-social a {
  color: #0cb4ce;
}
.team-2 .member .member-overlay .member-social a:hover,
.team-2 .member .member-overlay .member-social a:hover,
.team-4 .member .member-overlay .member-social a :hover {
  color: #fff;
}
.team-3 .member .member-img {
  margin-bottom: 0;
}
/* Team #5 & #6 */
.team-5 .member .member-img,
.team-6 .member .member-img {
  border-radius: 50%;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .team .member {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .team .member .member-img img {
    width: 100%;
  }
  .team-overlay-padding .member-overlay {
    padding: 20px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team .member {
    margin-bottom: 30px;
  }
  .team-overlay-padding .member-overlay {
    padding: 20px;
  }
}
/*------------------------------------*\
    #testimonial
\*------------------------------------*/
.testimonial .testimonial-panel {
  border-radius: 2px;
  background-color: #f9f9f9;
  padding: 50px 35px;
  position: relative;
}
.testimonial-panel .testimonial--icon {
  position: relative;
  height: 26px;
  background: url(../images/testimonial/icon.png) no-repeat center;
  margin-bottom: 30px;
}
.testimonial-panel .testimonial--icon-2 {
  position: relative;
  height: 26px;
  background: url(../images/testimonial/icon-2.png) no-repeat center;
  margin-bottom: 30px;
}
.testimonial .testimonial-panel p {
  font-size: 13px;
  color: #9b9b9b;
  line-height: 25px;
  margin-bottom: 23px;
}
.testimonial-panel .testimonial--meta-img {
  width: 44px;
  height: 44px;
  margin: 0 auto 25px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(34, 34, 34, 0.15);
  box-shadow: 0px 0px 0px 2px rgba(34, 34, 34, 0.15);
}
.testimonial-panel .testimonial--meta-content h4 {
  font-size: 15px;
  line-height: 1;
  color: #282828;
  font-weight: 600;
  margin-bottom: 11px;
}
.testimonial-panel .testimonial--meta-content p {
  margin-bottom: 0;
  line-height: 1.2;
}
.carousel-dots .owl-controls {
  margin-top: 40px;
}
/*testimonial-5 */
.testimonial-5 .testimonial-panel {
  padding: 50px 35px 30px 35px;
}
/*testimonial-6 */
.testimonial-6 .col-content {
  padding: 130px 100px 50px 100px;
}
.testimonial-6 .testimonial--body p {
  font-size: 27px;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  line-height: 35px;
  font-style: italic;
  margin-bottom: 30px;
}
.testimonial-6 .testimonial--meta-content h4 {
  color: #ffffff;
  margin-bottom: 10px;
}
.testimonial-6 .testimonial--meta-content p {
  color: #616161;
}
.testimonial-6 .testimonial-panel .testimonial--meta-img {
  border: 3px solid #222222;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.4);
}
/*testimonial-7 */
.testimonial-7 .testimonial-panel .testimonial--meta-img,
.testimonial-8 .testimonial-panel .testimonial--meta-img,
.testimonial-9 .testimonial-panel .testimonial--meta-img {
  width: 64px;
  height: 64px;
  border-width: 3px;
}
.testimonial-7 .testimonial-panel,
.testimonial-8 .testimonial-panel,
.testimonial-9 .testimonial-panel {
  background-color: transparent;
  padding: 5px 0 0 0;
}
.testimonial-7 .testimonial--body p {
  font-size: 27px;
  font-family: 'Poppins', sans-serif;
  color: #282828;
  line-height: 35px;
  font-style: italic;
  margin-bottom: 30px;
}
.testimonial-8 .testimonial--body p,
.testimonial-9 .testimonial--body p {
  font-size: 27px;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  line-height: 35px;
  font-style: italic;
  margin-bottom: 30px;
}
.testimonial-8 .testimonial--meta-content h4,
.testimonial-9 .testimonial--meta-content h4 {
  color: #ffffff;
  margin-bottom: 10px;
}
.testimonial-8 .testimonial--meta-content p {
  color: #616161;
}
.testimonial-9 .testimonial--meta-content p {
  color: #fafafa;
}
.testimonial-8 .testimonial-panel .testimonial--meta-img {
  border-color: #222222;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.4);
}
.testimonial-9 .testimonial-panel .testimonial--meta-img {
  border-color: #0cb4ce;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.8);
}
.testimonial-10 .testimonial-panel {
  padding: 42px 35px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .testimonial-6 .testimonial--body p,
  .testimonial-7 .testimonial--body p,
  .testimonial-8 .testimonial--body p,
  .testimonial-9 .testimonial--body p {
    font-size: 21px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-6 .col-content {
    padding: 60px 30px;
  }
  .testimonial-6 .testimonial--body p {
    font-size: 22px;
  }
}
/*------------------------------------*\
    #Portfolio
\*------------------------------------*/
/* Portfolio Filter */
.portfolio-filter {
  text-align: center;
  margin-bottom: 36px;
}
.portfolio-filter li a {
  font-family: 'Raleway', sans-serif;
  color: #333333;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  margin-right: 15px;
  text-transform: uppercase;
  letter-spacing: 0.26px;
}
.portfolio-filter li:last-child a {
  margin-right: 0;
}
.portfolio-filter li a.active-filter,
.portfolio-filter li a:hover {
  color: #0cb4ce;
}
/* Portfolio Item */
.portfolio-item .portfolio--img {
  position: relative;
}
.portfolio-item .portfolio--img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.portfolio-item .portfolio--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.portfolio-item .portfolio--hover .portfolio--action {
  width: 100%;
  height: 100%;
  background-color: rgba(12, 180, 206, 0.9);
  text-align: center;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.portfolio-item:hover .portfolio--hover .portfolio--action {
  webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-item .portfolio--title h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: transform 0.3s 0.3s;
}
.portfolio-item .portfolio--title h4 a {
  color: inherit;
}
.portfolio-item .portfolio--title h4 a:hover {
  color: #222222;
}
.portfolio-item .portfolio--cat {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: transform 0.4s 0.5s;
}
.portfolio-item:hover .portfolio--cat {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-item .portfolio--cat a {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.26px;
  line-height: 1;
  text-transform: capitalize;
}
.portfolio-item .portfolio--cat a:after {
  content: ",";
  color: #ffffff;
  padding: 0 4px;
}
.portfolio-item .portfolio--cat a:last-of-type:after {
  display: none;
}
.portfolio-item .portfolio--cat a:hover {
  color: #222222;
}
.portfolio-item:hover .portfolio--title h4 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio--content {
  text-align: center;
}
.portfolio-zoom a {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -10px;
}
.portfolio-zoom a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.portfolio-zoom a:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  margin-left: -1px;
  width: 2px;
  height: 20px;
  background-color: #ffffff;
}
.portfolio-zoom a:hover:before,
.portfolio-zoom a:after:after {
  color: #222222;
}
a.portfolio-more i {
  font-size: 10px;
  margin-right: 6px;
}
/* Portfolio Gallery */
.portfolio-gallery .col-md-5ths {
  padding: 5px;
}
/* Portfolio Grid */
.portfolio-grid .portfolio-item {
  margin-bottom: 30px;
}
/* Portfolio Standard */
.portfolio-standard .portfolio-item {
  margin-bottom: 50px;
}
.portfolio-standard .portfolio--content {
  text-align: left;
}
.portfolio-standard .portfolio-item .portfolio--title h4 {
  color: #282828;
}
.portfolio-standard .portfolio-item .portfolio--cat a,
.portfolio-standard .portfolio-item .portfolio--cat a:after {
  color: #333333;
}
.portfolio-standard .portfolio-item .portfolio--title h4,
.portfolio-standard .portfolio-item .portfolio--cat {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-standard .portfolio-item .portfolio--title h4 a:hover,
.portfolio-standard .portfolio-item .portfolio--cat a:hover {
  color: #0cb4ce;
}
.portfolio-standard .portfolio-item .portfolio--img {
  margin-bottom: 21px;
}
/* Portfolio Masonry */
.portfolio-masonry .portfolio-item {
  float: left;
  position: relative;
  width: 25%;
  height: auto;
  overflow: hidden;
}
.portfolio-masonry .portfolio-item img {
  display: block;
  width: 100%;
  height: auto;
}
.portfolio-masonry .portfolio-item.portfolio-item-wide {
  width: 50%;
}
.portfolio-masonry .portfolio-item.portfolio-item-wide2 {
  width: 66.66666667%;
}
.portfolio-masonry .portfolio-item.portfolio-item-full {
  width: 100%;
}
/* Portfolio Spaced */
.portfolio-spaced .portfolio-item {
  padding: 15px;
}
.portfolio-spaced .portfolio-item .portfolio--hover {
  padding: 0;
}
/* Portfolio Pinterest*/
.portfolio-pinterest .portfolio-item {
  float: left;
  position: relative;
  width: 33.33%;
  height: auto;
  overflow: hidden;
  padding: 15px;
}
.portfolio-pinterest .portfolio-item img {
  display: block;
  width: 100%;
  height: auto;
}
.portfolio-pinterest2 .portfolio-item {
  margin-bottom: 30px;
}
.portfolio-pinterest3 {
  padding-top: 15px;
}
.portfolio-pinterest3 .portfolio-item {
  margin-bottom: 15px;
  padding-left: 0;
}
/* Portfolio Single */
.portfolio-single .portfolio--img img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.portfolio-single .portfolio--title {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 30px;
}
.portfolio-single .portfolio--title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #0cb4ce;
}
.portfolio-single .portfolio--title h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
.portfolio-single .portfolio--content {
  padding-bottom: 10px;
  text-align: left;
}
.portfolio-single .portfolio--content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.portfolio-single .portfolio--list,
.portfolio-single .portfolio--share {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #f9f9f9;
}
.portfolio-single .portfolio--list ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 29px;
  color: #9e9e9e;
}
.portfolio-single .portfolio--list ul li span {
  color: #222222;
  font-weight: 700;
}
.portfolio-single .portfolio--share span {
  color: #222222;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-right: 30px;
  letter-spacing: 0.26px;
}
.portfolio-single .portfolio--share a {
  color: #5d5d5d;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  margin-right: 20px;
}
.portfolio-single .portfolio--share a:last-of-type {
  margin-right: 0;
}
.portfolio-single .portfolio--share a:hover {
  color: #0cb4ce;
}
.portfolio-single hr.divider {
  margin-bottom: 40px;
  margin-top: 40px;
}
.portfolio-single .portfolio--prev-next {
  position: relative;
  height: 50px;
}
.portfolio-single .portfolio--prev-next:after {
  position: absolute;
  left: 50%;
  top: 10px;
  color: #616161;
  font-family: fontawesome;
  content: "\f009";
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
}
.portfolio--prev-next .portfolio--next,
.portfolio--prev-next .portfolio--prev {
  position: relative;
}
.portfolio--prev-next .portfolio--icon {
  position: absolute;
  top: 0;
  width: 49px;
  height: 49px;
  text-align: center;
}
.portfolio--prev-next .portfolio--icon a {
  background-color: #222222;
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  line-height: 47px;
  border-radius: 2px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio--prev-next .portfolio--next:hover .portfolio--icon a,
.portfolio--prev-next .portfolio--prev:hover .portfolio--icon a {
  background-color: #0cb4ce;
  color: #ffffff;
}
.portfolio--prev-next .portfolio--bio p {
  color: #b8b8b8;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 6px;
}
.portfolio--prev-next .portfolio--bio a {
  color: #282828;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
}
.portfolio--prev-next .portfolio--next:hover a,
.portfolio--prev-next .portfolio--prev:hover a {
  color: #0cb4ce;
}
.portfolio--prev-next .portfolio--prev .portfolio--icon {
  left: 0;
}
.portfolio--prev-next .portfolio--prev .portfolio--bio {
  padding-left: 65px;
}
.portfolio--prev-next .portfolio--next .portfolio--icon {
  right: 0;
}
.portfolio--prev-next .portfolio--next .portfolio--bio {
  padding-right: 65px;
  text-align: right;
}
/* Portfolio Carousel */
.portfolio--carousel .owl-controls .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  margin-top: -30px;
  color: #999999;
  font-size: 0;
  font-weight: 400;
  text-align: center;
  padding: 0;
  border-radius: 0;
  margin: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio--carousel .owl-controls .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background-color: #0cb4ce;
}
.portfolio--carousel:hover .owl-controls .owl-nav [class*=owl-] {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio--carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.portfolio--carousel .owl-controls .owl-nav .owl-prev:before {
  font-family: fontawesome;
  content: "\f104";
  font-size: 25px;
}
.portfolio--carousel .owl-controls .owl-nav .owl-next {
  right: 0;
}
.portfolio--carousel .owl-controls .owl-nav .owl-next:before {
  font-family: fontawesome;
  content: "\f105";
  font-size: 25px;
}
.portfolio--single-masonry {
  column-count: 3;
  column-gap: 30px;
}
.portfolio--single-masonry-2col {
  column-count: 2;
  column-gap: 30px;
}
/* Portfolio Slider */
.portfolio--slider {
  padding: 30px 30px 30px 0;
}
.portfolio--slider .portfolio-item {
  height: 100vh;
}
.portfolio--slider .portfolio-item .portfolio--hover {
  padding: 200px;
}
.portfolio--slider .owl-controls {
  margin-top: -21px;
}
.portfolio--slider .owl-controls .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  color: #ffffff;
  font-size: 0;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio--slider .owl-controls .owl-nav [class*=owl-]:hover {
  color: #0cb4ce;
  background-color: transparent;
}
.portfolio--slider .owl-controls .owl-nav .owl-prev {
  left: 30px;
}
.portfolio--slider .owl-controls .owl-nav .owl-prev:before {
  font-family: fontawesome;
  content: "\f104";
  font-size: 25px;
}
.portfolio--slider .owl-controls .owl-nav .owl-next {
  right: 60px;
}
.portfolio--slider .owl-controls .owl-nav .owl-next:before {
  font-family: fontawesome;
  content: "\f105";
  font-size: 25px;
}
.portfolio--slider .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.portfolio--slider .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.portfolio--slider .owl-dots .owl-dot.active span,
.portfolio--slider .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
.portfolio--slider-2 .owl-controls {
  margin-top: 0;
}
/* Portfolio Parallax */
.portfolio-parallax .portfolio-item .portfolio--img {
  min-height: 800px;
  background-attachment: fixed;
}
.portfolio-parallax .portfolio-item .portfolio--content {
  padding-top: 136px;
  padding-bottom: 136px;
}
.portfolio-parallax .portfolio-item .portfolio--title h4 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 16px;
}
.portfolio-parallax .portfolio-item .portfolio--cat {
  margin-bottom: 21px;
}
.portfolio-parallax .portfolio-item a.portfolio--more {
  color: #0cb4ce;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.portfolio-parallax .portfolio-item a.portfolio--more:hover {
  color: #222222;
}
.portfolio-parallax .portfolio-item .portfolio--title h4 {
  color: #282828;
}
.portfolio-parallax .portfolio-item .portfolio--cat a,
.portfolio-parallax .portfolio-item .portfolio--cat a:after {
  color: #333333;
}
.portfolio-parallax .portfolio-item .portfolio--title h4,
.portfolio-parallax .portfolio-item .portfolio--cat {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-parallax .portfolio-item .portfolio--title h4 a:hover,
.portfolio-parallax .portfolio-item .portfolio--cat a:hover {
  color: #0cb4ce;
}
/* portfolio pinboard */
.portfolio-pinboard .row {
  margin-right: -5px;
  margin-left: -5px;
}
.portfolio-pinboard [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.portfolio-pinboard .portfolio-item {
  margin-bottom: 12px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .portfolio-gallery .portfolio-item .portfolio--img {
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
  }
  .portfolio-grid .portfolio-item .portfolio--img {
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }
  .portfolio-single .portfolio--list,
  .portfolio-single .portfolio--share {
    padding: 15px;
  }
  .portfolio-single .portfolio--share span {
    display: block;
  }
  .portfolio-single .portfolio--prev-next:after {
    display: none;
  }
  .portfolio--prev-next .portfolio--prev .portfolio--bio {
    margin-bottom: 30px;
  }
  .portfolio-filter li a {
    margin-right: 10px;
    line-height: 28px;
  }
  .portfolio-gallery .col-md-5ths.portfolio-item .portfolio--img {
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
  }
  .portfolio-gallery .col-md-5ths.portfolio-item .portfolio--img img {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block;
  }
  .portfolio-spaced .portfolio-item {
    padding: 5px;
  }
  .portfolio-masonry .portfolio-item {
    width: 50%;
  }
  .portfolio-masonry .portfolio-item.portfolio-item-wide {
    width: 100%;
  }
  .portfolio-pinterest .portfolio-item {
    width: 50%;
    padding: 5px;
  }
  .portfolio-pinterest3 .portfolio-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .portfolio--slider {
    padding: 0;
  }
  .portfolio--slider .owl-nav {
    display: none;
  }
  .portfolio--single-masonry-2col,
  .portfolio--single-masonry {
    column-gap: 10px;
  }
  .portfolio--single-masonry-2col .portfolio--img img,
  .portfolio--single-masonry .portfolio--img img {
    margin-bottom: 10px;
  }
  .portfolio-single .portfolio--title h3 {
    font-size: 24px;
  }
  .portfolio--carousel .owl-controls .owl-nav [class*=owl-] {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .portfolio--carousel .owl-controls .owl-nav .owl-prev:before,
  .portfolio--carousel .owl-controls .owl-nav .owl-next:before {
    font-size: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .portfolio-gallery .col-md-5ths .portfolio--img {
    max-height: 290px;
  }
  .portfolio-standard .portfolio-item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-item .portfolio--img img {
    width: 100%;
  }
  .portfolio-spaced .portfolio-item {
    padding: 6px;
  }
  .portfolio--slider {
    padding: 0;
  }
  .portfolio--slider .owl-nav {
    display: none;
  }
}
/*------------------------------------*\
    #Features
\*------------------------------------*/
.feature-panel {
  position: relative;
}
.feature-panel .feature--icon {
  color: #0cb4ce;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 29px;
}
.feature-panel .feature--icon i {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
}
.feature-panel:hover .feature--icon i {
  -webkit-animation: pulse 0.9s infinite;
  -moz-animation: pulse 0.9s infinite;
  -ms-animation: pulse 0.9s infinite;
  -o-animation: pulse 0.9s infinite;
  animation: pulse 0.9s infinite;
}
.feature-panel .feature--content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 19px;
  text-transform: capitalize;
}
.feature-panel .feature--content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
  padding: 0 5px;
}
.feature-left .feature-panel .feature--icon {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 0;
}
.feature-left .feature-panel .feature--content {
  padding-left: 68px;
}
.feature-left.feature-1 .feature-panel {
  margin-bottom: 64px;
}
.feature-left.feature-1 .feature-panel .feature--icon i {
  width: 70px;
  height: 70px;
  line-height: 64px;
}
.feature-left.feature-1 .feature-panel .feature--content {
  padding-left: 100px;
}
.feature-left.feature-1 .feature-panel .feature--content p {
  padding: 0;
}
.feature-left.feature-1 .feature-panel .feature--content a {
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 19px;
  display: block;
}
.feature-left.feature-1 .feature-panel:hover .feature--content a {
  color: #0cb4ce;
}
/* Feature Heading */
.feature-heading .feature-panel h6 {
  color: #0cb4ce;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 13px;
}
.feature-heading .feature-panel:hover h6 {
  color: #0cb4ce;
}
.feature-heading .feature-panel h3 {
  color: #282828;
  font-size: 23px;
  font-weight: 600;
  line-height: 29px;
  position: relative;
  margin-bottom: 14px;
}
.feature-heading .feature-panel .feature--icon {
  top: 8px;
  color: #616161;
}
.feature-heading .feature-panel:hover .feature--icon {
  top: 8px;
  color: #0cb4ce;
}
.feature-heading .feature-panel .feature--content p {
  padding-right: 0;
  padding-left: 0;
}
.feature-heading .feature-panel .feature-more {
  color: #0cb4ce;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-top: 20px;
  display: block;
}
.feature-heading .feature-panel .feature-more:hover {
  color: #222222;
}
.feature-dark .feature-panel .feature--icon,
.feature-dark .feature-panel .feature--content .read-more,
.feature-dark .feature-panel .feature--content h3 {
  color: #ffffff;
}
/* feature left circle  */
.feature-left-circle .feature-panel .feature--content {
  padding-left: 100px;
}
.feature-left-circle .feature--content h6 {
  color: #0cb4ce;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
.feature-left-circle .feature--content h3 {
  font-size: 26px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  line-height: 29px;
}
.feature-left-circle .feature--content p {
  color: #9b9b9b;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  padding: 0;
}
.feature-left-circle .feature--icon {
  width: 74px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid rgba(155, 155, 155, 0.2);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.feature-left-circle .feature--icon:hover {
  background: #0cb4ce;
  border-color: #0cb4ce;
  color: #ffffff;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .feature-panel {
    margin-bottom: 30px;
  }
  .feature-panel .feature--icon {
    margin-bottom: 20px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-panel {
    margin-bottom: 30px;
  }
}
/* Feature #1 */
.feature-1 .feature-panel .feature--icon i {
  color: #ffffff;
  background-color: #0cb4ce;
  box-shadow: 0 0 0 2px #0cb4ce;
  border: 5px solid #0cb4ce;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  line-height: 80px;
  text-align: center;
}
.feature-1 .feature-panel:hover .feature--icon i {
  border-color: #ffffff;
}
/* Feature #2 */
.feature-2 .feature-panel .feature--icon i {
  background-color: transparent;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border: 1px solid #dedede;
}
.feature-2 .feature-panel:hover .feature--icon i {
  background-color: #0cb4ce;
  border-color: #0cb4ce;
  color: #ffffff;
}
.feature-3 .feature-panel .feature--icon i,
.feature-5 .feature-panel .feature--icon i {
  font-size: 60px;
}
.feature-7 .feature-panel .feature--icon i,
.feature-8 .feature-panel .feature--icon i {
  color: #0cb4ce;
}
.feature-8 .feature-panel .feature--content h3 {
  color: #ffffff;
}
.feature-gray .feature--icon {
  color: #9b9b9b;
}
/*------------------------------------*\
    #Info Box
\*------------------------------------*/
.info-box .feature-panel {
  position: relative;
  padding: 50px 20px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.info-box .feature-panel:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  background-color: #0cb4ce;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
}
.info-box .feature-panel:hover:before {
  height: 100%;
}
.info-box .feature-panel .feature--icon {
  position: relative;
  z-index: 2;
  color: #616161;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 23px;
}
.info-box .feature-panel .feature--icon i {
  display: inline-block;
}
.info-box .feature-panel .feature--content {
  position: relative;
  z-index: 2;
}
.info-box .feature-panel .feature--content h3 {
  font-family: 'Poppins', sans-serif;
  color: #222222;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 19px;
  text-transform: capitalize;
}
.info-box .feature-panel .feature--content p {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
}
.info-box .feature-panel .feature--icon:hover i {
  animation: none;
}
.info-box .feature-panel:hover .feature--icon,
.info-box .feature-panel:hover .feature--content h3 {
  color: #fff;
}
.info-box .feature-panel:hover .feature--content p {
  color: #f9f9f9;
}
.info-box-1.bg-overlay-dark:before {
  background-color: rgba(27, 26, 26, 0.05);
}
.info-box-3 .feature-panel {
  background-color: #f9f9f9;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .info-box .feature-panel {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-left .feature-panel .feature--content {
    padding-left: 50px;
  }
}
/*------------------------------------*\
    #Animation
\*------------------------------------*/
@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.8;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.95);
    opacity: 0.8;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.8;
  }
}
/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta-1,
.cta-2,
.cta-3 {
  padding: 40px 0;
}
.cta h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 0;
  color: #ffffff;
}
.cta p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
/* CTA #3 */
.cta-3 {
  padding: 60px 0;
}
/* CTA #4 */
.cta-4 h3,
.cta-5 h3,
.cta-6 h3,
.cta-7 h3 {
  margin-bottom: 40px;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
}
/* CTA #6 */
.cta-5,
.cta-6 {
  padding: 90px 0;
}
/* CTA #7 */
.cta-7 p {
  margin-bottom: 8px;
}
.cta-boxed.cta {
  position: relative;
  margin-top: -45px;
  background-color: #ffffff;
}
.cta-boxed.cta h3 {
  color: #222222;
}
.cta-boxed.cta .shadow {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.1);
  -moz-box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.1);
  box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.1);
  padding: 30px 41px 30px 28px;
  background-color: #ffffff;
  z-index: 3;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 468px) {
  .cta .btn {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cta {
    text-align: center;
  }
  .cta h3 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 36px;
  }
  .cta .text-right {
    text-align: center !important;
  }
  .cta-boxed.cta {
    margin-top: 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .cta {
    text-align: center;
  }
  .cta h3 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 36px;
  }
  .cta .text-right {
    text-align: center !important;
  }
}
/*------------------------------------*\
    #Counters
\*------------------------------------*/
.counter {
  padding: 90px 0;
}
.counter .count-box .counting {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
}
.counter .count-box .count-title {
  color: #f4f4f4;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  letter-spacing: 0.23px;
}
.counter .count-box .divider--line {
  margin: 15px 0;
}
.count-box .divider--line:after {
  width: 30px !important;
  margin-left: -15px !important;
}
/* Counter #2 */
.counter-2 .count-box .divider--line:after {
  background-color: #dbdbdb !important;
}
.counter-2 .count-box .divider--line.divider--theme:after {
  background-color: #0cb4ce !important;
}
.counter-2 .count-box .counting {
  color: #282828;
}
.counter-2 .count-box .count-title,
.counter-5 .count-box .count-title,
.counter-6 .count-box .count-title {
  color: #616161;
}
/* Counter #3 */
.counter-3,
.counter-4 {
  padding: 130px 0;
}
.counter-3 .count-box .divider--line:after {
  background: #222222;
}
/* Counter #4 */
.counter-4 .count-box .divider--line:after {
  background: #0cb4ce;
}
/* Counter #5 */
.counter-5 .count-box .counting {
  color: #0cb4ce;
}
/* Counter #6 */
.counter-6 .count-box .counting {
  color: #282828;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .count-box {
    padding: 15px 0;
  }
}
/* Small Devices, Tablets */
/*------------------------------------*\
    #PRICING-SECTION
\*------------------------------------*/
.pricing-panel {
  -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
  -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
  box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
  border-radius: 2px;
  background-color: #ffffff;
  padding: 40px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
}
.pricing-panel:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.pricing-panel:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -145px;
  content: "";
  width: 290px;
  height: 3px;
  background: #0cb4ce;
}
.pricing-panel .pricing--heading {
  padding: 20px 20px 30px 20px;
}
.pricing-panel .pricing--heading h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 33px;
  color: #282828;
  text-transform: uppercase;
}
.pricing-panel .pricing--heading p {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.pricing-panel .pricing--heading span.currency {
  font-size: 28px;
}
.pricing-panel .pricing--heading span.time {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
}
.pricing-panel .pricing--heading .pricing--desc {
  color: #f9f9f9;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}
.pricing-panel .pricing--body {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  text-transform: capitalize;
  padding-top: 40px;
}
.pricing-panel .pricing--body .pricing--list {
  padding: 27px;
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 40px;
}
.pricing--body .pricing--list li {
  border: none;
  background-color: transparent;
  padding: 0;
  border-bottom: 1px solid #f5f4f4;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
}
.pricing--body .pricing--list li:last-child {
  border-bottom: none;
}
.pricing-panel .pricing--footer {
  padding: 40px;
  border-top: 1px solid #eeeeee;
}
/* Pricing #4 */
.pricing-4 .pricing-panel {
  padding: 0;
}
.pricing-4 .pricing-panel .pricing--heading {
  padding: 30px 60px 60px 60px;
}
.pricing-4 .pricing-panel:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -145px;
  content: "";
  width: 290px;
  height: 3px;
  background: #222;
}
.pricing-4 .pricing-panel .pricing--body {
  padding: 40px;
}
.pricing-4 .pricing-panel .pricing--body .pricing--list {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
/* Pricing #5 */
.pricing-5 .pricing-panel .pricing--heading-bg {
  background-color: #f9f9f9;
  padding: 20px;
}
.pricing-5 .pricing-panel .pricing--heading p,
.pricing-5 .pricing-panel .pricing--heading span.time {
  color: #282828;
}
.pricing-5 .pricing-panel .pricing--heading .pricing--desc {
  color: #a5a5a5;
}
.pricing-5 .pricing-panel:before {
  display: none;
}
.pricing-5 .pricing-panel.pricing-active:before {
  display: block;
  top: -2px;
}
.pricing-6 .pricing-panel {
  box-shadow: none;
  border: 2px solid #ececec;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pricing-panel {
    margin: 0 auto 30px;
    max-width: 400px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-panel {
    padding: 10px;
  }
  .pricing-panel:before {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  .pricing-panel .pricing--heading h4 {
    margin-bottom: 13px;
  }
  .pricing-panel .pricing--heading {
    padding: 20px 10px;
  }
  .pricing-panel .pricing--body {
    padding-top: 20px;
  }
  .pricing-panel .pricing--heading p {
    font-size: 50px;
  }
  .pricing-panel .pricing--body .pricing--list {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .pricing--body .pricing--list li {
    font-size: 13px;
  }
}
/*------------------------------------*\
    #BLOG-SECTION
\*------------------------------------*/
.blog-entry {
  -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
  -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
  box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
  border-radius: 2px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.blog-shadow-none .blog-entry {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.blog-entry .entry--img {
  overflow: hidden;
}
.blog-entry .entry--img img {
  max-width: 100%;
  height: auto;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.blog-entry:hover .entry--img img {
  opacity: 0.9;
}
.blog-entry .entry--content {
  padding: 30px;
  position: relative;
}
.blog-entry .entry--format {
  position: absolute;
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  border-radius: 2px;
  background-color: #282828;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.blog-entry:hover .entry--format {
  opacity: 1;
}
.blog-entry .entry--meta {
  color: #616161;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 26px;
  margin-bottom: 5px;
}
.blog-entry .entry--meta .entry--cat a {
  color: #0cb4ce;
}
.blog-entry .entry--title {
  margin-bottom: 18px;
}
.blog-entry .entry--title h4 {
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
}
.blog-entry .entry--title h4 a {
  color: inherit;
}
.blog-entry .entry--title h4 a:hover {
  color: #0cb4ce;
}
.blog-entry .entry--bio {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #eeeeee;
}
.blog-entry .entry--more {
  overflow: hidden;
}
.entry--meta span {
  position: relative;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.26px;
  padding: 0 4px;
}
.entry--meta span:after {
  position: absolute;
  right: -15px;
  top: 2px;
  content: "/";
  color: #616161;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 0 5px;
}
.entry--meta span:last-of-type {
  margin-right: 0;
}
.entry--meta span:last-of-type:after {
  display: none;
}
.blog-entry .entry--meta .entry--meta-date {
  color: #616161;
}
.blog-entry .entry--meta .entry--meta-cat {
  color: #0cb4ce;
}
.blog-entry .entry--meta .entry--meta-cat a {
  position: relative;
  text-transform: capitalize;
}
.entry--by {
  position: relative;
}
.entry--by img {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  max-width: 30px;
  line-height: 30px;
  border-radius: 50%;
}
.entry--by .entry--by-content {
  padding-left: 40px;
  line-height: 30px;
  font-weight: 600;
}
/* Blog Minimal */
.blog-minimal .blog-entry .entry--format {
  top: -25px;
}
/* Blog Standard */
.blog-standard .blog-entry .entry--img {
  position: relative;
}
.blog-standard .blog-entry .entry--img .entry--format {
  position: absolute;
  left: 40px;
  bottom: 40px;
  opacity: 1;
}
.blog-standard .blog-entry .entry--by {
  float: left;
  margin-right: 30px;
}
.blog-standard .blog-entry .entry--title h4 {
  padding-top: 19px;
  font-size: 24px;
}
.blog-standard .blog-entry .entry--content {
  padding: 40px;
  position: relative;
}
.blog-standard .blog-entry .entry--meta {
  line-height: 30px;
  margin-bottom: 0;
}
.blog-standard .blog-entry .entry--bio {
  border-bottom: none;
  padding-bottom: 0;
}
/* Blog Carousel */
.blog-carousel .blog-entry {
  margin: 5px 5px 27px;
}
/* Blog Masonry */
.blog-masonry-col {
  column-count: 3;
  column-gap: 30px;
}
.blog-masonry .blog-entry {
  break-inside: avoid-column;
}
.blog-masonry .blog-entry .entry--img img,
.blog-masonry .blog-entry .entry--more a i,
.blog-masonry .blog-entry .entry--more a span {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
/* Blog Single */
.blog-single .col-md-10 {
  padding-right: 50px;
  padding-left: 50px;
}
.blog-single .blog-entry .entry--img {
  position: relative;
}
.blog-single .blog-entry .entry--img img {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.blog-single .blog-entry .entry--content {
  padding: 40px;
  position: relative;
}
.blog-single .blog-entry .entry--format {
  position: absolute;
  left: 40px;
  bottom: 40px;
  opacity: 1;
}
.blog-single .blog-entry .entry--img:hover .entry--format {
  background-color: #0cb4ce;
}
.blog-single .blog-entry .entry--meta {
  line-height: 30px;
  margin-bottom: 0;
}
.blog-single .blog-entry .entry--by {
  float: left;
  margin-right: 30px;
}
.blog-single .blog-entry .entry--title h4 {
  font-size: 24px;
  font-weight: 700;
  padding-top: 19px;
}
.blog-single .blog-entry .entry--bio {
  padding-bottom: 0;
  font-size: 14px;
}
.blog-single .blog-entry .entry--bio p {
  font-size: 14px;
}
.entry--share .share--title {
  color: #222222;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 16px;
}
.entry--share a {
  color: #5d5d5d;
  font-size: 14px;
  margin-right: 22px;
  line-height: 1;
}
.entry--share a:last-child {
  margin-right: 0;
}
.entry--share a:hover {
  color: #0cb4ce;
}
.entry-prev-next {
  position: relative;
  -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
  -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
  box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
  border-radius: 2px;
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 40px;
  display: flex;
}
.entry-prev-next:after {
  position: absolute;
  width: 2px;
  height: 48px;
  content: "";
  background-color: #eeeeee;
  left: 50%;
  top: 46px;
}
.entry-next,
.entry-prev {
  width: 50%;
  float: left;
}
.entry-prev-next .entry-prev {
  padding-right: 15px;
}
.entry-prev-next .entry-next {
  padding-left: 15px;
  text-align: right;
}
.entry-next-content,
.entry-prev-content {
  position: relative;
}
.entry-prev-next .entry-prev img {
  position: absolute;
  left: 0;
  top: 0;
}
.entry-prev-next .entry-next img {
  position: absolute;
  right: 0;
  top: 0;
}
.entry-prev-next .entry-prev .entry-desc {
  position: relative;
  margin-left: 65px;
}
.entry-prev-next .entry-next .entry-desc {
  position: relative;
  margin-right: 65px;
}
.entry-prev-next a {
  font-size: 14px;
  font-weight: 600;
  color: #282828;
  font-family: 'Poppins', sans-serif;
  margin-top: 13px;
}
.entry-prev-next p {
  font-family: #b8b8b8;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.entry-widget {
  -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
  -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
  box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
  border-radius: 2px;
  background-color: #ffffff;
  margin-bottom: 40px;
  padding: 40px;
}
.entry-widget .entry-widget-title {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 2px solid #eeeeee;
}
.entry-widget .entry-widget-title h4 {
  font-family: 'Raleway', sans-serif;
  color: #222222;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.entry-widget .entry-widget-title h4:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 118px;
  height: 2px;
  background-color: #0cb4ce;
}
.entry-widget .entry-widget-content {
  position: relative;
}
.entry-bio img {
  position: absolute;
  left: 0;
  top: 0;
}
.entry-bio .entry-bio-desc {
  padding-left: 120px;
}
.entry-bio .entry-bio-desc p {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}
.entry-bio .entry-bio-desc a {
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin-right: 25px;
}
.entry-bio .entry-bio-desc a:last-child {
  margin-right: 0;
}
.entry-bio .entry-bio-desc a:hover,
.entry-meta a:hover,
.entry-next:hover a,
.entry-prev:hover a,
.entry-related .entry:hover .entry-title h5,
.entry-share a:hover {
  color: #0cb4ce;
}
.entry-related .entry--img {
  margin-bottom: 20px;
}
.entry-related .entry--img img {
  max-width: 100%;
  height: auto;
}
.entry-related .entry--img:hover img {
  opacity: 0.9;
}
.entry-related .entry-title {
  margin-left: 0;
}
.entry-related .entry--title h5 {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  color: #222222;
  margin-bottom: 10px;
}
.entry-related .entry--title a {
  color: #222222;
}
.entry-related .entry--title a:hover {
  color: #0cb4ce;
}
.entry-related .entry--meta span {
  color: #616161;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
ul.comments-list {
  width: 100%;
  list-style: none;
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 0;
}
ul.comments-list li {
  position: relative;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
ul.comments-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
ul.comments-list .comment-body .avatar {
  position: absolute;
  left: 0;
  top: 0;
}
ul.comments-list .comment-body .comment {
  padding-left: 90px;
}
ul.comments-list .comment-body .comment h6 {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #222222;
  line-height: 27px;
}
ul.comments-list .comment-body .comment .date {
  color: #616161;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
ul.comments-list .comment-body .comment p {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
ul.comments-list .comment-body .comment a.reply {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0cb4ce;
  line-height: 1;
  margin-top: 16px;
  display: inline-block;
}
ul.comments-list .comment a.reply:hover {
  color: #222222;
}
ul.comments-list ul.comment-children {
  list-style: none;
  margin: 20px 0 0 90px;
  padding-top: 30px;
  padding-left: 0;
  border-top: 2px solid #eeeeee;
}
ul.comments-list ul.comment-children .comment-body .comment {
  padding-left: 90px;
}
ul.comments-list ul.comment-children li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
ul.comments-list ul.comment-children ul .comment-body .comment {
  padding-left: 90px;
}
.entry-widget.comments-form .entry-widget-title h4 {
  margin-bottom: 60px;
}
.comments-form .form-control {
  margin-bottom: 30px;
}
.blog-carousel .carousel-dots .owl-controls {
  margin-top: 25px;
}
.blog-carousel.blog-minimal .owl-stage-outer {
  padding-top: 42px;
}
.home-simple-blog .blog-entry {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ececec;
}
@media only screen and (min-width: 320px) and (max-width: 468px) {
  .entry-bio .entry-bio-desc p,
  .entry-bio img {
    position: relative;
    margin-bottom: 15px;
  }
  .entry-bio .entry-bio-desc {
    padding-left: 0;
  }
  .entry-next,
  .entry-prev {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  .entry-next {
    margin-bottom: 0;
  }
  .entry-prev {
    margin-bottom: 30px;
  }
  .entry-prev-next:after {
    display: none;
  }
  .entry-prev-next .entry-prev {
    padding-right: 0;
  }
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-single .blog-entry .entry--format,
  .blog-standard .blog-entry .entry--format {
    left: 10px;
    bottom: 10px;
  }
  .blog-single .blog-entry .entry--content,
  .blog-standard .blog-entry .entry--content {
    padding: 0;
  }
  .blog-single .blog-entry .entry--meta,
  .blog-standard .blog-entry .entry--meta {
    line-height: 1.9;
  }
  .blog-masonry-col {
    column-count: 1;
  }
  ul.comments-list ul.comment-children {
    margin: 20px 0 0;
  }
  .blog-entry {
    padding: 20px;
  }
  .blog-entry .entry--content {
    padding: 0;
    margin-top: 15px;
  }
  .blog-single .blog-entry .entry--title h4,
  .blog-standard .blog-entry .entry--title h4 {
    font-size: 17px;
    line-height: 1.7;
  }
  .blog-single .blog-entry .entry--by,
  .blog-standard .blog-entry .entry--by {
    float: none;
  }
  .entry--share .text-right {
    text-align: left;
  }
  .entry--share .share--title {
    margin-bottom: 15px;
  }
  .entry--share a {
    margin-right: 10px;
  }
  .entry-prev-next {
    padding: 20px;
  }
  .entry-widget {
    padding: 20px;
  }
  .entry-prev-next a {
    font-size: 13px;
  }
  .entry-related .entry {
    margin-bottom: 30px;
  }
  .entry-related .entry:last-of-type {
    margin-bottom: 0;
  }
  .blog-entry .entry--img img {
    width: 100%;
  }
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
  .entry-related .entry {
    width: 50%;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .entry-related img {
    width: 100%;
  }
  .blog-standard .blog-entry .entry--title h4 {
    font-size: 20px;
    line-height: 1.2;
  }
  .blog-masonry-col {
    column-count: 2;
  }
  .blog-masonry .btn {
    margin-top: 50px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .entry-related img {
    width: 100%;
  }
}
/*------------------------------------*\
    #Shop
\*------------------------------------*/
/* Shop Cart */
.cart-table {
  margin-bottom: 50px;
}
.cart-table .table {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 0;
  margin-bottom: 0;
}
.cart-table thead {
  background-color: #f9f9f9;
}
.cart-table thead tr th {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  color: #282828;
  font-family: 'Poppins', sans-serif;
  line-height: 55px !important;
  border-bottom-width: 0 !important;
  border-color: #eee;
  padding: 0;
}
.cart-table tbody tr td {
  padding: 20px;
  border-color: #eee;
}
.cart-table tbody tr td.cart-product-price,
.cart-table tbody tr td.cart-product-total {
  font-size: 13px;
  font-weight: 700;
  line-height: 26px;
  color: #9b9b9b;
  font-family: 'Poppins', sans-serif;
}
.cart-table tbody tr td.cart-product-quantity .product-quantity {
  line-height: 1px;
}
td.cart-product-quantity .product-quantity input {
  width: 30px;
  height: 25px;
  border: 1px solid #eee;
  border-radius: 2px;
  text-align: center;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-right: 5px;
}
td.cart-product-quantity .product-quantity i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #eee;
  border-radius: 1px;
  color: #0cb4ce;
  margin-right: 5px;
  font-size: 10px;
}
.cart-table tbody tr td.cart-product-price,
.cart-table tbody tr td.cart-product-total,
td.cart-product-quantity {
  text-align: center;
}
.cart-table .cart-product-action td {
  padding: 30px 20px;
}
.cart-table .cart-product-action form {
  margin-bottom: 0;
}
.cart-table .cart-product-action .form-control {
  font-family: 'Raleway', sans-serif;
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 400;
  padding: 0 15px;
  width: 250px;
  height: 42px;
  line-height: 25px;
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 0;
  font-style: italic;
  text-transform: capitalize;
}
.cart-table .cart-product-action .btn {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-left: 10px;
  line-height: 39px;
  height: 42px;
  width: 134px;
  text-align: center;
}
.cart-product-img {
  float: left;
  padding-right: 20px;
}
.cart-product-name h6 {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  text-transform: capitalize;
}
.cart-product-remove {
  float: right;
  width: 19px;
  height: 19px;
  line-height: 19px;
  font-size: 9px;
  background-color: #000;
  border-radius: 1px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.cart-product-remove:hover {
  background-color: #0cb4ce;
}
.cart-shiping,
.cart-total-amount {
  background-color: white;
  border: 1px solid #eee;
  border-radius: 1px;
  padding: 30px 20px;
}
.cart-shiping h6,
.cart-total-amount h6 {
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
}
.cart-total-amount ul li {
  font-family: 'Raleway', sans-serif;
  color: #0cb4ce;
  font-size: 13px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
.cart-total-amount ul li span {
  color: #959595;
  font-size: 13px;
  font-weight: 400;
  line-height: 36px;
  text-transform: capitalize;
}
.cart-shiping .form-control {
  background-color: transparent;
  border: 1px solid #eee;
  font-size: 12px;
  color: #959595;
  font-weight: 400;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  margin-bottom: 20px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: capitalize;
}
.cart-shiping .form-control::-webkit-input-placeholder {
  color: #959595;
}
.cart-shiping .form-control:-moz-placeholder {
  color: #959595;
}
.cart-shiping .form-control::-moz-placeholder {
  color: #959595;
}
.cart-shiping .form-control:-ms-input-placeholder {
  color: #959595;
}
.cart-shiping .col-xs-12 {
  position: relative;
}
.cart-shiping i {
  position: absolute;
  font-size: 13px;
  right: 25px;
  top: 12px;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
  color: #b8b8b8;
}
.cart-shiping .btn {
  line-height: 39px;
  height: 42px;
  font-size: 13px;
  width: auto;
  padding: 0 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.cart-shiping .btn:hover {
  color: #ffffff;
  background: #222222;
}
.cart-shiping .form-control::-webkit-input-placeholder,
.cart-table .cart-product-action .form-control::-webkit-input-placeholder {
  color: #959595;
  text-transform: capitalize;
  font-weight: 400;
}
.cart-shiping .form-control::-moz-placeholder,
.cart-table .cart-product-action .form-control::-moz-placeholder {
  color: #959595;
  text-transform: capitalize;
  font-weight: 400;
}
.cart-shiping .form-control::-moz-placeholder,
.cart-table .cart-product-action .form-control::-moz-placeholder {
  color: #959595;
  text-transform: capitalize;
  font-weight: 400;
}
.cart-shiping .form-control::-ms-input-placeholder,
.cart-table .cart-product-action .form-control::-ms-input-placeholder {
  color: #959595;
  text-transform: capitalize;
  font-weight: 400;
}
/* Product Item */
.product-item {
  margin-bottom: 50px;
  text-align: center;
}
.product--img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.product--img img {
  max-width: 100%;
  height: auto;
}
.product--img .product--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product--img .product--hover .product--action {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 26, 26, 0.35);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.product--img .product--hover .product--action > a {
  position: relative;
  top: 50%;
  margin: -25px auto 0 auto;
  width: 170px;
  height: 51px;
  border-radius: 25px;
  background-color: #ffffff;
  text-align: center;
  color: #222222;
  font-size: 13px;
  font-weight: 700;
  line-height: 51px;
  text-transform: uppercase;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.35s 0.2s;
  -moz-transition: transform 0.35s 0.2s;
  -o-transition: transform 0.35s 0.2s;
  transition: transform 0.35s 0.2s;
  display: block;
}
.product--img .product--hover .product--action a:hover {
  color: #0cb4ce;
}
.product--content .product--cat {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 12px;
}
.product--content .product--cat a {
  color: #3d3c3c;
}
.product--content .product--cat a:hover {
  color: #0cb4ce;
}
.product--content .product--title h3 {
  margin-bottom: 0;
}
.product--content .product--title a {
  color: #282828;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.product--content .product--title a:hover {
  color: #0cb4ce;
}
.product--content .product--price {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
}
.product--img:hover .product--hover .product--action,
.product--img:hover .product--hover .product--action a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* product hover-2 */
.shop-style2 .product-item {
  margin-bottom: 30px;
}
.shop-style2 .product--img {
  margin-bottom: 0;
}
.product--img .product--hover.product--hover-2 {
  text-align: center;
}
.product--img .product--hover.product--hover-2 .product--action .product--content {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.product--hover.product--hover-2 .product--content .product--title a {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 13px;
}
.product--hover.product--hover-2 .product--content .product--title a:hover {
  color: #282828;
}
.product--hover.product--hover-2 .product--content .product--price {
  color: #ffffff;
}
.product--img:hover .product--hover.product--hover-2 .product--action .product--content {
  top: 50px;
}
.product--img .product--hover.product--hover-2 .product--action {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 180, 206, 0.9);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  text-align: center;
  padding: 0 40px;
}
.product--img .product--hover.product--hover-2 .product--action > a {
  position: absolute;
  top: auto;
  bottom: -100px;
  left: 50%;
  margin: 0 0 0 -85px;
  width: 170px;
  height: 51px;
  border-radius: 0;
  background-color: #282828;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 51px;
  text-transform: uppercase;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}
.product--img .product--hover.product--hover-2 .product--action > a:hover {
  background-color: #ffffff;
  color: #282828;
  border: none;
}
.product--img:hover .product--hover.product--hover-2 .product--action {
  opacity: 1;
}
.product--img:hover .product--hover.product--hover-2 .product--action > a {
  bottom: 40px;
}
/* Shop Options */
.shop-options {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 2px;
  margin-bottom: 30px;
  height: 70px;
  border: 1px solid #eeeeee;
}
.shop-options .product-options2 span,
.shop-options .product-view-mode span {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 10px;
  font-family: 'Poppins', sans-serif;
}
.shop-options .product-options2 .product-sort {
  position: relative;
  margin-right: 30px;
}
.shop-options .product-options2 .product-sort i {
  position: absolute;
  font-size: 14px;
  right: 10px;
  top: 10px;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
  color: #9b9b9b;
}
.shop-options .product-options2 select {
  height: 30px;
  line-height: 30px;
  width: 134px;
  border: 1px solid #eeeeee;
  background-color: rgba(246, 246, 247, 0);
  border-radius: 1px;
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 400;
  padding-left: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.shop-options .product-view-mode {
  line-height: 30px;
}
.shop-options .product-view-mode a i {
  background-color: transparent;
  border: 1px solid #eee;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.shop-options .product-view-mode a:first-of-type i {
  margin-left: 0;
}
.shop-options .product-view-mode a.active i,
.shop-options .product-view-mode a:hover i {
  color: #0cb4ce;
}
.product-list {
  width: 100%;
  text-align: left;
  min-height: 270px;
  margin-bottom: 0;
}
.product-list .product--img {
  float: left;
  width: 33%;
  max-height: 270px;
}
.product-list .product--content {
  padding-left: 300px;
}
.product-grid .product--content .product--desc,
.product-grid .product--content .product--action {
  display: none;
}
.product-list .product--content .product--desc,
.product-list .product--content .product--action {
  display: block;
  padding: 20px 0;
}
/* Shop Single */
.shop-product .product-title h3 {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.shop-product .product-price {
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  margin-bottom: 25px;
}
.shop-product .product-rating {
  margin-right: 30px;
}
.shop-product .product-rating i {
  color: #0cb4ce;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
.shop-product .product-review span {
  color: #9b9b9b;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
}
.shop-product .product-review span a {
  color: #9b9b9b;
}
.shop-product .product-review span a:hover {
  color: #0cb4ce;
}
.shop-product .product-desc p {
  color: #959595;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 25px;
}
.shop-product hr {
  opacity: 0.7;
  border-top: 1px solid #e5e4e4;
  margin-top: 0;
  margin-bottom: 30px;
}
.shop-product .product-details h5 {
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
.shop-product .product-details ul li {
  line-height: 26px;
  color: #0cb4ce;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}
.shop-product .product-details ul li span {
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 400;
}
.shop-product .product-quantity {
  line-height: 49px;
}
.shop-product .product-quantity .qua {
  color: #282828;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 10px;
}
.shop-product .product-quantity a i {
  width: 25px;
  height: 25px;
  font-size: 10px;
  line-height: 25px;
  border: 1px solid #eee;
  border-radius: 1px;
  color: #0cb4ce;
  text-align: center;
}
.shop-product .product-quantity input {
  width: 30px;
  height: 25px;
  border: 1px solid #eee;
  border-radius: 1px;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  background-color: transparent;
}
.shop-product .product-cta {
  padding-bottom: 30px;
}
.shop-product .product-cta .btn {
  margin-left: 20px;
  width: 134px;
  height: 42px;
  line-height: 41px;
  text-transform: uppercase;
}
.shop-product .product-share {
  margin-bottom: 70px;
}
.shop-product .product-share h5 {
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}
.shop-product .product-share a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 1px 2px 2px 1px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  background-color: #0cb4ce;
  margin-right: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.shop-product .product-share a {
  background-color: #0cb4ce;
}
.shop-product .product-share a.share-facebook:hover {
  background-color: #3B5998;
}
.shop-product .product-share a.share-twitter:hover {
  background-color: #00ACEE;
}
.shop-product .product-share a.share-google-plus:hover {
  background-color: #DD4B39;
}
.shop-product .product-share a.share-linkedin:hover {
  background-color: #0E76A8;
}
.product-tabs {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 1px;
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  font-style: italic;
  margin-bottom: 50px;
}
.product-tabs .nav-tabs {
  background-color: #f9f9f9;
}
.product-tabs .nav-tabs > li {
  margin-bottom: -1px;
}
.product-tabs .nav-tabs > li > a {
  color: #282828 !important;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 20px;
  border-right: 1px solid #eeeeee;
  margin-right: 0;
  line-height: 60px;
  height: 60px;
}
.product-tabs .nav-tabs > li:last-child > a {
  border-right: none;
}
.product-tabs .nav-tabs > li > a:focus,
.product-tabs .nav-tabs > li > a:hover {
  background-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  color: #0cb4ce !important;
}
.product-tabs .nav-tabs > li.active > a,
.product-tabs .nav-tabs > li.active > a:focus,
.product-tabs .nav-tabs > li.active > a:hover {
  color: #0cb4ce !important;
  border: none;
  border-right: 1px solid #eee;
  background-color: #ffffff;
}
.product-tabs .tab-content {
  padding: 20px;
}
.product-tabs .tab-content h5 {
  font-size: 13px;
}
.product-review li {
  background-color: #f9f9f9;
  padding: 20px;
  margin-bottom: 30px;
}
.product-review li h6 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
}
.product-review li .review-date {
  margin-bottom: 0;
}
.product-review li .product-rating {
  color: #0cb4ce;
  margin-bottom: 10px;
}
.product-review li .product-comment p {
  margin-bottom: 0;
}
.form-review .form-control {
  margin-bottom: 30px;
  border-width: 1px;
}
.shop-product .product-related-title {
  position: relative;
  border-bottom: 2px solid #eee;
  margin-bottom: 30px;
}
.shop-product .product-related-title h5 {
  color: #222222;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.shop-product .product-related-title h5:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 119px;
  height: 2px;
  background-color: #0cb4ce;
}
.shop-product .product-related .divider--line {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
}
.product-num h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 35px;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 0;
}
.product-options {
  margin-bottom: 50px;
}
.product-options .product-select {
  position: relative;
}
.product-options .product-select i {
  position: absolute;
  font-size: 14px;
  right: 25px;
  top: 12px;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
  color: #9b9b9b;
}
.product-options select {
  width: 230px;
  height: 35px;
  border: 1px solid #eeeeee;
  border-radius: 1px;
  color: #9b9b9b;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 35px;
  padding-left: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* Shop Masonary */
.shop-filter {
  text-align: center;
  margin-bottom: 36px;
}
.shop-filter li a {
  color: #333333;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-right: 29px;
  text-transform: capitalize;
}
.shop-filter li:last-child a {
  margin-right: 0;
}
.shop-filter li a.active-filter,
.shop-filter li a:hover {
  color: #0cb4ce;
}
/* shop Item */
.shop-item.product-item {
  margin-bottom: 0;
}
.shop-item .product--img {
  position: relative;
  margin-bottom: 0;
}
.shop-item .product--hover {
  padding: 30px;
}
.shop-item .product--img .product--hover .product--action {
  position: relative;
  background-color: rgba(40, 40, 40, 0.95);
}
.shop-item .product--img .product--hover .product--action > a {
  margin: 0 auto;
  top: 40%;
}
.shop-item .product--img .product--hover .product--action .product--content {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}
.shop-item .product--content .product--title h4 {
  margin-bottom: 0;
}
.shop-item .product--content .product--title a {
  color: #ffffff;
}
.shop-masonary-spaced .product-item {
  margin-bottom: 30px;
}
.shop-masonary-spaced .product--content .product--title a {
  margin-bottom: 17px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cart-product-img {
    float: none;
  }
  .cart-table .cart-product-action form {
    margin-bottom: 30px;
  }
  .cart-product-action .text-right {
    text-align: left !important;
  }
  .cart-table .cart-product-action .form-control {
    display: inline-block;
  }
  .product--img {
    max-width: 370px;
    margin: 0 auto 30px;
  }
  .shop-style2 .product--img {
    max-width: 270px;
    margin: 0 auto;
  }
  .shop-options {
    height: auto;
  }
  .product-list {
    margin-right: auto;
    margin-left: auto;
    height: auto;
    text-align: center;
  }
  .product-list .product--img {
    width: 100%;
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    height: auto;
  }
  .product-list .product--content {
    padding-left: 0;
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }
  .shop-product .product-price,
  .shop-product .product-quantity,
  .shop-product .product-cta {
    text-align: left !important;
  }
  .shop-product .product-cta .btn {
    margin-bottom: 20px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-style2 .product--img {
    max-width: 270px;
    margin: 0 auto;
  }
  .product--content .product--title a {
    font-size: 14px;
  }
  .shop-masonry .product--img .product--hover .product--action > a {
    width: 120px;
    top: 10%;
    height: 42px;
    line-height: 42px;
  }
  .shop-product .product-price,
  .shop-product .product-quantity,
  .shop-product .product-cta {
    text-align: left !important;
  }
}
/*------------------------------------*\
    #CONTACT-PAGE
\*------------------------------------*/
.contact .contact--desc {
  margin-bottom: 40px;
}
.contact .contact--desc p {
  color: #a5a5a5;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
}
.contact--info h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}
.contact--info p {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
}
.contact--info p:last-of-type {
  margin-bottom: 16px;
}
.contact--info a {
  display: block;
  color: #0cb4ce;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.contact--info a:hover {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
  color: #222222;
}
.form-control,
textarea.form-control {
  background-color: transparent;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #eee;
  font-size: 13px;
  color: #9b9b9b;
  line-height: 49px;
  height: 49px;
  margin-bottom: 30px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding-left: 18px;
}
textarea.form-control {
  height: 110px;
}
.form-control:focus,
textarea.form-control:focus {
  border-color: #0cb4ce;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #9b9b9b;
  font-weight: 700;
}
.form-control:-moz-placeholder {
  color: #9b9b9b;
  font-weight: 700;
}
.form-control::-moz-placeholder {
  color: #9b9b9b;
  font-weight: 700;
}
.form-control:-ms-input-placeholder {
  color: #9b9b9b;
  font-weight: 700;
}
.contact-form input[type="submit"] {
  font-weight: 800;
}
.contact-row {
  margin-top: -147px;
  position: relative;
  z-index: 99;
  -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
  box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
  border-radius: 1px;
  margin-bottom: 6px;
  overflow: hidden;
}
.contact-row-img {
  margin-top: -337px;
}
.contact-panel {
  border-left: 1px solid #eee;
  background-color: #ffffff;
  text-align: center;
  padding: 50px 80px;
  margin-bottom: 0;
}
.contact-panel:first-of-type {
  border-left: none;
}
.contact-panel i {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 30px;
  color: #0cb4ce;
  display: block;
}
.contact-panel h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
}
.contact-panel p {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 19px;
}
.contact-panel .contact-action {
  color: #0cb4ce;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
.contact-panel:hover .contact-action {
  color: #222222;
}
.contact-panel.contact-minimal {
  box-shadow: none;
  border-radius: 0;
  background-color: #ffffff;
  text-align: center;
  padding: 0 50px;
  margin-bottom: 0;
  border: none;
}
.contact-panel.contact-minimal h3 {
  margin-bottom: 21px;
}
.contact-panel.contact-minimal p {
  margin-bottom: 17px;
}
.contact-panel.contact-minimal i {
  margin-bottom: 37px;
}
/* contact #3 */
.contact-3 .col-content {
  padding: 120px 100px 90px 120px;
}
.contact-3 .form-control,
.contact-3 textarea.form-control {
  margin-bottom: 20px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .contact--info {
    margin-bottom: 30px;
  }
  .contact-panel {
    margin-bottom: 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-panel {
    padding: 30px;
    min-height: 279px;
  }
  .contact--info {
    margin-bottom: 30px;
  }
  .contact-panel.contact-minimal {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-panel {
    min-height: 345px;
  }
  .contact--info p {
    font-size: 12px;
  }
}
/* Google Map Maker*/
.gmap_marker {
  text-align: center;
  color: #222222;
  font-size: 22px;
  padding: 15px;
}
/*------------------------------------*\
	#Widgets
\*------------------------------------*/
.sidebar {
  -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
  -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
  box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
  border-radius: 2px;
  background-color: #ffffff;
  padding: 50px;
}
.widget {
  margin-bottom: 60px;
}
.widget:last-of-type {
  margin-bottom: 0;
}
/* Widget */
.widget .widget--title {
  position: relative;
  border-bottom: 2px solid #eee;
  margin-bottom: 30px;
}
.widget .widget--title h5 {
  font-family: 'Raleway', sans-serif;
  color: #222222;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
}
.widget .widget--title h5:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 85px;
  height: 2px;
  background-color: #0cb4ce;
}
.widget .divider--line {
  margin-right: 0;
  margin-left: 0;
}
/* Category Widget */
.widget-categories ul li {
  border-bottom: 1px solid #eeeeee;
}
.widget-categories ul li:last-child {
  border-bottom: none;
}
.widget-categories ul li a {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
  position: relative;
  display: block;
  text-transform: capitalize;
}
.widget-categories ul li a:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "\f105";
  color: #333333;
  font-family: fontawesome;
  font-size: 11px;
  font-weight: 400;
  line-height: 40px;
}
.widget-categories ul li a:hover,
.widget-categories ul li a:hover:after {
  color: #0cb4ce;
}
.widget-categories ul li a span {
  margin-left: 5px;
  color: #0cb4ce;
}
/* Tags Widget */
.widget-tags ul {
  margin-bottom: 0;
  margin-left: 0;
}
.widget-tags ul li {
  padding-left: 0;
  padding-right: 0;
}
.widget-tags a {
  display: inline-block;
  border: 1px solid rgba(34, 34, 34, 0.07);
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #9b9b9b;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  padding: 9px 10px;
}
.widget-tags a:hover {
  background-color: #0cb4ce;
  color: #ffffff;
  border-color: #0cb4ce;
}
/* Recent Widegt */
.widget-recent-posts .entry {
  position: relative;
  margin-bottom: 24px;
  min-height: 50px;
}
.widget-recent-posts .entry:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.widget-recent-posts img {
  position: absolute;
  left: 0;
  top: 0;
  width: 49px;
  height: 49px;
  text-align: center;
  padding: 4px;
}
.widget-recent-posts .entry .entry-desc {
  position: relative;
  margin-left: 60px;
}
.widget-recent-posts .entry .entry-title {
  margin-bottom: 5px;
}
.widget-recent-posts .entry .entry-title a {
  font-family: 'Poppins', sans-serif;
  color: #282828;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}
.widget-recent-posts .entry .entry-title a:hover {
  color: #0cb4ce;
}
.widget-recent-posts .entry .entry-desc .entry-meta a {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #616161;
  text-transform: uppercase;
}
/* Search Widget */
.widget-search .form-search {
  border: 1px solid rgba(34, 34, 34, 0.07);
  background-color: rgba(255, 255, 255, 0);
}
.widget-search .form-search .form-control {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9e9e9e;
  font-size: 13px;
  font-weight: 500;
  line-height: 49px;
  height: 49px;
  text-transform: capitalize;
  padding-left: 15px;
}
.widget-search .form-search .btn {
  background-color: transparent;
  color: #0cb4ce;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 35px;
  height: 49px;
  line-height: 29px;
  text-align: center;
  font-size: 14px;
  margin-left: 0;
  padding: 0;
}
/* Best Products */
.widget-best-product .best-product .product-img {
  width: 49px;
  height: 49px;
  text-align: center;
  padding: 4px;
}
.widget-best-product .best-product .product-bio {
  padding-top: 0;
}
.widget-best-product .best-product .product-bio .product-price {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
}
.widget-best-product .best-product a {
  text-transform: uppercase;
}
/* fiter product */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.2em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.widget-filter .ui-slider {
  height: 4px;
  background-color: rgba(34, 34, 34, 0.06);
  border-radius: 0;
  margin-bottom: 20px;
  margin-top: 5px;
}
.widget-filter .ui-slider-handle {
  /* Style for "Line" */
  width: 9px;
  height: 9px;
  margin-left: 0;
  background-color: #222222;
  border-radius: 0;
}
.widget-filter .ui-slider-range {
  height: 4px;
  background-color: #0cb4ce;
  margin-bottom: 20px;
}
.widget-filter p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 19px;
}
.widget-filter label {
  color: #9b9b9b;
}
.widget-filter input {
  color: #0cb4ce;
  border: none;
  background-color: transparent;
}
.widget-filter .btn {
  width: 108px;
}
/* ADS widget */
.ads-widget img {
  max-width: 100%;
  height: auto;
}
/* Recent Product Widegt */
.widget-recent-products .product {
  position: relative;
  margin-bottom: 24px;
  min-height: 70px;
}
.widget-recent-products .product:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.widget-recent-products .product img {
  position: absolute;
  left: 0;
  top: 0;
}
.widget-recent-products .product .product-desc {
  position: relative;
  margin-left: 65px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 18px;
}
.widget-recent-products .product:last-of-type .product-desc {
  border-bottom: none;
  padding-bottom: 0;
}
.widget-recent-products .product .product-title {
  margin-bottom: 5px;
}
.widget-recent-products .product .product-title a {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
.widget-recent-products .product .product-title a:hover {
  color: #0cb4ce;
}
.widget-recent-products .product .product-desc .product-meta {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
/* Info Widget */
.widget-info {
  background-color: #0cb4ce;
  padding: 50px 36px;
  text-align: center;
}
.widget-info .info--title {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 13px;
  margin-bottom: 28px;
  position: relative;
}
.widget-info .info--title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  content: "";
}
.widget-info .info--content {
  color: #f9f9f9;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  font-style: italic;
  margin-bottom: 23px;
}
/* Widget Instagram */
.widget-instagram a {
  width: 58px;
  height: 58px;
  float: left;
  display: inline-block;
  margin: 2px;
  position: relative;
}
.widget-instagram a img {
  max-width: 100%;
  height: auto;
}
.widget-instagram .insta-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.widget-instagram .insta-hover i {
  display: block;
  border-radius: 1px;
  background-color: #0cb4ce;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  line-height: 58px;
  text-align: center;
}
.widget-instagram a:hover .insta-hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
footer .widget-instagram a {
  width: 60px;
  height: 60px;
}
footer .widget-instagram .insta-hover i {
  line-height: 54px;
}
/* Widget Twitter  */
.widget-tweets ul li:before {
  content: "\f099";
  font-family: fontawesome;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0cb4ce;
  width: 14px;
  height: 12px;
  float: left;
  margin-right: 10px;
}
.widget-tweets ul li p.tweet {
  color: #9b9b9b;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 5px;
}
.widget-tweets ul li a {
  color: #0cb4ce;
  font-weight: 400;
}
.widget-tweets ul li a:hover {
  color: #0cb4ce;
}
.widget-tweets ul li .timePosted {
  color: #9b9b9b;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}
.widget-tweets ul li:last-child .timePosted {
  margin-bottom: 0;
}
.widget-tweets ul li .timePosted a {
  color: #9b9b9b;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sidebar {
    margin-bottom: 30px;
    padding: 30px;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .widget {
    margin-bottom: 30px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget-recent .entry .entry-desc {
    margin-left: 70px;
  }
  .sidebar {
    margin-bottom: 30px;
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .widget-info {
    padding: 30px;
  }
  .widget-info .btn {
    width: 100%;
  }
}
/*------------------------------------*\
    #Footer
\*------------------------------------*/
.footer {
  background-color: #222222;
  padding-top: 0;
  padding-bottom: 0;
}
/* Footer Widgets */
.footer-widget {
  padding-top: 90px;
  padding-bottom: 68px;
}
.footer-widget .footer--widget-title h5 {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.footer-widget .footer--widget-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 16px;
}
.footer-widget .footer--widget-about ul li {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #9b9b9b;
}
.footer-widget .footer--widget-about ul li span {
  font-weight: 700;
  color: #ffffff;
}
.footer-social-icon a {
  width: 15px;
  height: 15px;
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-right: 24px;
  text-align: center;
  overflow: hidden;
  float: left;
  display: block;
}
.footer-social-icon a i {
  position: relative;
  line-height: 15px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-social-icon a:hover i:first-child {
  margin-top: -15px;
}
.footer-social-icon a.facebook:hover {
  color: #3B5998;
}
.footer-social-icon a.twitter:hover {
  color: #00ACEE;
}
.footer-social-icon a.linkedin:hover {
  color: #0E76A8;
}
.footer-social-icon a.instagram:hover {
  color: #3f729b;
}
.footer--widget-recent .entry {
  margin-bottom: 30px;
  position: relative;
}
.footer--widget-recent .entry--img {
  position: absolute;
  top: 0;
  left: 0;
}
.footer--widget-recent .entry--content {
  padding-left: 65px;
}
.footer--widget-recent .entry:last-of-type {
  margin-bottom: 0;
}
.footer--widget-recent .entry--meta {
  color: #616161;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.26px;
}
.footer--widget-recent .entry--title a {
  font-family: 'Poppins', sans-serif;
  color: #cecece;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.footer--widget-recent .entry--title a:hover {
  color: #0cb4ce;
}
.footer--widget-newsletter form {
  height: 42px;
  border-radius: 2px;
  background-color: #191919;
  margin-bottom: 25px;
}
.footer--widget-newsletter .form-control {
  background-color: transparent;
  border: none;
  color: #474747;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  line-height: 42px;
  width: 85%;
  height: 42px;
  float: left;
  margin-bottom: 0;
  padding-left: 15px;
  text-transform: capitalize;
}
.footer--widget-newsletter button {
  background-color: transparent;
  border: none;
  line-height: 42px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  width: 15%;
}
.footer--widget-newsletter button i {
  position: relative;
  line-height: 41px;
  overflow: hidden;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
}
.footer--widget-newsletter button:hover i {
  transform: translateX(4px);
}
.footer--widget-newsletter .form-control::-webkit-input-placeholder {
  color: #474747;
}
.footer--widget-newsletter .form-control:-moz-placeholder {
  color: #474747;
}
.footer--widget-newsletter .form-control::-moz-placeholder {
  color: #474747;
}
.footer--widget-newsletter .form-control:-ms-input-placeholder {
  color: #474747;
}
/* Footer Tweets */
.tweets-widget ul li:before {
  content: "\f099";
  font-family: fontawesome;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #9b9b9b;
  width: 13px;
  height: 12px;
  float: left;
  margin-right: 10px;
}
.tweets-widget ul li p.tweet {
  color: #9b9b9b;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 5px;
}
.tweets-widget ul li a {
  color: #0cb4ce;
  font-weight: 400;
}
.tweets-widget ul li a:hover {
  color: #ffffff;
}
.tweets-widget ul li .timePosted {
  color: #616161;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.tweets-widget ul li .timePosted a {
  color: inherit;
}
.tweets-widget ul li:last-child .timePosted {
  margin-bottom: 0;
}
/* Footer Bar */
.footer--bar {
  border-top: 1px solid rgba(71, 71, 71, 0.25);
}
.footer--copyright {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 43px;
  padding: 16px 0;
}
.footer--links ul {
  margin-left: 0;
}
.footer--links li {
  padding-left: 0;
  padding-right: 0;
}
.footer--links li a {
  color: #7f7f7f;
  font-size: 13px;
  font-weight: 400;
  line-height: 43px;
  text-transform: capitalize;
  margin-right: 26px;
  position: relative;
}
.footer--links li a:hover {
  color: #0cb4ce;
}
.footer--links li:last-child a {
  margin-right: 0;
}
footer .widget-instagram a {
  width: 61px;
  height: 61px;
}
footer .widget-instagram .insta-hover i {
  line-height: 61px;
}
/* Footer Light */
.footer-light {
  border-top: 1px solid #eeeeee;
  background-color: #ffffff;
}
.footer-light .footer-widget .footer--widget-title h5,
.footer-light .footer-widget .footer--widget-about ul li span,
.footer-light .footer--widget-recent .entry--title a,
.footer-light .tweets-widget ul li a:hover {
  color: #282828;
}
.footer-light .footer--widget-recent .entry--title a:hover {
  color: #0cb4ce;
}
.footer-light .footer--bar {
  border-top-color: #eeeeee;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer-widget {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .footer--widget {
    margin-bottom: 30px;
  }
  .footer--copyright {
    text-align: center;
  }
  .footer--copyright,
  .footer-widget .footer--widget-title h5 {
    margin-bottom: 15px;
  }
  .footer--bar {
    text-align: center;
  }
  .pull-right {
    float: none !important;
  }
  .footer--widget-recent .entry {
    margin-bottom: 10px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer--widget-title h5 {
    margin-bottom: 15px;
  }
  .footer--widget-recent .entry {
    margin-bottom: 10px;
  }
  .footer--widget {
    margin-bottom: 20px;
  }
  .footer-widget {
    padding-bottom: 40px;
  }
  .footer--links li a {
    margin-right: 16px;
  }
}
/*------------------------------------*\
    #404
\*------------------------------------*/
.page-404 h3 {
  font-size: 280px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
}
.page-404 p {
  color: #a5a5a5;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-404 h3 {
    font-size: 150px;
  }
  .page-404 .btn {
    width: 125px;
  }
  .page-404.fullscreen {
    height: auto !important;
    padding-top: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-404.fullscreen {
    height: auto !important;
    padding-top: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-404 h3 {
    font-size: 180px;
  }
}
/*------------------------------------*\
    #SOON
\*------------------------------------*/
.page-soon {
  padding-top: 140px;
  padding-bottom: 140px;
}
.page-soon h3 {
  color: #222222;
  font-size: 85px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 38px;
}
.page-soon p {
  color: #a5a5a5;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 70px;
}
/* jQuery Countdown styles 2.0.0. */
.countdown-rtl {
  direction: rtl;
}
.countdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.countdown-section {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  height: auto;
  padding: 0 23px;
}
.countdown-section:last-of-type {
  margin-right: 0;
}
.countdown-amount {
  font-family: 'Poppins', sans-serif;
  color: #0cb4ce;
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 18px;
}
.countdown-period {
  display: block;
  color: #616161;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
}
.countdown-boxed .countdown-section {
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 23px;
  margin: 0 15px;
}
.countdown-boxed .countdown-amount {
  color: #ffffff;
}
.countdown-boxed .countdown-period {
  color: #f9f9f9;
}
.countdown-dark .countdown-amount {
  color: #222222;
}
.countdown-dark .countdown-period {
  color: #616161;
}
.countdown-theme .countdown-amount {
  color: #0cb4ce;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .countdown-section {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .page-soon h3 {
    font-size: 45px;
    margin-top: 100px;
  }
  .countdown-amount {
    font-size: 30px;
  }
  .countdown-boxed .countdown-section {
    margin: 5px;
    padding: 10px 5px;
  }
  .countdown-period {
    font-size: 12px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .countdown-section {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .countdown-amount {
    font-size: 40px;
  }
  .page-soon h3 {
    font-size: 45px;
  }
  .countdown-boxed .countdown-section {
    padding: 15px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .countdown-amount {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .page-soon {
    padding-top: 150px !important;
    padding-bottom: 100px !important;
  }
}
/*------------------------------------*\
    #MAINTENANCE
\*------------------------------------*/
.page-maintenance {
  padding-top: 150px;
  padding-bottom: 150px;
}
.page-maintenance h3 {
  font-size: 85px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
  letter-spacing: 1.7px;
}
.page-maintenance p {
  color: #a5a5a5;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 50px;
}
.skills.skills-scroll .progress-bar {
  background-color: #222222;
}
.skills.skills-scroll .progress-title .title {
  color: #ffffff;
}
.maintenance-fullscreen.skills .progress-title .value {
  color: #f4f4f4;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-maintenance.fullscreen {
    padding-top: 350px !important;
  }
  .page-maintenance h3 {
    font-size: 40px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-maintenance.fullscreen {
    padding-top: 350px !important;
    padding-bottom: 100px !important;
  }
}
/*------------------------------------*\
    #Client
\*------------------------------------*/
.clients .client {
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}
.clients .client img {
  max-width: 100%;
  width: auto !important;
}
/* Client Carousel */
.clients-carousel-1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.clients-divider .client {
  position: relative;
}
.clients-divider .client:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 2px;
  height: 20px;
  background-color: #222222;
  margin-top: -10px;
  opacity: 0.2;
}
.carousel-divder-reverse {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 2px;
  height: 20px;
  background-color: #fff;
  margin-top: -13px;
  z-index: 333;
  margin-left: 15px;
}
.clients-carousel [class*="col-"] {
  max-height: 84px;
}
.clients-carousel-2 {
  padding: 135px 0;
}
/* Client #2 */
.clients-2 .row-clients .client {
  position: relative;
  height: 135px;
  margin-bottom: 15px;
  line-height: 135px;
  padding: 20px;
}
.clients-2 .row-clients .client:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 121px;
  background-color: #f0f0f0;
}
.clients-2 .row-clients .client:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 14px;
  width: 90%;
  height: 1px;
  background-color: #f0f0f0;
}
.clients-2 .row-clients .client:last-child:before {
  display: none;
}
.clients-2 .row-clients:last-child .client:after {
  display: none;
}
.clients-3.clients-2 .row-clients .client:before,
.clients-3.clients-2 .row-clients .client:after {
  background-color: #585a5d;
}
.clients-2.clients-4 .row-clients .client:before,
.clients-2.clients-4 .row-clients .client:after {
  background-color: #fff;
  opacity: 0.2;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .client img,
  .clients-2 .client {
    margin-bottom: 20px;
  }
  .clients {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .clients-2 .row-clients .client:after {
    display: none;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clients {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*------------------------------------*\
    #Work Process
\*------------------------------------*/
.process .process-panel {
  position: relative;
}
.process .process-panel:after {
  background: url(../images/process/divider.png) no-repeat top left;
  width: 29px;
  height: 10px;
  top: 63px;
  right: -30px;
  position: absolute;
  content: "";
}
.process .process-panel:last-of-type:after {
  display: none;
}
.process-panel .process-img {
  position: relative;
  margin: 0 auto 28px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.process-panel .process-img img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.process-panel .process-img .process-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -65px;
  width: 100%;
  height: 100%;
  line-height: 80px;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  padding: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 33px 0px rgba(40, 40, 40, 0.12);
  -moz-box-shadow: 0px 1px 33px 0px rgba(40, 40, 40, 0.12);
  -o-box-shadow: 0px 1px 33px 0px rgba(40, 40, 40, 0.12);
  box-shadow: 0px 1px 33px 0px rgba(40, 40, 40, 0.12);
}
.process-overlay span {
  border: 2px solid #dedede;
  height: 104px;
  width: 104px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 50px;
  line-height: 108px;
  font-weight: 300;
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  font-family: 'Poppins', sans-serif;
  color: #0cb4ce;
  background-color: transparent;
}
.process-panel .process-img .process-overlay:hover span {
  background: #0cb4ce;
  color: #ffffff;
}
.process-panel .process-img .process-overlay:hover span {
  color: #ffffff;
}
.process-panel .process-content h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.process-panel .process-content {
  position: relative;
}
.process-panel .process-content p {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
  padding: 0 30px;
}
.process-divider {
  position: absolute;
  top: 50%;
  right: -30px;
}
/* .process-3 */
.process-3 .process-panel .process-img .process-overlay {
  background-color: #222222;
}
.process-3 .process-panel .process-img .process-overlay span {
  border-color: transparent;
  z-index: 3;
  background-color: #ffffff;
}
.process-3 .process-panel .process-img .process-overlay:hover span {
  background-color: #0cb4ce;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .process .process-panel {
    margin-bottom: 30px;
  }
  .process .process-panel:after {
    display: none;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process .process-panel {
    margin-bottom: 30px;
  }
  .process .process-panel:after {
    display: none;
  }
}
/*------------------------------------*\
    #Skills
\*------------------------------------*/
.skills .progressbar {
  margin-bottom: 32px;
}
.skills .progressbar:last-of-type {
  margin-bottom: 0;
}
.skills .progress {
  height: 6px;
  background-color: #eeeeee;
  border-radius: 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
.skills .progress-bar {
  height: 6px;
  background-color: #0cb4ce;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
}
.skills .progress-title {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  line-height: 26px;
}
.skills .progress-title .title {
  color: #282828;
  font-size: 13px;
  font-weight: 800;
  line-height: inherit;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.skills-light .progress-title .title {
  color: #f9f9f9;
}
.skills-theme .progress-title .title {
  color: #ffffff;
}
.skills-theme .heading .heading--desc {
  color: #f9f9f9;
}
.skills .progress-title .value {
  font-family: 'Poppins', sans-serif;
  float: right;
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 700;
  line-height: inherit;
  text-transform: uppercase;
  padding-top: 0;
}
/* Skill #2 */
.progressbar.progress-gradient .progress-bar {
  background-color: #1bb580;
  background-image: -webkit-gradient(linear, left top, right top, from(#1bb580), to(#0c6db0));
  background-image: -webkit-linear-gradient(left, #1bb580, #0c6db0);
  background-image: -moz-linear-gradient(left, #1bb580, #0c6db0);
  background-image: -ms-linear-gradient(left, #1bb580, #0c6db0);
  background-image: -o-linear-gradient(left, #1bb580, #0c6db0);
  background-image: linear-gradient(left, #1bb580, #0c6db0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1bb580', endColorStr='#0c6db0', gradientType='1');
}
/* Skill #3 */
.progressbar.progress-gradient2 .progress-bar {
  background-color: #1bb580;
  background-image: -webkit-linear-gradient(to right, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);
  background-image: -moz-linear-gradient(to right, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);
  background-image: -ms-linear-gradient(to right, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);
  background-image: -o-linear-gradient(to right, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);
  background-image: linear-gradient(to right, rgba(233, 93, 83, 0.8) 0%, rgba(12, 180, 206, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(12, 180, 206, 0.8) 100%)', endColorStr='#0c6db0', gradientType='1');
}
.skills .heading .heading--title {
  line-height: 45px;
}
.skills .heading .heading--desc {
  line-height: 26px;
}
.skills-light .progress-bar {
  background-color: #2f2e2e;
}
.skills-light .progress-title .title {
  color: #f9f9f9;
}
.skills-light .progress-title .value {
  color: #dddddd;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .skills .heading {
    margin-bottom: 30px;
  }
  .skills .progressbar,
  .skills .progressbar:last-of-type {
    margin-bottom: 25px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skills .heading {
    margin-bottom: 30px;
  }
}
/*------------------------------------*\
	#Video
\*------------------------------------*/
.video-button .heading .heading--title {
  font-style: italic;
}
.video--content .video--player:hover {
  background-color: #0cb4ce;
  color: #ffffff;
}
.video--content .video--button .popup-video {
  width: 68px;
  height: 68px;
  line-height: 65px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  position: relative;
  background-color: #222222;
  border-radius: 50%;
}
.video--content .video--button .popup-video i {
  font-size: 48px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.video--content .video--button .popup-video:hover {
  background-color: #0cb4ce;
  color: #ffffff;
}
.video--content .video--button .popup-video.popup-video-white {
  background-color: #ffffff;
  color: #222222;
}
.video--content .video--player-bordered {
  font-size: 32px;
  border: 2px solid #eeeeee;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}
.video--content .video--player-bordered a,
.video--content .video--player-theme a {
  font-size: 32px;
  line-height: 70px;
  color: #f9f9f9;
}
.video--content .video--player-theme {
  font-size: 32px;
  border: 2px solid #0cb4ce;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}
.video--content .video--player-theme:hover,
.video--content .video--player-bordered:hover {
  background-color: transparent;
}
/* Button #1 */
.video-button-1 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.video-button-1 .video--content {
  width: 540px;
  height: 363px;
}
.video-button-1 p {
  color: #f4f4f4;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 37px;
}
.video-overlay {
  padding: 10px;
  height: 100%;
}
.video-button-1 .video--button {
  width: 100%;
  height: 100%;
  border: 4px solid #ffffff;
  background-color: rgba(40, 40, 40, 0.4);
  text-align: center;
}
/* Button #3 */
.video-button-3 .video--content {
  width: 540px;
  height: 363px;
}
/* Button #4 */
.video-button-4 {
  text-align: center;
  padding-top: 190px;
  padding-bottom: 190px;
}
.video-button-4 .video--content p {
  color: #f4f4f4;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.8px;
  margin-bottom: 25px;
}
.video-button-4 .video--content h3 {
  color: #ffffff;
  font-size: 55px;
  font-weight: 700;
  font-style: italic;
  line-height: 55px;
  margin-bottom: 40px;
}
.video--button.video-overlay-none,
.video-button-1 .video--button.video-overlay-none {
  border: none;
  background-color: transparent;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .video-button-1 .video--content {
    width: 100%;
    margin-bottom: 30px;
  }
  .video-button-1 .heading .heading--title {
    font-size: 32px;
  }
  .video-button-4 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .video-button-4 .video--content h3 {
    font-size: 36px;
    line-height: 45px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-button-1 .video--content {
    width: 100%;
    margin-bottom: 30px;
  }
  .video-button-1 .heading .heading--title {
    font-size: 26px;
    line-height: 35px;
  }
  .video-button-1 p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 19px;
  }
  .video-button-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .video-button-4 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
/*------------------------------------*\
    #Newsletter
\*------------------------------------*/
.newsletter p {
  color: #f4f4f4;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.newsletter h3 {
  color: #ffffff;
  font-size: 55px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 40px;
}
.newsletter .btn--primary:hover,
.newsletter .btn--secondary:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0cb4ce;
}
.newsletter .form-control {
  background-color: transparent;
  width: 370px;
  border: 2px solid #eeeeee;
  margin-right: 30px;
  margin-bottom: 0;
  padding: 0px 15px;
  height: 51px;
  color: #ffffff;
}
.newsletter-3.newsletter .form-control,
.newsletter-4.newsletter .form-control {
  border: 2px solid #eeeeee;
  margin-right: 0;
  border-radius: 100px;
  width: 455px;
  max-width: 100%;
}
.newsletter-3.newsletter button,
.newsletter-4.newsletter button {
  margin-left: -50px;
}
.newsletter .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.newsletter .form-control:-moz-placeholder {
  color: #ffffff;
}
.newsletter .form-control::-moz-placeholder {
  color: #ffffff;
}
.newsletter .form-control:-ms-input-placeholder {
  color: #ffffff;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .newsletter h3 {
    font-size: 35px;
    line-height: 40px;
  }
  .newsletter .form-control,
  .newsletter-3.newsletter .form-control,
  .newsletter-4.newsletter .form-control {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .newsletter-3.newsletter button,
  .newsletter-4.newsletter button {
    margin-left: 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter h3 {
    font-size: 39px;
    line-height: 45px;
  }
}
/*------------------------------------*\
    #Timeline
\*------------------------------------*/
.timeline {
  position: relative;
}
.timeline:before {
  position: absolute;
  content: "";
  background-color: #cecece;
  width: 2px;
  height: 100%;
  top: -20px;
  left: 80px;
}
.timeline:after {
  position: absolute;
  content: "";
  background-color: #cecece;
  width: 2px;
  height: 20px;
  bottom: 0;
  left: 80px;
}
.timeline--item {
  position: relative;
  margin-bottom: 65px;
}
.timeline--item:last-child {
  margin-bottom: 0;
}
.timeline--item .timeline--item-date {
  font-family: 'Poppins', sans-serif;
  color: #0cb4ce;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
}
.timeline--item .timeline--item-content {
  padding-left: 114px;
}
.timeline--item .timeline--item-content h3 {
  color: #282828;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
}
.timeline--item .timeline--item-content h3:before {
  position: absolute;
  width: 30px;
  height: 25px;
  line-height: 25px;
  top: 0;
  left: -41px;
  color: #282828;
  font-size: 16px;
  font-weight: 400;
  background: #ffffff;
  content: "\f017";
  font-family: fontawesome;
}
.timeline--item .timeline--item-content p {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}
/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.owl-carousel .owl-item img {
  width: 100%;
}
.carousel-dots .owl-controls {
  margin-top: 50px;
}
.carousel-dots .owl-controls .owl-dots .owl-dot span {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid rgba(100, 100, 100, 0.5);
  margin: 0 4px;
}
.carousel-dots .owl-controls .owl-dots .owl-dot.active span {
  background-color: #646464;
  border-color: #646464;
}
.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot span {
  border-color: rgba(255, 255, 255, 0.5);
}
.carousel-dots.carousel-theme .owl-controls .owl-dots .owl-dot.active span {
  background-color: #0cb4ce;
  border-color: #0cb4ce;
}
.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot.active span {
  background-color: #ffffff;
  border-color: #ffffff;
}
.carousel-navs .owl-controls .owl-nav {
  position: relative;
}
.carousel-navs .owl-controls .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  height: 60px;
  line-height: 60px;
  color: #222222;
  font-size: 0;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  margin-top: -250px;
}
.carousel-navs .owl-controls .owl-nav [class*=owl-]:hover {
  color: #0cb4ce;
  background-color: transparent;
}
.carousel-navs .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.carousel-navs .owl-controls .owl-nav .owl-prev:before {
  font-family: 'Linearicons-Free';
  content: "\e875";
  font-size: 40px;
}
.carousel-navs .owl-controls .owl-nav .owl-next {
  right: 0;
}
.carousel-navs .owl-controls .owl-nav .owl-next:before {
  font-family: 'Linearicons-Free';
  content: "\e876";
  font-size: 40px;
}
.carousel-navs .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.carousel-navs .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.carousel-navs .owl-dots .owl-dot.active span,
.carousel-navs .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
/**/
.slider-dots .owl-controls {
  margin-top: 0;
}
.slider-dots .owl-controls .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.slider-dots .owl-controls .owl-dots .owl-dot span {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.6);
  margin: 0 4px;
}
.slider-dots .owl-controls .owl-dots .owl-dot.active span {
  -moz-box-shadow: 0 0 0 2px #3d3c3c;
  -webkit-box-shadow: 0 0 0 2px #3d3c3c;
  box-shadow: 0 0 0 2px #ffffff;
}
.slider-navs .owl-controls .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin-top: -30px;
  color: #ffffff;
  font-size: 0;
  font-weight: 400;
  background-color: rgba(27, 26, 26, 0.5);
  text-align: center;
  padding: 0;
  border-radius: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
  color: #999999;
  background-color: #ffffff;
}
.slider-navs .owl-controls .owl-nav .owl-prev {
  left: 30px;
}
.slider-navs .owl-controls .owl-nav .owl-next:before,
.slider-navs .owl-controls .owl-nav .owl-prev:before {
  font-family: fontawesome;
  font-size: 25px;
}
.slider-navs .owl-controls .owl-nav .owl-prev:before {
  content: "\f104";
}
.slider-navs .owl-controls .owl-nav .owl-next {
  right: 30px;
}
.slider-navs .owl-controls .owl-nav .owl-next:before {
  content: "\f105";
}
.slider-navs .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.slider-navs .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.slider-navs .owl-dots .owl-dot.active span,
.slider-navs .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
.slider-navs.slider-shop .owl-controls .owl-dots .owl-dot span {
  background-color: #3d3c3c;
  border: 2px solid #ffffff;
}
.slider-navs.slider-shop .owl-controls .owl-dots .owl-dot.active span {
  -moz-box-shadow: 0 0 0 2px #3d3c3c;
  -webkit-box-shadow: 0 0 0 2px #3d3c3c;
  box-shadow: 0 0 0 2px #3d3c3c;
}
.slider-theme.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
  color: #222222;
}
.slider-theme.slider-dots .owl-controls .owl-dots .owl-dot span {
  border-color: #0cb4ce;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .carousel-dots .owl-controls {
    margin-top: 20px;
  }
  .slider-navs .owl-controls .owl-nav .owl-prev {
    left: 0;
  }
  .slider-navs .owl-controls .owl-nav .owl-next {
    right: 0;
  }
  .slider-navs .owl-controls .owl-nav .owl-next:before,
  .slider-navs .owl-controls .owl-nav .owl-prev:before {
    font-size: 20px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-navs .owl-controls .owl-nav .owl-next:before,
  .slider-navs .owl-controls .owl-nav .owl-prev:before {
    font-size: 30px;
  }
}
/*------------------------------------*\
    #Divider
\*------------------------------------*/
.divider--line {
  position: relative;
  height: 2px;
}
.divider--line:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  background-color: #0cb4ce;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
.divider--wide:after {
  width: 70px !important;
}
.divider--center:after {
  left: 50%;
  margin-left: -25px;
}
.divider--line.divider--white:after {
  background-color: #ffffff !important;
}
.divider--line.divider--dark:after {
  background-color: #222222 !important;
}
.section-bordered {
  border-bottom: 1px solid #f0f0f0;
}
.divider--section {
  border-top: 1px solid #f0f0f0;
  margin-top: 0;
  margin-bottom: 0;
}
/*------------------------------------*\
    #Banners
\*------------------------------------*/
/* Banner #1 */
.banner-panel {
  padding: 110px 70px;
  width: 33.33333333%;
  float: left;
  position: relative;
  max-height: 420px;
  overflow: hidden;
}
.panel--content {
  position: relative;
  padding-bottom: 27px;
}
.panel--content:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #0cb4ce;
}
.banner-panel .num {
  position: absolute;
  left: 0;
  top: -32px;
  color: #efefef;
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.2;
  font-family: 'Poppins', sans-serif;
}
.banner-panel h6 {
  font-family: 'Raleway', sans-serif;
  color: #0cb4ce;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.banner-panel h3 {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.banner-panel p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 26px;
}
.banner-panel p:last-of-type {
  margin-bottom: 0;
}
.banner-panel a {
  color: #0cb4ce;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 4px;
  text-transform: uppercase;
  position: relative;
}
.banner-panel a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 2px;
  background-color: #0cb4ce;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.banner-panel:hover a:after {
  width: 100%;
}
.interactive-white .banner-panel {
  padding: 110px 15px;
}
.interactive-white .banner-panel h3 {
  color: #282828;
}
.interactive-white .banner-panel .num {
  opacity: 1;
}
/* Banner #2 */
.banner-2 .panel--content:after {
  background-color: #ffffff;
}
.banner-2 .banner-panel .num {
  top: -40px;
}
.banner-2 .banner-panel h3 {
  padding-top: 30px;
  margin-bottom: 16px;
}
.banner-2 .banner-panel p {
  color: #f4f4f4;
}
.banner-img {
  height: 420px;
}
/* Banner #4 */
.banner-4 .col-content {
  padding: 100px 50px 100px 120px;
}
.banner-4 .col-img {
  height: 677px;
}
.banner-4 .feature-panel h3 {
  font-size: 16px;
  margin-bottom: 11px;
}
.banner-4 .feature-panel p {
  padding: 0;
}
/* Banner #5 */
.banner-5 .col-content {
  padding: 100px 70px 50px 100px;
}
.banner-5 .col-img {
  height: 677px;
}
.banner-5 .feature-panel .feature--icon {
  margin-bottom: 20px;
}
.banner-5 .feature-panel .feature--content p {
  padding: 0;
}
/* .banner #6 */
.banner-6 {
  height: 677px;
  overflow: hidden;
}
.banner-6 .col-img {
  padding: 0 !important;
}
.banner-6 .banner--main-img {
  height: 677px;
  padding: 0;
}
.banner--main-img img {
  width: 100%;
}
.banner-6 .heading .heading--subtitle {
  margin-bottom: 26px;
}
.banner-6 .banner--item-desc {
  font-size: 15px;
  color: #a5a5a5;
  margin-bottom: 24px;
}
.banner-6 .carousel-dots .owl-controls {
  margin-top: 50px;
}
.banner-6 .carousel-dots .owl-controls .owl-dots .owl-dot span {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #0cb4ce;
  margin: 0 4px;
}
.banner-6 .carousel-dots .owl-controls .owl-dots .owl-dot.active span {
  background-color: #0cb4ce;
  border-color: #0cb4ce;
}
/* .banner #7 */
.banner-7 {
  height: 800px;
  overflow: hidden;
}
.banner-7 .col-img {
  padding: 0 !important;
  height: 800px;
  overflow: hidden;
}
.banner-7 .banner--main-img {
  height: 800px;
  padding: 0;
}
.banner-7 .banner--main-img img {
  width: 100%;
}
.banner-7 .heading {
  margin-bottom: 53px;
}
.banner-7 .heading .heading--subtitle {
  color: #9b9b9b;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 13px;
}
.banner-7 .heading .heading--title {
  font-style: italic;
  margin-bottom: 18px;
}
.banner-7 .col-heading .heading .heading--title {
  font-size: 65px;
  line-height: 70px;
  font-style: normal;
}
.banner-7 .col-content {
  padding: 120px 70px 80px 90px;
}
.banner-7 .work h3 {
  color: #282828;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 31px;
}
.banner-7 .portfolio-item {
  margin-bottom: 17px;
}
.banner-7 .portfolio-item .portfolio--title h4,
.banner-7 .portfolio-item .portfolio--cat {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-7 .portfolio-item .portfolio--title h4 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 7px;
}
.banner-7 .portfolio-item .portfolio--title h4 a {
  color: #222222;
}
.banner-7 .portfolio-item .portfolio--cat a,
.banner-7 .portfolio-item .portfolio--cat a:after {
  color: #333333;
}
.banner-7 .portfolio-item .portfolio--title h4 a:hover,
.banner-7 .portfolio-item .portfolio--cat a:hover {
  color: #0cb4ce;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .banner-panel {
    width: 100%;
    padding: 50px;
  }
  .banner-6,
  .banner-7 {
    height: auto;
  }
  .banner-7 .col-heading .heading--title {
    font-size: 25px;
    line-height: 38px;
  }
  .interactive-white .banner-panel {
    padding: 50px 40px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-panel {
    padding: 50px;
  }
  .banner-panel h3 {
    font-size: 18px;
  }
  .banner-panel p {
    font-size: 12px;
  }
  .banner-6,
  .banner-7 {
    height: auto;
  }
  .banner-7 .col-content,
  .banner-6 .col-content {
    padding: 40px 30px !important;
  }
  .banner-7 .heading .heading--title {
    font-size: 28px;
    line-height: 40px;
  }
}
.banner-panel .divider--line:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
/*------------------------------------*\
    #Number Process
\*------------------------------------*/
.number-panel {
  position: relative;
}
.number-panel .number--img {
  margin-bottom: 30px;
}
.number-panel .number--img img {
  max-width: 100%;
  height: auto;
}
.number-panel .number--content h6 {
  color: #0cb4ce;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}
.number-panel .number--content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #282828;
  margin-bottom: 21px;
}
.number-panel .number--content p {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.number-panel .number--content a {
  color: #0cb4ce;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 4px;
  text-transform: uppercase;
  position: relative;
  margin-top: 26px;
  display: inline-block;
}
.number-panel .number--content a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 2px;
  background-color: #0cb4ce;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.number-panel:hover .number--content a:after {
  width: 100%;
}
.number-panel .num {
  position: absolute;
  left: 0;
  top: -32px;
  color: #efefef;
  font-size: 65px;
  font-weight: 600;
  line-height: 1;
}
/* Number #1 */
.number-1 .number-panel .number--content h3 span {
  color: #0cb4ce;
  position: relative;
  padding-bottom: 3px;
}
.number-1 .number-panel .number--content h3 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #dd543d;
}
/* Number #2 */
.number-2 .number-panel .number--content h3 {
  margin-bottom: 15px;
}
/* Number #3 */
.number-3 .number-panel .num {
  left: auto;
  right: 0;
  top: -5px;
}
/* Number White */
.number-white .number-panel {
  padding: 76px 50px 57px;
}
.number-white .number-panel .number--content h6 {
  color: #f9f9f9;
}
.number-white .number-panel .number--content h3 {
  color: #ffffff;
  position: relative;
  padding-bottom: 16px;
}
.number-white .number-panel .number--content h3:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
}
.number-white .number-panel .number--content p {
  color: #ffffff;
}
.number-white .number-panel .number--content a {
  color: #ffffff;
}
.number-white .number-panel .number--content a:after {
  background-color: #ffffff;
}
.number-white .number-panel .num {
  position: absolute;
  left: 49px;
  top: 31px;
  color: rgba(239, 239, 239, 0.05);
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .number-panel {
    margin-bottom: 30px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .number-white .number-panel {
    padding: 20px;
  }
}
/*------------------------------------*\
    #Workflow
\*------------------------------------*/
.workflow .tab-pane {
  min-height: 597px;
}
.workflow .tab-pane .col-img {
  height: 597px;
}
.workflow .tab-pane .col-content {
  padding: 100px !important;
  height: 597px;
  box-shadow: 0 2px 3px rgba(40, 40, 40, 0.16);
  border-radius: 0 2px 2px 0;
  background-color: #ffffff;
}
.workflow .tab-pane .col-content h4 {
  font-size: 35px;
  font-weight: 700;
  font-style: italic;
  line-height: 40px;
  margin-bottom: 40px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .workflow .tab-pane .col-content {
    padding: 30px !important;
    height: auto;
  }
  .workflow .tab-pane .pr-0 {
    padding-right: 15px !important;
  }
  .workflow .tab-pane .pl-0 {
    padding-left: 15px !important;
  }
  .workflow .tab-pane .col-img {
    height: auto;
    min-height: 300px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .workflow {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .workflow .tab-pane .col-content {
    padding: 50px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .workflow {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .workflow .tab-pane .col-content {
    padding: 70px !important;
  }
}
/*------------------------------------*\
    #Pie Charts
\*------------------------------------*/
.pie-chart .rounded-skill {
  min-height: 160px;
}
.pie-chart .rounded-skill .prcentage {
  width: 144px;
  height: 144px;
  line-height: 144px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #ebebeb;
  margin: 11px;
  display: inline-block;
}
.pie-chart .rounded-skill span {
  color: #0cb4ce;
  font-weight: 600;
  line-height: inherit;
  text-transform: uppercase;
}
.pie-chart .rounded-skill .prcent {
  font-size: 43px;
}
.pie-chart .rounded-skill .symbol {
  font-size: 23px;
}
.pie-chart .skill-name h6 {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 0;
}
.pie-chart .rounded-skill .rounded--icon {
  width: 144px;
  height: 144px;
  line-height: 144px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #ebebeb;
  margin: 11px;
  display: inline-block;
  color: #0cb4ce;
  font-size: 40px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .pie-chart .skill {
    margin-bottom: 30px;
  }
}
/*------------------------------------*\
    #Side Nav
\*------------------------------------*/
.header-fixed-side {
  width: 270px;
  position: fixed;
  border-radius: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.header-fixed-side .header--panel {
  width: 100%;
  height: 100%;
}
.header-fixed-side .navbar-header {
  float: none;
}
.header-fixed-side .header--panel-logo {
  width: 100%;
  display: block;
  text-align: center;
  padding: 30px 30px 30px 0;
  margin-bottom: 80px;
}
.header-fixed-side .header--panel .navbar-nav {
  margin-bottom: 0;
  padding: 30px;
  margin: 0;
  float: none;
}
.header-fixed-side .header--panel .navbar-nav > li {
  margin-right: 0;
  float: none;
  text-align: center;
}
.header-fixed-side .header--panel .navbar-nav > li:last-child {
  border-bottom: none;
}
.header-fixed-side .navbar-nav a {
  font-size: 13px;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
  line-height: 39px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
.header-fixed-side .header--panel .navbar-nav li:last-child a {
  margin-bottom: 0;
}
.header-fixed-side .header--panel .navbar-nav a:hover {
  color: #0cb4ce;
}
.header--panel-footer {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.header-fixed-side .header--panel .header--panel-social {
  margin-bottom: 20px;
}
.header-fixed-side .header--panel .header--panel-social a {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #646464;
  text-align: center;
  display: inline-block;
  margin-right: 24px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-fixed-side .header--panel .header--panel-social a:last-of-type {
  margin-right: 0;
}
.header-fixed-side .header--panel .header--panel-social a.share-facebook:hover {
  color: #3B5998;
}
.header-fixed-side .header--panel .header--panel-social a.share-twitter:hover {
  color: #00ACEE;
}
.header-fixed-side .header--panel .header--panel-social a.share-instagram:hover {
  color: #9b6954;
}
.header-fixed-side .header--panel .header--panel-social a.share-linkedin:hover {
  color: #0E76A8;
}
.header-fixed-side .header--panel .header--panel-copyright {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}
.header-fixed-side .header--panel .header--panel-copyright a {
  color: #0cb4ce;
}
.side-header .wrapper {
  margin: 0 0 0 270px !important;
  width: auto !important;
}
.side-header .wrapper .container {
  width: auto !important;
}
/* Header Fixed Dark */
.header-fixed-dark .header--panel .header--panel-copyright,
.header-fixed-dark .header--panel .header--panel-social a,
.header-fixed-dark .navbar-nav a {
  color: #ffffff;
}
.header-fixed-dark .header--panel .navbar-nav > li {
  border-bottom-color: rgba(255, 255, 255, 0.15) !important;
}
.header-fixed-dark .header--panel .header--panel-social a:hover,
.header-fixed-dark .navbar-nav a:hover {
  color: #222222 !important;
}
.header-fixed-dark.header--panel .header--panel-social a:hover,
.header-fixed-dark .navbar-nav a:hover {
  color: #0cb4ce !important;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .header-fixed-side {
    width: 100%;
    position: relative;
  }
  .header-fixed-light .navbar-toggle {
    border-color: #222222;
  }
  .header-fixed-light .navbar-toggle .icon-bar {
    background-color: #222222;
  }
  .side-header .wrapper {
    margin: 0 !important;
  }
  .header-fixed-side .header--panel-logo {
    padding: 0 0 0 15px;
    margin-bottom: 0;
    float: left;
    width: auto;
  }
  .header--panel-footer {
    display: none;
  }
  .header-fixed-side .container > .navbar-collapse {
    margin-left: 0;
    background-color: #ffffff;
    border-top: 1px solid #f7f7f7;
  }
  .header-fixed-side .header--panel .header--panel-social a {
    color: #646464;
  }
  .header-fixed-side .navbar-nav a {
    color: #333333 !important;
  }
  .header-fixed-side .header--panel .navbar-nav a:hover {
    color: #0cb4ce !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-fixed-side .header--panel-logo {
    margin-bottom: 30px;
  }
}
/*------------------------------------*\
    #Services
\*------------------------------------*/
.service-panel {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.service-panel:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  transform: translateY(-4px);
}
.service-panel img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.service-panel h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.service-panel p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}
.service-panel .link-more {
  color: #0cb4ce;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 18px;
  display: block;
}
.service-panel:hover .link-more {
  color: #222222;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .service-panel {
    margin-bottom: 30px;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/* Small Devices, Tablets */
/*------------------------------------*\
    #Landing Page / Promo Page
\*------------------------------------*/
.landing-hero {
  height: 100vh;
  padding-top: 200px;
}
.landing-hero h6 {
  color: #f9f9f9;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
.landing-hero h1 {
  font-size: 65px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 25px;
}
.landing-hero p {
  color: #f9f9f9;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  padding: 0 20px;
}
.landing-demos .portfolio-filter li a {
  font-weight: 700;
  margin-right: 20px;
}
.landing-demos .portfolio-item {
  margin-bottom: 50px;
}
.landing-demos .portfolio-title h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
}
.landing-demos .portfolio-title:hover h4 {
  color: #0cb4ce;
}
.landing-demos .portfolio-img {
  -moz-box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.1);
  background-color: #c0c0c0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.landing-demos .portfolio-img img {
  max-width: 100%;
  height: auto;
}
.landing-demos .portfolio-item:hover .portfolio-img {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.landing-demos .portfolio-item:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.landing-demos .portfolio-bio {
  padding-top: 23px;
}
/* Landing Action*/
.wrapper-parallax {
  margin-bottom: 600px;
  position: relative;
  z-index: 50;
}
.footer-parallax {
  width: 100%;
  position: fixed;
  z-index: -1;
  bottom: 0;
  left: 0;
  height: 600px;
}
.landing-action {
  padding-top: 125px;
}
.landing-action h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 50px;
}
.landing-featues {
  padding-bottom: 50px;
}
.landing-featues .feature-box {
  margin-bottom: 50px;
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
.bg-animate {
  background-position: 0 0;
  background-repeat: repeat-x;
  animation: animatedBackground 30s linear infinite;
}
.landing-carousel {
  height: 780px;
}
.landing-carousel .owl-item .carousel-item {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.1);
}
.landing-carousel .owl-item.center .carousel-item {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  margin-left: -25px;
}
.landing-carousel .carousel-navs .owl-controls {
  margin: 0;
}
.landing-carousel .carousel-navs .owl-controls .owl-nav [class*=owl-] {
  height: 35px;
  line-height: 35px;
  color: #999999;
}
.landing-carousel .carousel-navs .owl-controls .owl-nav .owl-prev:before,
.landing-carousel .carousel-navs .owl-controls .owl-nav .owl-next:before {
  font-size: 35px;
  font-family: fontawesome;
  color: #333333;
}
.landing-carousel .carousel-navs .owl-controls .owl-nav .owl-prev:before {
  content: "\f104";
}
.landing-carousel .carousel-navs .owl-controls .owl-nav .owl-next:before {
  content: "\f105";
}
.landing-carousel .carousel-navs .owl-controls .owl-nav .owl-prev {
  left: 315px;
}
.landing-carousel .carousel-navs .owl-controls .owl-nav .owl-next {
  right: 250px;
}
/* Landing Features */
.landing-feature .feature-panel {
  margin-bottom: 50px;
}
.landing-feature .feature-panel .feature--content h3 {
  font-size: 18px;
}
.landing-niche .btn {
  margin-right: 30px;
  margin-bottom: 30px;
}
.btn--architecture {
  background-color: #e9bf41;
}
.btn--bakery {
  background-color: #e1be64;
}
.btn--barber {
  background-color: #bf9456;
}
.btn--cafe {
  background-color: #cda964;
}
.btn--construction {
  background-color: #ffc527;
}
.btn--consulting {
  background-color: #fc5d4a;
}
.btn--finance {
  background-color: #4258a8;
}
.btn--health {
  background-color: #3498db;
}
.btn--hosting {
  background-color: #288feb;
}
.btn--hotel {
  background-color: #bf9958;
}
.btn--lawyer {
  background-color: #d5aa6d;
}
.btn--marketing {
  background-color: #1dc49a;
}
.btn--pet {
  background-color: #52be7f;
}
.btn--psychology {
  background-color: #0eaff5;
}
.btn--restaurant {
  background-color: #bb9356;
}
.landing-carousel2 .owl-carousel .owl-item img {
  width: 100%;
}
.landing-carousel2 .owl-item .carousel-item {
  box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.1);
}
/*------------------------------------*\
    #About
\*------------------------------------*/
.about-1 .testimonial-boxed .testimonial-panel {
  padding: 42px 0;
  margin: 0;
}
.about-1 .testimonial-boxed .testimonial-panel:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .about-1 .testimonial-boxed {
    margin: 30px auto;
  }
  .about .text-right {
    text-align: center;
    margin-top: 30px !important;
  }
  .about {
    text-align: center;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-1 .testimonial {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .about-1 .testimonial-boxed {
    margin: 30px auto;
  }
}
/*------------------------------------*\
    #Covers
\*------------------------------------*/
.cover-3 .testimonial-wide .testimonial-panel .testimonial--body p {
  font-size: 35px;
  font-weight: 700;
}
.cover-3 .testimonial-wide .testimonial-panel .testimonial--body {
  padding: 0;
}
.cover-5 h3 {
  font-size: 70px;
  font-weight: 900;
  font-style: italic;
  line-height: 82px;
  margin-bottom: 30px;
}
.cover-5 p {
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 40px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cover-1 .contact--info {
    margin-bottom: 30px;
  }
  .cover-3 .testimonial-wide .testimonial-panel .testimonial--body p {
    font-size: 20px;
    line-height: 28px;
  }
}
/* Small Devices, Tablets */
/*------------------------------------*\
    #SCREENSHOTS
\*------------------------------------*/
.screenshot .heading {
  margin-bottom: 115px;
}
.screenshot .carousel-dots .owl-controls {
  margin-top: 100px;
}
.device-mockup {
  background: url("../images/app/holder.png") no-repeat center;
  background-size: contain;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: -56px;
  width: 254px;
  height: 475px;
  margin-left: -128px;
}
.screenshot .owl-item:not(.center) {
  padding-bottom: 30px;
  padding-top: 0;
}
.screenshot .owl-item:not(.center) .screenshot-item {
  box-shadow: 0 2px 30px rgba(40, 40, 40, 0.2);
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .screenshot .owl-carousel .owl-item img {
    width: auto;
    margin: 10px auto;
  }
  .screenshot .owl-item .screenshot-item {
    padding: 0;
  }
  .mockups-2 img {
    margin-top: 30px;
    max-width: 100%;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .screenshot .owl-item .screenshot-item {
    padding: 0 70px;
  }
  .mockups-2 img {
    margin-top: 30px;
  }
}
/*------------------------------------*\
	#Event
\*------------------------------------*/
.calendar .calendar--heading {
  margin-bottom: 50px;
}
.calendar .calendar--heading .calendar--icon {
  background: #282828;
  color: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 2px;
  margin-bottom: 30px;
  font-size: 40px;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.calendar .calendar--heading .calendar--icon:hover {
  background-color: #0cb4ce;
}
.calendar .calendar--heading .calendar--icon i {
  display: inline-block;
}
.calendar-panel:hover .calendar--icon i {
  -webkit-animation: pulse 0.9s infinite;
  -moz-animation: pulse 0.9s infinite;
  -ms-animation: pulse 0.9s infinite;
  -o-animation: pulse 0.9s infinite;
  animation: pulse 0.9s infinite;
}
.calendar .calendar--heading h2 {
  color: #282828;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.calendar .calendar--heading p {
  font-size: 13px;
  font-weight: 400;
}
.calendar .calendar--heading .divider--line:after {
  width: 100%;
  background-color: #d9d9d9;
}
.calendar .calendar--date {
  margin-bottom: 37px;
}
.calendar .calendar--date h6 {
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.calendar .calendar--date p {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}
/* Custom, iPhone Retina */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .calendar .calendar--heading h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .calendar .calendar--heading p {
    margin-bottom: 10px;
  }
  .calendar .calendar--heading {
    margin-bottom: 30px;
  }
}
/*------------------------------------*\
    #Restaurant
\*------------------------------------*/
/* Restaurant Menu #1 */
.rest-1 .resturant-specials {
  padding: 100px 0;
}
.rest-1 .resturant-specials .panel-dish {
  overflow: hidden;
  padding: 0 100px;
}
.rest-1 .resturant-specials .panel-dish h4 {
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  line-height: 29px;
  margin-bottom: 10px;
}
.rest-1 .resturant-specials .panel-dish p {
  color: #9b9b9b;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
}
.rest-1 .resturant-specials .panel-dish .dish-divider {
  background: url("../images/background/divider.png") no-repeat center;
  width: 100%;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .rest-1 .panel-dish {
    text-align: center;
  }
  .rest-1 .panel-dish .btn {
    text-align: center;
    margin: 10px auto;
  }
}
/* Restaurant Menu #2 */
.rest-2 .menu-content {
  box-shadow: 0 1px 73px rgba(40, 40, 40, 0.1);
  background-color: #ffffff;
}
.rest-2 .panel-dish {
  height: 400px;
}
.rest-2 .panel-dish .dish-details {
  padding: 60px 30px 0 30px;
}
.rest-2 .panel-dish .dish-details h6 {
  color: #0cb4ce;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.rest-2 .panel-dish .dish-details h3 {
  font-size: 26px;
  font-weight: 900;
  font-style: italic;
  line-height: 29px;
}
.rest-2 .panel-dish .dish-details .dish-divider {
  background: url("../images/background/divider2.png") no-repeat center;
  width: 100%;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.rest-2 .panel-dish img {
  max-width: inherit;
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.rest-2 .panel-dish .dish-details p {
  font-size: 14px;
  margin-bottom: 0;
}
/*------------------------------------*\
    #PAGE-TTILE
\*------------------------------------*/
.page-title {
  padding: 0;
}
.page-title .title {
  padding: 230px 0;
}
.page-title .title--heading {
  margin-bottom: 20px;
}
.page-title .title--heading h1 {
  color: #ffffff;
  font-size: 75px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0;
  text-transform: capitalize;
}
.page-title .title--desc p {
  color: #f9f9f9;
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 400;
}
.page-title .breadcrumb,
.page-title .breadcrumb a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background: transparent;
  color: #e5e4e4;
}
.page-title .breadcrumb .active {
  color: #f9f9f9;
}
.page-title .breadcrumb a:hover {
  color: #0cb4ce;
}
.page-title .breadcrumb > li + li:before {
  color: #f9f9f9;
}
/* Title #1 */
.page-title .title-1 {
  padding-bottom: 110px;
}
.title-1 .breadcrumb {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
}
/* Title #2 */
.page-title .title-2 {
  padding-top: 220px;
  padding-bottom: 130px;
}
.title-2 .title--heading {
  margin-bottom: 6px;
}
/* Title #3 */
.page-title .title-3 {
  padding: 268px 0 171px;
}
.title-3 .title--heading {
  margin-bottom: 8px;
}
.title-3 .breadcrumb {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
}
/* Title #4 */
.page-title .title-4 {
  padding: 241px 0 150px;
}
.page-title .title-4 .title--heading {
  margin-bottom: 55px;
}
/* Title #5 */
.page-title .title-5 {
  padding-bottom: 130px;
}
.page-title .title-5 .title--heading {
  margin-bottom: 15px;
}
/* Title #6 */
.page-title .title-6 {
  padding: 232px 0 145px;
}
.page-title .title-6 .title--heading {
  margin-bottom: 15px;
}
/* Title #8 */
.page-title .title-8 {
  padding: 247px 0 150px;
}
.title-8 .title--heading {
  margin-bottom: 6px;
}
.title-8 .title--desc {
  margin-bottom: 25px;
}
/* Title #9 */
.title-9 .title--heading h1 {
  text-transform: uppercase;
}
/* Title #10 */
.page-title .title-10 {
  padding: 212px 0 107px;
}
.title-10 .breadcrumb {
  margin-bottom: 13px;
}
.title-10 .title--heading {
  margin-bottom: 12px;
}
.title-10 .title--desc {
  padding: 0 20px;
}
/* Title #11 */
.page-title .title-11 {
  padding-bottom: 120px;
}
/* Title #15 */
.page-title .title-15 {
  padding-bottom: 170px;
}
/* Title #16 */
.page-title .title-16 {
  padding-bottom: 90px;
}
.title-16 .title--heading h1,
.title-17 .title--heading h1 {
  font-size: 45px;
  color: #282828;
}
.page-title .title-16 .breadcrumb,
.page-title .title-16 .breadcrumb a,
.page-title .title-17 .breadcrumb,
.page-title .title-17 .breadcrumb a {
  color: #333;
}
.page-title .title-16 .active,
.page-title .title-16 .breadcrumb > li + li:before,
.page-title .title-17 .active,
.page-title .title-17 .breadcrumb > li + li:before {
  color: #222;
}
/* Title #17 */
.page-title .title-17 {
  padding: 170px 0 60px 0;
}
.title-17 .title--heading {
  margin-bottom: 0;
}
.title-17 .title--heading h1,
.title-17 .breadcrumb {
  line-height: 50px;
}
/* Title #18 */
.page-title .title-18 {
  padding-bottom: 80px;
}
.title-18 .title--heading {
  margin-bottom: 8px;
}
.title-18 .title--desc {
  margin-bottom: 50px;
}
/* Title #19 */
.page-title .title-19 {
  padding-bottom: 80px;
}
.title-19 .title--heading h1 {
  font-size: 45px;
}
/* Title #20 */
.title-20 .title--heading h1 {
  color: #222222;
  font-size: 35px;
  font-weight: 400;
  font-style: italic;
  line-height: 35px;
}
/* Title #21 */
.page-title .title-21 {
  padding: 80px 0 73px;
}
.title-21 .title--heading {
  margin-bottom: 7px;
}
.title-21 .title--heading h1 {
  color: #222222;
  font-size: 75px;
  font-weight: 700;
  text-transform: capitalize;
}
.title-21 .title--desc p {
  color: #a5a5a5;
}
/* Title #22 */
.page-title .title-22 {
  padding-top: 130px;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-title .title--heading h1 {
    font-size: 40px;
  }
  .title-17 .title--heading h1,
  .title-17 .breadcrumb {
    text-align: center;
  }
}
/* Small Devices, Tablets */
/*------------------------------------*\
    #BOXED LAYOUT
\*------------------------------------*/
.page-boxed {
  background: url(../images/background/patterns/wood-dark.jpg);
  background-attachment: fixed;
}
@media only screen and (min-width: 1200px) {
  .page-boxed .wrapper {
    width: 1170px;
    margin: auto;
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  }
  .page-boxed .wrapper .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-boxed .wrapper {
    width: auto;
    margin: auto;
    overflow-x: hidden;
  }
}
.page-boxed .header-fixed .affix {
  background-color: transparent;
}
.page-boxed .header-fixed .affix .container {
  background-color: #ffffff;
}
.page-boxed .col-content {
  padding: 90px;
}
/* To active Boxed Layout */
/*------------------------------------*\
    #Layout Bordered
\*------------------------------------*/
.body-bordered .wrapper {
  background-color: #ffffff;
  padding: 40px;
}
.body-bordered .header-topbar.header-transparent .navbar {
  top: 65px;
}
.body-bordered .navbar {
  top: 20px;
}
.body-bordered .navbar.affix,
.body-bordered .header-topbar.header-transparent .navbar.affix {
  top: 0;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .body-bordered .wrapper {
    padding: 10px;
  }
  .body-bordered .header-topbar.header-transparent .navbar {
    top: 25px;
  }
}
/* Small Devices, Tablets */
/* To active bordered Version */
/*------------------------------------*\
    #Layout Split
\*------------------------------------*/
.nav-split {
  position: fixed;
  top: 50%;
  right: 30px;
  padding: 10px;
  z-index: 99;
  margin-bottom: 0;
  list-style: none;
  border-radius: 15px;
  background-color: #f9f9f9;
}
.nav-split li a {
  width: 9px;
  height: 9px;
  border: 2px solid rgba(100, 100, 100, 0.5);
  background-color: #ffffff;
  font-size: 0;
  border-radius: 50%;
  display: block;
  margin-bottom: 13px;
}
.nav-split li a:hover,
.nav-split li.active a {
  background-color: #0cb4ce;
  border-color: #0cb4ce;
}
.nav-split li:last-child a {
  margin-bottom: 0;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-split {
    right: 0;
  }
}
/* Small Devices, Tablets */
/* To active split Version */
