﻿/*
[Master Stylesheet]
Project: Whitespace

[Table of contents]
1. Fonts
2. Page Elements & Classes
3. CSS Transitions
4. Buttons
5. Forms
6. Header
7. Footer
8. Sidebar
9. Widgets
10. Blog
11. Modules

*/

/* Fonts */
@import url('//fonts.googleapis.com/css?family=Raleway:400,600,700|Open+Sans:400,400italic,300italic,600,700,600italic,700italic,300|Damion');
@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon.eot?6rglky');
  src:url('../fonts/icomoon.eot?6rglky#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?6rglky') format('truetype'),
    url('../fonts/icomoon.woff?6rglky') format('woff'),
    url('../fonts/icomoon.svg?6rglky#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ----------------- Page Elements & Classes ----------------- */
* {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 100%;
}

body {
    color: #515359;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

a {
  outline: none !important;
}

#page {
  opacity: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e439b;
  margin: 0 0 12px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.default_font h1,
.default_font h2,
.default_font h3,
.default_font h4,
.default_font h5,
.default_font h6 {
font-family: 'Raleway', sans-serif;
}

h1 {
  font-size: 40px;
  line-height: 50px;
}

.compat-object-fit
{
   background-size: cover;
   background-position: center center;
}

h2 {
  font-size: 30px;
  line-height: 42px;
}

h3 {
  font-size: 28px;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-size: 18px;
  line-height: 25px;
}

h6 {
  font-size: 15px;
  line-height: 21px;
}

h8 {
  font-size: 12px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #1e439b;

}

p {
  margin: 0 0 10px 0;
  padding: 0;
  color: #515359;
  line-height: 21px;
}

p.separator {
  line-height: 6px;
}

input[type="number"],
input[type="search"],
input[type="email"],
input[type="text"],
input[type="url"],
input[type="password"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=number] {
  -moz-appearance:textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button,
input:focus,
button:focus,
textarea:focus {
  outline: none;
}

button {
  background: transparent;
}

a {
  text-decoration: none;
  color: inherit;
}

a:focus, a:active {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #1e439b;
  text-decoration: none;
}

img {
  max-width: 100%;
}

iframe,
embed {
  width: 100%;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.align-left {
  text-align: left;
}

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

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

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.row-fit {
  margin: 0
}

.row-fit [class*="col-"] {
  padding: 0
}

.row-fit-10 {
  margin: 0 -5px
}

.row-fit-10 [class*="col-"] {
  padding: 0 5px
}

.row-fit-30 {
  margin: 0 -15px
}

.row-fit-30 [class*="col-"] {
  padding: 0 15px
}

.overflowhide {
  overflow: hidden;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.clean-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.clean-list li {
  list-style-type: none;
}

.highlight-light {
  background: #eeeeee;
  color: #515359;
}

.highlight-dark {
  background: #303238;
  color: #fff;
}

.highlight-yellow {
  background: #1e439b;
  color: #fff;
}

blockquote {
  display: inline-block;
  float: left;
  width: 34%;
  padding: 5px 30px 5px 20px;
  margin: 0 0 12px;
  border-left: 4px solid #eeeeee;
}

blockquote.dark {
  border-color: #303238;
}

blockquote.yellow {
  border-color: #1e439b;
}

.dropcap {
  display: inline-block;
  font-size: 54px;
  line-height: 46px;
  font-weight: 600;
  padding: 0;
  margin: 0px 15px 0 0;
  width: auto;
  height: auto;
  text-transform: uppercase;
  vertical-align: top;
  float: left;
  color: #eeeeee;
}

.dropcap.dark {
  color: #303238;
}

.dropcap.yellow {
  color: #1e439b;
}

.div-dotted {
  background-image: -webkit-linear-gradient(left, #e5e5e5 50%, rgba(229,229,229,0) 0%);
  background-image: linear-gradient(to right, #e5e5e5 50%, rgba(229,229,229,0) 0%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  height: 1px;
}

.bg-alfa {
  background: #f7f7f9;
}

.bg-white {
  background: #fff;
}

/* ----------------- CSS Transitions ----------------- */
body,
a,
.tparrows,
.custom-select .default .content,
.custom-select .default i,
.custom-select .select-options li,
header.header-v4 .logo,
header .main-nav,
header.header-v3.fixed .bottom-header .search-trigger,
header.header-v3.fixed .bottom-header .actions li,
header.header-v3.fixed .main-nav,
header.header-v2.fixed .bottom-header .search-trigger,
header.header-v2.fixed .bottom-header .actions li,
header.header-v2.fixed .main-nav,
header .main-nav ul.sub-menu li.menu-item-has-children:before,
header .bottom-header .search-trigger .icon,
header.header-v4 ul.menu > li,
header.header-v4 ul.menu > li:before,
header.header-v4 ul.menu > li:after,
header.header-v4 .bottom,
.accordion-group .accordion .heading:before,
.single-blog-post .post-details .like i,
.isot-filters ul li a,
.isot-filters ul li a:before,
ul.page-numbers li a.prev:before, 
ul.page-numbers li a.next:before,
.team-member .socials li i,
.add-btn,
.add-btn:before,
.add-btn:after,
.btn-1,
.btn-1:before,
.single-product .cover-photos-slider .carousel-items .carousel-item .image:before,
.slick-dots li button:before,
.side-bullets .nav-bullet {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn,
input,
textarea,
button,
button:before,
header .mobile-navigation-toggle,
header.mobile,
header.mobile .search-trigger,
header .actions .cart-btn .cart-items,
.custom-select .select-options,
.instagram-feed li:after,
.project-box .cover:before,
.project-box .cover .hover,
.project-box.big .cover:after,
.team-member .cover:before,
.team-member .cover:after,
.blog-post-item.small .cover:before,
.blog-post-item.small .cover:after,
.blog-post-item .read-more,
.blog-post-item .read-more:before,
.comments-area .comments-list .comment .reply-link,
.comments-area .comments-list .comment .reply-link:before,
.gallery-wrapper .gallery-item .cover .view-link,
.gallery-wrapper .gallery-item .cover .view-link:before,
.gallery-wrapper .gallery-item .cover .view-link:after,
.big-photography:before,
.big-photography:after,
.big-photography .description,
header .main-nav ul li > ul,
.respond-form .input-line span,
.project-box.big .view-project,
.project-box.big .view-project:before,
.single-product .cover-photos-slider .carousel-items .carousel-item .image .photozoom,
.single-product .cover-photos-slider .carousel-items .carousel-item .image .photozoom:after,
.single-product .cover-photos-slider .carousel-items .carousel-item .image .photozoom:before,
.single-product .nav-carousel .carousel-items .carousel-item .image,
.tabbed-content .tabs li,
.tabbed-content .tabs li:before,
.feature-l .icon,
.feature-post-box .cover:after,
.feature.v2 .icon {
  -webkit-transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: all 0.30s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

/* ----------------- Buttons ----------------- */
.btn {
  display: inline-block;
  padding: 8px 27px 8px 27px;
  background: #3a3c43;
  border: 3px solid transparent;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em !important;
}

.btn.border {
  border: 2px solid transparent;
}

.btn.medium {
  border-width: 3px;
  padding: 13px 25px 13px 26px;
}

.btn.full {
  position: relative;
  padding: 0;
  height: 48px;
  width: 100%;
  color: #515359;
  border-top: 3px solid #515359;
  border-bottom: 3px solid #515359;
  border-left: none;
  border-right: none;
  background: transparent;
  margin: 0 0 30px;
  -webkit-transition: all 0.17s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: all 0.17s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.btn.full:before {
  content: "";
  position: absolute;
  background: #1e439b;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: all 0.17s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: all 0.17s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.btn.full:hover {
  color: #fff;
  border: 0px solid #1e439b;
}

.btn.full:hover:before {
  top: 0;
}

.btn.yellow {
  border-color: #1e439b;
  background: #1e439b;
  color: #fff;
}

.btn.yellow:hover {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.btn.yellow.dark-hover:hover {
  border-color: #515359;
  color: #515359;
}

.btn.yellow.light-hover:hover {
  border-color: #1e439b;
  color: #1e439b;
}

.btn.outline {
  color: #303238;
  background: transparent;
  border: 3px solid #303238;
}

.btn.outline:hover {
  background: #303238;
  color: #fff;
}

.add-btn,
.btn-1 {
  position: relative;
  padding: 0 0 0 40px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #515359;
}

.btn-1 {
  background: transparent;
}

.add-btn:hover,
.btn-1:hover {
  color: #1e439b;
}

.add-btn {
  padding: 0 0 0 18px;
}

.add-btn:hover:before,
.add-btn:hover:after {
  background: #1e439b;
}

.add-btn:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 9px;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #515359;
}

.add-btn:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #515359;
}

.btn-1:before {
  display: inline-block;
  content: "";
  position: absolute;
  background: #515359;
  height: 1px;
  width: 30px;
  left: 0;
  top: 50%;
}

.btn-1:hover:before {
  background: #1e439b;
  -webkit-transform: translateY(-50%) rotate(-31deg);
      -ms-transform: translateY(-50%) rotate(-31deg);
          transform: translateY(-50%) rotate(-31deg);
}

.btn-1.white {
  color: #fff;
}

.btn-1.white:before {
  background: #fff;
}

.btn-1.white:hover {
  color: #1e439b;
}

.btn-1.white:hover:before {
  background: #1e439b;
}

.btn-1.hero-sec {
  margin-right: 34px;
}

.rev_slider .btn {
  transition: color 0.3s, border-color 0.3s, background-color 0.3s !important;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s !important;
}

/* ----------------- Forms ----------------- */
.respond-form {
  position: relative;
}

.respond-form h5 {
  letter-spacing: 0.05em;
  color: #515359;
}

.respond-form .input-line {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 25px;
}

.respond-form .input-line textarea,
.respond-form .input-line input {
  position: relative;
  padding: 12px 2px;
  width: 100%;
  font-size: 13px;
  color: #9da1ad;
  font-weight: 600;
  border-bottom: 3px solid #515359;
  background: transparent;
  -webkit-transition-delay: 0.10s !important;
  transition-delay: 0.10s !important;
}

.respond-form .check-value:focus, .respond-form .check-value.has-value {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

.respond-form .input-line.textarea .check-value:focus + span, .respond-form .input-line.textarea .check-value.has-value + span,
.respond-form .check-value:focus + span, .respond-form .check-value.has-value + span {
  opacity: 0;
  visibility: hidden;
}

.respond-form .input-line textarea {
  resize: none;
  min-height: 85px;
}

.respond-form .input-line span {
  position: absolute;
  top: 12px;
  left: 1px;
  color: #9da1ad;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  pointer-events: none;
}

.respond-form .input-line.textarea span {
  top: auto;
  bottom: 19px;
}

.respond-form .form-send {
  background: transparent;
  border: 3px solid #515359;
  text-transform: uppercase;
  color: #515359;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 26px 9px;
}

.respond-form .form-send:hover {
  background: #515359;
  color: #fff;
}

.search-form .input-line {
  position: relative;
}

.search-form,
.subscribe-form {
  position: relative;
  width: 100%;
}

.subscribe-form .input-line .form-input,
.search-form .input-line .search-input {
  padding: 13px 25px 13px 0px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #9da1ad;
  letter-spacing: 0.05em;
  border-top: 3px solid #515359;
  border-bottom: 3px solid #515359;
  background: transparent;
  width: 100%;
}

.subscribe-form.light .input-line .form-input {
  border-color: #fff;
  color: #fff;
}

.subscribe-form .input-line {
  padding: 0px 145px 0 0;
}

.search-form .input-line .search-submit {
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  color: #9da1ad;
  font-size: 13px;
}

.subscribe-form .form-submit {
  position: absolute;
  top: 0;
  right: 0;
  color: #515359;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  background: transparent;
  border: 3px solid #515359;
  padding: 13px 25px;
  max-width: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subscribe-form.light .form-submit {
  border-color: #1e439b;
  background: #1e439b;
  color: #fff;
}

.subscribe-form.light .form-submit:hover {
  border-color: #fff;
  background: none;
  color: #fff;
}

.subscribe-form .form-submit:hover {
  background: #1e439b;
  border-color: #1e439b;
  color: #fff;
}

.subscribe-form .form-input::-webkit-input-placeholder,
.search-form .input-line .search-input::-webkit-input-placeholder {
  color: #9da1ad;
}
.subscribe-form .form-input:-moz-placeholder,
.search-form .input-line .search-input:-moz-placeholder {
  color: #9da1ad;
}
.subscribe-form .form-input::-moz-placeholder,
.search-form .input-line .search-input::-moz-placeholder {
  color: #9da1ad;
}
.subscribe-form .form-input:-ms-input-placeholder,
.search-form .input-line .search-input:-ms-input-placeholder {
  color: #9da1ad;
}

.subscribe-form.light .form-input::-webkit-input-placeholder {
  color: #fff;
}
.subscribe-form.light .form-input:-moz-placeholder {
  color: #fff;
}
.subscribe-form.light .form-input::-moz-placeholder {
  color: #fff;
}
.subscribe-form.light .form-input:-ms-input-placeholder {
  color: #fff;
}

/* ----------------- Header ----------------- */
header {
  color: #303238;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

header a {
  color: inherit;
}

header .container {
  position: relative;
}

header .container-fluid {
  padding: 0 30px 0;
  position: relative;
}

header .top-header {
  position: relative;
  font-size: 12px;
}

header .top-header:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(left, #e5e5e5 50%, rgba(229,229,229,0) 0%);
  background-image: linear-gradient(to right, #e5e5e5 50%, rgba(229,229,229,0) 0%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  height: 1px;
}

header .contacts {
  float: left;
  list-style-type: none;
}

header .actions {
  float: right;
  list-style-type: none;
}

header .contacts li, 
header .actions li {
  position: relative;
  display: inline-block;
  color: #303238;
  margin: 0 28px 0 0;
  padding: 11px 0 12px;
  font-weight: 400;
}

header .contacts li i,
header .actions li i {
  padding: 0 5px 0 0;
}

header .actions li:last-of-type {
  margin: 0;
}

header .actions .custom-select {
  position: relative;
  cursor: pointer;
}

header .actions .custom-select span:hover,
header .actions .custom-select .select-options li:hover {
  color: #1e439b !important;
}

header .actions .custom-select .input span {
  position: relative;
  color: #636262;
  font-size: 13px;
  line-height: 1em;
}

header .actions .custom-select .select-options {
  position: absolute;
  list-style-type: none;
  right: -7px;
  z-index: 99;
  margin-top: 10px;
  background: #303238;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

header .actions .custom-select .select-options.open {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100)
}

header .actions .custom-select .select-options li {
  color: #9da1ad !important;
  font-size: 12px;
  line-height: 1em;
  padding: 8px 12px !important;
  margin: 0;
  text-transform: none;
}

header .actions .custom-select .select-options li:first-of-type {
  padding-top: 12px !important;
}

header .actions .custom-select .select-options li:last-of-type {
  padding-bottom: 12px !important;
}

header .actions .custom-select .select-options li i {
  display: inline;
}

header .actions .cart-btn .cart-items {
  position: absolute;
  margin: 0 -67px 0 0;
  padding-top: 10px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 0;
}

header .actions .cart-btn:hover .cart-items {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

header .actions .cart-btn .cart-items .cart {
  background: #303238;
  width: 325px;
  min-height: 60px;
  padding: 19px;
  text-align: left;
}

header .actions .cart-btn .cart-items .cart .cart-item {
  display: block;
  position: relative;
  min-height: 80px;
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 1px solid #45474c;
}

header .actions .cart-btn .cart-items .cart .cart-item:last-of-type {
  border: none;
  margin: 0;
  min-height: 79px;
}

header .actions .cart-btn .cart-items .cart .cart-item .cover {
  float: left;
  margin-right: 19px;
  width: 60px;
}

header .actions .cart-btn .cart-items .cart .cart-item .title {
  margin: 0 0 8px 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}

header .actions .cart-btn .cart-items .cart .cart-item .price {
  color: #9da1ad;
  font-size:12px;
  font-style: italic;
}

header .actions .cart-btn .cart-items .cart .cart-item .remove-from-cart {
  position: absolute;
  right: 0;
  top: 4px;
  color: #9da1ad;
  font-size: 7px;
}

header .actions .cart-btn .cart-items .cart .cart-item .remove-from-cart:hover {
  color: #1e439b;
}

header .actions .cart-btn .cart-items .cart .sub-total {
  font-size: 14px;
  color: #fff;
  margin: 0 0 19px;
}

header .actions .cart-btn .cart-items .cart .btn.checkout {
  margin: 0 0 0 15px;
}

header .actions .cart-btn .cart-items .cart .btn.checkout:hover {
  background: #1e439b;
  color: #fff;
}

header .actions .cart-btn .cart-items .cart .btn.view-cart:hover {
  background: #3a3c43;
  border-color: #3a3c43;
  color: #fff;
}

header .actions .cart-btn .cart-items .cart .empty {
  color: #fff;
  margin: 0;
}

.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  margin: 0;
	margin-left: 10px;
  padding: 0;
  text-decoration:none;
  border: 0;
  width: 100%;
  max-width: 186px;
  max-height: 37px;
}

header .bottom-header {
  padding: 34px 0;
}

header .bottom-header .right-box {
  float: right; 
}


header .main-nav {
  display: inline-block;
	float:right;
	margin-right:10px;

}

header .main-nav ul {
  list-style-type: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  text-align: left;
}

header .main-nav ul > li {
  position: relative;
  display: inline-block;
  position: relative;
  font-weight: 600;
  margin-left: 20px;
  font-size: 13px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

header .main-nav ul li > ul {
  position: absolute;
  text-align: left;
  z-index: 99;
  padding-top: 44px;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

header .main-nav ul li:hover > ul {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
} 

header .main-nav ul li > ul:after {
  position: absolute;
  content: '';
  height: 10px;
  right: 0;
  bottom: -10px;
  left: 0;
  background: #303238;
}

header .main-nav ul li > ul:before {
  position: absolute;
  content: '';
  height: 10px;
  top: 35px;
  right: 0;
  left: 0;
  background: #303238;
}

header .main-nav ul li > ul li {
  position: relative;
  margin: 0;
  display: block;
  background: #303238;
}

header .main-nav ul li > ul li a {
  display: block;
  color: #9da1ad;
  width: 100%;
  font-size: 13px;
  padding: 6px 20px;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
}

header .main-nav ul li > ul li ul {
  top: 0;
  left: 100%;
  padding: 0 0 0 5px;
  max-width: 205px;
}

header .main-nav ul li > ul li ul:before {
  top: -9px;
  left: 5px;
}

header .main-nav ul li > ul li ul:after {
  left: 5px;
}

header.header-v2 .main-nav ul li > ul li ul:before,
header.header-v2 .main-nav ul li > ul li ul:after {
  left: 0;
}

header .main-nav ul.sub-menu li.menu-item-has-children:before,
header.header-v4 ul.menu li ul > li.menu-item-has-children:before {
  position: absolute;
  content: "\f0da";
  font-family: FontAwesome;
  top: 10px;
  right: 19px;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
}

header .main-nav ul.sub-menu li.menu-item-has-children:hover:before,
header .main-nav ul.sub-menu li.menu-item-has-children:hover > a,
header .main-nav ul li > ul li a:hover,
header.header-v4 ul.menu li ul > li.menu-item-has-children.current-menu-parent:before,
header.header-v4 ul.menu li ul > li.menu-item-has-children:hover:before,
header.header-v4 ul.menu li ul > li.menu-item-has-children:hover > a {
  color: #FFFFFF !important;
}

header .main-nav ul li.has-mega-menu {
  position: static;
}

header .main-nav ul li.has-mega-menu .megamenu-wrap {
  position: absolute;
  z-index: 99;
  left: 15px;
  right: 15px;
  top: 18px;
  padding: 52px 5px 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  overflow: hidden;
}

header .main-nav ul li.has-mega-menu .megamenu-wrap:before {
  content: "";
  display: block;
  position: absolute;
  background: #303238;
  width: 100%;
  height: 100%;
  top: 36px;
}

header .main-nav ul li.has-mega-menu:hover .megamenu-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

header .main-nav ul li.has-mega-menu .megamenu-wrap ul li {
  display: block;
  margin: 0;
}

header .main-nav ul li.has-mega-menu .megamenu-wrap ul li a {
  color: #9da1ad;
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  padding: 4px 0;
  border: none;
  margin: 0;
}

header .main-nav ul li.has-mega-menu > ul li a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0 0 7px;
  margin: 0 0 9px;
  border-bottom: 1px solid #45474c;
}

header .main-nav ul li.has-mega-menu > ul > li > a:hover {
  color: #fff !important;
}

@media (max-width: 992px) {
  header .main-nav ul li.has-mega-menu > ul > li > a:hover {
    color: #1e439b !important;
  }
}

header.mobile .main-nav ul li.has-mega-menu > ul > li > a:hover {
  color: #1e439b !important;
}

header .main-nav ul li.has-mega-menu > ul li ul {
  padding: 0;
  max-width: 100%;
  position: static;
  display: block;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

header .main-nav ul li.has-mega-menu > ul {
  max-width: 100%;
}

header .main-nav ul li.has-mega-menu:hover > ul li ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

header .main-nav ul li.has-mega-menu > ul li a:hover,
header .main-nav ul li.has-mega-menu .megamenu-wrap ul li a:hover {
  color: #1e439b;
}

header .main-nav ul li.has-mega-menu ul:after,
header .main-nav ul li.has-mega-menu ul:before {
  display: none;
}

header .main-nav ul li.current-menu-item:before, 
header .main-nav ul li.current-menu-item > a, 
header .main-nav ul li.current-menu-parent > a {
  color: #1e439b !important;
}

header nav ul.menu > li:last-child > ul li > ul, 
header nav ul.menu > li:nth-last-child(2) > ul li > ul, 
header nav ul.menu > li:nth-last-child(3) > ul li > ul {
  left: calc(-100% - 5px);
}

header .mobile-navigation-toggle.not-visible {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

header .mobile-navigation-toggle {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-right: 30px;
  top: 5px;
  width: 21px;
  height: 16px;
  float: left;
  z-index: 1001;
}

header .mobile-navigation-toggle:hover .menui {
  background: #303238;
}

header .mobile-navigation-toggle .top-animate {
  background: #202020 !important;
  top: 5px !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg)
}
header .mobile-navigation-toggle .mid-animate {
  opacity: 0;
  filter: alpha(opacity=0);
}
header .mobile-navigation-toggle .bottom-animate {
  background: #303238 !important;
  top: 5px !important;
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
      transform: rotate(-225deg)
}
header .mobile-navigation-toggle .top-menu {
  top: 0px;
  width: 13px;
  height: 2px;
  border-radius: 10px;
  background-color: #303238
}
header .mobile-navigation-toggle .mid-menu {
  top: 5px;
  width: 13px;
  height: 2px;
  border-radius: 10px;
  background-color: #303238
}
header .mobile-navigation-toggle .bottom-menu {
  top: 10px;
  width: 13px;
  height: 2px;
  border-radius: 10px;
  background-color: #303238
}
header .mobile-navigation-toggle .menui {
  pointer-events: none;
  background: #303238;
  -webkit-transition: all 0.45s ease, color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition: all 0.45s ease, color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
          transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  position: absolute;
  left: 0
}

header .bottom-header .search-trigger {
  position: relative;
  display: inline-block;
  margin: 0 0 0 35px;
  width: 15px;
}


header .bottom-header .search-trigger .icon:hover {
  cursor: pointer;
  color: #1e439b;
}

header .bottom-header .search-trigger .search-box {
  position: absolute;
  background: none;
  padding: 0;
  top: -12px;
  right: 25px;
  z-index: 10;
  width: 350px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.18s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.18s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

header .bottom-header .search-trigger .search-box .form-input,
header .bottom-header .search-trigger .search-box .search-input {
  padding: 13px 25px 13px 0px;
  font-size: 13px;
  color: #303238;
  border: none;
}

header .bottom-header .search-form .input-line .search-submit {
  display: none;
}
header .bottom-header .search-trigger .search-box .search-input {
  color: #303238;
}
.search-form .input-line .search-input::-webkit-input-placeholder {
  color: #303238;
}
.search-form .input-line .search-input:-moz-placeholder {
  color: #303238;
}
.search-form .input-line .search-input::-moz-placeholder {
  color: #303238;
}
.search-form .input-line .search-input:-ms-input-placeholder {
  color: #303238;
}

header.header-v2 .bottom-header .search-trigger .search-box .search-input,
header.header-v3 .bottom-header .search-trigger .search-box .search-input {
  color: #ffffff;
}
header.header-v2 .search-form .input-line .search-input::-webkit-input-placeholder,
header.header-v3 .search-form .input-line .search-input::-webkit-input-placeholder {
  color: #ffffff;
}
header.header-v2 .search-form .input-line .search-input:-moz-placeholder,
header.header-v3 .search-form .input-line .search-input:-moz-placeholder {
  color: #ffffff;
}
header.header-v2 .search-form .input-line .search-input::-moz-placeholder,
header.header-v3 .search-form .input-line .search-input::-moz-placeholder {
  color: #ffffff;
}
header.header-v2 .search-form .input-line .search-input:-ms-input-placeholder,
header.header-v3 .search-form .input-line .search-input:-ms-input-placeholder {
  color: #ffffff;
}

header.header-v2.fixed .bottom-header .search-trigger .search-box .search-input,
header.header-v3.fixed .bottom-header .search-trigger .search-box .search-input {
  color: #303238;
}
header.header-v2.fixed .search-form .input-line .search-input::-webkit-input-placeholder,
header.header-v3.fixed .search-form .input-line .search-input::-webkit-input-placeholder {
  color: #303238;
}
header.header-v2.fixed .search-form .input-line .search-input:-moz-placeholder,
header.header-v3.fixed .search-form .input-line .search-input:-moz-placeholder {
  color: #303238;
}
header.header-v2.fixed .search-form .input-line .search-input::-moz-placeholder,
header.header-v3.fixed .search-form .input-line .search-input::-moz-placeholder {
  color: #303238;
}
header.header-v2.fixed .search-form .input-line .search-input:-ms-input-placeholder,
header.header-v3.fixed .search-form .input-line .search-input:-ms-input-placeholder {
  color: #303238;
}

header .bottom-header .search-trigger.open .search-box {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

header.mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  min-height: 97px;
}

header.mobile .div-dotted,
header.mobile .top-header {
  display: none;
}

header.mobile .search-trigger {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

header.mobile .bottom-header .logo {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

header.mobile:hover {
  background: rgba(255,255,255,0.9);
}

.logo_header_mobile {
  display: none;
}

header.mobile .logo a img {
  display: none;
}

header.mobile .logo a img.logo_header_mobile {
  display: block;
}

header.mobile:hover .logo a img,
header.mobile.fixed .logo a img {
  display: block;
}

header.mobile:hover .logo a img.logo_header_mobile,
header.mobile.fixed .logo a img.logo_header_mobile {
  display: none;
}

header.mobile.fixed .mobile-navigation-toggle,
header.mobile:hover .mobile-navigation-toggle,
header.mobile.fixed .search-trigger,
header.mobile:hover .search-trigger {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

header.mobile .search-trigger  {
  margin: 3px 0 0 35px;
}

header.mobile .search-trigger .search-box {
  top: 59px
}

.header-mobile-view {
  overflow: hidden;
}

.header-mobile-view .mobile-navigation-toggle {
  font-size: 18px;
  z-index: 1005;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

header.mobile .logo {
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

header.mobile .main-nav {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.97);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 0;
  z-index: 1000;
}

header.mobile .main-nav.open {
  position: fixed;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

header.mobile .main-nav .menu {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

header.mobile .main-nav.visible {
  position: fixed;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

header.mobile .main-nav.visible .menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

header.mobile .main-nav > ul li {
  display: block;
  padding: 8px 0;
  margin: 0
}

header.mobile .main-nav .menu > li {
  padding: 12px 0;
}

header.mobile .main-nav > ul li a {
  position: relative;
  font-size: 19px;
  line-height: 1em
}

header.mobile .main-nav > ul li.menu-item-has-children > a:before {
  position: absolute;
  content: "\f0da";
  font-family: FontAwesome;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #303238;
  right: -13px;
  font-size: 10px;
  font-weight: normal;
}

header.mobile .main-nav ul.sub-menu li.menu-item-has-children:before {
  content: none;
}

header.mobile .main-nav ul li > ul {
  text-align: center;
  position: absolute;
  position: static;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 10px 0 0 0;
  display: none;
}

header.mobile .main-nav ul li.showsub > ul,
header.mobile .main-nav ul li > ul li.showsub .sub-menu {
  display: block;
}

header.mobile .main-nav ul li > ul li {
  background: transparent;
  width: 100%;
}

header.mobile .main-nav ul li > ul li ul {
  max-width: 100%;
  padding-top: 8px;
}

header.mobile .main-nav ul li.has-mega-menu .megamenu-wrap ul li a,
header.mobile .main-nav ul li.has-mega-menu > ul li a,
header.mobile .main-nav ul li > ul li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #5A5B5F;
  font-weight: 600;
  padding: 0;
  border: none;
  margin: 0;
  letter-spacing: 0;
  display: inline-block;
  width: auto;
}

header.mobile .main-nav ul li > ul li:last-of-type ul li a {
  padding: 0;
}

header.mobile .main-nav ul li > ul:after,
header.mobile .main-nav ul li > ul:before {
  content: none;
}

header.mobile .main-nav ul.sub-menu li.menu-item-has-children:before {
  color: #303238;
  right: 40px;
}

header.mobile .main-nav ul.sub-menu li.menu-item-has-children 
header.mobile .main-nav ul li > ul li ul {
  padding: 10px 0 0;
}

header.mobile .main-nav ul.sub-menu li.menu-item-has-children:hover:before {
  color: inherit;
}

header.mobile .main-nav ul li.has-mega-menu .megamenu-wrap {
  text-align: center;
  position: absolute;
  position: static;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 10px 0 0 0;
  display: none;
}

header.mobile .main-nav ul li.has-mega-menu.showsub .megamenu-wrap {
  display: block;
}

header.mobile .main-nav ul li.has-mega-menu .megamenu-wrap:before {
  content: none;
}

header.mobile .main-nav ul li.has-mega-menu .megamenu-wrap ul li {
  padding: 7px 0;
}

header.mobile .main-nav ul li.has-mega-menu > ul li ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  padding-top: 8px;
  display: none;
}

header.mobile .main-nav ul li.has-mega-menu .megamenu-wrap li > a:before {
  position: absolute;
  content: "\f0da";
  font-family: FontAwesome;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #303238;
  right: -13px;
  font-size: 9px;
}

header.mobile .main-nav ul li.has-mega-menu .megamenu-wrap ul li a:before {
  content: none;
}

header.header-v2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

header.header-v2 .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

header.header-v2 .bottom-header {
  padding: 38px 0 39px;
}

header.header-v2 .main-nav {
  color: #fff;
  padding: 0 0 0 205px;
}

header.header-v2 .main-nav ul li > ul:before {
  top: 40px;
}

header.header-v2 .main-nav ul li > ul {
  padding-top: 49px;
}

header.header-v2 .main-nav ul li > ul li ul {
  padding: 0;
}

header.header-v2 .main-nav ul li > ul li ul:before {
  top: -9px;
}

header.header-v2 .bottom-header .container-fluid .main-nav ul li.has-mega-menu .megamenu-wrap {
  top: 23px;
}

header.header-v2 .bottom-header .actions {
  display: inline-block;
  float: none;
  padding: 0;
}

header.header-v2 .bottom-header .actions li {
  color: #fff;
  padding: 0;
}

header.header-v2 .bottom-header .search-trigger {
  margin: 0 0 0 28px;
  color: #fff;
}

header.header-v2 .bottom-header .mobile-navigation-toggle .menui {
  background: #fff;
}

header.header-v2.fixed .bottom-header .mobile-navigation-toggle .menui {
  background: #303238;
}

header.header-v3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

header.header-v3 .top-header:after {
  background: rgba(244,244,244,0.2);
  background-image: none;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
}

header.header-v3 .main-nav,
header.header-v3 .bottom-header .search-trigger,
header.header-v3 .contacts li, 
header.header-v3 .actions li {
  color: #fff;
}

header.header-v3 .bottom-header .mobile-navigation-toggle .menui {
  background: #fff;
}

header.header-v3.fixed .bottom-header .mobile-navigation-toggle .menui {
  background: #303238;
}

header .bottom-header .container-fluid .logo {
  left: 30px;
}

header .bottom-header .container-fluid .main-nav ul li.has-mega-menu .megamenu-wrap {
  left: 30px;
  right: 30px;
  top: 21px;
}

header.fixed {
  position: fixed;
  background: rgba(255,255,255,0.9);
  z-index: 999;
}

header.fixed .top-header {
  display: none;
}

header .logo img {
  top: 0;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
}

header.header-v4 .logo img {
  -webkit-transition: none;
          transition: none;
  -webkit-transition-delay: none;
          transition-delay: none;
}

header.header-v3 .logo .transparent, 
header.header-v2 .logo .transparent,
header.header-v3.fixed .logo .white,
header.header-v2.fixed .logo .white {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
}

header.header-v3.fixed .logo .transparent,
header.header-v2.fixed .logo .transparent {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  position: static;
}

header.header-v3.fixed .bottom-header .search-trigger,
header.header-v3.fixed .bottom-header .actions li,
header.header-v3.fixed .main-nav,
header.header-v2.fixed .bottom-header .search-trigger,
header.header-v2.fixed .bottom-header .actions li,
header.header-v2.fixed .main-nav {
  color: #303238;
}

/* ----------------- Side Header ----------------- */
body.has-side-menu {
  position: relative;
  padding-left: 310px;
}

body.has-side-menu .fullwidth_slider,
body.has-side-menu .fullscreen_slider {
  margin-left: 310px;
}

header.header-v4 {
  position: fixed;
  z-index: 1000;
  width: 310px;
  top: 0;
  bottom: 0;
  left: 0;
  background: #303238;
}

header.header-v4 .logo {
  position: absolute;
  top: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

header.header-v4 .main-nav {
  margin-top: 180px;
  width: 100%;
}


header.header-v4 ul.menu > li {
  display: block;
  color: #ffffff;
  margin: 0;
}

header.header-v4 ul.menu > li a {
  position: relative;
  display: block;
  padding: 16px 12.9%;
  width: 100%;
}

header.header-v4 ul.menu > li:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 80%;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #45474c;
}

header.header-v4 ul.menu > li:last-of-type:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 80%;
  bottom: 0;
  left: 30px;
  background: #45474c;
}

header.header-v4 ul.menu > li:hover {
  background: #292b30;
}

header.header-v4 ul.menu > li:hover:after, 
header.header-v4 ul.menu > li:hover:before, 
header.header-v4 ul.menu > li:hover + li:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

header.header-v4 ul.menu li > ul {
  top: 0;
  left: 100%;
  padding: 7px 0;
  background: #292b30;
}

header.header-v4 ul.menu li > ul ul {
  margin-top: -7px;
}

header.header-v4 ul.menu li > ul li {
  background: #292b30;
}

header.header-v4 ul.menu li > ul li a {
  padding: 6px 20px;
}

header.header-v4 ul.menu li > ul:after,
header.header-v4 ul.menu li > ul:before {
  content: none;
}

header.header-v4 ul.menu li.has-mega-menu {
  position: relative;
}

header.header-v4 ul.menu li.has-mega-menu .megamenu-wrap {
  position: absolute;
  top: -75%;
  left: 100%;
  width: 100%;
  padding: 5px 5px 10px;
}

header.header-v4 ul.menu li.has-mega-menu .megamenu-wrap:before {
  content: none;
}

header.header-v4 ul.menu li.has-mega-menu .megamenu-wrap > li {
  display: block;
  width: 100%;
  padding-top: 12px;
}

header.header-v4 ul.menu li.has-mega-menu > ul li a {
  padding: 0 0 7px;
}

header.header-v4 .bottom {
  position: absolute;
  bottom: 22px;
  padding: 0 9.6%;
}

header.header-v4 .bottom .socials li {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0 7px 0 0;
}

header.header-v4 .bottom .socials li:last-of-type {
  padding: 0;
}

header.header-v4 .bottom .socials li a {
  color: #9da1ad;
  font-size: 15px;
}

header.header-v4 .bottom .socials li a:hover {
  color: #1e439b;
}

header.header-v4 .bottom .copyright {
  display: inline-block;
  color: #9da1ad;
  font-weight: 400;
  font-size: 12px;
  padding: 22px 0 0;
  margin: 0;
}

header.header-v4 ul.menu li ul ul,
header.header-v4 ul.menu li ul ul li {
  background: #303238;
}

header.header-v4 ul.menu li ul ul {
  /*margin-top: -7px;*/
}

header.header-v4 nav ul.menu > li:last-child > ul li > ul,
header.header-v4 nav ul.menu > li:nth-last-child(2) > ul li > ul,
header.header-v4 nav ul.menu > li:nth-last-child(3) > ul li > ul {
  left: 100%;
}

/* ----------------- Footer ----------------- */
footer .top-footer {
  padding: 40px 0 18px;
  background: #303238;
}

footer .bottom-footer {
  background: #292b30;
  padding: 22px 15px 18px;
}

footer .bottom-footer .copyright {
  display: inline-block;
  color: #9da1ad;
  font-weight: 400;
  font-size: 12px;
  padding: 5px 0;
}

footer .widget {
  padding: 9px 0 22px;
}

footer .widget .widget-title {
  font-size: 15px;
  color: #9da1ad;
  margin: 0 0 18px 0;
  font-weight: 400;
}

footer.footer-v2 {
  background: #292b30;
}

footer.footer-v2 .top-footer {
  padding: 80px 0 70px;
  background: #292b30;
}

footer.footer-v2 .logo {
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: 0;
}

footer.footer-v2 .copyright p {
  color: #fff;
  font-size: 12px;
  padding: 28px 0 0;
}

footer.footer-v2 .footer-navigation {
  padding: 50px 0 19px;
}

footer.footer-v2 .footer-navigation li {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 55px 14px 24px 14px;
  padding: 5px 14px;
}

/* ----------------- Sidebar ----------------- */
.sidebar .widget {
  margin: 0 0 34px;
}

.sidebar .widget .widget-title {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 22px;
}

/* ----------------- Widgets ----------------- */
.widget.widget_contact .contact-info li {
  position: relative;
  padding: 0 0 14px 37%;
  margin: 0 0 15px;
  border-bottom: 1px solid #45474c;
}

.widget.widget_contact .contact-info li:last-of-type {
  margin: 0;
  border: none;
}

.widget.widget_contact .contact-info li .title {
  position: absolute;
  left: 0;
  font-style: italic;
  font-size: 14px;
  color: #9da1ad;
}

.widget.widget_contact .contact-info li p {
  color: #fff;
  margin: 0;
}

.widget.widget_contact .contact-info li .socials li {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0 7px 0 0;
}

.widget.widget_contact .contact-info li .socials li:last-of-type {
  padding: 0;
}

.widget.widget_contact .contact-info li .socials li a {
  color: #9da1ad;
  font-size: 15px;
}

.widget.widget_contact .contact-info li .socials li a:hover {
  color: #1e439b;
}

.widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  margin: 0 7px 10px 0;
  color: #9da1ad;
  padding: 8px 10px;
  font-size: 13px !important;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
  background: #3a3c43;
}

.sidebar .widget.widget_tag_cloud .tagcloud a {
  color: #9da1ad;
  background: #f7f7f9;
}

.widget.widget_tag_cloud .tagcloud a:hover {
  color: #fff;
  text-decoration: none;
  background: #1e439b;
}

.widget.widget_recent_posts .recent-posts li {
  position: relative;
  min-height: 60px;
  margin: 0 0 20px;
}

.widget.widget_recent_posts .recent-posts li .cover {
  position: absolute;
  left: 0;
  top: 0;
}

.widget.widget_recent_posts .recent-posts li h4 {
  padding: 0 0 8px 80px;
  margin: 0;
  line-height: 14px;
}

.widget.widget_recent_posts .recent-posts li h4 a {
  font-size: 14px;
  color: #ffffff;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
  font-weight: 400;
}

.sidebar .widget.widget_recent_posts .recent-posts li h4 a {
  color: #515359;
}

.widget.widget_recent_posts .recent-posts li h4 a:hover {
  color: #1e439b;
  text-decoration: none;
}

.widget.widget_recent_posts .recent-posts li .date {
  padding: 0 0 0 80px;
  color: #9da1ad;
  font-size: 12px;
  font-style: italic;
}

.widget.widget_categories ul {
  list-style-type: none;
  padding: 0;
  margin: -4px 0 -5px;
}

.widget.widget_categories ul li {
  list-style-type: none;
  padding: 0 0 9px;
}

.widget.widget_categories ul li:last-of-type {
  padding: 0;
}

.widget.widget_categories ul li a:before {
  content: "- ";
}

.widget.widget_pricefilter .price-slider {
  position: relative;
  display: block;
  padding: 6px 2px 0 2px;
}

.widget.widget_pricefilter .price-slider .values-wrapper {
  display:  block;
  padding: 14px 0 8px;
}

.widget.widget_pricefilter .price-slider .values-wrapper span {
  display: inline-block;
  font-size: 12px;
  color: #9da1ad;
  line-height: 22px;
  font-style: italic;
}

.widget.widget_pricefilter .price-slider .values-wrapper span.slider-snap-value-upper {
  float: right;
}

.widget.widget_pricefilter .price-slider .values-wrapper span:before {
  content: attr(data-currency);
  display: inline-block
}

.widget.widget_pricefilter .price-slider .slider {
  -webkit-box-shadow: none;
  background: #f6f6f6;
  box-shadow: none;
  border-radius: 0;
  height: 6px;
  border: 0
}

.widget.widget_pricefilter .price-slider .slider .noUi-origin {
  box-shadow: none;
  background: #f6f6f6;
  border-radius: 0;
  line-height: 1em
}

.widget.widget_pricefilter .price-slider .slider .noUi-connect {
  background: #515359
}

.widget.widget_pricefilter .price-slider .slider .noUi-background {
  background: #f6f6f6
}

.widget.widget_pricefilter .price-slider .slider .noUi-handle {
  display: inline-block;
  box-shadow: none;
  border-radius: 50%;
  background: #515359;
  cursor: pointer;
  height: 14px;
  width: 14px;
  border: 0;
  left: -7px;
  top: -4px
}

.widget.widget_pricefilter .price-slider .slider .noUi-handle:after {
  display: none
}

.widget.widget_pricefilter .price-slider .slider .noUi-handle:before {
  border-radius: 50%;
  background: #fff;
  width: 6px;
  height: 6px;
  top: 4px;
  left: 4px;
}

.widget.widget_pricefilter .price-slider .filter-btn {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 0 0 0 40px;
  letter-spacing: 0.05em;
}

.widget.widget_pricefilter .price-slider .filter-btn:before {
  content:"";
  pointer-events: none;
  position: absolute;
  background: #515359;
  height: 1px;
  width: 30px;
  left: 0;
  top: 50%;
}

.widget.widget_pricefilter .price-slider .filter-btn:hover {
  padding: 0 40px 0 0;
  color: #1e439b;
}

.widget.widget_pricefilter .price-slider .filter-btn:hover:before {
  width: 0;
}

.widget.widget_cart .cart {
  width: 100%;
  min-height: 60px;
  text-align: left;
}

.widget.widget_cart .cart .cart-item {
  display: block;
  position: relative;
  min-height: 80px;
  margin: 0;
  padding: 0;
}

.widget.widget_cart .cart .cart-item:last-of-type {
  border: none;
  margin: 0;
  min-height: 79px;
}

.widget.widget_cart .cart .cart-item .cover {
  float: left;
  margin-right: 19px;
  width: 60px;
}

.widget.widget_cart .cart .cart-item .title {
  margin: 0 0 8px 0;
  color: #515359;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}

.widget.widget_cart .cart .cart-item .price {
  color: #9da1ad;
  font-size:12px;
  font-style: italic;
}

.widget.widget_cart .cart .cart-item .remove-from-cart {
  position: absolute;
  right: 0;
  top: 4px;
  color: #9da1ad;
  font-size: 7px;
}

.widget.widget_cart .cart .cart-item .remove-from-cart:hover {
  color: #1e439b;
}

.widget.widget_cart .cart .sub-total {
  font-size: 14px;
  color: #515359;
  margin: -4px 0 ;
}

.widget.widget_cart .cart .btn {
  margin-top: 17px !important;
}

.widget.widget_cart .cart .btn.checkout {
  margin: 0 0 0 15px;
  background: transparent;
  border-color: #3a3c43;
  color: #3a3c43;
}

.widget.widget_cart .cart .btn.checkout:hover {
  border-color: #3a3c43;
  background: #3a3c43;
  color: #fff;
}

.widget.widget_cart .cart .empty {
  color: #fff;
  margin: 0;
}

/* ----------------- Blog / Page Section ----------------- */
.content-section {
  padding: 0 0 70px
}

.content-section .single-content {
  padding: 0 10px 0 0;
}

.content-section .single-content .cover {
  position: relative;
}

.blog-section.v2 {
  padding: 10px 0 40px;
}

.blog-page-section {
  padding: 80px 0 60px;
}

.blog-page-section.fullwidth {
  padding: 60px 0 60px;
}

.blog-page-section .custom-col {
  padding: 0;
}

.blog-page-section .blog-posts-list {
  padding: 0 10px 0 0;
}

.blog-post-item {
  padding: 0 0 55px;
}

.blog-post-item:last-of-type {
  padding: 0 0 35px;
}

.blog-post-item .cover {
  position: relative;
}

.content-section .single-content .cover img,
.blog-post-item .cover img {
  width: 100%;
}

.content-section .single-content .cover.video:after,
.blog-post-item .cover.video:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(8,5,10,0.4);
}

.content-section .single-content .cover .video-link,
.blog-post-item .cover .video-link {
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  background: transparent !important;
  z-index: 99;
  font-size: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.content-section .single-content .cover .video-link:before,
.blog-post-item .cover .video-link:before {
  content: "\e905";
  position: absolute;
  font-family: 'icomoon';
  color: #fff;
  display: block;
  text-decoration: inherit;
  font-size: 12px;
  line-height: 44px;
  top: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@-webkit-keyframes iconpulse {
  0%, 100% {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate(-45%,-50%);
    transform: translate(-45%,-50%);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate(-55%,-50%);
    transform: translate(-55%,-50%);
  }
}

@-moz-keyframes iconpulse {
  0%, 100% {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate(-45%,-50%);
    transform: translate(-45%,-50%);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate(-55%,-50%);
    transform: translate(-55%,-50%);
  }
}

@keyframes iconpulse {
  0%, 100% {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate(-45%,-50%);
    transform: translate(-45%,-50%);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate(-55%,-50%);
    transform: translate(-55%,-50%);
  }
}

.content-section .single-content .cover .video-link:hover,
.blog-post-item .cover .video-link:hover {
  -webkit-animation: iconpulse 0.5s;
  animation: iconpulse 0.5s;
}

/* rev icon hover */
@-webkit-keyframes reviconpulse {
  0%, 100% {
    margin-left: 0;
  }
  10%, 30%, 50%, 70%, 90% {
    margin-left: -2px;
  }
  20%, 40%, 60%, 80% {
    margin-left: 2px;
  }
}

@-moz-keyframes reviconpulse {
  0%, 100% {
    margin-left: 0;
  }
  10%, 30%, 50%, 70%, 90% {
    margin-left: -2px;
  }
  20%, 40%, 60%, 80% {
    margin-left: 2px;
  }
}

@keyframes reviconpulse {
  0%, 100% {
    margin-left: 0;
  }
  10%, 30%, 50%, 70%, 90% {
    margin-left: -2px;
  }
  20%, 40%, 60%, 80% {
    margin-left: 2px;
  }
}

.revVideoPlay:hover {
  -webkit-animation: reviconpulse 0.5s;
  animation: reviconpulse 0.5s;
}

.content-section .single-content .cover .video-link:focus,
.blog-post-item .cover .video-link:focus {
  outline: none;
}

.blog-post-item .cover .slick-carousel,
.blog-post-item .cover .slick-slider {
  padding: 0;
}

.blog-post-item .post-title {
  margin: 0;
  padding: 13px 0 5px;
  letter-spacing: 0.05em;
}

.blog-post-item .post-meta li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  padding: 0 0 0 10px;
  color: #9da1ad;
}

.blog-post-item .post-meta li:first-of-type {
  padding: 0;
}

.blog-post-item .post-meta li:first-of-type:before {
  content: "";
}

.blog-post-item .post-meta li:before {
  position: absolute;
  content: ".";
  padding: 0;
  left: 3px;
  top: -3px;
}

.blog-post-item .description {
  margin: 0;
  padding: 10px 0 20px;
}

.blog-post-item .read-more {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 0 0 0 40px;
  letter-spacing: 0.05em;
}

.blog-post-item .read-more:before {
  content:"";
  pointer-events: none;
  position: absolute;
  background: #515359;
  height: 1px;
  width: 30px;
  left: 0;
  top: 50%;
}

.blog-post-item .read-more:hover {
  padding: 0 40px 0 0;
}

.blog-post-item .read-more:hover:before {
  width: 0;
}

.blog-post-item.small:last-of-type,
.blog-post-item.small {
  padding: 0 0 35px;
}

.blog-post-item.small .cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background: rgba(8,5,10,0.8);
  opacity: 0;
  filter: alpha(opacity=0);
}

.blog-post-item.small .cover:after {
  position: absolute;
  content: "\e906";
  font-weight: 300;
  font-family: 'icomoon';
  color: #1e439b;
  font-size: 13px;
  pointer-events: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
}

.blog-post-item.small .cover:hover:after,
.blog-post-item.small .cover:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.blog-post-item.small .post-title {
  font-size: 18px;
  line-height: 25px;
}

.blog-post-box .cover {
  position: relative;
  overflow: hidden;
}

.blog-post-box .cover:before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 70%,rgba(0,0,0,0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 70%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 70%,rgba(0,0,0,0.5) 100%);
}

.blog-post-box .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


.blog-post-box .hover {
  position: absolute;
  color: #fff;
  bottom: 6%;
  padding: 0 6%;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.blog-post-box .hover h5 {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  letter-spacing: 0.05em;
}

.blog-post-box .hover ul li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  padding: 0 0 0 10px;
  color: rgba(255,255,255,0.75);
}

.blog-post-box .hover .description {
  position: absolute;
  color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 8px 0 10px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.blog-post-box .hover ul li:first-of-type {
  padding: 0;
}

.blog-post-box .hover ul li:first-of-type:before {
  content: "";
}

.blog-post-box .hover ul li:before {
  position: absolute;
  content: ".";
  padding: 0;
  left: 3px;
  top: -3px;
}

.blog-post-box .cover:hover .hover {
  -webkit-transform: translate3d(0,-52px,0);
  transform: translate3d(0,-52px,0);
}

.blog-post-box .cover:hover .description {
  opacity: 1;
  filter: alpha(opacity=100);
}

.single-blog-post {
  padding: 0 10px 20px 0;
}

.single-blog-post .cover .slick-carousel,
.single-blog-post .cover .slick-slider {
  padding: 0;
}

.single-blog-post h1.post-title {
  position: relative;
  text-align: center;
  padding: 48px 5% 62px;
  margin: 0 0 14px;
}

.single-blog-post h1.post-title:before {
  position: absolute;
  font-family: 'icomoon';
  content: "\e903";
  left: 0;
  right: 0;
  bottom: 0px;
  font-size: 13px;
  color: #515359;
}

.single-blog-post .post-meta-list {
  text-align: center;
  padding: 0 0 18px;
}

.single-blog-post .post-meta-list li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  padding: 0 0 0 10px;
  color: #9da1ad;
}

.single-blog-post .post-meta-list li:first-of-type {
  padding: 0;
}

.single-blog-post .post-meta-list li:first-of-type:before {
  content: "";
}

.single-blog-post .post-meta-list li:before {
  position: absolute;
  content: ".";
  padding: 0;
  left: 3px;
  top: -3px;
}

.single-blog-post .post-content p {
  line-height: 21px;
  margin: 0 0 23px;
}

.single-blog-post .post-details {
  color: #515359;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 15px 0 40px;
}

.single-blog-post .post-details .tags {
  display: inline-block;
}

.single-blog-post .post-details .tags a {
  color: #9da1ad;
  padding: 5px 10px 6px;
  margin: 0 0 0 5px;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  background: #f7f7f9;
  text-transform: none;
  letter-spacing: 0;
}

.single-blog-post .post-details .tags a:hover {
  color: #fff;
  background: #1e439b;
}

.single-blog-post .post-details .like {
  float: right;
  cursor: pointer;
}

.single-blog-post .post-details .like:hover i {
  color: #be4a39;
}

.single-blog-post .post-details .like i {
  padding: 0 6px 0 0;
}

.single-blog-post .post-details.portfolio {
  padding: 14px 0 18px;
}

.single-blog-post .post-details .social-platforms {
  display: inline-block;
  padding: 0;
}

.single-blog-post .post-details.portfolio .like {
  margin-top: 9px;
}

.single-blog-post .social-platforms {
  display: block;
  padding: 5px 0 18px;
}

.single-blog-post .social-platforms li {
  display: inline-block;
  padding: 9px 15px 25px 0;
}

.single-blog-post .social-platforms li a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #303238;
  padding: 7px 28px;
  border: 3px solid transparent;
}

.single-blog-post .social-platforms li a.facebook {
  background: #3c5a96;
}

.single-blog-post .social-platforms li a.facebook:hover {
  color: #3c5a96;
  border-color: #3c5a96;
  background: transparent;
}

.single-blog-post .social-platforms li a.twitter {
  background: #1cadea;
}

.single-blog-post .social-platforms li a.twitter:hover {
  color: #1cadea;
  border-color: #1cadea;
  background: transparent;
}

.single-blog-post .social-platforms li a.g-plus {
  background: #be4a39;
}

.single-blog-post .social-platforms li a.g-plus:hover {
  color: #be4a39;
  border-color: #be4a39;
  background: transparent;
}

.single-blog-post .post-navigation {
  padding: 0 0 30px;
}

.single-blog-post .related-posts {
  padding: 20px 0 14px;
}

.single-blog-post .related-posts.portfolio {
  padding: 20px 0 0;
}

.single-blog-post .related-posts .box-title {
  letter-spacing: 0.05em;
  margin: 0 0 24px;
}

.comments-area {
  padding: 0 0 24px;
}

.respond-area .box-title,
.comments-area .box-title {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.05em;
  margin: 0 0 24px;
}

.respond-area .box-title {
  margin: 0 0 8px;
}

.comments-area .comments-list {
  list-style-type: none;
}

.comments-area .comments-list .comment {
  position: relative;
}

.comments-area .comments-list .comment ul {
  padding: 11px 0 0 70px;
}

.comments-area .comments-list .comment .avatar {
  position: absolute;
  top: 0;
  left: 0;
}

.comments-area .comments-list .comment .avatar img {
  max-width: 53px;
  max-height: 53px;
  border-radius: 50%;
}

.comments-area .comments-list .comment .comment-body {
  padding: 0 0 27px 70px;
}

.comments-area .comments-list .comment .comment-body .name {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 8px;
}

.comments-area .comments-list .comment .comment-body .name span {
  color: #9da1ad;
  padding: 0 0 0 17px;
}

.comments-area .comments-list .comment .comment-body .description {
  margin: 0 0 19px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 21px;
}

.comments-area .comments-list .comment .reply-link {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 0 0 0 40px;
  letter-spacing: 0.05em;
}

.comments-area .comments-list .comment .reply-link:before {
  content:"";
  pointer-events: none;
  position: absolute;
  background: #515359;
  height: 1px;
  width: 30px;
  left: 0;
  top: 50%;
}

.comments-area .comments-list .comment .reply-link:hover {
  padding: 0 40px 0 0;
}

.comments-area .comments-list .comment .reply-link:hover:before {
  width: 0;
}

/* ----------------- Pagination ----------------- */
ul.page-numbers {
  list-style-type: none;
  text-align: center;
  padding: 35px 0 15px;
}

ul.page-numbers li {
  display: inline-block;
  color: #515359;
  font-size: 13px;
  font-weight: 600;
}

ul.page-numbers li a {
  padding: 0 10px;
}

ul.page-numbers li a.prev,
ul.page-numbers li a.next {
  position: relative;
  color: transparent;
}

ul.page-numbers li a.prev:before, 
ul.page-numbers li a.next:before {
  display: inline-block;
  content: "";
  position: absolute;
  background: #515359;
  height: 1px;
  width: 30px;
  left: 0;
  top: 50%;
}

ul.page-numbers li a.next:before {
  left: auto;
  right: 0;
}

ul.page-numbers li a.prev:hover:before,
ul.page-numbers li a.next:hover:before {
  background: #1e439b;
  -webkit-transform: translateY(-50%) rotate(-31deg);
      -ms-transform: translateY(-50%) rotate(-31deg);
          transform: translateY(-50%) rotate(-31deg);
}

ul.page-numbers li a.prev:before {
  left: 2px;
}

ul.page-numbers li a.next:before {
  right: 2px;
}

ul.page-numbers li .current {
  padding: 4px 10px;
  color: #1e439b;
}

/* ----------------- Accordion ----------------- */
.accordion-group {
  margin: 60px 0;
}

.accordion-group .accordion {
  margin-bottom: 10px;
}
.accordion-group .accordion:last-of-type {
  margin: 0;
}

.accordion-group .accordion .heading {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 5px 30px 5px 15px;
  border: 3px solid #515359;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}

.accordion-group .accordion .heading:hover {
  border-color: #1e439b;
  background: #1e439b;
}

.accordion-group .accordion .heading h4 {
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #515359;
  transition: color 300ms;
  -webkit-transition: color 300ms;
}

.accordion-group .accordion .heading:hover h4 {
  color: #fff;
}

.accordion-group .accordion .heading:before,
.accordion-group .accordion .heading:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #515359;
  transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
}

.accordion-group .accordion .heading:hover:before,
.accordion-group .accordion .heading:hover:after {
  background: #fff;
}

.accordion-group .accordion .heading:after {
  right: 17px;
  width: 10px;
  height: 2px;
}

.accordion-group .accordion .heading:before {
  right: 21px;
  width: 2px;
  height: 10px;
}

.accordion-group .accordion .heading.open:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.accordion-group .accordion .heading.open + .body {
  display: block;
}

.accordion-group .accordion .body {
  display: none;
}

.accordion-group .accordion .body p {
  margin: 0;
  padding: 12px 20px 14px;
  font-size: 14px;
  line-height: 21px;
}

/* ----------------- Tabs ----------------- */
.tabbed-content {
  margin: 0 0 25px;
}

.tabbed-content .tabs {
  text-align: left;
  margin: 0 auto;
  list-style: none;
  border-bottom: 3px solid #eeeeee;
}

.tabbed-content .tabs li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0 0 13px 0;
  margin: 0 35px 0 0;
  color: #9da1ad;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-transform: uppercase;
}

.tabbed-content .tabs li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #515359;
  bottom: -3px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tabbed-content .tabs li:hover,
.tabbed-content .tabs li.current {
  color: #515359;
}

.tabbed-content .tabs li:hover:before,
.tabbed-content .tabs li.current:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabbed-content .tabbed-body {
  margin: 25px 0 0;
}

.tabbed-content .tabbed-body p {
  line-height: 20px;
}

.tabbed-content .tab-content {
  display: none;
}

.tabbed-content .tab-content.current {
  display: inherit;
}

.tabbed-content.horizontal .tabs {
  display: inline-block;
  float: left;
  margin: 0 20px 0 0;
}

.tabbed-content.horizontal .tabs li {
  display: block;
  border-right: 1px solid #eeeeee;
  border-bottom: none;
  text-align: right;
  padding: 15px;
}

.tabbed-content.horizontal .tabs li:hover, .tabbed-content.horizontal .tabs li.current {
  border-right: 1px solid #db3a1b;
  border-bottom: none;
}

.tabbed-content.horizontal .tabbed-body {
  margin: 0;
}


/* ----------------- Sections ----------------- */
.section-header {
  text-align: center;
  padding: 60px 0 50px;
}

.section-header.page {
  padding: 48px 0 50px;
}

.section-header h1,
.section-header h2 {
  position: relative;
  padding: 0 0 66px;
}

.section-header.white h1,
.section-header.white h2,
.section-header.white h2:before,
.section-header.white h1:before,
.section-header.white p {
  color: #fff;
}


.section-header h2:before,
.section-header h1:before {
  position: absolute;
  font-family: 'icomoon';
  content: "\e903";
  left: 0;
  right: 0;
  bottom: 7px;
  font-size: 13px;
  color: #515359;
  font-weight: 400;
}

.section-header p {
  font-size: 14px;
  color: #525359;
  font-style: italic;
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}

.section-header .damionf {
  font-size: 24px;
  color: #303238;
  font-style: normal;
  font-family: 'Damion', cursive;
  padding: 0 0 17px !important;
  font-weight: 400;
}

.section-header-v2 {
  margin: 75px 0 28px;
}

.section-header-v3 {
  margin: 27px 0;
}

.section-header-v3 h3 {
  position: relative;
  color: #3b3d40;
  padding: 30px 0 20px;
}

.section-header-v2 h3 {
  position: relative;
  color: #fff;
  padding: 30px 0 20px;
}

.section-header-v3 h3:before,
.section-header-v2 h3:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background: #1e439b;
  height: 1px;
  width: 30px;
  left: 0;
  top: 0;
}

.section-header-v3 p {
  padding: 13px 0 25px;
}

.section-header-v2 p {
  padding: 12px 0 0;
}

.section-header-v2.black h3 {
  color: #303238;
}

.section-header .btn {
  margin: 35px 10px 0;
}

.simple-section {
  padding: 10px 0 25px;
}

.pdtop10 {
  padding-top: 10px !important;
}

.content-section .content-entry .module {
  padding-bottom: 38px;
}

.content-section .content-entry .module .module-title {
  text-align: center;
  margin: 0 0 20px;
}

.content-section .content-entry ul {
  list-style-type: none;
}

.content-section .content-entry ol  {
  padding-left: 19px;
}

.content-section .content-entry ol li,
.content-section .content-entry ul li {
  padding-bottom: 5px;
}

.content-section .content-entry ul li {
  position: relative;
  padding: 0 0 5px 15px;
}

.content-section .content-entry ul li:before {
  content: "•";
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}

/* ----------------- Recent Projects ----------------- */
.recent-projects {
  padding: 10px 0 10px;
}

.project-box.padding {
  padding: 0 0 30px;
}

.project-box .cover {
  position: relative;
  overflow: hidden;
}

.project-box .cover img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-box .cover:before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 70%,rgba(0,0,0,0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 70%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 70%,rgba(0,0,0,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(128, 0, 0, 0)',GradientType=0 );
  opacity: 0;
  filter: alpha(opacity=0);
}

.project-box .cover:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.project-box .cover .hover {
  position: absolute;
  visibility: hidden;
  color: #fff;
  bottom: 6%;
  left: 6%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.project-box .cover:hover .hover {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.project-box .cover .hover h5 {
  font-size: 15px;
  color: #fff;
  margin: 0;
}

.project-box .cover .hover ul li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  padding: 0 0 0 10px;
  color: rgba(255,255,255,0.75);
}

.project-box .cover .hover ul li:first-of-type {
  padding: 0;
}

.project-box .cover .hover ul li:first-of-type:before {
  content: "";
}

.project-box .cover .hover ul li:before {
  position: absolute;
  content: ".";
  padding: 0;
  left: 3px;
  top: -3px;
}

.project-box.big {
  padding: 0 !important;
  margin: 0 0 60px;
}

.project-box.big:last-of-type {
  margin: 0 0 20px;
}

.project-box.big .cover:before {
  background: rgba(8,5,10,0.8);
}

.project-box.big .cover:after {
  position: absolute;
  content: "\e906";
  font-weight: 300;
  font-family: 'icomoon';
  color: #1e439b;
  font-size: 13px;
  pointer-events: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
}

.project-box.big .cover:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.project-box.big .title {
  margin: 0 0 5px;
}

.project-box.big .project-meta {
  margin: 0 0 9px;
}

.project-box.big .project-meta  li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  padding: 0 0 0 10px;
  color: #9da1ad;
}

.project-box.big .project-meta li:first-of-type {
  padding: 0;
}

.project-box.big .project-meta li:first-of-type:before {
  content: "";
}

.project-box.big .project-meta li:before {
  position: absolute;
  content: ".";
  padding: 0;
  left: 3px;
  top: -3px;
}

.project-box.big .description {
  margin: 0 0 19px;
  line-height: 21px;
}

.project-box.big .view-project {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 0 0 0 40px;
  letter-spacing: 0.05em;
}

.project-box.big .view-project:before {
  content:"";
  pointer-events: none;
  position: absolute;
  background: #515359;
  height: 1px;
  width: 30px;
  left: 0;
  top: 50%;
}

.project-box.big .view-project:hover {
  padding: 0 40px 0 0;
}

.project-box.big .view-project:hover:before {
  width: 0;
}

.recent-projects .btn {
  margin-top: 40px;
}
/* ----------------- Cart Section ----------------- */
.cart-table {
  margin: 0 0 10px;
}

.cart-table .products-table {
  width: 100%;
}

.cart-table .products-table thead {
  border-bottom: 3px solid #515359;
}

.cart-table .products-table thead th {
  color: #9da1ad;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  padding: 13px 0;
}

.cart-table .products-table tbody tr {
  border-bottom: 1px solid #e6e6e6;
}

.cart-table .products-table tbody td {
  padding: 30px 0;
  color: #303238;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
}

.cart-table .products-table tbody td.product-item {
  position: relative;
}

.cart-table .products-table tbody td.product-item img {
  max-width: 60px;
  max-height: 60px;
}

.cart-table .products-table tbody td.product-item .title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 80px;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.cart-table .products-table tbody .product-price,
.cart-table .products-table tbody .product-quantity {
  width: 17.1%
}

.cart-table .products-table tbody .product-subtotal {
  width: 14.529914%;
}

.cart-table .products-table tbody .product-remove {
  position: relative;
  width: 8.557%;
  text-align: center;
}

.cart-table .products-table tbody .product-remove .remove_products {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
}

.cart-table .products-table tbody .product-remove .remove_products:after,
.cart-table .products-table tbody .product-remove .remove_products:before {
  content: '';
  position: absolute;
  background-color: #9da1ad;
}

.cart-table .products-table tbody .product-remove .remove_products:hover:before,
.cart-table .products-table tbody .product-remove .remove_products:hover:after {
  background: #1e439b;
}


.cart-table .products-table tbody .product-remove .remove_products:before {
  width: 2px;
  height: 10px;
  left: 6px;
  top: 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cart-table .products-table tbody .product-remove .remove_products:after {
  width: 10px;
  height: 2px;
  left: 2px;
  top: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}


.cart-table .products-table tbody .product-quantity .quantity input {
  text-align: center;
  font-size: 13px;
  color: #9da1ad;
  letter-spacing: 0;
  max-width: 70px;
  padding: 0 0 6px;
  border-bottom: 3px solid #515359;
}

.cart-table .products-table tbody .product-quantity .quantity  {
  margin: -8px 0 0 0;
}

.cart-table .coupon {
  margin-top: 29px;
}

.cart-table .coupon .enter-coupon {
  display: inline-block;
}

.cart-table .coupon  input[type="text"] {
  padding: 8px 0;
  margin: 0 17px 20px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #9da1ad;
  border-top: 3px solid #515359;
  border-bottom: 3px solid #515359;
  background: transparent;
  min-width: 270px;
}

.cart-table .coupon input[type="submit"] {
  font-size: 13px;
  font-weight: 600;
  color: #515359;
  letter-spacing: 0.05em;
  line-height: 21px;
  text-transform: uppercase;
  border: 3px solid #515359;
  background: transparent;
  margin: 0 0 20px;
  padding: 7px 26px 6px;
}

.cart-table .coupon input::-webkit-input-placeholder {
  color: #9da1ad;
}
.cart-table .coupon input:-moz-placeholder {
  color: #9da1ad;
}
.cart-table .coupon input::-moz-placeholder {
  color: #9da1ad;
}
.cart-table .coupon input:-ms-input-placeholder {
  color: #9da1ad;
}

.cart-table .coupon input[type="submit"]:hover {
  background: #515359;
  color: #fff;
}

.cart-table .coupon .update-cart {
  float: right;
}

.cart-table .cart-totals {
  margin: 29px 0 0;
}

.cart-table .cart-totals h5 {
  line-height: 35px;
  letter-spacing: 0.05em;
}

.cart-table .cart-totals table {
  width: 100%;
  margin: 12px 0 16px;
}

.cart-table .cart-totals table tr td {
  color: #515359;
  letter-spacing: 0;
  line-height: 21px;
  text-align: left;
  padding: 0 20px 9px 0;
}

.cart-table .cart-totals table tr td:first-child {
  width: 190px;
}

/* ----------------- Single Product Section ----------------- */
.single-product {
  padding: 60px 0 50px;
}

.single-product .carousel-col {
  padding-right: 0;
}

.single-product .cover-photos-slider {
  padding: 0 15px 15px 0;
}

.single-product .cover-photos-slider .carousel-items .carousel-item .image {
  position: relative;
}

.single-product .cover-photos-slider .carousel-items .carousel-item .image .photozoom {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.single-product .cover-photos-slider .carousel-items .carousel-item .image .photozoom:after,
.single-product .cover-photos-slider .carousel-items .carousel-item .image .photozoom:before {
  content: '';
  position: absolute;
  background: #1e439b;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(2, 2);
      -ms-transform: translateX(-50%) translateY(-50%) scale(2, 2);
          transform: translateX(-50%) translateY(-50%) scale(2, 2);
}
.single-product .cover-photos-slider .carousel-items .carousel-item .image .photozoom:before {
  width: 2px;
  height: 12px;
}

.single-product .cover-photos-slider .carousel-items .carousel-item .image .photozoom:after {
  width: 12px;
  height: 2px;
 }

.single-product .cover-photos-slider .carousel-items .carousel-item .image .photozoom:hover:after,
.single-product .cover-photos-slider .carousel-items .carousel-item .image .photozoom:hover:before {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1, 1);
          transform: translateX(-50%) translateY(-50%) scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
 }

.single-product .cover-photos-slider .carousel-items .carousel-item .image .photozoom:hover {
  background: rgba(255,255,255,0.7);
}


.single-product .cover-photos-slider .carousel-items .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-product .nav-carousel .carousel-items .carousel-item {
  position: relative;
  cursor: pointer;
  padding: 0 15px 0 0;
}

.single-product .nav-carousel .carousel-items .carousel-item .image {
  position: relative;
  opacity: 0.5;
  filter: alpha(opacity=50);
} 

.single-product .nav-carousel .carousel-items .carousel-item.slick-current .image,
.single-product .nav-carousel .carousel-items .carousel-item .image:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.single-product .cover-photos-slider .slick-slider {
  padding-bottom: 0;
}

.single-product .product-description .rating {
  margin: 0 0 16px;
}

.single-product .product-description .rating li {
  display: inline-block;
  color: #1e439b;
  font-size: 15px;
  padding: 0 0 0 1.5px;
}

.single-product .product-description .rating li.count {
  margin: -3px 0 0 5px;
  font-size: 13px;
  color: #515359;
  letter-spacing: 0.05em;
  font-weight: 600;
  vertical-align: middle;
}

.single-product .product-description .amount {
  color: #515359;
  font-style:;
  font-size: 28px;
  line-height: 24px;
  margin: 16px 0 20px;
}

.single-product .product-description .amount span {
  color: #9da1ad;
  font-size: 18px;
  padding-left: 18px;
} 

.single-product .product-description .entry {
  padding: 0 0 14px;
}

.single-product .product-description .actions .quantity input {
  text-align: center;
  font-size: 13px;
  color: #9da1ad;
  letter-spacing: 0;
  max-width: 70px;
  padding: 0 0 8px;
  border-bottom: 3px solid #515359;
}

.single-product .product-description .actions .add-cart {
  margin: 0 0 0 17px;
}

.single-product .product-description .actions .product-id {
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 22px 0 0;
}

.single-product .product-description .actions .product-id span {
  color: #9da1ad;
  padding-left: 9px;
}

.single-product ul.product-additional li {
  line-height: 21px;
  padding: 0 0 10px;
}

.single-product .review-form .box-title,
.single-product .reviews .box-title {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.1em;
  margin: 0 0 25px;
}

.single-product .review-form .box-title {
  margin: 10px 0 8px;
}

.single-product .reviews .reviews-list {
  list-style-type: none;
}

.single-product .reviews .reviews-list .review {
  position: relative;
}

.single-product .reviews .reviews-list .review ul {
  padding: 11px 0 0 70px;
}

.single-product .reviews .reviews-list .review .avatar {
  position: absolute;
  top: 0;
  left: 0;
}

.single-product .reviews .reviews-list .review .avatar img {
  max-width: 53px;
  max-height: 53px;
  border-radius: 50%;
}

.single-product .reviews .reviews-list .review .review-body {
  padding: 0 0 22px 70px;
}

.single-product .reviews .reviews-list .review .review-body .name {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 8px;
  display: inline-block;
}

.single-product .reviews .reviews-list .review .review-body .name span {
  color: #9da1ad;
  padding: 0 0 0 17px;
}

.single-product .reviews .reviews-list .review .review-body .rating {
  margin: 0;
  padding: 2px 0 0 15px;
  display: inline-block;
}

.single-product .reviews .reviews-list .review .review-body .rating li {
  display: inline-block;
  color: #1e439b;
  font-size: 13px;
  padding: 0 0 0 1px;
}

.single-product .reviews .reviews-list .review .review-body .description {
  margin: 0 0 19px;
  font-style: ;
  letter-spacing: 0;
  line-height: 21px;
}

.single-product .rating-select {
  margin: 0 0 25px;
}

.single-product .rating-select .title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #515359;
  padding: 0 15px 0 0;
}

.single-product .rating-select .stars {
  display: inline-block;
}

.single-product .rating-select .stars input.star { 
  display: none;
}

.single-product .rating-select .stars label.star {
  float: right;
  padding: 0 4px 0 0;
  font-size: 14px;
  color: #9da1ad;
  cursor: pointer;
}

.single-product .rating-select .stars input.star:checked ~ label.star:before {
  content: '\f005';
  color: #1e439b;
}

.single-product .rating-select .stars label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

.single-product .review-form .respond-form .input-line.textarea {
  margin: 0 0 20px;
}

.single-product .product-tabs {
  padding: 14px 0 30px;
  margin: 0;
}

.single-product .related-items {
  padding: 24px 0 0;
}

.single-product .related-items .box-title {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.05em;
  margin: 0 0 25px;
}

/* ----------------- Partners ----------------- */
.partners-section {
  padding: 0 0 60px;
}

.partners-list li:nth-child(6n+0) {
  padding: 0;
}

.partners-list li {
  display: inline-block;
  min-height: 120px;
  min-width: 120px;
  padding-right: 85px;
}

.partners-list li a:hover {
  opacity: 0.4;
}

/* ----------------- Promo Section ----------------- */
.promo-section.v2 {
  padding: 0 0 80px;
}

.promo-content {
  padding: 45px 28px 35px 28px;
  position: relative;
}

.promo-content .title {
  font-size: 40px;
  margin: 0 0 8px;
}

.promo-content .inherit {
  position: inherit;
}

.promo-content .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 15px 0 0;
}

.promo-content .btn:hover {
  border-color: #515359;
  color: #515359;
}

/* ----------------- Team Members ----------------- */
.team-members-section {
  padding: 80px 0 46px;
}

.team-members-section.v2 {
  padding: 10px 0 0;
}

.team-members-section.v3 {
  padding: 10px 0 38px;
}

.team-member {
  margin: 0px 0 42px;
}

.team-member .cover {
  position: relative;
}

.team-member .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-member .cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background: rgba(8,5,10,0.8);
  opacity: 0;
  filter: alpha(opacity=0);
}

.team-member .cover:hover:before,
.team-member .cover:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.team-member .cover:after {
  position: absolute;
  content: "\e906";
  font-family: 'icomoon';
  color: #1e439b;
  font-size: 13px;
  pointer-events: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
}

.team-member .name {
  padding: 17px 0 2px;
  margin: 0;
  font-size: 18px;
  color: #303238;
  font-weight: 600;
  line-height: 20px;
}

.team-member .position {
  color: #9da1ad;
  font-size: 12px;
  font-style: italic;
  padding: 0;
}

.team-member .socials li {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 16px;
}

.team-member .socials li i {
  color: #515359;
}

.team-member .socials i:hover {
  color: #1e439b;
}

/* ---------------- Testimonials ------------------ */
.testimonial {
  text-align: center;
  color: #fff;
}

.testimonial .member-cover {
  display: inline-block;
}

.testimonial .member-cover img {
  border-radius: 50%;
}

.testimonial .message {
  position: relative;
  padding: 20px 0 60px;
}

.testimonial .message:after {
  position: absolute;
  font-family: 'icomoon';
  content: "\e903";
  left: 0;
  right: 0;
  bottom: 20px;
  font-size: 13px;
}

.testimonial .message p {
  font-size: 18px;
  font-style:;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
}

.testimonial .user h5 {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  letter-spacing: 0.05em;
  margin: 0 0 2px;
}

.testimonial .user p {
  font-style:;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}

.testimonial.v2 {
  color: #515359;
}

.testimonial.v2 .member-cover {
  margin: 0 auto;
  display: inline-block;
}

.testimonial.v2 .message {
  padding: 18px 0 65px;
}

.testimonial.v2 .message p {
  font-size: 14px;
  font-style:;
  line-height: 21px;
  color: #515359;
}

.testimonial.v2 .user h5 {
  color: #303238;
  font-size: 13px;
}

.testimonial.v2 .user p {
  color: #515359;
}

.testimonial.v2 .message:after {
  font-family: FontAwesome;
  content: "\f097";
  font-size: 30px;
  bottom: 17px;
}

.testimonials-section .row-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  overflow: hidden;
}

.testimonials-section .row-bg img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials-section.bg {
  background: url(../img/testimonials-bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.testimonials-section.bg .slick-carousel.testimonials {
  padding: 148px 0 86px;
}

.testimonials-section .slick-carousel.testimonials {
  padding: 10px 0 80px;
}

.testimonials-section .slick-carousel.testimonials .slick-slider {
  padding-bottom: 50px;
  max-width: 700px;
  margin: 0 auto;
}

.testimonials-section .slick-carousel.testimonials.v2 {
  padding: 70px 15px 122px;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}

.testimonials-section .slick-carousel.testimonials.v2 .section-header {
  padding: 60px 0 55px;
}

.testimonials-section .slick-carousel.testimonials.v2 .section-header h2 {
  font-size: 40px;
  line-height: 50px;
}

.testimonials-section .slick-carousel.testimonials.v2 .section-header p {
  width: 90%;
}

.testimonials-section .slick-carousel.testimonials.v2.more-padding {
  padding: 180px 15px 242px;
}

/* ----------------- Features Section ----------------- */
.features-section {
  padding: 75px 0 65px;
}

.features-section.creative-v5 {
  padding: 80px 0 0;
}

.features-section.creative-v5 .section-header-v2 {
  padding-top: 95px;
}

.features-section.creative-v5 .cover {
  float: right;
}

.features-section.creative-v6 {
  padding: 135px 0 177px;
  overflow: hidden;
}

.features-section.creative-v6 .macbook-over {
  position: absolute;
  right: -125%;
  top: -55px;
}

.features-section.v3 {
  padding: 10px 0 25px;
}

.features-section.v3 .features-row {
  padding: 60px 0 0 0;
}

.features-section.v4 {
  padding: 10px 0 35px;
}

.features-section.v2 {
  position: relative;
  padding: 190px 0 152px;
}

.features-section.v2 .macbook-over {
  position: absolute;
  left: -125%;
  top: -112px;
}

.features-section.v5 {
  padding: 72px 0 0;
}

.features-section.v5 .features-list {
  padding: 117px 0 30px;
}

.features-section.careers {
  padding: 75px 0 0;
}

.features-section.careers .section-header {
  padding: 15px 0 50px;
}

.features-section.careers .progress-items {
  padding: 28px 0 0;
}

.features-section.list {
  padding: 0 0 80px;
}

.features-post-section .partners-list {
  padding: 80px 0 0;
}

.feature-md {
  margin: 0 0 40px;
}

.feature-md h5 {
  margin: 12px 0 7px 0;
}

.features-list .feature-l {
  position: relative;
  margin: 0 0 54px;
}

.features-list li:last-child .feature-l:before {
  content: none;
}

.features-list .feature-l:before {
  content: '';
  position: absolute;
  top: 78px;
  left: 35px;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(top, #E5E5E4 50%, rgba(229,229,229,0) 0%);
  background-image: linear-gradient(to bottom, #E5E5E4 50%, rgba(229,229,229,0) 0%);
  background-position: bottom;
  background-size: 1px 4px;
  background-repeat: repeat-y;
  width: 1px;
  height: 67%;
}

.features-list .feature-l .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 28px;
  text-align: center;
  width: 70px;
  height: 70px;
  background: #1e439b;
  border-radius: 50%;
  padding: 18px 0px 0px 1px;
  border: 3px solid transparent;
}

.features-list .feature-l .icon.big {
  font-size: 32px;
  padding: 16px 0px 0px 1px;
}

.features-list .feature-l .icon.sm {
  font-size: 26px;
  padding: 19px 0 0 1px;
}

.features-list .feature-l .icon:hover,
.features-list .feature-l:hover .icon {
  transform: translateY(-5px);
}

.features-list .feature-l h5 {
  padding: 3px 0 7px 98px;
  margin: 0;
}

.features-list .feature-l p {
  padding: 0 0 0 98px;
}

.features-list.trans .feature-l:before {
  content: none;
}

.features-list.trans .feature-l .icon {
  background: #eeeeee;
  color: #515359;
  cursor: pointer;
}

.features-list.trans .feature-l .icon:hover,
.features-list.trans .feature-l:hover .icon {
  color: #1e439b;
  border-color: #1e439b;
  background: transparent;
}

.features-list.left .feature-l {
  text-align: right;
}

.features-list.left .feature-l .icon {
  left: auto;
  right: 0;
}

.features-list.left .feature-l h5 {
  padding: 3px 98px 7px 0;
  margin: 0;
}

.features-list.left .feature-l p {
  padding: 0 98px 0 0;
}

.features-list.pbt105 {
  padding-top: 105px;
}

.feature-post-box .cover img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-post-box .cover {
  position: relative;
  cursor: pointer;
}

.feature-post-box .cover:before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(8,5,10,0.7);
}

.feature-post-box .cover:after {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1e439b;
}

.feature-post-box .cover:hover:after {
  opacity: 0;
  visibility: hidden;
}

.feature-post-box.dark .cover:after {
  background: #303238;
}

.feature-post-box .cover .hover {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 9%;
  text-align: center;
  color: #fff;
  z-index: 10;
  max-height: 100%;
  overflow: hidden;
}

.feature-post-box .cover .icon {
  font-size: 30px;
}

.feature-post-box .cover h4 {
  color: #fff;
  margin: 28px 0;
}

.feature-post-box .cover .description {
  font-style:;
  position: relative;
  padding: 0 0 45px;
  margin: 0;
  color: #fff;
}

.feature-post-box .cover .description:before {
  position: absolute;
  font-family: 'icomoon';
  content: "\e903";
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 13px;
  font-style: normal;
}

.feature {
  position: relative;
  margin: 0 0 50px;
  padding: 0px 0 0 11px;
}

.feature .icon {
  position: absolute;
  top: 0px;
  left: 0;
  color: #1e439b;
  font-size: 31px;
}

.feature h4 {
  padding: 0 0 0 48px;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.05em;
  margin: 0;
}

.feature p {
  font-size: 14px;
  padding: 10px 0 0 48px;
  color: #515359;
  line-height: 21px;
}

.feature p.sub-title {
  color: #9da1ad;
  font-size: 12px;
  font-style: italic;
  padding: 0 0 0 48px;
  margin: 0;
}

.feature.v2 {
  text-align: left;
  padding: 0;
}

.feature.v2 .icon {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #1e439b;
  font-size: 16px;
  text-align: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 25px 0px 0px 1px;
  border: 3px solid #1e439b;
}

.feature.v2 .icon:hover,
.feature.v2:hover .icon {
  -webkit-transform: translate(-50%, -5px);
      -ms-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
}

.feature.v2 p {
  padding: 10px 0 0 0;
}

.feature.v2 h4 {
  padding: 97px 0 0 0;
}

.feature-t-icon {
  padding: 25px 0 18px 0;
}

.feature-t-icon h5 {
  font-size: 15px;
  line-height: 20px;
  position: relative;
  padding: 0 0 0 26px;
  letter-spacing: 0.05em;
}

.feature-t-icon h5 .icon {
  position: absolute;
  font-size: 16px;
  left: 1px;
  top: -1px;
  color: #1e439b;
}

.feature-t-icon h5 .icon.icon-Eye2 {
  font-size: 12px;
  top: 3px;
  left: 0;
}

/* ----------------- Pricing Tables ----------------- */
.pricing-tables {
  padding: 10px 0 10px;
}

.pricing-tables.sm-padding {
  padding: 10px 0 0;
}

.pricing-tables.sm-padding .pricing-table {
  margin: 0;
  padding: 0 0 10px;
}

.pricing-tables.v2 {
  padding: 0 0 10px;
}

.pricing-tables.v2 .section-header {
  padding-top: 50px;
}

.pricing-table {
  text-align: center;
  margin: 0 0 40px;
  padding: 0 0 28px;
}

.pricing-table .heading {
  border: 3px solid #f7f7f9;
}

.pricing-table .heading .price {
  font-size: 60px;
  font-weight: 600;
  color: #303238;
  line-height: 1.46em;
}

.pricing-table .heading .title {
  padding: 23px 0 0;
}

.pricing-table .heading .price sup {
  font-size: 35px;
}

.pricing-table .heading .plan {
  font-style: italic;
  padding: 7px 0 10px;
}

.pricing-table.yellow .heading .plan {
  color: #fff;
}

.pricing-table .pricing-features {
  padding: 15px 5% 30px;
  border-left: 3px solid #f7f7f9;
  border-right: 3px solid #f7f7f9;
}

.pricing-table .action {
  border-left: 3px solid #f7f7f9;
  border-right: 3px solid #f7f7f9;
  border-bottom: 3px solid #f7f7f9;
  padding: 0 0 26px;
}

.pricing-table .pricing-features li {
  position: relative;
  padding: 9px 0;
}

.pricing-table .pricing-features li.lineth {
  text-decoration: line-through;
}

.pricing-table .pricing-features li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: -webkit-linear-gradient(left, #e5e5e5 50%, rgba(229,229,229,0) 0%);
  background-image: linear-gradient(to right, #e5e5e5 50%, rgba(229,229,229,0) 0%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  height: 1px;
}

.pricing-table.yellow .heading {
  background: #1e439b;
  border-color: #1e439b;
  color: #fff;
}

.pricing-table .btn {
  border-width: 3px;
}

.pricing-table .btn.dark:hover {
  border-color: #1e439b;
  background: #1e439b;
  color: #fff;
}

.pricing-table .btn.yellow:hover {
  color: #303238;
  border-color: #303238;
}

.pricing-table.yellow .heading .title,
.pricing-table.yellow .heading .price {
  color: #fff;
}

/* ----------------- Subscribe Section ----------------- */
.subscribe-section .row-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  overflow: hidden;
}

.subscribe-section .row-bg img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.subscribe-section .subscribe-area {
  padding: 210px 15px 260px;
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
}

.subscribe-section .subscribe-area .section-header {
  padding: 60px 0 55px;
}

.subscribe-section .subscribe-area .section-header h2 {
  font-size: 40px;
  line-height: 50px;
}

.subscribe-section .subscribe-area .section-header p {
  padding: 0 10px;
}

.subscribe-section .subscribe-area.contact {
  padding: 240px 15px 220px;
}

.subscribe-section.bg,
.subscribe-section.bg-2 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed !important;
  background-size: cover !important;
  padding: 80px 0;
}

.subscribe-section.bg {
  background: url(../img/subscribe-section-bg-1.jpg);
}

.subscribe-section.bg-2 {
  background: url(../img/subscribe-section-bg-2.jpg);
}

.subscribe-section.bg-2 .subscribe-area,
.subscribe-section.bg .subscribe-area {
  padding: 8px 15px 0;
  max-width: 100%;
}

.subscribe-section.bg-2 .subscribe-area .form-container,
.subscribe-section.bg .subscribe-area .form-container {
  max-width: 590px;
  margin: 0 auto;
}

.subscribe-section.bg-2 .subscribe-area .contact-list,
.subscribe-section.bg .subscribe-area .contact-list {
  padding: 52px 0 45px;
}

.subscribe-section.bg-2 .section-header h2,
.subscribe-section.bg .section-header h2 {
  font-size: 40px;
  line-height: 50px;
}

.contact-list {
  padding: 52px 0;
  width: 100%;
}

.contact-list li {
  display: inline-block;
}

.contact-list .item {
  position: relative;
  margin: 0 0 30px;
}

.contact-list .item .title {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-style: italic;
  color: #9da1ad;
}

.contact-list .item p {
  margin: 0 0 0 95px;
}

.contact-list .item .socials {
  margin: 0 0 0 95px;
}

.contact-list .item .socials li {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0 7px 0 0;
}

.contact-list .item .socials li a {
  font-size: 15px;
}

/* ----------------- Statistics Section ----------------- */
.statistics-section {
  padding: 10px 0 30px;
  background: url(../img/stats-background.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.stats-item {
  position: relative;
  margin: 0 0 45px;
}

.stats-item .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 65px;
}

.stats-item .number {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  padding: 8px 0 14px 100px;
  line-height: 15px;
}

.stats-item .caption {
  display: block;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  padding: 0 0 8px 100px;
}

.stats-item.black .icon,
.stats-item.black .number {
  color: #303238;
}

.stats-item.black .caption {
  color: #515359;
}

.progress-item {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 20px;
  background: #eeeeee;
  margin: 20px 0 0;
}

.progress-item .progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  background: #303238;
}

.progress-item .progress-bar .heading {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  font-size: 11px;
  background: #303238;
  padding: 2px 10px 3px;
  z-index: 5;
}

.progress-item .caption {
  position: absolute;
  top: 2px;
  left: 10px;
  color: #fff;
  font-size: 11px;
}

/* ---------------- History Section ------------------ */
.history-section {
  padding: 10px 0 58px;
}

.history-section .features-list {
  padding: 10px 0 0;
}

.history-section.bg {
  padding: 0;
  background: url(../img/history-section-bg.jpg) top center;
  background-size: cover;
}

.history-section.bg-1 {
  padding: 0;
  background: url(../img/history-section-bg-1.jpg) top center;
  background-size: cover;
}

.history-section.bg-1 .section-header-v2,
.history-section.bg .section-header-v2 {
  padding: 145px 20px 155px 0;
}

/* ---------------- Portfolio Section ------------------ */
.portfolio-section {
  padding: 75px 0 0;
}

.grid-projects-section {
  padding: 10px 0 0;
}

.isot-filters {
  text-align: center;
}

.isot-filters ul li {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  color: #515359;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 10px 38px;
}

.isot-filters ul li a {
  position: relative;
  padding: 0 0 0 40px;
}

.isot-filters ul li a:first-of-type {
  margin: 0;
}

.isot-filters ul li a:before {
  display: inline-block;
  content: "";
  position: absolute;
  background: #515359;
  height: 1px;
  width: 30px;
  left: 0;
  top: 50%;
}

.isot-filters ul li a.current {
  color: #1e439b;
}

.isot-filters ul li a.current:before,
.isot-filters ul li a:hover:before {
  background: #1e439b;
  -webkit-transform: translateY(-50%) rotate(-31deg);
      -ms-transform: translateY(-50%) rotate(-31deg);
          transform: translateY(-50%) rotate(-31deg);
}

.isot-projects-wrapper {
  margin: 46px 0 80px;
}

.isot-projects-wrapper .isotope {
  overflow: hidden;
  
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-property: height, width;
          transition-property: height, width;
}

.isot-projects-wrapper .isotope-item {
  padding-bottom: 30px;
}

.isot-projects-wrapper .no-padding {
  padding: 0 !important;
}

.isot-projects-wrapper .view-more {
  margin: 40px 0 0;
}

.isot-projects-wrapper .view-more.sm-margin {
  margin: 10px 0 0;
}

.isot-projects-wrapper .view-more.not-visible {
  display: none !important;
}

/* ---------------- Works Section ------------------ */
.works-section {
  padding: 0 0 80px;
}

.works-section.v4 {
  padding: 0 0 50px;
}

.works-section .view-btn {
  margin-top: 35px;
}

.works-section.v2 {
  padding: 10px 0 80px;
}

.works-section.v3 {
  padding: 10px 0 25px;
}

.works-section.sm-heading .section-header-v2 {
  margin: 35px 0 28px;
}

.works-section.v2 .single_work_slider {
  margin-top: 34px;
}

/* ---------------- Services Section ------------------ */
.services-section {
  padding: 10px 0 50px;
}

.services-section .view-btn {
  margin: 8px auto 25px;
}

.service-box {
  position: relative;
  margin: 0 0 30px;
}

.service-box .cover:before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(8,5,10,0.45);
}

.service-box .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-box .cover .hover {
  position: absolute;
  text-align: center;
  padding: 0 35px;
  top: 47%;
  width: 100%;
}

.service-box .cover:hover h5 {
  -webkit-transform: translate3d(0,-45px,0);
  transform: translate3d(0,-45px,0);
}

.service-box .cover .hover h5 {
  color: #fff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.service-box .cover:hover .hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,-35px,0);
  transform: translate3d(0,-35px,0);
}

.service-box .cover .hover p {
  font-style: ;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

/* ---------------- Shop Section ------------------ */
.shop-section {
  padding: 74px 0 50px;
}

.shop-section .col-content {
  padding-right: 25px;
}

.shop-options {
  padding: 0 0 12px;
  margin: 0 0 40px;
  border-bottom: 3px solid #515359;
}

.shop-options .custom-select {
  position: relative;
  display: inline-block;
  min-width: 200px;
}

.shop-options .custom-select .default {
  position: relative;
  padding: 0 16px 0 0;
  color: #9da1ad;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.shop-options .custom-select .default:before {
  position: absolute;
  content: "\e901";
  font-family: 'icomoon';
  font-size: 15px;
  font-weight: 400;
  top: -4px;
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}


.shop-options .custom-select span:hover,
.shop-options .custom-select .select-options li:hover {
  color: #1e439b;
  cursor: pointer;
}

.shop-options .custom-select .input span {
  position: relative;
  color: #636262;
  font-size: 13px;
  line-height: 1em;
}

.shop-options .custom-select .select-options {
  position: absolute;
  list-style-type: none;
  margin-top: 12px;
  z-index: 99;
  background: #303238;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.shop-options .custom-select .select-options.open {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100)
}

.shop-options .custom-select .select-options li {
  color: #9da1ad;
  font-size: 13px;
  line-height: 1em;
  padding: 8px 12px;
  margin: 0;
}

.shop-options .custom-select .select-options li:first-of-type {
  padding-top: 12px;
}

.shop-options .custom-select .select-options li:last-of-type {
  padding-bottom: 12px;
}

.shop-options .custom-select .select-options li i {
  display: inline;
}

.shop-section .row-fit-10 .shop-item-small {
  margin: 0 0 10px;
}

.shop-options .results {
  float: right;
  color: #9da1ad;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 13px;
}

.shop-section .row-fit-10 ul.page-numbers {
  padding: 45px 0 25px;
}

.shop-section ul.page-numbers {
  padding: 25px 0 25px;
}

.shop-info {
  margin: 0 0 10px;
}

.shop-info .row-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 33.33333333%;
  overflow: hidden;
}

.shop-info .row-bg.left {
  left: 0;
}

.shop-info .row-bg.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.shop-info .row-bg img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop-info-item {
  text-align: center;
  padding: 78px 15px 74px;
  width: 100%;
  max-width: 472px;
  margin: 0 auto;
}

.shop-info-item h6 {
  font-weight: 700;
  color: #1e439b;
  margin: 0 0 87px;
}

.shop-info-item h4 {
  letter-spacing: 0.05em;
}

.shop-info-item .description {
  font-style:;
  margin: 16px 0 92px;
}

.shop-item-small {
  text-align: center;
  padding: 55px 18px 0;
  margin: 0 0 30px;
}

.shop-item-small .rating {
  padding: 4px 0 17px;
  border-bottom: 1px solid #e6e6e6;
}

.shop-item-small .rating li {
  display: inline-block;
  color: #1e439b;
  font-size: 14px;
}

.shop-item-small .rating li.count {
  color: #515359;
  font-weight: 600;
  font-size: 13px;
  padding-left: 14px;
}

.shop-item-small h6 {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.05em;
  margin: 68px 0 2px 0;
}

.shop-item-small .sub-title {
  font-size: 12px;
  color: #9da1ad;
  font-style: italic;
}

.shop-item-small .actions {
  padding: 20px 0;
  text-align: left ;
}

.shop-item-small .actions .price {
  font-weight: 600;
  font-size: 15px;
}

.shop-item-small .actions .shop {
  float: right;
}

.big-items-wrapper {
  padding: 50px 0 0 0;
}

.big-items-wrapper .row-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  overflow: hidden;
}

.big-items-wrapper .row-bg.left {
  left: 0;
}

.big-items-wrapper .row-bg img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.big-items-wrapper .shop-item-big {
  text-align: center;
  padding: 10px 15px 40px;
}

.big-items-wrapper .shop-item-big .cover {
  padding: 55px 0 0;
}

.big-items-wrapper .shop-item-big .rating {
  padding: 112px 0 35px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 30%;
}

.big-items-wrapper .shop-item-big .rating li {
  display: inline-block;
  color: #1e439b;
  font-size: 14px;
}

.big-items-wrapper .shop-item-big .rating li.count {
  color: #515359;
  font-weight: 600;
  font-size: 13px;
  padding-left: 14px;
}

.big-items-wrapper .shop-item-big .actions {
  padding: 40px 0;
}

.big-items-wrapper .shop-item-big .actions .price {
  font-size: 24px;
  font-style:;
  color: #515359;
  padding: 0 54px 0 0;
  vertical-align: middle;
}

/* ---------------- About Section ------------------ */
.about-us-section {
  padding: 30px 0 90px;
}

.about-us-section.v2 {
  padding: 0;
}

.about-us-section.v2 .promo-content {
  margin: 38px 0 80px;
}

.about-us-section .rev_slider_wrapper {
  margin: 0 0 30px;
}

.about-us-section p.description {
  padding: 24px 0 25px;
}

.about-section .row-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  overflow: hidden;
}

.about-section .row-bg img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-me-item {
  padding: 77px 0 74px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
}

.about-me-item h6 {
  color: #1e439b;
  font-weight: bold;
  margin: 0 0 185px;
}

.about-me-item h2 {
  margin: 0 0 15px;
}

.about-me-item .description {
  margin: 0 0 196px;
  font-style: italic;
}

.about-skills-section .row-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 33.33333333%;
  overflow: hidden;
}

.about-skills-section .row-bg.left {
  left: 0;
}

.about-skills-section .row-bg.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-skills-section .row-bg img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-skills-section .skill-item {
  text-align:;
  padding: 78px  00 60px;
}

.about-skills-section .skill-item .icon {
  display: block;
  font-size: 32px;
  color: #1e439b;
  margin: 0 0 90px;
}

.about-skills-section .skill-item h4 {
  padding: 0 12%;
}

.about-skills-section .skill-item .description {
  font-style:;
  padding: 5px 12% 10px;
}

.about-skills-section .skill-item .number {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 15px;
}


/* ---------------- Gallery Section ------------------ */
.gallery-section {
  padding: 10px 0 50px;
}

.gallery-section.v2 {
  padding: 0 0 50px;
}

.gallery-section .view-more {
  margin: 10px 0 30px;
}

.gallery-wrapper .gallery-item {
  padding-bottom: 30px;
}

.gallery-wrapper .gallery-item .cover {
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery-wrapper .gallery-item .cover .view-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none;
}

.gallery-wrapper .gallery-item .cover:hover .view-link {
  background: rgba(8,5,10,0.8);
}

.gallery-wrapper .gallery-item .cover .view-link:before,
.gallery-wrapper .gallery-item .cover .view-link:after {
  content: '';
  position: absolute;
  background: #1e439b;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.gallery-wrapper .gallery-item .cover:hover .view-link:before,
.gallery-wrapper .gallery-item .cover:hover .view-link:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.gallery-wrapper .gallery-item .cover:hover .view-link:before {
  width: 2px;
  height: 12px;
}

.gallery-wrapper .gallery-item .cover:hover .view-link:after {
  width: 12px;
  height: 2px;
}

/* ---------------- Instagram API ------------------ */
.instagram-feed.big li {
  margin: 0;
  width: 12.5%;
}

.instagram-feed.big li:nth-child(4n+0) {
  margin: 0;
}

.instagram-feed.big li img {
  width: 100%;
  height: auto
}

.instagram-feed {
  margin: 0 -5px 0 0;
}

.instagram-feed li {
  display: inline-block;
  position: relative;
  margin: 0 5px 5px 0;
}

.sidebar .instagram-feed {
  margin: 0 -8px 0 0;
}

.sidebar .instagram-feed li {
  margin: 0 8px 8px 0;
}

.instagram-feed li img {
  width: 63px;
  height: 63px
}

.sidebar .instagram-feed li img {
  height: 69px;
  width: 69px;
}

.instagram-feed li:after {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(8,5,10,0.8);
  opacity: 0;
  filter: alpha(opacity=0);
}

.instagram-feed li:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* ---------------- Photography Section ------------------ */
.photography-page {
  margin: 10px 0;
}

.photography-page .row {
  margin-left: -5px;
  margin-right: -5px;
}

.photography-page .custom-col {
  padding: 10px !important;
}

.big-photography {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.big-photography img {
  width: 100%;
  height: auto;
}

.big-photography:before {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(8,5,10,0.7);
  opacity: 0;
  filter: alpha(opacity=0);
}

.big-photography:after {
  position: absolute;
  content: "\e906";
  font-weight: 300;
  font-family: 'icomoon';
  color: #1e439b;
  font-size: 13px;
  pointer-events: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
}

.big-photography:hover:after,
.big-photography:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.big-photography:hover .description {
  opacity: 0;
  filter: alpha(opacity=0);
}

.big-photography .description {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.big-photography .description h2 {
  color: #fff;
  margin: 0 0 2px;
}

.big-photography .description p {
  font-style: italic;
  color: #fff;
}

/* ---------------- Corporate Section ------------------ */
.corporate-section {
  padding: 80px 0;
}

/* ---------------- Contact Section ------------------ */
.contact-page-section {
  padding: 75px 0 80px;
}

.contact-page-section .respond-form {
  padding-right: 12px;
}

.contact-page-section #map {
  margin-top: 60px;
  height: 650px;
}


.contact-page-section .contact-info-box h5 {
  margin: 0 0 20px;
}

.contact-page-section .contact-info-box .contact-info li {
  position: relative;
  padding: 0 0 14px 96px;
  margin: 0 0 15px;
}

.contact-page-section .contact-info-box .contact-info li:last-of-type {
  margin: 0;
  border: none;
}

.contact-page-section .contact-info-box .contact-info li .title {
  position: absolute;
  left: 0;
  font-style: italic;
  font-size: 14px;
  color: #9da1ad;
}

.contact-page-section .contact-info-box .contact-info li p {
  color: #515359;
  margin: 0;
}

.contact-page-section .contact-info-box .contact-info li .socials li {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0 7px 0 0;
}

.contact-page-section .contact-info-box .contact-info li .socials li:last-of-type {
  padding: 0;
}

.contact-page-section .contact-info-box .contact-info li .socials li a {
  color: #515359;
  font-size: 15px;
}

.contact-page-section .contact-info-box .contact-info li .socials li a:hover {
  color: #1e439b;
}

#map {
  width: 100%;
  height: 550px;
}

/* ---------------- Error 404 Section ------------------ */
.error-404 {
  background: url(../img/slider-background.jpg) top center;
  background-size: cover;
  padding: 260px 0;
  text-align: center;
}

.error-404 h1 {
  color: #fff;
  font-size: 200px;
  font-family: 'Damion', cursive;
  letter-spacing: 0;
  padding: 0 0 102px;
  font-weight: 400 !important;
}

.error-404 h3 {
  color: #fff;
  font-family: 'Damion', cursive;
  letter-spacing: 0;
  font-size: 30px;
  font-weight: 400 !important;
  text-transform: none;
  padding: 0 0 5px;
}

.error-404 h2 {
  font-size: 40px;
  color: #fff;
  padding: 0 0 24px;
}

/* ---------------- Coming Soon Section ------------------ */
.coming-soon-section {
  background: url(../img/coming-soon-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  padding: 30px 0 20px;
  min-height: 100vh;
}

.coming-soon-section .logo {
  position: relative;
  margin: 0 auto 110px;
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
}

.coming-soon-section h1 {
  color: #fff;
  padding: 0 0 45px;
}

.coming-soon-section h2 {
  font-family: 'Damion', cursive;
  color: #fff;
  letter-spacing: 0;
  font-weight: 400 !important;
  text-transform: none;
  padding: 105px 0 0px;
}

.the-countdown .time-box {
  color: #fff;
  font-size: 120px;
  font-weight: 600;
  line-height: 145px;
}

.the-countdown .time-data {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.coming-soon-section .subscribe-box {
  padding: 88px 0 202px;
}

.coming-soon-section .subscribe-box h5 {
  color: #fff;
  letter-spacing: 0.05em;
  margin: 0 0 23px;
}

.coming-soon-section .bottom .socials li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 0 5px;
}

.coming-soon-section .bottom .copyright {
  padding: 22px 0 0;
  color: #fff;
  font-size: 12px;
}

/* ---------------- App Carousel ------------------ */
.slick-carousel.app {
  padding: 0 0 50px;
}

.slick-carousel.app .slick-list {
  padding: 0 !important;
}

.slick-carousel.app .slick-list .cover {
  padding: 0 20px;
  -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.slick-carousel.app .slick-list .slick-center .cover {
  cursor: default;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* ---------------- Media queries ------------------ */
/* -- Side Header Responsive -- */
@media (max-width: 1530px) {
  body.has-side-menu .container {
    width: 100%;
  }
}

@media (max-width: 1450px) {
  header.header-v4 {
    width: 260px;
  }

  body.has-side-menu {
    padding-left: 260px;
  }

  body.has-side-menu .fullwidth_slider, 
  body.has-side-menu .fullscreen_slider {
    margin-left: 260px;
  }
} 

@media (max-width: 1200px) {
  header.header-v4 {
    left: -220px;
  }

  header.header-v4 .logo,
  header.header-v4 .bottom,
  header.header-v4 .main-nav {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }

  body.has-side-menu {
    padding-left: 40px;
  }

  body.has-side-menu .fullwidth_slider, 
  body.has-side-menu .fullscreen_slider {
    margin-left: 40px;
  }

  header.header-v4 .mobile-navigation-toggle {
    position: absolute;
    margin: 0;
    top: 25px;
    right: 7px;
  }
  
  header.header-v4 .mobile-navigation-toggle .menui {
    background: #fff !important;
  }

  header.header-v4.open {
    left: 0;
  }

  header.header-v4.open .logo,
  header.header-v4.open .bottom,
  header.header-v4.open .main-nav {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
}

/* -- General Responsive -- */
@media (max-width: 1480px) and (min-width:1200px) {
  .feature-post-box .cover .hover {
    padding: 0 15px;
  }
  
  .feature-post-box .cover .description:before,
  .feature-post-box .cover .icon {
    display: none;
  }

  .feature-post-box .cover h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0 20px;
  }
}

@media (max-width: 1700px) and (min-width:1200px) {
  .blog-post-box .cover:hover .hover {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}

@media (max-width: 1450px) {
  .subscribe-section .subscribe-area {
    padding: 180px 15px 230px;
  }  
} 

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1000px) {
  header.mobile .search-trigger .search-box {
    top: -9px;
    right: 20px;
    padding: 0;
    border: none;
    background: transparent;
    width: 300px;
  }

  header.mobile .search-trigger .search-box .search-form .input-line .search-input {
    border: 0;
    padding: 10px 0;
  }

  header.mobile .search-trigger .search-box .search-form .input-line i {
    display: none;
  }
}

@media (min-width: 992px) { 
  .col-content {
    width: 72.5%;
  }

  .col-sidebar {
    width: 27.5%;
  }
}

@media (max-width: 992px) {
  header .logo {
    left: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
        -ms-transform: translate(-50%,-50%) !important;
            transform: translate(-50%,-50%) !important;
  }

  header.header-v4 .logo {
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }

  header.header-v4 .logo .white {
    display: block;
  }

  header .main-nav {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.97);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 0;
    color: #303238 !important;
    z-index: 1000;
  }
  
  header .main-nav.open {
    position: fixed;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  header .main-nav .menu {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 30px 0;
  }

  header .main-nav.visible {
    position: fixed;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  header .main-nav.visible .menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  header .main-nav > ul li {
    display: block;
    padding: 8px 0;
    margin: 0
  }

  header .main-nav .menu > li {
    padding: 12px 0;
  }

  header .main-nav > ul li a {
    position: relative;
    font-size: 19px;
    line-height: 1em
  }

  header .main-nav > ul li.menu-item-has-children > a:before {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #303238;
    right: -13px;
    font-size: 10px;
    font-weight: normal;
    display: none;
  }
  
  header.header-v4 .main-nav ul li.has-mega-menu .megamenu-wrap li > a:before,
  header.header-v4 .main-nav > ul li.menu-item-has-children > a:before {
    color: #fff;
    right: 12.9%;
  }

  header .main-nav ul.sub-menu li.menu-item-has-children:before {
    content: none;
  }
  
  header.header-v2 .main-nav ul li > ul,
  header .main-nav ul li > ul {
    text-align: center;
    position: absolute;
    position: static;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 10px 0 0 0;
    display: none;
  }
  
  header .main-nav ul li.showsub > ul,
  header .main-nav ul li > ul li.showsub .sub-menu {
    display: block;
  }

  header .main-nav ul li > ul li {
    background: transparent;
    width: 100%;
  }
  
  header .main-nav ul li > ul li ul {
    max-width: 100%;
    padding-top: 8px;
  }

  header .main-nav ul li.has-mega-menu .megamenu-wrap ul li a,
  header .main-nav ul li.has-mega-menu > ul li a,
  header .main-nav ul li > ul li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #5A5B5F;
    font-weight: 600;
    padding: 0;
    border: none;
    margin: 0;
    letter-spacing: 0;
    display: inline-block;
    width: auto;
  }

  header .main-nav ul li > ul li:last-of-type ul li a {
    padding: 0;
  }
  
  header .main-nav ul li > ul:after,
  header .main-nav ul li > ul:before {
    content: none;
  }

  header .main-nav ul.sub-menu li.menu-item-has-children:before {
    color: #303238;
    right: 40px;
  }
  
  header .main-nav ul.sub-menu li.menu-item-has-children 
  header .main-nav ul li > ul li ul {
    padding: 10px 0 0;
  }

  header .main-nav ul.sub-menu li.menu-item-has-children:hover:before {
    color: inherit;
  }
  
  header.header-v4 .main-nav ul li.has-mega-menu .megamenu-wrap,
  header .main-nav ul li.has-mega-menu .megamenu-wrap {
    text-align: center;
    position: absolute;
    position: static;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 10px 0 0 0;
    display: none;
  }
  
  header.header-v4 .main-nav ul li.has-mega-menu .megamenu-wrap,
  header.header-v4 .main-nav ul li > ul {
    padding: 0 0 12px !important;
  }
  
  header.header-v4 ul.menu li.has-mega-menu .megamenu-wrap > li,
  header.header-v4 .main-nav ul li > ul li {
    padding: 0 !important;
    text-align: left;
  }
  
  header.header-v4 .main-nav ul li > ul li a {
    display: inline-block;
    padding: 6px 12.9% !important;
  }

  header.header-v4 .main-nav ul li.showsub {
    background: #292b30;
  }

  header.header-v4 ul.menu > li.showsub:after, 
  header.header-v4 ul.menu > li.showsub:before, 
  header.header-v4 ul.menu > li.showsub + li:before {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  header .main-nav ul li.has-mega-menu.showsub .megamenu-wrap {
    display: block;
  }

  header .main-nav ul li.has-mega-menu .megamenu-wrap:before {
    content: none;
  }

   header .main-nav ul li.has-mega-menu .megamenu-wrap ul li {
    padding: 7px 0;
  }

  header .main-nav ul li.has-mega-menu > ul li ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    padding-top: 8px;
    display: none;
  }

  header .main-nav ul li.has-mega-menu .megamenu-wrap li > a:before {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #303238;
    right: -13px;
    font-size: 9px;
  }

  header .main-nav ul li.has-mega-menu .megamenu-wrap ul li a:before {
    content: none;
  }

  header.header-v4 .main-nav {
    background: transparent;
  }

  header.header-v4 .main-nav.visible {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; 
  }

  header.header-v4 .main-nav .menu {
    position: static;
    text-align: left;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0;
  }

  header.header-v4 ul.menu > li {
    padding: 0;
  }

  header.header-v4 ul.menu > li a {
    font-size: 13px;
    line-height: 1.4em;
    width: auto;
  }
    
  .partners-list li:nth-child(6n+0),
  .partners-list li {
    padding: 0 44px;
  }

  .features-section.v2 {
    padding: 80px 0 20px;
  }

  .features-section.v2 .macbook-over {
    position: static;
    margin: 0 0 90px;
  }

  .features-list.left .feature-l {
    text-align: left;
  }

  .features-list.left li:last-child .feature-l:before {
    content: none;
  }

  .features-list.left .feature-l .icon {
    position: absolute;
    top: 0;
    left: 0;
  }

  .features-list.left .feature-l h5 {
    padding: 3px 0 7px 98px;
    margin: 0;
  }

  .features-list.left .feature-l p {
    padding: 0 0 0 98px;
  }
  
  .features-section.list .features-list {
    padding: 40px 0 0 0;
  }

  .features-section.list {
    padding: 0 0 30px;
  }
  
  .about-skills-section .position-static,
  .about-section .position-static,
  .big-items-wrapper .position-static,
  .shop-info .position-static
  .testimonials-section .position-static
  .subscribe-section .position-static {
    position: relative;
  }
  
  .about-skills-section .row-bg,
  .about-section .row-bg,
  .shop-info .row-bg,
  .testimonials-section .row-bg,
  .subscribe-section .row-bg {
    position: static;
    width: 100%;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .big-items-wrapper .row-bg {
    display: none;
  }
  
  .about-skills-section .row-bg img,
  .about-section .row-bg img,
  .big-items-wrapper .row-bg img,
  .shop-info .row-bg img,
  .testimonials-section .row-bg img,
  .subscribe-section .row-bg img {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    max-height: 750px;
  }

  .shop-info .row-bg img {
    max-height: 600px;
  }

  .big-items-wrapper .bg-alfa {
    background: transparent;
  }

  .big-items-wrapper .shop-item-big {
    background: #f7f7f7;
    margin: 0 0 20px;
  }

  .subscribe-section .subscribe-area {
    padding: 120px 15px 170px;
  }

  .history-section {
    padding: 10px 0 20px;
  }

  .history-section .features-list {
    padding: 60px 0 0;
  }

  .testimonials-section .slick-carousel.testimonials.v2.more-padding {
    padding: 50px 15px 110px;
  }

  .subscribe-section .subscribe-area.contact {
    padding: 50px 15px 30px;
  }

  .feature-md {
    text-align: center;
  }
  
  .features-section.creative-v6 {
    padding: 5px 0 82px;
  }
  
  .features-section.creative-v6 .macbook-over {
    position: static;
    margin-top: 30px;
  }

  .features-section.v5 .features-list {
    padding: 80px 0 20px;
  }

  .pricing-tables.sm-padding .pricing-table {
    margin: 0 0 40px;
    padding: 0 0 28px;
  }

  .features-section.creative-v5 {
    padding: 8px 0 0;
  }

  .features-section.creative-v5 .section-header-v2 {
    padding: 0;
  }

  .features-section.creative-v5 .cover {
    float: none;
    display: table;
    margin: 30px auto 0;
  }

  .about-me-item h6 {
    margin: 0 0 70px;
  }

  .about-me-item .description {
    margin: 0 0 70px;
  }

  .features-section.careers .features-list {
    padding-top: 40px;
  }

  .features-section.careers .progress-items {
    padding: 0;
  }

  .sidebar {
    margin-top: 70px;
  }

  .contact-page-section .contact-info-box {
    margin: 60px 0 0 0;
  }

  .project-box.big .title {
    margin: 15px 0 5px;
  }

  .shop-section .col-content,
  .blog-page-section .blog-posts-list {
    padding: 0;
  }

  .single-product .product-description {
    padding: 0 0 30px;
  }

  .search-trigger {
    display: none !important;
  }
} 

@media (max-width: 768px)  {
  header.header-v4 {
    overflow-y: auto;
  }

  header.header-v4 .bottom {
    position: relative;
    margin-top: 90px;
  }

  header {
    background: rgba(255,255,255,0.9);
  }

  header.mobile .search-trigger,
  header.mobile .mobile-navigation-toggle {
    visibility: visible;
    opacity: 1;
  }

  header .top-header {
    display: none;
  }

  header .logo .white {
    display: none;
  }

  header .logo .transparent {
    position: static !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    filter: alpha(opacity=100);
  }

  header .main-nav,
  header .bottom-header .search-trigger {
    color: #303238 !important;
  }

  header .mobile-navigation-toggle .menui {
    background: #303238 !important;
  }

  .promo-content .inherit {
    position: relative;
  }

  .promo-content .btn {
    position: static;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 15px;
  }

  .stats-item {
    margin: 0 auto 45px auto;
    display: table;
  }

  header.header-v2 .bottom-header .actions {
    display: none;
  }

  .service-box .cover img {
    max-height: 320px;
  }

  .rev_slider .tparrows {
    display: none;
  }

  .related-posts.portfolio .project-box {
    margin: 0 0 30px;
  }

  .cart-table .products-table .product-price,
  .cart-table .products-table .product-quantity {
    display: none;
  }

  .cart-table .coupon .update-cart {
    float: none;
  }

  .tabbed-content .tabs {
    border: none;
  }

  .tabbed-content .tabs li:before {
    background: #eeeeee;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  
  .tabbed-content .tabs li:hover:before,
  .tabbed-content .tabs li.current:before {
    background: #515359;
  }

  .tabbed-content .tabs li {
    display: block;
    margin: 0 0 20px;
  }

  footer .bottom-footer {
    text-align: center;
  }

  footer .bottom-footer .copyright {
    float: none;
    text-align: center;
  }

  .about-us-section .btn.alignright {
    float: none;
  }

  .shop_cats_slider {
    display: none !important;
  }

}

.rev_slider .btn.medium {
  font-size: 13px !important;
  border-width: 3px !important;
  padding: 13px 25px !important;
  line-height: 18px !important;
}

@media (max-width: 650px)  {
  header.fixed {
    position: static !important;
  }

  header.header-v4.fixed {
    position: fixed !important;
  }

  .feature-post-box .cover .hover {
    padding: 0 15px;
  }
  
  .feature-post-box .cover .description:before,
  .feature-post-box .cover .icon {
    display: none;
  }

  .feature-post-box .cover h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0 20px;
  }

  .feature-post-box .cover {
    max-height: 100%;
    overflow: hidden;
  }
  .recent-projects .col-xs-6,
  .isot-projects-wrapper .col-xs-6,
  .gallery-wrapper .col-xs-6 {
    width: 100%;
  }

  .gallery-item img {
    width: 100%;
    height: auto;
  }

  .shop-options .results {
    float: none;
  }

  .cart-table .products-table .product-remove {
    display: none;
  }

  .bg {
    background-attachment: scroll !important;
  }

  .rev_slider .btn.medium {
    margin-top: 30px !important;
    font-size: 11px !important;
    border-width: 3px !important;
    padding: 8px 20px !important;
    line-height: 18px !important;
  }

  .instagram-feed.big li {
    width: 25%;
  }

  .single-blog-post .post-details .social-platforms {
    display: block;
  }

  .single-blog-post .post-details .like {
    float: none;
  }

  .single-blog-post .post-navigation .btn-1 {
    float: none;
    display: block;
  }

  .single-blog-post .post-navigation .btn-1.alignright {
    margin-top: 17px;
  }

  .revVideoPlay {
    margin-top: 40px !important;
  }

  header.header-v4 ul.menu li ul ul {
    padding: 10px 0 11px 0 !important;
    margin: 0;
  }

}

@media (max-width: 500px)  {
  header .bottom-header .search-trigger .search-box {
    width: calc(100vw - 45px);
  }
}


@media (max-width: 450px)  {
  .partners-list li:nth-child(6n+0), .partners-list li {
    padding: 0 0 15px;
    display: table;
    margin: 0 auto;
  }

  header .search-trigger,
  header .mobile-navigation-toggle {
    margin: 0 !important;
  }

  header .container-fluid {
    padding: 0 15px !important;
  }

  .section-header h2 {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .section-header-v2 h3 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .section-header h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}



/* ---------------- Slick Carousel ------------------ */
.slick-carousel {
  position: relative;
}

.slick-carousel.scale .carousel-item {
  margin: 0 42px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider * {
  outline: none !important;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 3px solid #dcddde;
  background: transparent !important;
  z-index: 99;
  font-size: 0;
}

.slick-carousel.gallery .slick-prev,
.slick-carousel.gallery .slick-next {
  opacity: 0;
  visibility: hidden;
}

.slick-carousel.gallery:hover .slick-prev,
.slick-carousel.gallery:hover .slick-next {
  opacity: 1;
  visibility: visible;
}

.slick-carousel.white-arrows .slick-prev, 
.slick-carousel.white-arrows .slick-next {
  border-color: rgba(255, 255, 255, 0.2);
}

.slick-carousel.white-arrows .slick-prev:hover, 
.slick-carousel.white-arrows .slick-next:hover {
  border-color: rgba(255, 255, 255, 1) !important;
}
.slick-carousel.white-arrows .slick-prev:before, 
.slick-carousel.white-arrows .slick-next:before {
  color: #fff;
}

.slick-prev:before, .slick-next:before {
  position: absolute;
  font-family: 'icomoon';
  color: #515359;
  display: inline-block;
  text-decoration: inherit;
  font-size: 12px;
  line-height: 44px;
  top: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slick-prev:before {
  content: "\e904";
}

.slick-next:before {
  content: "\e905";
}

.slick-prev {
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-next {
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-prev:hover,.slick-next:hover  {
  color: transparent;
  outline: none;
  background: transparent;
  border-color: rgba(220,221,222,0.5) !important;
}

/* Dots */
.slick-slider {
  padding-bottom: 40px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 22px;
  height: 12px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 12px;
  height: 1px;
  background: #9da1ad;
}

.slick-dots .slick-active button:before,
.slick-dots li button:hover:before {
  background: #303238;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}


/* ---------------- noUiSlider ------------------ */
.noUi-target {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box;
  position: relative;
  direction: ltr
}

.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0
}

.noUi-handle {
  position: relative;
  z-index: 1
}

.noUi-stacking .noUi-handle {
  z-index: 10
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s
}

.noUi-state-drag * {
  cursor: inherit !important
}

.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
  height: 18px
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px
}

.noUi-vertical {
  width: 18px
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px
}

.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0
}

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms
}

.noUi-origin {
  border-radius: 2px
}

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB
}

.noUi-draggable {
  cursor: w-resize
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px
}

.noUi-handle:after {
  left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px
}

.noUi-vertical .noUi-handle:after {
  top: 17px
}

[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #B8B8B8
}

[disabled] .noUi-handle,
[disabled].noUi-origin {
  cursor: not-allowed
}

.noUi-pips {
  box-sizing: border-box;
  position: absolute;
  color: #999
}

.noUi-pips * {
  box-sizing: border-box
}

.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}

.noUi-marker {
  position: absolute;
  background: #CCC
}

.noUi-marker-large,
.noUi-marker-sub {
  background: #AAA
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%
}

.noUi-value-horizontal {
  margin-left: -20px;
  padding-top: 20px
}

.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}

.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  padding: 5px;
  left: -9px;
  text-align: center;
  width: 50px
}

.noUi-handle-lower .noUi-tooltip {
  top: -32px
}

.noUi-handle-upper .noUi-tooltip {
  bottom: -32px
}

/* ---------------- Magnific Popup ------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
    filter: alpha(opacity=70); }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/* ---------------- Revolution Slider ------------------ */
.fullscreen_slider .scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  z-index: 25;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1s;
          transition: all 1s;
}

.fullscreen_slider:hover .scroll {
  opacity: 1;
  filter: alpha(opacity=100);
}

.rev_slider .tparrows.white-arrows {
  position: absolute;
  cursor: pointer;
  width: 50px !important;
  height: 50px !important;
  border: 3px solid rgba(255, 255, 255, 0.2);
  background: transparent !important;
}

.rev_slider .tparrows.white-arrows:before {
  position: absolute;
  font-family: 'icomoon';
  color: #fff;
  display: inline-block;
  text-decoration: inherit;
  font-size: 12px;
  line-height: 47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.rev_slider .tparrows.white-arrows:hover {
  border-color: rgba(255, 255, 255, 0.8);
}

.rev_slider .tparrows.white-arrows.tp-leftarrow:before {
  content: "\e904";
}

.rev_slider .tparrows.white-arrows.tp-rightarrow:before {
  content: "\e905";
}

.tp-leftarrow {
  left: 30px !important;
  transform: none !important;
  -webkit-transform: none !important;
}

.tp-rightarrow {
  left: auto !important;
  right: 30px !important;
  transform: none !important;
  -webkit-transform: none !important;
}

.revVideoPlay {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  background: transparent !important;
  z-index: 99;
  font-size: 0;
}

.revVideoPlay {
  border-width: 3px !important;
}

.revVideoPlay:before {
  content: "\e905";
  position: absolute;
  font-family: 'icomoon';
  color: #fff;
  display: block;
  text-decoration: inherit;
  font-size: 12px;
  line-height: 44px;
  top: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tp-caption.WhiteSubTtl {
  color: #fff; 
  letter-spacing: 0; 
  font-size: 30px; 
  font-family: 'Damion', cursive;
  font-weight: 400 !important;
}

.tp-caption.WhiteTtl {
  font-weight: 600; 
  color: #fff; 
  letter-spacing: 0.1em; 
  font-size: 50px; 
  text-transform: uppercase; 
  font-family: 'Raleway', sans-serif;
}

.tp-caption.WhiteTtl.px40 {
  font-size: 40px;
}

h1.tp-caption.WhiteTtl {
  font-size: 40px;
  line-height: 50px;
}

.tp-caption.WhiteTtlp {
  font-weight: 400;
  font-style: italic; 
  color: #fff;
  line-height: 21px;
  letter-spacing: 0em; 
  font-size: 14px; 
  font-family: 'Open Sans', sans-serif;
}

.bottom-bullets .tp-bullet {
  background: none;
  width: 22px;
  height: 12px;
  background: transparent;
}

.bottom-bullets .nav-bullet {
  position: absolute;
  top: 6px;
  width: 12px;
  height: 1px;
  background: #9da1ad;
}

.bottom-bullets .tp-bullet.selected .nav-bullet, .bottom-bullets .tp-bullet:hover .nav-bullet {
  background: #303238;
}

.side-bullets .tp-bullet {
  width: 12;
  padding: 10px 0;
  background: none;
}

.side-bullets .tp-bullet.selected, .side-bullets .tp-bullet:hover {
  background: none;
}

.side-bullets .nav-bullet {
  position: absolute;
  width: 12px;
  height: 1px;
  background: rgba(255,255,255,0.5);
}

.side-bullets .tp-bullet.selected .nav-bullet, .side-bullets .tp-bullet:hover .nav-bullet {
  background: rgba(255,255,255,1);
}



/* ---------------- Custom SVG Icons ------------------ */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-line:before {
  content: "\e91f";
}
.icon-Globe2:before {
  content: "\e91d";
}
.icon-Heart:before {
  content: "\e91e";
}
.icon-cog:before {
  content: "\e920";
}

.icon-Eye22:before {
  content: "\e923";
}

.icon-Eye2:before {
  content: "\e921";
}
.icon-Rocket3:before {
  content: "\e922";
}
.icon-Pen:before {
  content: "\e91c";
}
.icon-Eye:before {
  content: "\e915";
}
.icon-Globe:before {
  content: "\e916";
}
.icon-Photoday:before {
  content: "\e917";
}
.icon-Plane:before {
  content: "\e918";
}
.icon-scroll:before {
  content: "\e919";
}
.icon-Target:before {
  content: "\e911";
}
.icon-Man:before {
  content: "\e90d";
}
.icon-mountainside:before {
  content: "\e90e";
}
.icon-Rocket2:before {
  content: "\e90f";
}
.icon-Trophycup:before {
  content: "\e910";
}
.icon-trophycup2:before {
  content: "\e924";
}
.icon-Magnifyingglass:before {
  content: "\e91a";
}
.icon-Target2:before {
  content: "\e91b";
}
.icon-Browser:before {
  content: "\e912";
}
.icon-IDCard:before {
  content: "\e913";
}
.icon-Tea:before {
  content: "\e914";
}
.icon-Briefcase:before {
  content: "\e907";
}
.icon-Equaliser:before {
  content: "\e908";
}
.icon-Lifebuoy:before {
  content: "\e909";
}
.icon-Rocket:before {
  content: "\e90a";
}
.icon-Star:before {
  content: "\e90b";
}
.icon-Wallet:before {
  content: "\e90c";
}
.icon-arrow-enter:before {
  content: "\e906";
}
.icon-arrow-left:before {
  content: "\e904";
}
.icon-arrow-right:before {
  content: "\e905";
}
.icon-delete-passive:before {
  content: "\e902";
}
.icon-divider:before {
  content: "\e903";
}
.icon-play3:before {
  content: "\e900";
}
.icon-ctrl:before {
  content: "\e901";
}

.bottom-header .cart-btn > a,
.bottom-header .custom-select .default {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.isot-projects-wrapper.mb50 .view-more {
  margin-bottom: 30px;
}

/* Scrollable Menu */
.scrollable_menu {
  position: fixed;
  right: 30px;
  z-index: 9999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.scrollable_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.scrollable_menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.scrollable_menu li a {
  display: block;
  position: relative;
  width: 12px;
  height: 20px;
  text-indent: -9999px;
}

.scrollable_menu li a:after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 1px;
  background: rgba(81,83,89, 0.5);
  content: '';
  transition: all 300ms;
  -webkit-transition: all 300ms;
}

.scrollable_menu li.active a:after,
.scrollable_menu li a:hover:after {
  background: rgba(81,83,89, 1);
}

.scrollable_menu ul.light li a:after {
  background: rgba(255,255,255, 0.5);
}

.scrollable_menu ul.light li.active a:after,
.scrollable_menu ul.light li a:hover:after {
  background: rgba(255,255,255, 1);
}

/* Placeholder */
::-webkit-input-placeholder {
  opacity: 1 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important;
}

:-ms-input-placeholder {
  opacity: 1 !important;
}

/* Form Valid Style */
.notification_error,
.notification_ok {
  margin: 0 0 20px 0;
  padding: 13px 20px 15px 42px;
  position:relative;
  text-align:left;
  border-radius:0;
  -webkit-border-radius:0;
  background-color:transparent;
  border-width:3px;
  border-style:solid;
  line-height:20px;
  font-size:14px;
  margin-right: 12px;
}
.notification_ok {
  color:#5fb2f5;
  border-color:#5fb2f5;
}
.notification_error {
  color:#d61d1d;
  border-color:#d61d1d;
}
.notification_error:before,
.notification_ok:before {
  position: absolute;
  left:18px;
  top:13px;
  font-family:'FontAwesome';
  font-weight:normal;
}
.notification_error:before {
  content:"\f071";
  color:#d61d1d;
}
.notification_ok:before {
  content:"\f087";
  color:#5fb2f5;
}

.tp-loader {
  display: none !important;
}