/*General*/
/*----------------------------------
Project: Geschaft
Version: 1.1
Last change: 07/30/2018
Author: 7UP Theme
Author URI: https://7uptheme.com/
01.Home Business 1
02.Home Business 2
03.Home Business 3
04.Home Business 4
05.Home Business 5
06.Home Business 6
07.Home Shop 1
08.Home Shop 2
09.Home Shop 3
10.Home Shop 4
11.Home Flower
12.Home Food
13.Home Fashion
14.Home Furniture
15.Product Shop
16.Product Detail
17.Blog
18.Pages
-----------------------------------*/
/* General */
body {
  color: #333;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.wrap {
  overflow: hidden;
  position: relative;
}
* {
  box-sizing: border-box;
  outline: none;
}
img {
  max-width: 100%;
}
a {
  color: #555;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.container {
  max-width: 1200px;
  position: relative;
  width: 100%;
}
input,
input:focus,
input:hover {
  outline: none;
}
/*Begin Class*/
.border {
  border: 1px solid #e5e5e5;
}
.no-margin {
  margin: 0;
}
.border-left {
  border-left: 1px solid #e5e5e5;
}
.border-right {
  border-right: 1px solid #e5e5e5;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.transition {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.radius4 {
  border-radius: 4px;
}
.radius6 {
  border-radius: 6px;
}
.drop-shadow {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.round {
  border-radius: 50%;
}
p{	
  color: #555;
  line-height: 24px;
  margin-bottom:20px;
}
.desc {
  margin: 0;
}
.white {
  color: #fff;
}
.black {
  color: #333;
}
.dark {
  color: #000;
}
.gray {
  color: #555;
}
.silver {
  color: #999;
}
.navi {
  color: #1b2b3a;
}
.opaci {
  opacity: 0.7;
}
.opacity {
  opacity: 0.5;
}
a.opaci:hover{
	opacity:1;
}
.bg-navi {
  background: #1b2b3a;
}
.blue {
  color: #43567e;
}
.bg-blue {
  background: #43567e;
}
.green {
  color: #3cb46e;
}
.bg-green {
  background: #3cb46e;
}
.smoke {
  color: #ccc;
}
.bg-white {
  background: #fff;
}
.margin-100{
	margin-bottom:100px;
}
.margin-70{
	margin-bottom:70px;
}
.margin-50{
	margin-bottom:50px;
}
.margin-30{
	margin-bottom:30px;
}
.margin-20{
	margin-bottom:20px;
}
.margin-10{
	margin-bottom:10px;
}
.title14,
.title8,
.title10,
.title12,
.title13,
.title16,
.title18,
.title24,
.title30,
.title36,
.title40,
.title48,
.title60,
.title90,
.title120,
.title160,
.title100 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.title8 {
  font-size: 8px;
}
.title10 {
  font-size: 10px;
}
.title12 {
  font-size: 12px;
}
.title13 {
  font-size: 13px;
}
.title16 {
  font-size: 16px;
}
.title18 {
  font-size: 18px;
}
.title24 {
  font-size: 24px;
}
.title30 {
  font-size: 30px;
}
.title36 {
  font-size: 36px;
}
.title40 {
  font-size: 40px;
}
.title48 {
  font-size: 48px;
}
.title60 {
  font-size: 60px;
}
.title90 {
  font-size: 90px;
}
.title120 {
  font-size: 120px;
}
.title160 {
  font-size: 160px;
}
.title100 {
  font-size: 100px;
}
.vibes-font {
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  text-transform: inherit;
}
.rale-font {
  font-family: 'Raleway', sans-serif;
}
.cabin-font {
  font-family: 'Cabin Sketch', cursive;
  text-shadow: 0 0 0;
}
.sans-font {
  font-family: 'PT Sans Narrow', sans-serif;
}
.anton-font {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
}
.poiret-font {
  font-family: 'Poiret One', cursive;
  font-weight: 400;
}
.link-btn {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border-style: solid;
  border-width: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-italic {
  font-style: italic;
}
.absolute,
.item-contact-page .contact-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.list-none {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline-block {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline-block > li {
  display: inline-block;
  vertical-align: top;
}
.table-custom {
  display: table;
  margin: 0;
  width: 100%;
}
.table-custom > div {
  display: table-cell;
  vertical-align: top;
}
/*End Class*/
/*Begin Owl Carousel*/
.wrap-item > div:not(:first-child) {
  display: none;
}
.owl-theme .owl-controls {
  margin: 0;
}
.owl-theme .owl-controls .owl-buttons div {
    width: 36px;
    height: 36px;
	line-height: 36px;
    display: inline-block;
    opacity: 1;
    padding: 0;
    text-align: center;
    margin: -18px 0 0;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 50%;
    z-index: 9;
    color: #333;
    background: #fff;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-size: 18px;
}
.round-navi .owl-controls .owl-buttons div {
	border-color:rgba(255,255,255,0.5);
	color:#fff;
	background-color:transparent;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	color:#fff;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0;
}
.banner-slider {
  position: relative;
  overflow: hidden;
}
.banner-slider .banner-thumb {
  position: relative;
}
.banner-slider .banner-thumb a {
  display: block;
}
.banner-slider .banner-thumb video {
  width: 100%;
  display: block;
}
.banner-slider .owl-theme .owl-controls .owl-buttons div {
  opacity: 0;
  width:50px;
  height:50px;
  line-height:50px;
  font-size:30px;
  margin-top:-25px;
}
.banner-slider:hover .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
}
.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -100px;
}
.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -100px;
}
.banner-slider:hover .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 15px;
}
.banner-slider:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 15px;
}
.owl-theme .owl-controls .owl-pagination {
  margin: 30px 0 0;
}
.banner-slider .owl-theme .owl-controls .owl-pagination{
	position:absolute;
	bottom:50px;
	left:0;
	right:0;
	z-index:10;
}
.owl-theme .owl-controls .owl-page {
  vertical-align: top;
  border-radius: 50%;
  margin: 0 8px;
}
.owl-theme .owl-controls .owl-page span {
  background: transparent;
  margin: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border:2px solid #fff;
  opacity: 1;
  position: relative;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.banner-slider.bg-slider .item-slider {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.banner-slider .item-slider {
  position: relative;
}
.banner-slider.bg-slider .banner-thumb img {
  max-width: none;
  opacity: 0;
  width: auto;
}
.group-navi .owl-buttons {
  position: absolute;
  right: 15px;
  top: -40px;
  width: 75px;
  margin: auto;
}
.banner-slider .banner-thumb img {
  width: 100%;
}
.banner-slider .banner-info {
  height: 200px;
}
.banner-info {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
/*End Owl Carousel*/
/*Begin Custom Scroll*/
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: none;
}
.mCSB_container {
  margin-right: 0;
}
.mCustomScrollBox > .mCSB_scrollTools {
  width: 4px;
}
/*End Custom Scroll*/
/*Begin Custom Scroll*/
.custom-scroll ::-webkit-scrollbar {
  width: 5px;
  margin: 0 10px;
}
.custom-scroll ::-webkit-scrollbar-track-piece {
  width: 2px;
  background: #e5e5e5;
}
.custom-scroll ::-webkit-scrollbar-track {
  border-radius: 0px;
  padding: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.custom-scroll ::-webkit-scrollbar-thumb {
  border-radius: 0px;
  width: 5px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
/*End Custom Scroll*/
/*Begin Box Hover Dir*/
.box-hover-dir {
  overflow: hidden;
  position: relative;
  cursor: all-scroll;
}
.box-hover-dir > div {
  height: 100%;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-out 0s !important;
  -webkit-transition: all 0.5s ease-out 0s !important;
}
/*End Box Hover Dir*/
/*Begin Banner Adv*/
.banner-advs {
  position: relative;
}
.adv-thumb-link {
  display: block;
  overflow: hidden;
  position: relative;
}
.adv-thumb-link > img {
  display: block;
  width: 100%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
/*Zoom Rotate*/
.zoom-rotate .adv-thumb-link > img {
  transform: scale(1) rotate(0);
  -webkit-transform: scale(1) rotate(0);
}
.zoom-rotate:hover .adv-thumb-link > img {
  transform: scale(1.15) rotate(4deg);
  -webkit-transform: scale(1.15) rotate(4deg);
}
/*Zoom Image*/
.zoom-image:hover .adv-thumb-link > img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
/*Rotate Image*/
.rotate-image:hover .adv-thumb-link > img {
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
/*Fade Out In*/
.fade-out-in .adv-thumb-link::before,
.fade-out-in .adv-thumb-link::after,
.fade-in-out .adv-thumb-link::before,
.fade-in-out .adv-thumb-link::after,
.overlay-image .adv-thumb-link::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.fade-out-in:hover .adv-thumb-link::before {
  opacity: 1;
  top: 50%;
  bottom: 50%;
}
.fade-out-in:hover .adv-thumb-link::after {
  opacity: 1;
  left: 50%;
  right: 50%;
}
/*Fade In Out*/
.fade-in-out .adv-thumb-link::before {
  opacity: 1;
  top: 50%;
  bottom: 50%;
}
.fade-in-out .adv-thumb-link::after {
  opacity: 1;
  left: 50%;
  right: 50%;
}
.fade-in-out:hover .adv-thumb-link::before {
  opacity: 0;
  top: 0;
  bottom: 0;
}
.fade-in-out:hover .adv-thumb-link::after {
  opacity: 0;
  left: 0;
  right: 0;
}
/*Pull Curtain*/
.pull-curtain .adv-thumb-link::before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.pull-curtain .adv-thumb-link::after {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.pull-curtain:hover .adv-thumb-link::before,
.pull-curtain:hover .adv-thumb-link::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
/*Overlay Image*/
.overlay-image .adv-thumb-link::after {
  background: rgba(0, 0, 0, 0.3);
}
.overlay-image:hover .adv-thumb-link::after {
  opacity: 1;
}
/*Blue Image*/
.blur-image:hover .adv-thumb-link img {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
/*Gray Image*/
.gray-image:hover .adv-thumb-link img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*Zoom Out*/
.zoom-out .adv-thumb-link img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(3);
  -webkit-transform: scale(3);
}
.zoom-out:hover .adv-thumb-link img {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}
/*Line Scale*/
.line-scale .adv-thumb-link::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 10px;
  right: 10px;
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  z-index: 1;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.line-scale .adv-thumb-link::after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 20px;
  right: 20px;
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.9);
  border-right: 1px solid rgba(255, 255, 255, 0.9);
  z-index: 1;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.line-scale:hover .adv-thumb-link::before,
.line-scale:hover .adv-thumb-link::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
/*End Banner Adv*/
/*******************************************************************************************************
                    Preview Menu        
********************************************************************************************************/
.main-nav > ul > li .sub-menu > li.menu-item-preview {
  position: relative;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview::after {
  position: absolute;
  width: 10px;
  height: 40px;
  top: 0;
  left: 100%;
  content: "";
  background: transparent;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  left: 100%;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  margin-left: 10px;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview:hover > .preview-image {
  opacity: 1;
  visibility: visible;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image > a {
  display: block;
  height: 140px;
  overflow: hidden;
  position: relative;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image > a > img {
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  width: 100%;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image > a:hover > img {
  top: 100%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
/*Begin Header On Top*/
.header-ontop {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.header-ontop.fixed-ontop {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  visibility: visible;
  right: 0;
  z-index: 999!important;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  position: fixed!important;
  top: 0!important;
}
/*End Header On Top*/
/*Begin Main Nav*/
.main-nav {
  position: relative;
  z-index: 1001;
}
.main-nav > ul {
  font-size: 0;
  list-style: none none;
  padding: 0;
  position: relative;
  margin: 0;
}
.main-nav > ul > li {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.main-nav > ul > li > a {
  color: #000;
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  padding: 0 15px;
}
.main-nav > ul > li.current-menu-item > a {
  background: rgba(255, 255, 255, 0.1);
}
.main-nav > ul > li.has-mega-menu > a::after ,
.main-nav > ul > li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: fontAwesome;
  margin-left: 5px;
  display: inline-block;
}
.main-nav li.menu-item-has-children {
  position: relative;
}
.main-nav li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.main-nav .sub-menu {
  background: #fff;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  text-align: left;
  margin: 30px 0 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.main-nav .sub-menu li {
  border-bottom: 1px solid #e5e5e5;
}
.main-nav .sub-menu li:last-child {
  border-bottom: none;
}
.main-nav .sub-menu li:hover > a{
  color: #fff;
}
.main-nav li.has-mega-menu > .mega-menu {
  background: #fff;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  text-align: left;
  margin: 30px 0 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.main-nav li.has-mega-menu:hover > .mega-menu {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.main-nav > ul > li.has-mega-menu {
  position: static;
}
.main-nav > ul > li .sub-menu > li > a {
  display: block;
  padding: 9px 15px;
  position: relative;
}
.main-nav > ul > li .sub-menu > li:last-child > a {
  border-bottom: none;
}
.main-nav > ul > li.has-mega-menu .sub-menu > li {
  padding: 0;
}
.main-nav > ul > li .sub-menu > li.menu-item-has-children > a {
  padding-right: 20px;
  position: relative;
}
.main-nav > ul > li .sub-menu > li.menu-item-has-children > a::after {
  content: "\f105";
  font-family: fontAwesome;
  position: absolute;
  right: 15px;
  top: 12px;
}
.main-nav > ul > li.menu-item-has-children li.menu-item-has-children > .sub-menu {
  left: 100%;
  top: 0;
}
.main-nav > ul > li.menu-item-has-children li.menu-item-has-children > .sub-menu.offset-right {
  left: auto;
  right: 100%;
}
.main-nav .sub-menu.offset-right {
  left: auto;
  right: 0;
}
/*Pointer Event*/
.sub-menu,
.mega-menu,
.dropdown-list {
  pointer-events: none;
}
.dropdown-box:hover > .dropdown-list,
li.has-mega-menu:hover > .mega-menu,
li.menu-item-has-children:hover > .sub-menu {
  pointer-events: inherit;
}
/*End Main Nav*/
/*Begin Toggle Mobile Menu*/
.main-nav .toggle-mobile-menu {
  display: none;
  height: 30px;
  width: 30px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.main-nav .toggle-mobile-menu span {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
}
.main-nav .toggle-mobile-menu::before,
.main-nav .toggle-mobile-menu::after {
  content: '';
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;  
}
.main-nav .toggle-mobile-menu::before {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.main-nav .toggle-mobile-menu::after {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.main-nav.active .toggle-mobile-menu::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.main-nav.active .toggle-mobile-menu::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.main-nav.active .toggle-mobile-menu span {
  display: none;
}
/*End Toggle Mobile Menu*/
/*Begin Menu Responsive*/
@media (max-width: 767px) {
  .mega-menu {
    display: none;
  }
  .main-nav .toggle-mobile-menu {
    display: block;
  }
  .main-nav .sub-menu {
    background: #fff none repeat scroll 0 0;
    display: none;
    margin: 0!important;
    opacity: 1!important;
    visibility: visible!important;
    position: static!important;
    box-shadow: none!important;
    border-top: 1px solid #e5e5e5;
  }
  .main-nav > ul > li > a::before {
    display: none!important;
  }
  .main-nav > ul > li > a {
    color: #333!important;
    border-top: 1px solid #e5e5e5!important;
  }
  .main-nav {
    margin: 0;
  }
  .main-nav > ul {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 10px 0 0;
    width: 290px;
    z-index: 999;
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    text-align: left;
  }
  .main-nav.active > ul {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
  }
  .main-nav > ul > li {
    display: block;
    margin: 0 15px !important;
    padding: 0!important;
  }
  .main-nav .sub-menu li a::before {
    display: none;
  }
  .main-nav > ul li > a {
    display: block;
    font-size: 14px!important;
    font-weight: 400;
    height: auto !important;
    line-height: inherit !important;
    padding: 9px 0!important;
    border-bottom: none!important;
  }
  .main-nav > ul li:first-child > a {
    border: medium none!important;
  }
  .main-nav .sub-menu > li {
    padding: 0px!important;
    margin: 0 0 0 15px;
  }
  .main-nav > ul > li.has-mega-menu {
    position: relative;
  }
  .main-nav > ul li.menu-item-has-children .menu-item-has-children > a::after {
    right: 0;
    top: 0;
  }
  .main-nav > ul > li.menu-item-has-children > a::after {
    display: none;
  }
  .main-nav > ul > li .sub-menu {
    display: none;
    width: 100%;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
  }
  .btn-toggle-mobile-menu {
    cursor: pointer;
  }
  .btn-toggle-mobile-menu::after {
    position: absolute;
    top: 11px;
    right: 0px;
    font-family: fontAwesome;
    content: "\f107";
  }
  .btn-toggle-mobile-menu.active::after {
    content: "\f106";
  }
  .main-nav > ul > li.menu-item-has-children li.menu-item-has-children > .sub-menu {
    left: 0;
    top: 100%;
    padding: 0;
  }
  .main-nav > ul > li.menu-item-has-children li.menu-item-has-children > a::after {
    display: none;
  }
  .main-nav > ul > li.has-mega-menu > a::after {
    display: none!important;
  }
  .menu-item-preview .preview-image {
    display: none;
  }
  .sub-menu,
  .mega-menu,
  .dropdown-list {
    pointer-events: inherit;
  }
  .main-nav > ul > li .sub-menu > li > a {
    background: #fff!important;
  }
  .main-nav li.has-mega-menu > .mega-menu {
    display: none;
    opacity: 1;
    margin: 0;
    border: 1px solid #f5f5f5;
  }
}
/*End Menu Responsive*/
/*Begin Rating*/
.product-rate {
    background-image: url(../images/icon/rate-star2.png);
    background-position: 0 -13px;
    background-repeat: repeat-x;
    height: 13px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    width: 85px;
}
.product-rate.style2,
.product-rate.style2 .product-rating {
  background-image: url(../images/icon/rate-star2.png);
}
.product-rating {
  background-image: url(../images/icon/rate-star2.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 13px;
}
.item-product.text-center .product-rate {
  margin: auto;
}
/*End Rating*/
/*Button Scoll*/
body .scroll-top {
    bottom: 10px;
    display: block;
    height: 40px;
    line-height: 38px;
    opacity: 0;
    position: fixed;
    right: -50px;
    text-align: center;
    width: 40px;
    z-index: 999;
    border-style: solid;
    border-width: 1px;
    background: rgba(255, 255, 255, 0.9);
    color: #fff!important;
}
.scroll-top.active {
  opacity: 1;
  right: 10px;
}
/*Begin Product*/
.product-slider .item-product {
  margin: 0 15px 30px;
}
.product-slider {
    margin: 0 -15px -30px;
}
.item-product .product-info {
  padding-top: 15px;
  position: relative;
}
.product-thumb {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.product-title {
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.table .product-info .product-title {
  white-space: normal;
}
.product-price ins {
  text-decoration: none;
}
.product-price {
  margin: 0 -2px 7px;
}
.product-price > * {
  margin: 0 2px;
}
/*Overlay Product*/
.product-thumb-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-thumb-link img {
  width: 100%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
/*Zoom Product*/
.product-thumb:hover .zoom-thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
/*Zoomout Product*/
.zoomout-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(3);
  -webkit-transform: scale(3);
}
.product-thumb:hover .zoomout-thumb img:last-child {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
/*Rotate Product*/
.rotate-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
}
.product-thumb:hover .rotate-thumb img:last-child {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  opacity: 1;
}
.product-thumb:hover .rotate-thumb img:first-child {
  transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  opacity: 0;
}
/*Translate Product*/
.translate-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.product-thumb:hover .translate-thumb img:last-child {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.product-thumb:hover .translate-thumb img:first-child {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  opacity: 0;
}
/*End Product*/
/*Select Box*/
.select-box select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  height: 40px;
  padding: 0 30px 0 15px;
  position: relative;
  z-index: 1;
  background: transparent;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.select-box {
  position: relative;
}
.select-box::after {
  position: absolute;
  top: 15px;
  right: 15px;
  content: "\f107";
  font-family: fontAwesome;
}
/*Begin Dropdown Box*/
.dropdown-box {
  position: relative;
  z-index: 10;
}
.dropdown-link {
  display: inline-block;
  position: relative;
}
.dropdown-list {
  background: #fff;
  margin-top: 30px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  width: 130px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.dropdown-box:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.language-box .dropdown-list li a span,
.currency-box .dropdown-list li a span {
  margin: 0 5px;
}
.language-box .dropdown-link::after,
.currency-box .dropdown-link::after {
  font-family: fontAwesome;
  content: "\f107";
  margin: 0 5px;
}
/*End Dropdown Box*/
/*Begin Wishlist Popup*/
.wishlist-mask {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.wishlist-popup {
  background: #fff none repeat scroll 0 0;
  border: 10px solid rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 470px;
  z-index: 9999;
}
.wishlist-button a {
  background: #858785 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 3px;
}
.popup-icon {
  font-size: 30px;
}
.wishlist-alert {
  margin: 10px 0 20px;
}
.product-popup-content {
  padding: 15px 0;
}
/*End Wishlist Popup*/
/*Begin Email Popup*/
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}
#boxes .window {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}
.window-popup {
  padding: 10px 10px 40px 10px;
  width: 800px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  background: #fff;
}
.window-popup .close-popup {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: -15px;
  width: 30px;
  z-index: 999;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.content-popup-form {
  padding: 0 20px;
}
.content-popup-form .desc {
  margin-right: -10px;
}
.content-popup {
  position: relative;
  z-index: 99;
}
.content-popup input[type="text"] {
  width: 260px;
}
.content-popup .image-popup {
  margin: 0 0 15px;
  display: block;
  width: 100%;
}
.content-popup .title18 {
  margin-bottom: 22px;
}
/*End Email Popup*/
/*Begin Mini Cart*/
.mini-cart-box {
  position: relative;
  z-index: 1002;
}
.mini-cart-link {
  position: relative;
}
.mini-cart-link .mini-cart-number {
    position: absolute;
    top: -5px;
    right: -5px;
}
.list-mini-cart-item {
  margin-top: 15px;
}
.product-mini-cart.table-custom {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.product-mini-cart.table-custom:last-child {
  margin-bottom: 0px;
}
.product-mini-cart .product-thumb a {
    display: block;
    width: 90px;
}
.product-mini-cart .product-thumb {
    width: 90px;
}
.widget_shopping_cart_content .mini-cart-total {
    padding-top: 20px;
}
.mini-cart-box .dropdown-list {
  width: 290px;
  padding: 30px 15px;
}
.product-mini-cart .product-info {
  padding: 0 15px;
}
.mini-cart-button {
  margin: 20px -3px 0;
}
.mini-cart-button .shop-button {
  margin: 0 3px;
}
.mini-cart-qty label {
  font-weight: 400;
  margin: 0;
}
.product-mini-cart.table .product-delete {
  width: 20px;
}
/*End Mini Cart*/
/*Begin Count Down Master*/
.countdown-master .flip-clock-divider .flip-clock-label {
  display: none;
}
.countdown-master {
  display: inline-block;
  margin: 0;
  width: auto;
  vertical-align: middle;
}
.countdown-master.flip-clock-wrapper ul {
  background: transparent;
  float: left;
  margin: 0 -4px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}
.countdown-master.flip-clock-wrapper .flip {
  box-shadow: none;
}
.countdown-master.flip-clock-wrapper ul li {
  line-height: 30px;
  width: 30px;
}
.countdown-master.flip-clock-wrapper ul li a div div.inn {
  font-size: 18px;
  color: #fff600;
  background: #333333 url("../images/icon/bg-time.png") repeat-x scroll center center;
  border-radius: 4px;
}
.countdown-master.flip-clock-wrapper ul li a div.down {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.countdown-master .flip-clock-divider {
  height: 30px;
  width: 10px;
}
.countdown-master .flip-clock-dot {
  background: #333 none repeat scroll 0 0;
  box-shadow: none;
  height: 2px;
  left: 0px;
  width: 2px;
}
.countdown-master .flip-clock-dot.top {
  top: 10px;
}
.countdown-master .flip-clock-dot.bottom {
  bottom: 10px;
}
.hidden-canvas canvas {
  display: none;
}
/*End Count Down Master*/
/*Begin Preload*/
.wrap-item {
  position: relative;
}
.item-banner {
  position: relative;
}
/*End Preload*/
/*Begin Parallax*/
.parallax {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  min-height: 200px;
}
/*End Parallax*/
/*Begin Animated Background*/
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}
.animate-background {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  animation: animatedBackground 40s linear infinite;
  -moz-animation: animatedBackground 40s linear infinite;
  -webkit-animation: animatedBackground 40s linear infinite;
}
@keyframes hozAnimatedBackground {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.hoz-animate-background {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  animation: hozAnimatedBackground 40s linear infinite;
  -moz-animation: hozAnimatedBackground 40s linear infinite;
  -webkit-animation: hozAnimatedBackground 40s linear infinite;
  background-size: auto 100%;
}
/*End Animated Background*/
/*Begin Banner Background*/
.banner-background {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 20px;
}
/*End Banner Background*/
/*Begin Toggle*/
.item-toggle-tab .toggle-tab-content {
  display: none;
}
.toggle-tab-title {
  position: relative;
  cursor: pointer;
}
/*End Toggle*/
/*Begin Preload*/
.preload #loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}
.preload #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
.preload #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.preload .object {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #FFF;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFF;
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}
.preload #object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
.preload #object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.preload #object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.preload #object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
/*Style*/
/*******************************************************************************************************
                      Blog
********************************************************************************************************/
.header-top-default {
  padding: 15px 0;
}
.header-nav-default {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.header-nav-default .main-nav {
    margin: 0 -15px;
}
.footer-default {
  background: #333;
  padding: 15px 0;
}
.content-page {
  margin: 70px 0 100px;
}
.mega-list-cat ul li {
  border-top: 1px solid #e5e5e5;
}
.mega-list-cat ul li a {
  display: block;
  padding: 10px 0;
}
.mega-list-cat ul {
  margin-top: 15px;
}
.bread-crumb {
  background: #f9f9f9;
  padding: 15px 20px;
  border-radius: 4px;
}
.bread-crumb a {
  display: inline-block;
}
.bread-crumb a::after {
  content: "/";
  margin: 0 2px 0 6px;
}
.bread-crumb {
  background: #f9f9f9;
  padding: 15px 20px;
}
.bread-crumb a {
  display: inline-block;
}
.bread-crumb a::after {
  content: "/";
  margin: 0 2px 0 6px;
}
.widget-title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 17px;
  margin:0 0 20px;
  font-family: 'PT Sans Narrow', sans-serif;
  text-transform:uppercase;
  font-size:18px;
}
.wg-list-categories ul {
  padding-left: 15px;
}
.wg-list-categories li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.wg-list-categories li {
  position: relative;
}
.wg-list-categories li:last-child a {
  border-bottom: none;
}
.wg-list-categories li .count {
  position: absolute;
  right: 0;
  top: 9px;
  color: #fff;
  width: 20px;
  height: 20px;
  background: #999;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
}
.widget {
  margin-bottom: 50px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget-tags li a {
  padding: 6px 15px;
  border: 1px solid #e5e5e5;
  display: block;
  border-radius: 4px;
}
.wg-list-tags li {
  display: inline-block;
  margin-bottom: 5px;
}
.wg-list-tags ul {
  padding-left: 15px;
}
.wg-list-categories {
  margin-top: -20px;
}
.wg-list-categories li.has-children {
  border-bottom: 1px solid #e5e5e5;
}
.wg-search-form {
  position: relative;
}
.wg-search-form input[type="text"] {
  border: 1px solid #e5e5e5;
  height: 40px;
  padding: 0 15px;
  display: block;
  width: 100%;
  border-radius: 0;
}
.wg-search-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  background: transparent;
  border: none;
  z-index: 1;
}
.wg-search-form::after {
  position: absolute;
  top: 12px;
  right: 15px;
  font-family: fontAwesome;
  content: "\f002";
  color: #999;
}
.title-page {
  margin-bottom: 30px;
}
.view-type a {
  color: #ccc;
}
.title-page h2 {
  padding: 8px 0;
}
.show-by .dropdown-link .silver {
  position: relative;
  height: 36px;
  display: inline-block;
  min-width: 70px;
  line-height: 34px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 15px;
}
.sort-pagi-bar > li {
    margin: 0 15px;
    vertical-align: middle;
}
.sort-pagi-bar {
  margin: 0 -15px;
}
.show-by > .dropdown-link > span.gray,
.view-type > span.gray {
  margin: 0 15px 0 0;
  display: inline-block;
}
.show-by .dropdown-list {
  left: auto;
  right: 0;
  width: 70px;
}
.dropdown-list li a {
  display: block;
  padding: 7px 10px;
  background: #f9f9f9;
  border-bottom: 1px solid #fff;
}
.dropdown-list li a:hover {
  color: #fff;
}
.dropdown-list li:last-child a {
  border-bottom: none;
}
.show-by .dropdown-link .silver::after {
  font-family: fontAwesome;
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 1px;
}
.blog-grid-view .item-post {
  margin-bottom: 30px;
}
.single-post-date {
    min-width: 60px; 
    text-align: center;
    height: 80px;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    margin-right: 40px;
    padding-top: 19px;
}
.single-post-date span {
    display: block;
}
.single-post-date a{
	position:absolute;
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:50%;
	top:50%;
	margin-top:-10px;
	right:-10px;
	font-size:12px;
	text-align:center;
	color:#fff!important;
}
.item-post-default .post-thumb {
  margin-bottom: 25px;
}
.item-post .post-info .post-title {
  margin-bottom: 18px;
}
.item-post .post-info .desc {
  margin-bottom: 22px;
}
.item-post .post-info .readmore {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.blog-list-view .item-post-list {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog-list-view .col-md-12:last-child .item-post-list {
  border-bottom: none;
  padding-bottom: 0;
}
.post-meta-data > li {
  margin: 0 10px 10px 0;
  border-right: 1px solid #e5e5e5;
  padding-right: 14px;
}
.post-meta-data > li:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0;
}
.post-meta-data {
    margin-bottom: 6px;
}
.post-meta-data i {
  margin-right: 8px;
}
.post-meta-data li a {
    margin-right: 15px;
    display: inline-block;
}
.post-meta-data li a:last-child {
  margin-right: 0;
}
.blog-list-view .item-post-large {
    margin-bottom: 50px;
}
.item-post-large .post-thumb {
    margin-bottom: 25px;
}
.post-meta-data label {
  font-weight: 400;
  margin: 0;
}
.single-post-thumb {
  margin-bottom: 25px;
}
.content-post-default > .desc {
  margin-bottom: 30px;
}
.content-post-default h2.title24 {
  margin-bottom: 25px;
}
.content-post-default .row {
  margin-bottom: 30px;
}
.block-quote {
  background: #f9f9f9;
  padding: 30px 40px;
  margin-bottom: 30px;
}
.block-quote h3.title14 {
  position: relative;
  margin-top: 36px;
}
.block-quote h3.title14::before {
  position: absolute;
  width: 100px;
  height: 1px;
  content: "";
  background: #333;
  top: -20px;
  left: 0;
}
.block-quote .desc {
  font-style: italic;
}
.single-intro-travel h2 {
  margin-bottom: 22px;
}
.content-post-default > h3 {
  margin-bottom: 20px;
}
.single-list-link li {
  margin-bottom: 20px;
  list-style: circle;
  margin-left: 15px;
}
.single-list-link {
  margin-bottom: 40px;
}
.single-list-adv .banner-advs {
  margin-bottom: 22px;
}
.single-list-social {
  margin-bottom: 50px;
}
.single-info-author {
    margin-bottom: 50px;
    padding: 30px 0;
    position: relative;
}
.single-info-author .author-info {
  position: relative;
  padding-top: 15px;
}
.single-info-author .author-info > h3 {
    margin: 0 0 5px;
}
.single-info-author .author-social {
    position: absolute;
    right: 50px;
    top: 0;
    margin: 10px -5px 0;
}
.single-info-author .author-social a {
    margin: 0 5px;
}
.post-control {
    padding: 0;
    margin-bottom: 50px;
}
.post-control .shop-button{
	margin:0 3px;
}
.post-control i.fa {
  font-size: 18px;
  vertical-align: middle;
}
.post-control span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px;
}
.title-single-related-post {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}
.title-single-related-post a {
  position: absolute;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  top: 0;
  right: 0;
}
.related-post-slider {
  margin: 0 -15px;
}
.related-post-slider .item-post {
  margin: 0 15px;
}
.single-related-post {
  margin-bottom: 30px;
}
.blog-comment-detail > h2.title18 {
  margin-bottom: 25px;
}
.single-info-author .author-thumb {
    min-width: 170px;
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 10px;
    background: #fff;
}
.single-info-author .author-info {
    padding: 10px 50px 0 40px;
    position: relative;
}
.item-comment .comment-thumb {
  width: 70px;
  display:none
}
.item-comment .comment-info {
  padding-left: 0px;
  position: relative;
}
.item-comment .comment-info .author-name {
  text-transform: uppercase;
}
.item-comment .comment-info span.black {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 5px;
}
.item-comment .comment-info .desc {
    margin: 15px 0;
}
.item-comment .comment-info .desc p {
    margin-bottom: 8px;
}
.item-comment .comment-info .reply-button { 
  top: 0;
}
.item-comment {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.comment-list li:last-child .item-comment {
  border: none;
  margin-bottom: 0;
}
.blog-comment-detail {
    margin-bottom: 50px;
    position: relative;
    padding: 40px 50px 10px 210px;
	margin-top: 30px;
}
.reply-comment > h2 {
  margin-bottom: 17px;
}
.reply-comment > .desc {
  margin-bottom: 40px;
}
.contact-form {
    margin-bottom: 50px;
}
.contact-form input[type="tel"],
.contact-form input[type="text"],
.contact-form input[type="email"],
.comment-form input[type="tel"],
.comment-form input[type="text"],
.comment-form input[type="email"] {
	height: 50px;
	display: block;
	width: 100%;
	padding: 0 15px 0 40px;
	border-radius: 0;
	border-width:2px; 
}
.comment-form textarea ,
.contact-form textarea {
    display: block;
    width: 100%;
    padding: 10px 15px 10px 40px;
    border-radius: 0;
	border-width:2px;
}
.reply-comment .desc {
  margin: 13px 0 43px;
}
.comment-form input[type="submit"] ,
.contact-form input[type="submit"] {
  padding: 0 40px;
}
.comment-form p ,
.contact-form p {
  position: relative;
  margin-bottom:10px;
}
.comment-form p.form-submit ,
.contact-form p.form-submit {
    margin-bottom: 0;
	margin-top:20px;
}
.comment-form p::before ,
.contact-form p::before {
  position: absolute;
  top: 13px;
  left: 15px;
  color: #999;
  font-family: fontAwesome;
  z-index:1;
}
.comment-form p.contact-name::before ,
.contact-form p.contact-name::before {
  content: "\f007";
}
.comment-form p.contact-email::before ,
.contact-form p.contact-email::before {
  content: "\f0e0";
}
.comment-form p.contact-url::before ,
.contact-form p.contact-url::before {
  content: "\f127";
}
.comment-form p.contact-message::before ,
.contact-form p.contact-message::before {
  content: "\f075";
  top:11px;
}
.shop-button {
  border-radius: 30px;
  display: inline-block;
  padding: 0px 30px;
  text-align: center;
  border:1px solid #e5e5e5;
  text-transform:uppercase;
  font-family: 'PT Sans Narrow', sans-serif;
  height:40px;
  line-height:38px;
  position:relative;
}
.shop-button.bg-green{
	border-color:#3cb46e;
}
.shop-button:hover{
	box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);
	color:#fff!important;
	z-index:1;
}
.shop-button.style2{
	padding:0px 45px;
	height:50px;
	line-height:48px;
}
.arrow-right::after {
    font-family: ionicons;
    content: "\f30f";
    margin-left: 10px;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.arrow-right.shop-button:hover::after{
	color:#fff;
}
.sort-by .select-box select {
  height: 36px;
}
.sort-by .select-box::after {
  top: 13px;
}
.sort-by > span {
  line-height: 36px;
  margin: 0 15px;
}
.product-thumb .product-label {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  z-index: 11;
}
.product-thumb .product-label span {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 29px;
  color: #000;
  font-weight: 700;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow', sans-serif;
  background:#fff;
  box-shadow:0 3px 5px 0 rgba(0,0,0,0.1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.product-thumb:hover .product-label span{
	transform:scale(0);
	-webkit-transform:scale(0);
	opacity:0;
	visibility:hidden;
}
.product-label span.sale {
  border:1px solid #ff0606;
  float: left;
}
.product-label span.new {
  border:1px solid #138cfd;
  float: right;
}
.product-thumb > .quickview-link {
    display: block;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    line-height: 50px;
    text-align: center;
    z-index: 10;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    color: #fff;
	transform:translateY(100%);
	-webkit-transform:translateY(100%);
}
.product-thumb:hover > .quickview-link {
  opacity: 1;
  visibility: visible;
  transform:translateY(0);
-webkit-transform:translateY(0);
}
.wrap-rating .rate-number {
  font-size: 10px;
}
.wrap-rating .product-rate {
  margin: 0;
}
.wrap-rating > li {
  vertical-align: middle;
}
.product-grid-view .item-product {
  margin-bottom: 30px;
}
.wrap-rating {
  margin-bottom: 15px;
}
.item-product.product-stock .product-thumb-link::before {
  opacity: 1;
}
.product-list-view .item-product {
  margin-bottom: 30px;
}
.item-product-list .product-desc {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-bottom: 22px;
}
.detail-gallery .carousel li img {
  width: 50px;
}
.detail-gallery .carousel li {
  margin: 0 5px;
}
.detail-gallery .wrap-detail-gallery {
    text-align: center;
    margin-bottom: 32px!important;
}
.detail-gallery .gallery-control {
  position: relative;
  margin-top: 20px;
  display:inline-block;
}
.detail-gallery .gallery-control .carousel {
  margin: auto;
}
.detail-gallery .gallery-control > a {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    z-index: 10;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background: #fff;
    color: #333;
	font-size:18px;
}
.detail-gallery .gallery-control > a:hover{
	color:#fff;
}
.detail-gallery .gallery-control > a.next {
  right: -45px;
}
.detail-gallery .gallery-control > a.prev {
  left: -45px;
}
.detail-attr {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  margin-bottom: 10px;
}
.detail-attr label {
  width: 100px;
  margin: 0;
}
.detail-attr > .select-box {
  flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
}
.detail-qty {
    border-radius: 20px;
    height: 40px;
    width: 120px;
    position: relative;
	padding:0 40px;
    text-align: center;
}
.detail-qty .qty-val {
    line-height: 38px;
    width: 100%;
    display: block;
    text-align: center;
}
.detail-qty a {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    top: 0;
	border-radius:50%;
}
.detail-qty a.qty-up {
  right: 0;
}
.detail-qty a.qty-down {
  left: 0;
}
.detail-attr .addcart-link {
  margin-left: 10px;
  flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
  text-align: center;
}
.detail-info .product-desc {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-bottom: 30px;
}
.detail-attr.qty-cart {
  margin-bottom: 30px;
}
.detail-extra-link a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.detail-extra-link a .fa {
  font-size: 12px;
  color: #999;
  margin-right: 10px;
}
.detail-extra-link {
  margin-bottom: 25px;
}
.item-product-meta-info label {
    font-weight: 400;
    color: #333;
    margin: 0;
}
.product-meta-info > li {
  margin-bottom: 5px;
}
.sku_wrapper > span,
.item-product-meta-info span,
.item-product-meta-info a {
  display: inline-block;
  padding: 0 10px;
  color:#999;
}
.product-detail {
  margin-bottom: 0px;
}
.detail-info {
  position: relative;
}
.detail-info .product-control {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 2px;
}
.detail-info .product-control a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #e5e5e5;
  margin: 0 -2px;
  color: #555;
}
.detail-info .product-control a:hover {
  background: #f9f9f9;
}
.detail-info .product-control a.prev {
  border-radius: 4px 0 0 4px;
}
.detail-info .product-control a.next {
  border-radius: 0 4px 4px 0;
}
.detail-tabs {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
}
.detail-tab-title {
  min-width: 250px;
  border-right: 1px solid #e5e5e5;
}
.detail-tab-content {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    margin: 20px 30px;
}
.list-tag-detail li a {
    display: block;
    position: relative;
    padding: 13px 10px;
    border-top: 1px solid #e5e5e5;
}
.list-tag-detail li.active a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 1px;
  background: #fff;
  content: "";
}
.detail-tab-desc .desc {
  margin-bottom: 30px;
}
.detail-tab-desc ul li {
  margin-bottom: 20px;
}
/*Begin Review*/
.detail-tab-review .title14 {
  margin: 0 0 18px;
  text-transform: inherit;
  font-size: 18px;
}
.list-none.list-tags-review li {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}
.list-none.list-tags-review li > .review-author {
  width: 100px;
}
.list-none.list-tags-review li > div {
  display: table-cell;
  vertical-align: top;
}
.list-none.list-tags-review li > .review-info {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 20px;
  position: relative;
}
.list-none.list-tags-review li > .review-author a {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  width: 70px;
}
.list-none.list-tags-review li > .review-author a img {
  border-radius: 50%;
}
.review-header {
  color: #999;
}
.review-info .product-rate {
  position: absolute;
  right: 20px;
  top: 25px;
}
.review-form {
  margin-top: 23px;
}
.review-form > div {
  margin-bottom: 10px;
  min-height: 40px;
  padding-left: 105px;
  position: relative;
}
.review-form > div > label {
  font-weight: 400;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  top: 0;
}
.review-form > div > input[type="text"] {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  height: 40px;
  max-width: 400px;
  padding: 0 15px;
  width: 100%;
}
.review-form > div > .product-rate {
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
}
.review-form > div > textarea {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  max-height: 120px;
  padding: 10px 15px;
  width: 100%;
}
.review-form > div > input[type="submit"] {
  margin-top: 10px;
}
/*End Review*/
.detail-tab-video iframe {
  border: none;
}
.shop-button:hover {
  color: #fff;
}
.item-product-group .product-thumb {
  width: 90px;
}
.item-product-group .product-info {
  padding: 0 20px;
}
.wrap-detail-qty {
  text-align: right;
}
.wrap-detail-qty .detail-qty {
  text-align: left;
  display: inline-block;
}
.list-product-group > li {
  margin-bottom: 10px;
}
.list-product-group {
    margin-bottom: 30px;
    margin-top: -5px;
}
.detail-group .detail-attr .addcart-link {
  margin: 0;
  flex-grow: inherit;
  padding: 0 30px;
}
.block-product-tab .title-block-tab {
  margin-bottom: 30px;
}
.title-list-tab > li > a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-weight: 700;
  position: relative;
}
.title-list-tab {
  margin-bottom: 50px;
}
.title-list-tab > li.active > a {
  background: #f9f9f9;
}
.block-product-tab {
  margin-bottom: 50px;
}
.block-product-tab > h3 {
  margin-bottom: 20px;
}
.block-product-tab > .desc {
  max-width: 670px;
  margin: auto auto 30px;
}
.shop-button.btn-loadmore {
  min-width: 270px;
  text-transform: uppercase;
}
.block-product-tab.title-tab-inline .title-block-tab {
  margin: 6px 30px 0 0;
}
.block-product-list {
  margin-bottom: 50px;
}
.product-tab-vertical {
  position: relative;
  padding-left: 300px;
  margin-top: 25px;
}
.product-tab-vertical .title-list-tab {
  position: absolute;
  width: 270px;
  left: 0;
  top: 0;
  border-right: 1px solid #e5e5e5;
  bottom: -20px;
  border-top: 1px solid #e5e5e5;
}
.product-tab-vertical .title-list-tab li a {
  border-radius: 0;
  border-width: 0 0 1px 0;
  background: transparent;
}
.product-tab-vertical .title-list-tab li.active a::before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 2px;
  content: "";
  background: #333;
}
.product-tab-vertical .title-list-tab li.active a {
  color: #333;
}
.product-tab-vertical .title-list-tab li.active a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  content: "";
  background: #fff;
  width: 1px;
}
.block-product-tab:not(.product-tab-vertical) .group-navi .owl-buttons {
  top: -69px;
}
.product-small-slider .item-product {
  margin: 0 10px;
}
.product-small-slider {
  margin: 23px -10px 0;
}
.product-small-slider .group-navi .owl-buttons {
  right: 10px;
}
.item-product-small .product-title {
  white-space: inherit;
}
.item-product-small .product-extra-link .addcart-link {
  display: block;
  text-transform: uppercase;
}
.title-elements {
  margin-bottom: 30px;
}
.block-element > h3.title18 {
  margin-bottom: 20px;
}
.follow-instagram a {
  display: block;
  overflow: hidden;
  position: relative;
}
.search-form {
  max-width: 570px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.search-form .dropdown-box {
  width: 170px;
  border-right: 1px solid #e5e5e5;
}
.search-form input[type="text"] {
  height: 40px;
  display: block;
  border: none;
  flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
  padding: 0 20px;
  background: transparent;
}
.search-form .dropdown-link {
  padding: 12px 15px;
  display: block;
}
.submit-form {
  position: relative;
  width: 50px;
  border-radius: 4px;
  overflow: hidden;
  margin: -1px;
}
.submit-form input[type="submit"] {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: transparent;
  display: block;
  width: 100%;
  z-index: 1;
}
.submit-form::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: #333;
  text-align: center;
  color: #fff;
  font-family: fontAwesome;
  content: "\f002";
  line-height: 40px;
  border-radius: 4px;
}
.search-form .dropdown-list {
  width: 100%;
}
.search-form .dropdown-link::after {
  content: "\f107";
  font-family: fontAwesome;
  position: absolute;
  right: 15px;
  top: 14px;
}
.form-newsletter .submit-form::after {
  content: "\f0e0";
}
.form-newsletter {
    max-width: 420px;
}
.mini-cart-box.aside-box .mini-cart-content {
  transform: translateX(400px);
  -webkit-transform: translateX(400px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  width: 370px;
  bottom: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.mini-cart-box.aside-box .mini-cart-content.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.mini-cart-box.aside-box .mini-cart-content > h2 {
  display: none;
}
.mini-cart-box.aside-box .list-mini-cart-item {
  margin: 0;
  overflow: auto;
  position: absolute;
  bottom: 122px;
  top: 0;
  left: 0;
  right: 0;
}
.mini-cart-box.aside-box .product-mini-cart.table-custom {
  margin: 0;
  padding: 0;
}
.mini-cart-box.aside-box .product-mini-cart.table-custom > div {
  vertical-align: middle;
}
.mini-cart-box.aside-box .mini-cart-button a {
    display: block;
    border-radius: 0;
    text-transform: uppercase;
    border: none;
    color: #fff;
}
.mini-cart-box.aside-box .mini-cart-button a.mini-cart-view {
  background: #666;
}
.mini-cart-box.aside-box .mini-cart-button {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.mini-cart-box.aside-box .mini-cart-total {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  padding: 10px 20px;
  box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  background: #fff;
}
.mini-cart-box.aside-box .product-mini-cart.table-custom .product-delete {
  padding-right: 15px;
}
body.overlay .mini-cart-box.aside-box::before {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.detail-info .countdown-master {
  margin: 0 -5px 30px;
}
.mini-cart-box.dropdown-box .list-mini-cart-item {
  max-height: 300px;
  padding-right: 5px;
  margin-right: -5px;
  position: relative;
  overflow-x: hidden;
  margin-bottom: 15px;
}
.detail-countdown {
  margin-bottom: 20px;
}
.detail-countdown .time_circles > div {
  display: inline-block;
  left: 0!important;
  top: 0!important;
  width: auto!important;
}
.detail-countdown .time_circles > div::after {
  content: ":";
  margin: 0 5px;
}
.detail-countdown .time_circles > div:last-child::after {
  display: none;
}
/*******************************************************************************************************************
                        Pages 
********************************************************************************************************************/
.contact-get-intouch {
  background: #f4f4f4;
  padding: 43px 0;
}
.item-contact-page .contact-thumb {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  color: #fff;
  position: relative;
  margin-bottom: 23px;
}
.item-contact-page .contact-thumb .icon {
  position: relative;
  z-index: 1;
}
.item-contact-page .contact-thumb::before {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  border-radius: 50%;
}
.item-contact-page .contact-thumb:hover::before {
  opacity: 0;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
}
.item-contact-page h3 {
  margin-bottom: 17px;
}
.item-contact-page .list-none li {
  margin-bottom: 5px;
}
.list-contact-item .item-contact-page {
  margin-bottom: 42px;
}
.contact-form-page {
  border-top: 1px solid #e5e5e5;
  padding-top: 43px;
}
.contact-form-page h3 {
  margin-bottom: 47px;
}
.contact-form-page .wrap-input {
  position: relative;
}
.contact-form-page .wrap-input .icon {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #999;
}
.contact-form-page .wrap-input input[type="text"],
.contact-form-page .wrap-input input[type="email"],
.contact-form-page .wrap-input input[type="tel"] {
  border: 1px solid #e5e5e5;
  height: 50px;
  border-radius: 25px;
  display: block;
  width: 100%;
  background: #fff;
  padding: 0 45px;
}
.contact-form-page .wrap-input textarea {
  border: 1px solid #e5e5e5;
  padding: 13px 45px;
  height: 170px;
  border-radius: 25px;
  resize: none;
  display: block;
  width: 100%;
}
.contact-form-page input[type="submit"] {
  height: 50px;
  color: #fff;
  border: none;
  padding: 0 35px;
  border-radius: 25px;
  margin-top: 10px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.about-content-page {
  position: relative;
  padding: 40px 0;
}
.about-intro-page {
  padding-left: 40px;
}
.about-content-page::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 1px;
  content: "";
  background: #e5e5e5;
  z-index: 1;
}
.about-title-page {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.about-sidebar {
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.about-sidebar > h2.title18 {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 28px;
}
.list-about-page > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.list-about-page > li:last-child:not(.current) > a {
  border-bottom: none;
}
.list-about-page > li.current > a::after {
  content: "";
  width: 28px;
  height: 28px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  position: absolute;
  right: -15px;
  top: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #fff;
}
.about-intro-top .desc {
  font-style: italic;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 80px;
}
.about-intro-top h3 {
  position: relative;
}
.about-intro-top h3::before {
  position: absolute;
  width: 100px;
  left: 0;
  top: -30px;
  content: "";
  height: 1px;
}
.about-intro-top {
  margin-bottom: 40px;
}
.about-intro-page > p.desc {
  margin-bottom: 35px;
}
.about-content-page > h3 {
  margin-bottom: 17px;
}
.about-intro-top .banner-advs {
  margin-left: -140px;
}
.about-customer {
  padding-left: 40px;
  margin: 30px 0;
}
.about-customer li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 13px;
}
.about-customer li::before {
  font-family: ionicons;
  content: "\f122";
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
}
.about-quick-link {
  border-top: 1px solid #e5e5e5;
  padding-top: 35px;
}
.about-quick-link h3 {
  margin-bottom: 20px;
}
.about-quick-link .list-none li a {
  margin-bottom: 5px;
  position: relative;
  padding-left: 22px;
  display: block;
}
.about-quick-link .list-none {
  padding-left: 50px;
}
.about-quick-link .list-none li a::before {
  position: absolute;
  top: 3px;
  left: 0;
  font-family: fontAwesome;
  content: "\f0c1";
}
.about-title-number {
  position: relative;
  padding-left: 50px;
  padding-top: 20px;
  margin-bottom: 42px;
}
.about-title-number .number {
  color: #f4f4f4;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: -1;
}
.about-title-number h3 {
  color: #000;
  padding-left: 70px;
  margin-bottom: 28px;
}
.about-title-number::before {
  position: absolute;
  width: 50px;
  height: 1px;
  content: "";
  top: 30px;
  left: 50px;
}
.item-page-view {
  margin-bottom: 30px;
}
.item-page-view .page-view-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.item-page-view .page-view-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  opacity: 0;
  z-index: 1;
}
.item-page-view .page-view-thumb img {
  width: 100%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-page-view .page-view-thumb:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.item-page-view .page-view-thumb:hover::before {
  opacity: 1;
}
.item-page-view .page-view-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 60px;
  height: 60px;
  z-index: 10;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transform: scale(0) rotate(0);
  -webkit-transform: scale(0) rotate(0);
  margin: auto;
}
.item-page-view .page-view-thumb:hover .page-view-link {
  transform: scale(1) rotate(360deg);
  -webkit-transform: scale(1) rotate(360deg);
}
.item-page-view .page-view-info h3 {
  margin-bottom: 8px;
}
.item-page-view .page-view-info .desc {
  margin-bottom: 22px;
}
.item-page-view .page-view-info .btn-page-view,
.about-title-number .readmore {
  display: inline-block;
  height: 40px;
  line-height: 36px;
  padding: 0 25px;
  border: 2px solid #e5e5e5;
  border-radius: 20px;
}
.list-page-view {
  margin-bottom: 40px;
}
.item-page-view .page-view-info .btn-page-view:hover {
  color: #fff;
}
.about-title-number .readmore {
  margin-top: 22px;
}
.about-title-number .readmore:hover {
  color: #fff;
}
.about-banner-brand {
  margin-bottom: 45px;
}
.about-banner-brand .banner-info {
  height: 30px;
  padding: 0 70px;
}
.item-about-faq {
  padding-left: 20px;
}
.item-about-faq h3 {
  position: relative;
  padding: 15px 0;
}
.item-about-faq h3::before {
  position: absolute;
  top: -10px;
  content: "Q";
  text-transform: uppercase;
  font-size: 60px;
  color: #f4f4f4;
  left: -20px;
  z-index: -1;
}
.item-about-faq .desc {
  position: relative;
  padding: 15px 0;
}
.item-about-faq .desc::before {
  position: absolute;
  top: 15px;
  content: "A";
  text-transform: uppercase;
  font-size: 60px;
  color: #f4f4f4;
  left: -20px;
  z-index: -1;
}
.list-about-faq .item-about-faq {
  margin-bottom: 30px;
}
.about-banner-history .adv-thumb-link {
  transform: translateX(170px);
  -webkit-transform: translateX(170px);
}
.about-banner-history .banner-info {
  width: 270px;
  right: auto;
  background: #fff;
  top: 50px;
  bottom: 50px;
  padding: 30px;
}
.about-banner-history .banner-info .desc {
  position: relative;
  padding-left: 25px;
  margin-bottom: 50px;
}
.about-banner-history {
  margin-bottom: 110px;
}
.about-banner-history .banner-info .desc::before {
  content: "\f347";
  font-family: ionicons;
  position: absolute;
  color: #999;
  left: 0;
  top: 0;
}
.about-banner-history .banner-info h3 {
  position: relative;
}
.about-banner-history .banner-info h3::before {
  position: absolute;
  height: 1px;
  width: 140px;
  content: "";
  top: -25px;
  left: 0;
}
.item-price-table {
  border: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.price-table-header {
  background: #fafafa;
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.list-price-support li {
  padding: 8px 30px;
}
.list-price-support li .fa {
  display: inline-block;
  width: 25px;
}
.list-price-support {
  padding: 25px 0;
}
.item-price-table .btn-purchase {
  display: inline-block;
  height: 40px;
  line-height: 36px;
  padding: 0 25px;
  border-radius: 20px;
}
.item-price-table h3 {
  margin-bottom: 10px;
}
.item-price-table .start {
  margin-bottom: 2px;
  display: inline-block;
}
.list-price-month strong sup {
  font-size: 18px;
}
.item-price-table .btn-purchase:hover {
  color: #fff;
}
.price-table-color h3 {
  margin: 0;
  padding: 15px;
  text-transform: capitalize;
}
.price-table-color .list-price-support {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.price-table-color .btn-purchase {
  color: #fff;
}
.price-table-color .btn-purchase:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.price-table-color .list-price-month {
  padding: 27px 0;
}
.price-table-color .list-price-month li {
  vertical-align: middle;
  margin: 0 5px;
}
.price-table-color.blue .list-price-month {
  background-color: #00a5d9;
}
.price-table-color.blue .list-price-support li .fa {
  color: #00a5d9;
}
.price-table-color.blue .btn-purchase {
  background-color: #00a5d9;
  border-color: #00a5d9;
}
.price-table-color.yellow .list-price-month {
  background-color: #fe9500;
}
.price-table-color.yellow .list-price-support li .fa {
  color: #fe9500;
}
.price-table-color.yellow .btn-purchase {
  background-color: #fe9500;
  border-color: #fe9500;
}
.price-table-color.navi .list-price-month {
  background-color: #121b60;
}
.price-table-color.navi .list-price-support li .fa {
  color: #121b60;
}
.price-table-color.navi .btn-purchase {
  background-color: #121b60;
  border-color: #121b60;
}
.intro-about-team .image-right {
  margin-right: -100px;
  margin-left: -30px;
}
.intro-about-team {
  margin-bottom: 60px;
}
.intro-about-team .image-left {
  margin-right: -100px;
  position: relative;
  z-index: 1;
}
.intro-about-team .image-left img {
  width: 100%;
}
.intro-about-team h3 {
  line-height: 1.3;
  margin: 30px 0;
}
.content-about-team > .desc {
  margin-bottom: 25px;
}
.item-about-team {
  margin-bottom: 30px;
}
.about-team-thumb a {
  display: inline-block;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px;
}
.about-team-thumb {
  margin-bottom: 15px;
}
.about-team-info h3 {
  margin-bottom: 18px;
}
.about-team-info .desc {
  margin-bottom: 22px;
}
.share-social-team a {
  display: inline-block;
  margin: 0 3px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 50%;
}
.list-about-team {
  margin-top: 55px;
}
.about-team-thumb a:hover {
  border-color: #ff4b4b;
}
.item-slider-blog .banner-info {
  height: 60px;
}
/*Begin Email Popup*/
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}
#boxes .window {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}
.window-popup {
  padding: 10px 10px 40px 10px;
  width: 800px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  background: #fff;
}
.window-popup .close-popup {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: -15px;
  width: 30px;
  z-index: 999;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.form-popup-newsletter {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
}
.form-popup-newsletter input[type="text"] {
  height: 50px;
  border: 1px solid #e5e5e5;
  padding: 0 15px;
  display: block;
  flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
  margin-right: 10px;
}
.form-popup-newsletter input[type="submit"] {
  height: 50px;
  background: #000;
  border: none;
  color: #fff;
  padding: 0 30px;
}
.content-newsletter-popup .row {
  margin-bottom: 20px;
}
.content-newsletter-popup label {
  font-weight: 400;
  margin: 0 5px;
  vertical-align: middle;
}
.content-newsletter-popup input[type="checkbox"] {
  vertical-align: middle;
  margin: 0;
}
.content-popup-form {
  padding: 0 20px;
}
.content-popup-form .desc {
  margin-right: -10px;
}
.content-popup {
  position: relative;
  z-index: 99;
}
.content-popup input[type="text"] {
  width: 260px;
}
.content-popup .image-popup {
  margin: 0 0 15px;
  display: block;
  width: 100%;
}
.content-popup .title18 {
  margin-bottom: 22px;
}
/*End Email Popup*/
/*Start Flex Wrapper*/
.flex-wrapper{
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
}
.flex_direction-row{
	flex-direction:row;
	-ms-flex-direction:row;
	-webkit-flex-direction:row;
}
.flex_direction-column{
	flex-direction:column;
	-ms-flex-direction:column;
	-webkit-flex-direction:column; 
}
.flex_wrap-wrap{
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.flex_wrap-nowrap{
	flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	-webkit-flex-wrap:nowrap;
}
.justify_content-flex-start{
	justify-content:flex-start;
	-ms-justify-content:flex-start;
	-webkit-justify-content:flex-start;
}
.justify_content-flex-end{
	justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
}
.justify_content-center{
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
}
.justify_content-space-between{
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
}
.justify_content-space-around{
	justify-content:space-around;
	-ms-justify-content:space-around;
	-webkit-justify-content:space-around;
}
.align_items-flex-start{
	align-items:flex-start;
	-ms-align-items:flex-start;
	-webkit-align-items:flex-start;
}
.align_items-flex-end{
	align-items:flex-end;
	-ms-align-items:flex-end;
	-webkit-align-items:flex-end;
}
.align_items-center{
	align-items:center;
	-ms-align-items:center;
	-webkit-align-items:center;
}
.align_items-baseline{
	align-items:baseline;
	-ms-align-items:baseline;
	-webkit-align-items:baseline;
}
.align_items-stretch{
	align-items:stretch;
	-ms-align-items:stretch;
	-webkit-align-items:stretch;
}
/*End Flex Wrapper*/    
.parallax-background{
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
@media not all and (min-resolution:.001dpcm) { @media {
.parallax-background{
	background-size:cover;
}
}}
/*******************************************************************************************
										Css Theme Custom
********************************************************************************************/
/*Start Overlay*/
.overlay-genie.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 1003;
}
.overlay-genie {
    background: transparent;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
    transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.overlay-genie .overlay-path {
    fill: rgba(60,180,110,0.8);
}
.overlay-genie svg {
    position: absolute;
    top: 0;
    left: 0;
}
.overlay-genie.open .block-search-element, 
.overlay-genie.open .overlay-close {
    opacity: 1;
}
.overlay-genie .overlay-close {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    z-index: 1002;
	color: #fff;
}
.overlay-genie.open .block-search-element {
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}
.overlay-genie.open .block-search-element, .overlay-genie.open .overlay-close {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.overlay-genie .block-search-element {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    position: relative;
    top: 30%;
}
/*End Overlay*/
.contact-table,.contact-table td {
    border: none;
}
.contact-table {
    margin: -8px;
}
.main-nav1 > ul > li > a{
	padding:0;
}
.main-nav1 > ul > li {
	padding:0 14px;
}
.main-nav1 {
	margin:0 -14px;
}
.header1 {
    padding: 30px 0;
	-webkit-transition: top 0.5s ease-out 0s !important;
    transition: top 0.5s ease-out 0s !important;
}
.fixed-header .header1{
	padding:10px 0;
}
.account1 {
    border-left: 1px solid #e5e5e5;
    padding: 0 13px;
    border-right: 1px solid #e5e5e5;
    margin: 0 13px;
}
.header-nav1 .buy-theme {
    margin-left: 35px;
}
.header-nav1 .main-nav1 {
    margin-right: 30px;
}
.wrap-search-overlay .search-form {
	background: #fff;
	margin: auto;
	height: 50px;
	border: none;
	border-radius: 0;
	max-width: 670px;
}
.wrap-search-overlay .search-form input[type="text"] {
    height: 50px;
    font-size: 18px;
}
.wrap-search-overlay .submit-form {
    border-radius: 0;
    width: 60px;
    margin: 0;
}
.wrap-search-overlay .submit-form::after {
    border-radius: 0;
    line-height: 50px;
    font-size: 18px;
}
.wrap-search-overlay .search-form .dropdown-box {
    width: 230px;
}
.wrap-search-overlay .search-form .dropdown-link {
    padding: 11px 20px 12px;
    font-size: 18px;
}
.wrap-search-overlay .search-form .dropdown-link::after {
    top: 17px;
}
.item-slider1 .title60 {
    margin-bottom: 10px;
}
.title-upperline {
    position: relative;
    padding-top: 24px; 
}
.title-upperline::before {
    position: absolute;
    top: 0;
    content: "";
    width: 50px;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
}
.item-slider1 .title-upperline::before{
	height:3px;
	width:160px;
}
.text-behind strong {
    font-size: 500px;
    opacity: 0.05;
}
.item-slider1 .text-behind {
    position: absolute;
    top: -190px;
    left: 0;
    right: 0;
    text-align: center;
}
.item-slider1 hr {
    width: 160px;
    border-width: 3px;
    margin: 0 auto 20px;
}
.footer-top1 h2 > span {
    margin: 0 10px;
}
.footer-top1 h2 {
    margin-bottom: 25px;
}
.signup-intro .desc {
    max-width: 250px;
    margin-bottom: 24px;
}
.form-newsletter1 .form-newsletter input[type="email"]{
	border-color:rgba(255,255,255,0.5);
	background-color:rgba(255,255,255,0.1);
}
.form-newsletter1  ::-webkit-input-placeholder {
  color: #ccc;
}
.footer-top1 {
    padding: 63px 0 70px;
}
.contact-table td {
    padding: 8px;
}
.footer-bottom1 {
    padding: 48px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
}
.main-footer1 {
    padding-top: 65px;
}
.logo-intro1 .desc {
    margin-top: 22px;
    max-width: 260px;
}
.logo .title10 {
    line-height: 15px;
    letter-spacing: 1.1px;
}
.menu-footer-box .list-none li {
    margin-top: 18px;
}
.social-network-footer li a {
    position: relative;
    padding: 5px 0 5px 40px;
    display: inline-block;
}
.social-network-footer li a .fa {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    top: 0;
}
.social-network-footer li {
    margin-top: 7px;
}
.social-network-footer {
    margin-top: 16px;
}
.item-choose1{
	margin-bottom:52px;
	padding:0 50px;
}
.item-choose1:last-child{
	margin-bottom:0;
}
.item-choose1 h3{
	margin-bottom:10px;
}
.item-choose1 .number{
	height:50px;
	width:50px;
	line-height:48px;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-choose1.text-left .number{
	margin-right:10px;
}
.item-choose1.text-right .number{
	margin-left:10px; 
}
.why-choose1 {
    padding: 100px 0 88px;
}
.title-box1 .desc {
    margin-top: 13px;
}
.title-box1 {
    margin-bottom: 42px;
}
.video-custom {
    display: block;
    width: 100%;
	opacity:0;
	visibility:hidden;
}
.title-upperline.text-left::before {
    margin: 0;
}
.block-video1 {
    padding: 100px 0;
}
.intro-text-box h2 {
    margin: 22px 0 15px;
}
.intro-text-box .desc {
    margin-bottom: 43px;
}
.intro-top-video .desc {
    margin-top: 22px;
    margin-bottom: 43px;
}
.top-video.clicked .video-custom {
	opacity:1;
	visibility:visible;
}
.top-video .video-button {
    width: 64px;
    display: block;
    height: 64px;
    text-align: center;
    line-height: 62px;
    color: #fff;
    font-size: 30px;
    z-index: 1;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 50%;
}
.top-video .video-button::before{
    font-family: fontAwesome;
    content: "\f04b";
}
.top-video.clicked .video-button::before{
	content:"\f04c";
}
.top-video.clicked .video-button{
	opacity:0;
	transform:scale(0);
	-webkit-transform:scale(0);
}
.top-video.clicked:hover .video-button{
	opacity:1;
	transform:scale(1);
	-webkit-transform:scale(1);
}
.top-video::before {
    content: "";
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	opacity:0;
}
.top-video:hover::before{
	opacity:1;
}
.what-we-do1 {
    padding: 100px 0;
}
.what-we-do1 .title-box1 .title-upperline::before {
    background: #fff;
}
.marketing-slider1 .item-marketing1 {
    margin: 0 0.5px;
}
.item-marketing1{
	position:relative;
	overflow:hidden;
}
.item-marketing1 > a{
	display:block;
}
.item-marketing1 .front-service{
    padding: 100px 30px 93px;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.item-marketing1:hover .front-service{
	transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
}
.item-marketing1 .behind-service{
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
	transform:translateY(100%);
	-webkit-transform:translateY(100%);
}
.item-marketing1:hover .behind-service{
	transform:translateY(0);
	-webkit-transform:translateY(0);
}
.item-marketing1 .round {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}
.item-marketing1 .title-upperline {
    margin-top: 27px;
    padding-top: 20px;
}
.marketing-slider1 .owl-controls .owl-buttons div.owl-prev {
    left: -50px;
}
.marketing-slider1 .owl-controls .owl-buttons div.owl-next {
    right: -50px;
}
.item-portfolio-default {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.07);
}
.item-portfolio-default .post-info {
    padding: 37px 30px 40px;
    height: 250px;
}
.item-portfolio-default .post-info h3 {
    line-height: 1.2 ;
    margin-bottom: 20px;
}
.project-meta-data i {
    width: 15px;
    display: inline-block;
}
.project-meta-data li {
    margin-bottom: 12px;
}
.project-meta-data li:last-child{
	margin-bottom: 0;
}
.item-portfolio .post-info .project-meta-data {
    margin-top: 23px;
    margin-bottom: 34px;
}
.block-project1 {
    padding: 100px 0 80px;
}
.title-tab1 li a {
    display: block;
    padding: 0 35px;
    border: 1px solid #e5e5e5;
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    border-radius: 30px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #999;
	position:relative;
	background:#fff;
}
.title-tab1 li.active a{
	box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);
}
.title-tab1 li.active a::before{
	position:absolute;
	left:15px;
	top:14px;
	width:10px;
	height:10px;
	content:"";
	border-radius:50%;
}
.title-tab1 li {
    margin: 0 1px;
}
.project-tab1  .title-tab {
    margin-bottom: 60px;
    margin-right: 95px;
}
.portfolio-slider1 .group-navi .owl-buttons {
    top: -80px;
}
.shop-button.link-circle {
    width: 40px;
    padding: 0;
}
.block-about-team1 .title-about1 {
    margin: 100px 0 43px;
}
.about-adv1 .advs-info {
    padding-top: 27px;
}
.about-adv1 .advs-info .desc {
    margin: 18px 0 43px;
}
.banner-vision1 {
    position: relative;
    margin: 0 -15px;
     max-width: 400px;
}
.banner-vision1 .intro-text-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 100px 30px 0;
}
.vision-slider1 .owl-theme .owl-controls .owl-pagination {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0;
} 
.flex-wrapper.wrap-about1 {
    margin-right: 20px;
}
.wrap-ourteam1 {
    margin-left: 20px;
}
.item-team-member1 .member-thumb {
    min-width: 120px;
}
.item-team-member1 .member-thumb .adv-thumb-link{
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.item-team-member1 .member-info {
    padding-left: 30px;
}
.item-team-member1 .member-thumb img {
    border-radius: 50%;
}
.banner-vision1 .title-upperline::before {
    background: #fff;
}
.item-team-member1 .member-info h3 {
    margin-bottom: 7px;
}
.item-team-member1 .member-info .desc {
    margin: 15px 0 23px;
}
.our-team-slider1 .item-team-member1 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.our-team-slider1 .item-team-member1:last-child {
    padding: 0;
    border: none;
}
.our-team-slider1 .group-navi .owl-buttons {
    right: 0;
    top: -60px;
}
.block-about-team1 .title-upperline {
    padding-top: 15px;
}
.block-about-team1 .intro-text-box .title-upperline {
    margin: 0 0 36px;
}
.block-product1 {
    padding: 100px 0;
}
.item-product a.button.addcart-link:hover{
	box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);
}
.item-product-grid {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.item-product-grid:hover{
	box-shadow:0 5px 10px 0 rgba(0,0,0,0.1);
}
.item-product-grid .product-extra-link {
    margin-top: 15px;
	display:inline-block;
	position:relative;
}
.item-product-grid .product-info {
    padding: 15px 0 20px;
}
.item-product-grid .product-extra-link .wishlist-link {
    position: absolute;
    top: 0;
    left: 0;
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	opacity:0;
}
.item-product-grid .product-extra-link .compare-link {
    position: absolute;
    top: 0;
    right: 0;
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	opacity:0;
}
.item-product-grid .product-extra-link .addcart-link {
    position: relative;
    z-index: 1;
}
.item-product-grid:hover .product-extra-link .wishlist-link {
    left: -45px;
	transform:rotate(0);
	-webkit-transform:rotate(0);
	opacity:1;
}
.item-product-grid:hover .product-extra-link .compare-link {
    right: -45px;
	transform:rotate(0);
	-webkit-transform:rotate(0);
	opacity:1;
}
.product-slider1 {
    margin-bottom: 20px;
}
.product-slider1 .owl-theme .owl-controls .owl-buttons div {
    top: 26%;
}
.product-slider1 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -3px;
}
.product-slider1 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -3px;
}
.vc_row.our-service1 {
    background-size: auto 100%!important;
    background-repeat: no-repeat!important;
}
.wrap-service1 {
    padding: 100px 0;
}
.service-accordion .item-toggle-tab {
    position: relative;
    padding: 32px 30px 38px;
}
.service-accordion .toggle-tab-title {
	position: relative;
    padding-left: 70px;
}
.service-accordion .toggle-tab-title i.title30 {
    position: absolute;
    left: 0px;
    top: 0px; 
}
.service-accordion .toggle-tab-title h3 {
    margin-bottom: 2px;
}
.wrap-service1 .title-upperline {
    padding-top: 15px;
    margin-bottom: 45px;
    margin-left: 50px;
}
.service-accordion .item-toggle-tab.active {
    background: #fff;
	box-shadow:0 5px 7px 0 rgba(0,0,0,0.1);
	padding:47px 30px 42px;
}
.service-accordion .item-toggle-tab.active::before{
	position:absolute;
	left:-10px;
	top:0;
	bottom:0;
	content:"";
	width:10px;
}
.service-accordion .toggle-tab-content {
    margin: 19px 0 0;
	padding-left:70px;
} 
.wrap-service1 .custom-link-text {
    margin: 35px 0 0 35px;
}
.block-event1 {
    padding: 100px 15px;
}
.wrap-item-event1 {
    margin: 0 -15px;
    padding: 50px 60px 55px;
}
.banner-event1 .banner-advs {
    border: 2px solid #000;
    margin-bottom: 26px;
}
.banner-event1 .advs-info p {
    margin: 5px 0 0;
}
.wrap-item-event1 .title-upperline::before {
    background: #fff;
}
.wrap-item-event1 .title-upperline {
    padding-top: 15px;
    margin-bottom: 43px;
}
.block-about1 {
    padding: 100px 0;
}
.block-about1 .title-upperline {
    padding-top: 15px;
    margin-bottom: 43px;
}
.block-about1 .title-upperline::before {
    background: #fff;
}
.item-percentage {
    background: #fff;
    position: relative;
    padding: 47px 30px 62px 70px;
    border-bottom-left-radius: 40px;
	margin-bottom:15px;
}
.info-percentage h2 {
    margin-bottom: 18px;
}
.percentage-number {
    position: absolute;
    background: #abc;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}
.percentage-progress {
    height: 5px;
    background: rgba(255,255,255,0.5);
    position: absolute;
	bottom:-15px;
	left:0;
	right:0;
}
.inner-percentage-progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.item-post-flex .post-info .post-title {
    margin: 0;
}
.item-post-flex .post-info .desc{
	margin-top:22px;
}
.item-post-flex .post-info{
	padding:0 20px;
	flex-grow:1;
	-ms-flex-grow:1;
	-webkit-flex-grow:1;
}
.block-news1 {
    padding: 100px 0;
}
.block-news1 .title-upperline {
    padding-top: 15px;
    margin-bottom: 42px;
}
.block-news1 .item-post-flex {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.block-news1 .list-col-item:last-child .item-post-flex {
    margin: 0;
    padding: 0;
    border: none;
}
.item-post-flex .adv-thumb-link:before{
	position:absolute;
	content:"";
	border-width:0;
	border-style:solid;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:11;
	opacity:0;
}
.item-post-flex .post-thumb{
	min-width:120px;
}
.item-post-flex .adv-thumb-link:hover:before{
	border-width:3px;
	opacity:1;
}
/*Home 2*/
.top-header2 {
    padding: 10px 0;
}
.top-header2 i {
    margin-right: 10px;
}
.contact-top2 li {
    padding: 0 20px;
    position: relative;
}
.contact-top2 {
    margin: 0 -20px;
}
.contact-top2 li:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255,255,255,0.1);
    width: 1px;
    bottom: 0;
}
.header-middle2 {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}
.header-nav2{
	background:#fff;
}
.logo-nav2 {
    display: none;
}
.fixed-header .logo-nav2{
	display:inline-block;
	margin-right:20px;
}
.wrap-search-cart2 {
    margin-top: 15px;
}
.main-nav2 > ul > li > a{
	height:50px;
	line-height:50px;
}
.contact-footer2 {
    padding: 65px 0;
}
.item-contact-info .contact-icon > a {
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 68px;
}
.item-contact-info .contact-info {
    padding-left: 30px;
}
.item-contact-info .contact-info h3 {
    margin-bottom: 8px;
}
.block-newsletter2 {
    padding: 115px 0;
    background-position: center;
}
.wrap-newsletter2 {
    background: #fff;
    max-width: 600px;
    margin: auto;
    border-radius: 30px;
    padding: 15px 30px;
}
.form-newsletter2 .form-newsletter {
    max-width: none;
    position: relative;
}
.form-newsletter2 {
    flex-grow: 1;
}
.form-newsletter2 .form-newsletter input[type="email"] {
	border-width: 0 1px;
	border-radius: 0;
	margin: 0 30px;
}
.form-newsletter2 .form-newsletter input[type="submit"] {
    background: transparent;
    border: none;
    box-shadow: none;
    position: relative;
    z-index: 1;
    width: 30px;
    padding: 0;
}
.form-newsletter2 .form-newsletter::after {
    position: absolute;
    top: 0;
    right: 0;
    font-family: ionicons;
    content: "\f382";
    font-size: 30px;
    line-height: 40px;
}
.footer-bottom2 {
    border-top: 2px solid #e5e5e5;
    padding: 35px 0px;
}
.list-menu-footer2 {
    padding: 50px 0 40px;
}
.menu-footer2 {
    margin-top: 20px;
}
.menu-footer2 li {
    margin-bottom: 10px;
}
.menu-footer2 li a {
    position: relative;
    padding-left: 20px;
}
.menu-footer2 li a::before {
    font-size: 6px;
    position: absolute;
    content: "\f10c";
    font-family: fontAwesome;
    top: 7px;
    left: 0;
}
.instagram-footer2 {
    margin-top: 28px;
}
.item-contact-info .contact-icon > a:hover {
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
}
/*Start Hover Direction*/
.hover-direction {
    perspective: 500px;
    overflow: hidden;
}
.hover-direction .info {
  transform: rotate3d(1,0,0, 90deg);
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: rgba(0,0,0,0.3);
}
.hover-direction.in-top .info {
   transform-origin: 50% 0%;
   animation: in-top 0.3s ease 0s 1 forwards;
}
.hover-direction.in-right .info {
  transform-origin: 100% 0%;
  animation: in-right 0.3s ease 0s 1 forwards;
}
.hover-direction.in-bottom .info {
  transform-origin: 50% 100%;
  animation: in-bottom 0.3s ease 0s 1 forwards;
}
.hover-direction.in-left .info {
  transform-origin: 0% 0%;
  animation: in-left 0.3s ease 0s 1 forwards;
}
.hover-direction.out-top .info {
  transform-origin: 50% 0%;
  animation: out-top 0.3s ease 0s 1 forwards;
}
.hover-direction.out-right .info {
  transform-origin: 100% 50%;
  animation: out-right 0.3s ease 0s 1 forwards;
}
.hover-direction.out-bottom .info {
  transform-origin: 50% 100%;
  animation: out-bottom 0.3s ease 0s 1 forwards;
}
.hover-direction.out-left .info {
  transform-origin: 0% 0%;
  animation: out-left 0.3s ease 0s 1 forwards;
}
@keyframes in-top {
  from {transform: rotate3d(-1,0,0, 90deg)}
  to   {transform: rotate3d(0,0,0, 0deg)}
}
@keyframes in-right {
  from {transform: rotate3d(0,-1,0, 90deg)}
  to   {transform: rotate3d(0,0,0, 0deg)}
}
@keyframes in-bottom {
  from {transform: rotate3d(1,0,0, 90deg)}
  to   {transform: rotate3d(0,0,0, 0deg)}
}
@keyframes in-left {
  from {transform: rotate3d(0,1,0, 90deg)}
  to   {transform: rotate3d(0,0,0, 0deg)}
}
@keyframes out-top {
  from {transform: rotate3d(0,0,0, 0deg)}
  to   {transform: rotate3d(-1,0,0, 104deg)}
}
@keyframes out-right {
  from {transform: rotate3d(0,0,0, 0deg)}
  to   {transform: rotate3d(0,-1,0, 104deg)}
}
@keyframes out-bottom {
  from {transform: rotate3d(0,0,0, 0deg)}
  to   {transform: rotate3d(1,0,0, 104deg)}
}
@keyframes out-left {
  from {transform: rotate3d(0,0,0, 0deg)}
  to   {transform: rotate3d(0,1,0, 104deg)}
}
/*End Hover Direction*/
.item-slider2 .content-banner-info {
    width: 720px;
    padding: 50px 120px;
    background: rgba(0,0,0,0.7);
	margin:auto;
}
.item-slider2 .banner-info h3 {
    margin: 20px 0 25px;
    line-height: 1.3;
}
.banner-slider2 .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
}
.banner-slider.banner-slider2 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 50%;
    margin-left: -330px;
}
.banner-slider.banner-slider2 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 50%;
    margin-right: -330px;
}
.banner-slider2 {
	margin-bottom:100px;
}
.item-post-shadow {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    padding-top: 47px;
    border-top: 3px solid #e5e5e5;
	position:relative;
}
.item-post-shadow::before{
	position:absolute;
	top:-3px;
	left:0;
	right:0;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	height:3px;
	content:"";
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
}
.item-post-shadow:hover::before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
}
.item-post-shadow .post-info {
    padding: 22px 30px 50px;
}
.item-post-shadow .post-thumb {
    margin-top: 25px;
}
.item-post-shadow .post-title {
    margin-bottom: 8px;
    padding: 0 10px;
}
.hot-news-slider2{
	margin-bottom:70px;
}
.item-post-shadow .overlay-image .adv-thumb-link::after{
	opacity:1;
}
.item-post-shadow:hover .overlay-image .adv-thumb-link::after {
    opacity: 0;
}
.title-tab li a {
	position:relative;
}
.title-tab2 li a span {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    font-size: 60px;
    color: #fff;
    margin: auto auto 15px;
	opacity:0.5;
}
.title-tab2 li.active a span{
	opacity:1;
}
.title-tab2 li a {
    text-align: center;
    text-transform: uppercase;
    display: block;
    min-width: 170px;
}
.tab-adv2 .tab-content {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    padding: 50px;
    border-top: 3px solid #e5e5e5;
}
.tab-adv2 .title-tab2 li a::after{
	position:absolute;
	bottom:-46px;
	left:0;
	right:0;
	content:"";
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	height:3px;
	content:"";
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
}
.tab-adv2 .title-tab2 li.active a::after{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
}
.tab-adv2 .banner-advs::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border: 20px solid rgba(0,0,0,0.2);
}
.tab-adv2 .about-adv1 .advs-info .desc {
    margin-bottom: 23px;
}
.what-we-do2 {
    margin-bottom: 100px;
}
.tab-adv2 {
    margin-top: -137px;
}
.title-box2 .title-upperline {
    margin-bottom: 13px;
}
.title-box2 {
    margin-bottom: 43px;
}
.tab-adv2 .title-tab2 {
    margin-bottom: 43px;
}
.hover-direction.item-portfolio .info {
    background: #fff;
    z-index: 12;
    border: 1px solid #e5e5e5;
}
.item-portfolio-directtion.hover-direction:hover {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
}
.item-portfolio-directtion .overlay-image .adv-thumb-link::after{
	opacity:1;
}
.item-portfolio-directtion.hover-direction {
    perspective: 1500px;
}
.list-project2 .portfolio-grid-view .item-portfolio {
    margin: 0 0px 15px;
}
.list-project2 .list-col-item {
    padding: 0;
}
.list-project2 {
    padding: 0 7.5px;
    margin-bottom: 35px;
}
.featured-project2 {
    margin-bottom: 100px;
}
.list-plan-link {
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.list-plan-link > li {
    width: 50%;
    padding: 0 5px;
    margin: 5px 0;
}
.list-plan-link > li > .shop-button {
    display: flex;
    justify-content: space-between;
    display: -ms-flex;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    height: auto;
    line-height: inherit;
    padding: 15px 30px;
    text-align: inherit;
}
.block-our-plan2 {
    margin-bottom: 100px;
    padding: 35px 0;
}
.block-our-plan2 .intro-plan2 {
    margin-top: 65px;
}
.intro-plan2 h2 {
    margin: 21px 0 13px;
}
.item-marketing1 .front-service.bg-color .round,
.item-marketing1 .front-service.bg-color .title-upperline::before {
    background: #fff;
}
.item-marketing1 .front-service.bg-color * {
    color: #fff;
}
.block-choose2 {
    padding: 100px 0;
}
.box-why-choose2 {
    background: #fff;
    padding: 60px 70px;
    border-style: solid;
    border-width: 1px;
	position:relative; 
}
.box-why-choose2::after{
	position:absolute;
	top:75px;
	bottom:85px;
	width:10px;
	right:0;
	content:"";
}
.intro-choose2 h2 {
    margin-bottom: 13px;
}
.intro-choose2 {
    margin-bottom: 38px;
}
.list-choose2 li {
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.list-choose2 li:last-child{
	margin:0;
	padding:0;
	border:none;
} 
.list-choose2 li a {
    position: relative;
    padding-left: 20px;
}
.list-choose2 li a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
}
.choose-icon2::before {
    content: "\f0a1";
    font-family: fontAwesome;
    color: #e5e5e5;
    font-size: 200px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    display: block;
}
.choose-icon2 {
    text-align: center;
    margin-top: -20px;
}
.item-brand {
    border: 1px solid #e5e5e5;
    display: inline-block;
}
.list-brand li {
    margin-bottom: 30px;
}
.partner-slider2 .list-brand {
    margin: 0 15px;
}
.partner-slider2 {
    margin: 0 -15px;
    text-align: center;
}
.our-partner2 {
    margin-bottom: 70px;
}
.item-team-member2 .client-thumb {
    width: 100%;
    margin: 0 auto 23px;
    max-width: 200px;
}
.item-team-member2 .client-thumb a {
    display: block;
    border-color: #e5e5e5;
    border-radius: 50%;
    padding: 10px;
    color: #e5e5e5;
    border-style: solid;
    border-width: 1px;
}
.item-team-member2 .client-thumb a img {
    border-radius: 50%;
}
.item-team-member2 .client-info h2 {
    margin-bottom: 18px;
}
.advisor-slider2 .item-team-member2 {
    margin: 0 60px 30px;
}
.list-social-member a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,0.2);
    color: #fff!important;
    text-align: center;
    border-radius: 50%;
}
.list-social-member li {
    margin: 0 5px;
}
.item-team-member2 .list-social-member {
    margin-top: 22px;
}
.block-advisor2 {
    margin-bottom: 70px;
}
.pagi-nav-style2 .owl-controls .owl-page span {
    border-color: #ccc;
}
.people-say2 {
    margin-bottom: 100px;
}
.item-client-review .client-says {
    background: #f5f5f5;
    position: relative;
    margin-bottom: 30px;
    padding: 45px 50px 48px 140px;
}
.item-client-review .client-says .desc {
    line-height: 36px;
    position: relative;
}
.item-client-review .client-says .desc::before {
    content: "\f347";
    font-family: ionicons;
    font-size: 60px;
    color: rgba(0,0,0,0.1);
    position: absolute;
    left: -90px;
    top: 15px;
}
.item-client-review .client-says::before {
    content: "";
    width: 10px;
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 50px;
}
.item-client-review .client-thumb {
    margin: 0 20px 0 50px;
    width: 80px;
}
.item-client-review .client-thumb img{
	border-radius:50%;
}
.item-client-review .client-info h3 {
    margin-bottom: 6px;
}
.item-client-review .client-says::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 70px;
    border-top: 30px solid #f5f5f5;
    border-left: 20px solid transparent;
    top: 100%;
}
.client-slider2 .owl-theme .owl-controls .owl-pagination {
    margin: 0;
    position: absolute;
    right: 50px;
    bottom: 25px;
}
.block-statistic {
    padding: 140px 0;
}
.statistic-icon a {
    width: 100px;
    height: 100px;
    display: inline-block;
    line-height: 100px;
    position: relative;
}
.statistic-info h3 {
    margin: 15px 0 6px;
}
.statistic-icon a:hover:after {
    opacity: 1;
    box-shadow: 3px 3px 0 #ffffff;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.statistic-icon a:after {
    box-shadow: 0 0 0 #ffffff;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    top: -5px;
    left: -5px;
    padding: 5px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.arrow-right.bg-color::after {
    color: #fff;
}
.project-help h2 {
    margin: -9px 0 45px;
}
.project-help .wrap-button {
    max-width: 400px;
    margin: auto;
}
.arrow-right.long-arrow::after {
    content: "\f3d6";
    font-size: 30px;
}
.client-slider3 .item-client-review {
    margin: 0 15px;
}
.client-slider3 {
    margin: 0 -15px -5px;
}
.client-slider3 .owl-theme .owl-controls .owl-pagination {
    margin-top: 50px;
}
.item-post-inner {
    position: relative;
}
.item-post-inner  .post-info{
	background:rgba(0,0,0,0.5);
	z-index:13;
	padding:30px;
}
.item-post-inner:hover  .post-info{
	background:rgba(0,0,0,0.8);
}
.blog-grid-view.list-post3 .list-post-wrap {
    margin: 0;
}
.blog-grid-view.list-post3 .list-col-item {
    padding: 0;
}
.blog-grid-view.list-post3 .list-col-item .item-post {
    margin: 0;
}
.list-post3 .list-post-wrap .wrap-item .item {
    margin: 0;
    padding: 0;
}
.list-post3 .list-post-wrap {
    margin: 0;
}
.item-post-inner .post-date {
    margin-bottom: 12px;
}
.item-post-inner .post-date i {
    margin-right: 10px;
}
.block-question3 .banner-advs {
    max-width: 500px;
}
.question-accordion .item-toggle-tab {
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    padding: 10px 30px 10px 60px;
    margin-bottom: 10px;
}
.question-accordion .item-toggle-tab.active {
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.question-accordion .toggle-tab-content {
    padding-bottom: 16px;
    padding-top: 10px;
}
.question-accordion .toggle-tab-title {
    padding: 8px 0;
}
.question-accordion .toggle-tab-title::before {
    font-family: ionicons;
    position: absolute;
    left: -50px;
    top: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    content: "\f30f";
    text-align: center;
    line-height: 30px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    margin-top: -15px;
}
.question-accordion .item-toggle-tab.active .toggle-tab-title::before {
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}
.wrap-question3{
	margin-left:-50px;
}
.wrap-question3 .custom-information {
    margin-top: -5px;
    margin-bottom: 21px;
}
.block-statistic3 {
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center;
}
.block-statistic3 .statistic-info h3 {
    color: #333;
}
.block-statistic3 .statistic-info .desc {
    color: #555;
}
.item-portfolio-inner-content .post-info {
    z-index: 12;
	transform:scale(0);
	-webkit-transform:scale(0);
	opacity:0;
}
.item-portfolio-inner-content:hover .post-info {
	transform:scale(1);
	-webkit-transform:scale(1);
	opacity:1;
}
.item-portfolio-inner-content .overlay-image .adv-thumb-link::after {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}
.item-portfolio-inner-content:hover .overlay-image .adv-thumb-link::after {
	background: rgba(0, 0, 0, 0.8);
}
.list-project3 {
    margin-top: 50px;
}
.list-project3 .item-portfolio {
    margin-bottom: 30px;
}
.list-service3 .item-service {
    margin-bottom: 30px;
}
.item-service .desc {
    padding-top: 20px;
}
.item-service .service-icon {
    position: relative;
    z-index: 1;
    padding: 17px 20px 30px;
    margin: 0 -1px;
    overflow: hidden;
    top: -1px;
}
.item-service .service-text {
    position: relative;
    padding: 0 25px 23px;
    z-index: 1;
}
.item-service .service-text h3 {
    margin-bottom: 26px;
}
.item-service .service-text .wrap-button {
    position: absolute;
    top: 100%;
	left:0;
	right:0;
}
.item-service .service-text .shop-button{
	opacity:0;
	transform:translateY(100%);
	-webkit-transform:translateY(100%);
}
.item-service:hover .service-text .shop-button{
	opacity:1;
	transform:translateY(0);
	-webkit-transform:translateY(0);
}
.item-service {
    position: relative;
    padding-bottom: 20px;
}
.item-service:hover{
	z-index:10;
}
.item-service::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border: 1px solid #e5e5e5;
    background: #fff;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-service .service-icon a {
    font-size: 80px;
}
.item-service.item-sticky::after {
    content: "";
    background: #f9f9f9;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-service:hover::after{
	background:transparent;
}
.item-service:hover::before{
	bottom:-50px;
	box-shadow:0 5px 10px 0 rgba(0,0,0,0.2);
}
.item-service .service-icon .hot-label {
    position: absolute;
    right: -25px;
    top: 15px;
    width: 100px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.adv-company3 .banner-info {
    max-width: 570px;
    right: auto;
    background: rgba(0,0,0,0.5);
    padding: 100px;
}
.adv-company3 .banner-info .desc {
    margin: 14px 0 42px;
}
.adv-company3 .banner-info .title-upperline:before {
    background: #fff;
}
.adv-company3 .banner-info .shop-button {
    margin: 0 -10px;
}
.adv-company3 .banner-info .wrap-button {
    margin: 0 10px;
}
.our-service3 {
    background-position: center bottom;
    background-repeat: no-repeat;
}
.item-our-service .service-icon a {
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    line-height: 98px;
}
.item-our-service {
	position:relative;
}
.item-our-service::before{
	position:absolute;
	top:0;
	left:0;
	width:100px;
	bottom:0;
	border:1px dashed #e5e5e5;
	content:"";
	border-radius:100px;
}
.item-our-service:hover::before{
	width:100%;
} 
.item-our-service .service-info {
    padding-left: 30px;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-our-service.info-left::before{
	left:auto;
	right:0;
}
.item-our-service.info-left .service-info {
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
}
.item-our-service.flex-wrapper:hover .service-info{
	padding:0;
}
.item-our-service .service-info h3 {
    margin-bottom: 8px;
}
.item-our-service.info-left {
    flex-direction: row-reverse;
}
.box-our-service3 .item-our-service {
    margin: 0 20px;
}
.wrap-hot-news3 {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    padding: 20px 30px 30px;
    background: #fff;
}
.item-hot-news .post-title span {
    margin-right: 15px;
}
.item-hot-news .post-title {
    padding: 0 25px;
}
.wrap-hot-news3 .slick-slider-news {
    margin: 10px -25px 0;
    padding-right: 30px;
}
.block-slider3 {
    margin-top: -60px;
    position: relative;
    z-index: 1;
}
.slick-slider-news .slick-arrow {
    transform: none;
    -webkit-transform: none;
    top: -28px;
    right: 25px;
    left: auto;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.slick-slider-news .slick-prev{
	margin:0 20px;
}
.slick-slider-news .slick-prev::before, .slick-slider-news .slick-next:before{
	opacity:1;
	font-family:iconicons;
}
.item-slider3 h3 {
    max-width: 600px;
    line-height: 30px;
    margin: 10px auto 42px;
    padding-top: 15px;
}
.item-slider3 h3::before {
    background: #fff;
    height: 2px;
}
.main-footer4 .footer-bottom2 {
    border-color: #555;
}
.main-nav4 > ul > li > a {
    text-transform: uppercase;
}
.main-nav4 > ul {
    text-align: center;
}
.main-nav4 {
	padding: 10px 0;
}
.fixed-header .main-nav4{
	padding:0;  
}
.header-middle4 .wrap-search-cart2 {
    margin-top: 10px;
}
.item-slider4 h4 {
    max-width: 300px;
    margin: 25px  auto 24px;
    line-height: 24px;
}
.item-slider4 h4::before {
    height: 2px;
    background: #fff;
    width: 100px;
}
.item-slider4 h2{
	margin-bottom:3px;
}
.item-banner-service {
    position: relative;
	overflow:hidden;
}
.item-banner-service .banner-info {
    top: auto;
    background: rgba(0,0,0,0.3);
    padding: 30px 30px 50px;
	bottom:-72px;
	border-top:1px solid rgba(255,255,255,0.5);
}
.item-banner-service:hover .banner-info{
	bottom:0px;
	background:transparent;
	border-top-width:2px;
}
.item-banner-service .banner-info .desc {
    margin: 18px 0 24px;
}
.item-banner-service .service-label {
    position: absolute;
    width: 100px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    top: -100px;
    text-align: left;
    transform-origin: 0;
    -webkit-transform-origin: 0;
    z-index: 15;
	opacity:0;
}
.item-banner-service:hover .service-label{
	top: 20px;
	opacity:1;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.item-banner-service.overlay-image .adv-thumb-link::after {
    background: rgba(0, 0, 0, 0.5);
	opacity:1;
}
.item-banner-service.overlay-image:hover .adv-thumb-link::after {
	background: rgba(0, 0, 0, 0.8);
}
.item-banner-service .banner-info .shop-button{
	transform: translateY(100%);
    -webkit-transform: translateY(100%);
	opacity:0;
}
.item-banner-service:hover .banner-info .shop-button{
	transform: translateY(0);
    -webkit-transform: translateY(0);
	opacity:1;
}
.title-box4 h2 {
    margin-bottom: 12px;
    margin-top: -8px;
}
.title-box4 .title-upperline {
    padding-top: 12px;
    margin-top: 16px;
}
.title-box4 {
    margin-bottom: 42px;
}
.title-box4 .wrap-button {
    margin: 42px 10px 0;
}
.title-box4 .wrap-button .shop-button {
    margin: 0 -10px;
}
.banner-about4 .title-box4 {
    padding: 100px 50px 0;
}
.people-say4 {
    padding: 100px 0;
}
.people-say4 .item-client-review .client-says {
    background: #fff;
}
.people-say4 .item-client-review .client-says::after {
    border-top-color: #fff;
}
.people-say4 .item-client-review .client-info * {
    color: #fff;
}
.people-say4 .title-box4 .title-upperline::before {
    background: #fff;
}
.title-tab3 li a {
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
}
.title-tab3 li {
    margin: 0 15px;
}
.title-tab3 {
    margin: 0 -15px;
}
.tab-project4 .tab-header {
    margin-bottom: 44px;
}
.block-project4 .title-box4 {
    margin-bottom: 5px;
}
.tab-project4 .portfolio-grid-view .item-portfolio {
    margin: 0 -10px 10px;
}
.tab-project4 .tab-content {
    margin: 0 10px 40px;
}
.item-our-partner {
    background: #f9f9f9;
    padding: 30px;
}
.list-partner4 .item-our-partner {
    margin-bottom: 30px;
}
.item-our-partner .partner-thumb {
    min-width: 170px;
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
}
.item-our-partner .partner-info {
    padding-left: 30px;
}
.item-our-partner .partner-info h3 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px;
    margin-bottom: 11px;
	margin-top:-2px;
}
.item-our-partner .partner-info .desc {
    margin-bottom: 23px;
}
.block-store5 {
    padding: 100px 0;
}
.item-store5 .advs-info {
    padding: 27px 0 25px;
}
.item-store5 .advs-info h3 {
    margin-bottom: 10px;
}
.store-slider3 .item-store5 {
    margin: 0 15px;
}
.store-slider3 {
    margin: 0 -15px;
}
.tab-product5 .tab-header {
    margin-bottom: 50px;
}
.item-product-flex .product-info {
    width: 46%;
    background: rgba(0,0,0,0.5);
}
.item-product-flex .product-thumb {
    width: 54%;
}
.item-product-flex .product-info .product-extra-link {
    margin-top: 15px;
}
.info-bread-crumb {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.inner-bread-crumb {
    background: rgba(0,0,0,0.5);
    padding: 10px 15px;
}
.inner-bread-crumb a,.inner-bread-crumb span {
    color: #fff;
}
.inner-bread-crumb::before {
    content: "\f015";
    font-family: fontAwesome;
    margin: 0 5px;
	color:#fff;
}
.inner-bread-crumb > span::after {
    content: "/";
    margin: 0 5px;
}
.inner-bread-crumb > span:last-child::after {
    display: none;
}
.item-product-list {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.item-product-list .wrap-rating {
    margin-bottom: 9px!important;
}
.item-product-list .product-desc {
    margin-top: 30px;
    padding-top: 20px;
}
.item-product-list .product-price {
    margin-bottom: 23px;
}
.product-desc p {
    margin: 0;
}
.item-product-list .product-info {
    padding-top: 16px;
    padding-right: 20px;
}
.pagi-nav{
	margin:0 -10px;
}
.pagi-nav > a,.pagi-nav > span{
	font-weight:700;
	font-size:13px;
	color:#999;
	margin: 0 10px;
}
.pagi-nav > a.next,
.pagi-nav > a.prev{
	display: inline-block;
    height: 40px;
    line-height: 38px;
    border: 1px solid #e5e5e5;
    padding: 0 25px!important;
    border-radius: 20px;
    text-align: center;
    font-weight: 400;  
	color:#555;
}
.pagi-nav > a.next:hover,
.pagi-nav > a.prev:hover{
	color:#fff;
}
.show-order .dropdown-link {
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 8px  30px;
    min-width: 250px;
}
.show-order .dropdown-link::after {
    font-family: fontAwesome;
    content: "\f0d7";
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -7px;
}
.widget_s7upf_category_fillter .wg-list-category .count ,
.widget_product_categories .product-categories .count {
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    right: 0;
    top: 10px;
	font-size:10px;
	border-radius:50%;
	color:#fff;
}
.item-product-table .product-thumb {
    width: 100px;
}
.item-product-table .product-info {
    padding: 10px 0 0 20px;
}
.wg-product-list div.product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.wg-product-list div.product:last-child {
    padding: 0;
    margin: 0;
    border: none;
}
.price_label > span {
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 0px 15px;
    min-width: 80px;
    text-align: center;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
	float:none;
	margin-bottom:10px;
	margin-top:10px;
}
.woocommerce .widget_price_filter .price_slider_amount .shop-button{
	color:#fff;
	margin-left:10px;
	float:none;
	margin-bottom:0px;
	margin-top:0px;
}
.item-portfolio-simple {
    border: 1px solid #e5e5e5;
}
.item-portfolio-simple .post-info {
    padding: 29px 15px 30px;
}
.item-portfolio-simple .post-info .post-title {
    margin-bottom: 28px;
}
.wg-project-slider .item-portfolio-simple {
    padding-bottom: 43px;
    border: none;
}
.wg-project-slider{
	box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.wg-project-slider .owl-theme .owl-controls .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 23px;
    margin: 0;
}
.wrap-product-detail {
    border: 1px solid #e5e5e5;
	margin-bottom:45px;
}
.wrap-product-detail .product-detail {
    padding: 10px;
}
.wrap-product-detail .product-detail .detail-info {
    padding: 15px 20px 0 0;
}
.detail-info > .product-price {
    margin-bottom: 23px;
}
.yith-wcwl-add-button a.add_to_wishlist::before {
    font-family: ionicons;
    content: "\f387";
	margin-right:2px;
}
.detail-info a.compare::before{
	font-family: ionicons;
    content: "\f459";
	margin-right:5px;
}
.detail-info a.compare{
	margin-left:30px;
}
.yith-wcwl-add-button a.add_to_wishlist,.detail-info a.compare{
	color:#333;
}
.detail-gallery .carousel li a {
    display: block;
	position:relative;
}
.detail-gallery .carousel li a.active::before{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	content:"";
	border-width:1px;
	border-style:solid;
}
.demo-content-product h3 {
    margin-bottom: 20px;
}
.woocommerce #reviews #comments ol.commentlist .wrap-rating > li {
    margin: 0;
}
.related-product {
    margin-bottom: 50px;
}
.related-product:last-child {
    margin-bottom: 0;
}
.detail-gallery .final-countdown {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.1);
}
.detail-gallery .mid {
    position: relative;
}
.final-countdown .clock .number {
    display: block;
}
.final-countdown .clock {
    position: relative;
    text-align: center;
    padding: 0 15px;
}
.final-countdown .clock::after {
    position: absolute;
    right: 0;
    top: 2px;
    width: 1px;
    content: "";
    background: rgba(0,0,0,0.1);
    bottom: 3px;
}
.product-detail .final-countdown {
    padding: 8px 0;
}
.final-countdown .clock:last-child::after {
    display: none;
}
.final-countdown .clock .text {
    font-size: 10px;
    color: #555;
}
.final-countdown .clock .number {
    font-weight: 400;
    margin-bottom: -7px;
}
.woocommerce-review-link {
    color: #999;
}
.product-thumb .final-countdown {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.1);
    padding: 8px 0;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	z-index:15;
}
.product-thumb:hover .final-countdown{
	opacity:0;
	-webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
	visibility:hidden;
}
.item-wg-post .post-thumb {
    width: 100px;
}
.item-wg-post .post-info {
    padding-left: 20px;
}
.item-wg-post .post-info h3 {
    margin-bottom: 10px;
    max-height: 30px;
    overflow: hidden;
}
.widget .widget-latest-post ul li {
    padding: 20px 0;
}
.info-wg-author {
    border: 1px solid #e5e5e5;
    margin: -40px 20px 0;
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 20px;
}
.info-wg-author h3 {
    margin-bottom: 10px;
}
.info-wg-author .author-social li {
    border: none;
    padding: 0;
}
.info-wg-author .author-social {
    margin-top: 20px;
}
.author-social a {
    display: inline-block;
    border-radius: 50%;
}
.author-social a .fa{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    background: #000;
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
}
.author-social a .fa-twitter{
	background:#03cfff;
}
.author-social a .fa-google-plus{
	background:#ff8a8e;
}
.author-social a .fa-facebook{
	background:#6982b8; 
}
.blog-list-view .item-post-list2 {
    margin-bottom: 50px;
}
.wrap-post-meta-data .post-meta-data {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    padding-top: 10px;
}
.wrap-post-meta-data .meta-data-tags{
	border:none;
}
.item-post-list2 .post-info .post-title {
    margin-bottom: 10px;
}
.wrap-post-meta-data {
    margin-bottom: 5px;
}
.meta-data-tags label{
	margin-right:10px;
}
.inner-bread-crumb > a::after {
    content: "/";
    color: #fff;
    margin: 0 5px;
}
.inner-bread-crumb .post-categories {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.inner-bread-crumb .post-categories li {
    display: inline-block;
}
.inner-bread-crumb .post-categories::after {
    content: "/";
    color: #fff;
    margin: 0 5px;
}
.inner-bread-crumb .post-categories li::after {
    content: ",";
    color: #fff;
}
.inner-bread-crumb > a:last-child::after {
    display: none;
}
.inner-bread-crumb .post-categories li:last-child::after {
    display: none;
}
.page-title {
    margin-bottom: 25px;
	margin-top:-7px;
}
.demo-blog-grid.blog-grid-view .list-post-wrap {
    margin-bottom: 20px;
}
.shop-button.bg-color{
	color:#fff!important;
}
.item-post-default .post-info .post-title {
    margin-bottom: 8px;
    line-height: 1.5;
}
.item-post-default .wrap-post-meta-data {
    margin-bottom: 10px;
}
.block-quote1 {
    border: 2px solid #e5e5e5;
    padding: 40px 50px;
    line-height: 30px;
    margin: 0 50px 42px;
    position: relative;
}
.block-quote1::before {
    position: absolute;
    background: #fff;
    content: "\f10d";
    font-size: 30px;
    font-family: fontAwesome;
    left: -17px;
    top: 50%;
    padding: 25px 0;
    margin-top: -40px;
}
.tag-cloud-list.post-meta-data {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0 5px;
    margin-bottom: 50px;
}
.detail-content-wrap {
    margin-bottom: 40px;
}
.single-info-author::before {
    position: absolute;
    content: "";
    top: 0;
    left: 90px;
    right: 0;
    bottom: 0;
    border: 2px solid #e5e5e5;
}
.single-info-author .author-thumb a {
    display: block;
}
.single-info-author .author-thumb img {
    width: 100%;
    border-radius: 0;
}
.single-info-author .author-info .desc {
    margin-top: 15px;
}
.post-control > a {
    margin: 0 3px;
}
.blog-comment-detail::before {
    position: absolute;
    border: 2px solid #e5e5e5;
    content: "";
    top: 0;
    left: 90px;
    right: 0;
    bottom: 0;
}
.blog-comment-detail > h2 {
    position: absolute;
    width: 170px;
    height: 150px;
    left: 0;
    top: 50%;
    margin-top: -70px;
    padding: 25px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.blog-comment-detail > h2::before {
    content: "\f0e5";
    display: block;
    font-family: fontAwesome;
    margin: 10px 0 10px 55px;
}
.single-related-post {
    border-top: 1px solid #e5e5e5;
    padding-top: 45px;
}
.single-post-extend1 .post-control {
    display: flex;
    justify-content: space-between;
    display: -ms-flex;
    justify-content: -ms-space-between;
    display: -webkit-flex;
    justify-content: -wekit-space-between;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.single-post-extend1 .single-list-social {
    margin: 0;
}
.single-post-extend1 .post-nav {
    margin: 0 -3px;
}
.single-post-extend1 .post-control {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.single-post-extend1 .single-list-social {
    margin: 0;
}
.single-post-extend1 .post-nav {
    margin: 0 -3px;
}
.single-post-extend1 .single-info-author {
    background: #f4f4f4;
    padding: 30px;
}
.single-post-extend1 .single-info-author .author-info {
    padding: 7px 0 0 30px;
}
.single-post-extend1 .single-info-author::before {
    display: none;
}
.single-post-extend1 .single-info-author .author-thumb {
    border: none;
}
.single-post-extend1 .single-info-author .author-social {
    display: none;
}
.single-post-extend1 .contact-form input[type="text"],
.single-post-extend1 .contact-form input[type="tel"],
.single-post-extend1 .contact-form input[type="email"] {
    border-width: 1px;
    margin-bottom: 30px;
}
.single-post-extend1 .contact-form textarea {
    border-width: 1px;
    margin-bottom: 30px;
}
.single-post-extend1 .blog-comment-detail::before {
    display: none;
}
.single-post-extend1 .blog-comment-detail {
    padding: 0;
    margin-bottom: 20px;
}
.single-post-extend1 .blog-comment-detail > h2 {
    position: static;
    margin: 0 0 30px;
    padding: 0;
    border: none;
    width: auto;
    height: auto;
}
.single-post-extend1 .blog-comment-detail > h2::before {
    display: inline-block;
    margin: -2px 10px 0 0;
    vertical-align: top;
}
.single-post-extend1 .item-comment .comment-thumb {
    display: table-cell;
    width: 90px;
}
.single-post-extend1 .item-comment .comment-thumb a,
.single-post-extend1 .item-comment .comment-thumb img {
    display: block;
    width: 100%;
}
.single-post-extend1 .item-comment .comment-info {
    padding-left: 30px;
}
.single-post-extend1 .item-comment .comment-info {
    padding-left: 30px;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
/*Begin Page*/
.page .post-control {
    display: flex;
    justify-content: space-between;
    display: -ms-flex;
    justify-content: -ms-space-between;
    display: -webkit-flex;
    justify-content: -wekit-space-between;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.page .single-list-social {
    margin: 0;
}
.page .post-nav {
    margin: 0 -3px;
}
.page .post-control {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.page .single-list-social {
    margin: 0;
}
.page .post-nav {
    margin: 0 -3px;
}
.page .single-info-author {
    background: #f4f4f4;
    padding: 30px;
}
.page .single-info-author .author-info {
    padding: 7px 0 0 30px;
}
.page .single-info-author::before {
    display: none;
}
.page .single-info-author .author-thumb {
    border: none;
}
.page .single-info-author .author-social {
    display: none;
}
.page .contact-form input[type="text"],
.page .contact-form input[type="tel"],
.page .contact-form input[type="email"] {
    border-width: 1px;
    margin-bottom: 30px;
}
.page .contact-form textarea {
    border-width: 1px;
    margin-bottom: 30px;
}
.page .comment-form input[type="text"],
.page .comment-form input[type="tel"],
.page .comment-form input[type="email"] {
    border-width: 1px;
    margin-bottom: 30px;
}
.page .comment-form textarea {
    border-width: 1px;
    margin-bottom: 30px;
}
.page .blog-comment-detail::before {
    display: none;
}
.page .blog-comment-detail {
    padding: 0;
    margin-bottom: 20px;
}
.page .blog-comment-detail > h2 {
    position: static;
    margin: 0 0 30px;
    padding: 0;
    border: none;
    width: auto;
    height: auto;
}
.page .blog-comment-detail > h2::before {
    display: inline-block;
    margin: -2px 10px 0 0;
    vertical-align: top;
}
.page .item-comment .comment-thumb {
    display: table-cell;
    width: 90px;
}
.page .item-comment .comment-thumb a,
.page .item-comment .comment-thumb img {
    display: block;
    width: 100%;
}
.page .item-comment .comment-info {
    padding-left: 30px;
}
.page .item-comment .comment-info {
    padding-left: 30px;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
/*End Page*/
.box-meta-data-custom .wrap-post-meta-data {
    display: inline-block;
}
.block-quote2 {
    border: 1px solid #e5e5e5;
    padding: 25px 40px;
    line-height: 30px;
    position: relative;
}
.block-quote2::before {
    position: absolute;
    top: 30px;
    bottom: 30px;
    content: "";
    width: 10px;
    left: -1px;
}
.item-list-style h3 {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 17px;
}
.list-flex-box p {
    min-width: 50px;
    margin: 0;
}
.list-flex-box .desc {
    padding-left: 20px;
    margin-top: -5px;
}
.list-flex-box li {
    margin-bottom: 20px;
}
.list-circle {
    margin-top: -5px;
}
.list-circle li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.list-circle li::before {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 50%;
    left: 0;
    top: 6px;
}
.list-decimal li {
    margin-bottom: 15px;
	position:relative;
	padding-left:30px;
}
.list-decimal li  .index-number{
	position: absolute;
	top:0;
	left:0;
}
.list-decimal {
    margin-top: -5px;
}
.single-adv-slider {
    background: #f4f4f4;
    padding: 0 135px;
}
.single-adv-slider .owl-theme .owl-controls .owl-buttons div {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
    height: 40px;
    line-height: 38px;
    width: auto;
    padding: 0 25px;
    border-radius: 30px;
    border: 1px solid #e5e5e5;
}
.single-adv-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -110px;
}
.single-adv-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -110px;
}
.item-single-adv .banner-info .desc {
    color: #fff;
}
.item-single-adv .banner-info {
    top: auto;
    background: rgba(0,0,0,0.5);
    padding: 10px 20px;
}
.color-blue {
    color: #6982b8;
}
.postfolio-nav .shop-button {
    width: 36px;
    padding: 0;
    font-size: 18px;
    height: 36px;
    line-height: 34px;
}
.title-single-portfolio .page-title {
    margin: 0;
}
.title-single-portfolio {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.related-post-slider .item-portfolio {
    margin: 0 15px 30px;
}
.single-related-portfolio .owl-wrapper-outer {
    margin-bottom: -30px;
}
.project-single-slider {
    position: relative;
}
.project-single-slider::before {
    content: "";
    background: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 60px;
    z-index: 1;
}
.project-single-slider::after {
    content: "";
    background: rgba(0,0,0,0.3);
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 60px;
    z-index: 1;
}
.project-single-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 12px;
}
.project-single-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 12px;
}
.btn-download {
    text-align: center;
}
.btn-download .shop-button {
    height: 70px;
    border-radius: 0;
    line-height: 68px;
    min-width: 400px;
}
.btn-download .shop-button i {
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.box-meta-data-custom .project-meta-data li ,
.item-portfolio-list-default .project-meta-data li {
    display: inline-block;
    margin: 0 10px;
}
.box-meta-data-custom .project-meta-data ,
.item-portfolio-list-default .project-meta-data {
    margin: 0 -10px;
}
.default-accordion .item-toggle-tab {
    border: 1px solid #e5e5e5;
    padding: 10px 30px 10px 40px;
    margin-bottom: 5px;
}
.default-accordion .toggle-tab-title::before {
    content: "\f0d8";
    font-family: fontAwesome;
    position: absolute;
    top: 2px;
    left: -20px;
}
.default-accordion  .item-toggle-tab.active .toggle-tab-title::before{
	content: "\f0d7";
}
.default-accordion .toggle-tab-content {
    border-top: 1px solid #e5e5e5;
    margin-top: 11px;
    padding-top: 10px;
    margin-bottom: 22px;
}
.item-marketing .market-icon a {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 98px;
    position: relative;
}
.item-marketing .market-icon a::after {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
    bottom: -5px;
    left: 50%;
    margin: 0 -5px;
}
.item-marketing .market-icon {
    margin-bottom: 65px;
}
.item-marketing .market-icon a::before {
    position: absolute;
    width: 1px;
    background: #e5e5e5;
    height: 50px;
    top: 100%;
    left: 50%;
    margin: 0 -0.5px;
    content: "";
}
.item-marketing .market-info h3 {
    margin-bottom: 7px;
}
.single-related-portfolio {
    border-top: 2px solid #e5e5e5;
    padding-top: 25px;
    margin-top: 45px;
}
.item-portfolio-list-default {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}
.portfolio-grid-view .item-portfolio{
	margin-bottom:30px;
}
.portfolio-list-view .list-post-wrap .col-md-12:last-child .item-portfolio-list-default {
    border: none;
    margin: 0;
    padding: 0;
}
.portfolio-grid-view .pagi-nav {
	margin-top: 20px;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.portfolio-list-view .pagi-nav {
    margin-top: 50px;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.item-portfolio-list-default .post-info .product-title {
    margin-top: -3px;
    margin-bottom: 20px;
}
.item-portfolio-list-default .post-info .project-meta-data {
    margin: 0 -12px 15px;
}
.item-portfolio-list-default .post-info .desc {
    margin-bottom: 32px;
}
.item-portfolio-list-default.style2 .post-info {
    background: rgba(255,255,255,0.95);
    padding: 40px 0 40px 50px;
    margin: 30px 0 0 -130px; 
	position:relative;
}
.item-portfolio-list-default.style2 .post-info::before{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	content:"";
	width:10px;
}
.archive-portfolio .item-portfolio{
	margin-bottom:30px;
}
.comment-respond .logged-in-as.control-group {
    margin-bottom: 22px;
}
p.contact-message textarea {
    display: block;
    width: 100%;  
	border-radius:0;
}
.post-gallery .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 15px;
}
.post-gallery .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 15px;
}
.cross-sells > h2, 
.cart_totals > h2, 
.title-wc-vendor, 
#customer_login > div > h2, 
.woocommerce-MyAccount-content fieldset legend, 
.woocommerce-Address-title > h3, 
.woocommerce-shipping-fields > h3, 
.woocommerce-billing-fields > h3, 
.woocommerce-checkout > h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'PT Sans Narrow', sans-serif;
	margin-bottom:25px;
}
.woocommerce-shipping-fields > h3 label{
	font-weight: 400;
	margin:0;
}
.woocommerce form .form-row .input-checkbox {
    position: static;
}
.detail-tab-desc iframe {
    display: block;
    max-width: 100%;
}
.deal-product5 {
    background-size: cover;
	background-repeat:no-repeat;
}
.deal-product5 {
    background-size: cover;
}
.item-product-flex .final-countdown .number {
    color: #fff;
}
.item-product-flex .final-countdown .text {
    color: #ccc;
}
.item-product-flex .final-countdown .clock::after {
    background: rgba(255,255,255,0.2);
}
.item-product-flex .final-countdown {
    margin-bottom: 20px;
}
.deal-slider5 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -18px;
}
.deal-slider5 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -18px;
}
.wrap-deal-product5 {
    position: relative;
}
.title-deal-product5 {
    position: absolute;
    z-index: 1;
    width: 46%;
    left: 0;
    top: 90px;
}
.title-deal-product5 h2 {
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
}
.wrap-deal-product5 .item-product-flex .final-countdown{
	margin-top:70px;
}
.item-slider4 h4 span {
    margin: 0 5px;
}
.slick-prev:before, .slick-next:before {
    display: none;
}
.wrap-banner-slider3 {
    margin-top: -105px;
}
.header3 {
    padding: 30px 0;
	z-index:10000;
}
.fixed-header .header3 {
    padding: 10px 0;
    background: #333!important;
}
.header3 .wrap-search-overlay> a,
.header3 .account1> a,
.header3 .mini-cart-link .mini-cart-icon{
	color:#fff;
}
.header3 .account1{
	border-color:rgba(255,255,255,0.1);
}
.menu-fixed .btn-menu-fixed {
    display: inline-block;
	width:20px;
	height:20px;
	position:relative;
	z-index:10;
}
.menu-fixed .btn-menu-fixed::before,
.menu-fixed .btn-menu-fixed::after,
.menu-fixed .btn-menu-fixed span{
	position:absolute;
	left:0px;
	right:0;
	content:"";
	background:#fff;
	height:1px;
}
.menu-fixed .btn-menu-fixed::before{
	top:3px;
}
.menu-fixed .btn-menu-fixed span{
	top:9px;
}
.menu-fixed .btn-menu-fixed::after{
	bottom:4px;
}
.menu-fixed.active {
    z-index: 100000;
}
.menu-fixed {
    position: relative;
}
.menu-fixed.active .main-nav {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.admin-bar .menu-fixed .main-nav {
    margin-top: 32px;
}
.menu-fixed .main-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    width: 330px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s; 
}
.menu-fixed .main-nav > ul{
	position:relative;
	height:100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.menu-fixed .main-nav > ul > li {
    display: block;
}
.menu-fixed .main-nav .menu-item-has-children > .sub-menu, 
.menu-fixed .main-nav .menu-item-has-children > .mega-menu {
    position: static;
    margin: 0!important;
    display: none;
    opacity: 1;
    transition: none;
    visibility: visible;
    width: 100%!important;
    padding: 0;
    pointer-events: inherit;
	border-top:1px solid #e5e5e5;
}
.menu-fixed3 {
    margin-top: 9px;
}
.close-main-nav {
    display: none;
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    top: 0;
    right: -40px;
    color: #fff;
    cursor: pointer;
    font-size: 40px;
}
.menu-fixed.active .close-main-nav{
	display:block;
}
.item-team-member2 .client-thumb a:hover {
    border-bottom-color: #e5e5e5!important;
    border-width: 10px;
    border-top-color: #e5e5e5!important;
}
.item-client-review .client-thumb .adv-thumb-link{
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
    border-radius: 50%;
}
.top-header4 .contact-top2 li:first-child::after {
    background: rgba(0,0,0,0.1);
}
.comment-respond .comment-form {
    margin-bottom: 30px;
}
.custom-contact-info.margin-70 {
    margin: 0 0 70px;
}
.item-contact-info-page {
    flex-direction: column;
    text-align: center;
    padding: 60px 15px;
}
.item-contact-info-page .contact-info {
    padding: 15px 0 0;
}
.item-contact-info-page.bg-color {
    margin: 0 -15px;
}
.block-contact-form .single-post-extend1 {
    max-width: 670px;
    margin: auto;
}
.block-contact-form .single-post-extend1 input, .block-contact-form .single-post-extend1 textarea {
    border-radius: 30px;
    text-transform: uppercase;
    margin-bottom: 20px!important;
    font-family: 'PT Sans Narrow', sans-serif;
}
.block-contact-form .single-post-extend1 p::before {
    display: none;
}
.item-contact-info-page .title-upperline {
    margin-top: 28px;
}
.item-contact-info-page .contact-icon > a {
    border: none;
    line-height: 70px;
    color: #fff;
}
.item-contact-info-page .contact-icon > a:hover{
	color:#fff;
}
.item-contact-info-page.bg-color .contact-icon > a{
	background:#fff;
}
.item-contact-info-page.bg-color .title-upperline::before{
	background:#fff;
}
.block-contact-form .contact-form {
    margin-bottom: -30px;
}
.product-subtotal > .woocommerce-Price-amount{
	font-size:18px;
}
/*Start 404*/
.icon-404 {
    max-width: 100%;
    width: 350px;
    height: 350px;
    background: #f7f7f7;
    border-radius: 50%;
    margin: auto;
    color: #dadada;
}
.icon-404 .number {
    font-size: 120px;
    margin: 0;
}
.icon-404 .text {
    margin: 20px 0 50px;
}
.content-page-404 {
    padding: 70px 0 0;
}
.info-404 h3 {
    margin: 15px 0 16px;
}
.info-404 .desc {
    margin-bottom: 42px;
}
.info-404 {
    margin-top: 30px;
}
/*End 404*/
.checkbox input[type=checkbox], 
.checkbox-inline input[type=checkbox], 
.radio input[type=radio], 
.radio-inline input[type=radio]{
	position:static;
	margin-left:0;
}
.woocommerce table.wishlist_table thead th span {
    font-size: 14px;
    color: #333;
}
.woocommerce .wishlist-title h2{
	font-family: 'PT Sans Narrow', sans-serif;
}
.post-password-form input[type="password"], .post-password-form input[type="submit"] {
    border-radius: 20px;
}
.list-mega-menu li {
    border-bottom: 1px solid #e5e5e5;
    padding: 9px 0;
}
.list-mega-menu li:last-child{
	border:none;
}
.demo-list-menu > h2 {
    margin-bottom: 20px;
}
.demo-list-menu > .list-mega-menu{
	margin-top:-10px;
}
.demo-list-menu{
	margin-bottom:20px;
}
.mega-menu-product-slider{
	margin-bottom:-30px;	
}
.contact-form .comment-form2 p {
    margin-bottom: 30px;
}
.comments {
    position: relative;
}
a#cancel-comment-reply-link {
    margin: 0 5px;
}
.fixed-header .header-nav2 li.has-mega-menu > .mega-menu {
    margin-left: -220px;
}
.btn-social {
    display: inline-block;
    color: #ccc;
    background: rgba(255,255,255,0.1);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
.btn-social:hover {
    color: #fff;
}
.header6 {
    padding: 30px 0;
}
.fixed-header .header6 {
    padding: 10px 0;
}
.item-slider6 .banner-info {
    max-width: 800px;
    top: auto;
    padding-left: 35px;
}
.item-slider6 .banner-info::before {
    position: absolute;
    background: rgba(0,0,0,0.5);
    content: "";
    top: 50px;
    left: 0;
    bottom: 0;
    width: 50px;
}
.item-slider6 .content-banner-info {
    background: #fff;
    padding: 100px;
    position: relative;
}
.item-slider6 .content-banner-info .about-company {
    position: absolute;
    top: 50px;
    right: 50px;
}
.item-slider6 .content-banner-info::before{
	position:absolute;
	content:"";
	top:0;
	left:0; 
	bottom:0;
	width:10px;
}
.item-slider6 .content-banner-info h3.title-upperline {
    line-height: 2.1;
    padding-top: 20px;
    margin-top: 23px;
    letter-spacing: 1px;
}
.item-slider6 .content-banner-info h3::before {
    height: 2px;
    width: 70px;
}
.block-service6 {
    padding: 100px 0;
}
.item-service2 {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.03);
    padding: 30px 30px 25px;
}
.item-service2 .service-icon {
    min-width: 90px;
}
.service-slider6 .item-service2 {
    margin: 0 15px 20px;
}
.service-slider6 {
    margin: 0 -15px -20px;
}
.item-service2 .service-text h3 {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.item-service2 .service-text {
    flex-grow: 1;
}
.item-service2 .service-text .desc-text {
    margin-bottom: 18px;
}
.wrap-map-footer6 {
    position: fixed!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    margin: 0!important;
	z-index:-1;
}
.footer-bottom6 {
    padding: 35px 0;
}
.wrap-footer-social6 .custom-link-icon li {
    margin: 0 5px;
}
.wrap-footer-social6 .custom-link-icon {
    margin: 0 -5px;
}
.block-contact-footer6{
	background-color:#f4f4f4;
}
.block-contact-footer6 {
    background-repeat: no-repeat!important;
    padding: 90px 0;
}
.block-contact-footer6::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    background: #f4f4f4;
    right: 0;
    display: block;
}
.contact-footer6 {
    padding-left: 65px;
} 
.contact-footer6 h2 {
    margin-bottom: 14px;
}
.contact-footer6 h3 {
    margin-bottom: 14px;
}
.contact-footer6 h4 {
    margin: 30px 0 13px;
}
.contact-footer6 h3 .fa {
    margin-right: 15px;
}
.block-contact-footer6 {
    background-repeat: no-repeat!important;
    padding: 90px 0;
}
.block-contact-footer6.vc_row::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    background: #f4f4f4;
    right: 0;
    display: block;
}
.intro-mailchimp6 {
    max-width: 300px;
    margin-bottom: 15px;
}
.intro-mailchimp6 h2 {
    margin-bottom: 15px;
}
.mailchimp-form6 .form-newsletter input {
    height: 60px;
}
.mailchimp-form6 .form-newsletter input[type="email"] {
    border-radius: 0;
    border-width: 0 0 1px;
    padding: 0;
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
    height: 60px;
}
.mailchimp-form6 .form-newsletter input[type="submit"] {
    font-family: poppins;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    background: transparent;
    border: 2px solid #fff;
    padding: 0 50px;
}
.mailchimp-form6 .form-newsletter {
    max-width: none;
}
.mailchimp-form6{
    padding-right: 65px;
}
.mailchimp-form6 ::placeholder { 
    color: #fff;
}
.item-portfolio-popup {
    background: #fff;
    border: 10px solid #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.03);
    position: relative;
    overflow: hidden;
}
.item-portfolio-popup .fancybox {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    transform: translate(40px,-40px);
    -webkit-transform: translate(40px,-40px);
    display: block;
}
.item-portfolio-popup .post-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    padding: 30px;
    text-align: center;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    border-top-width: 5px;
    border-top-style: solid;
}
.item-portfolio-popup:hover .post-info,
.item-portfolio-popup:hover .fancybox{
	transform: translate(0,0);
    -webkit-transform: translate(0,0);
}
.item-portfolio-popup .post-info h3 {
    margin-bottom: 18px;
}
.item-portfolio-popup .post-info h3 a{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:block;
}
.block-news-event6 {
    padding: 100px 0;
}
.block-our-team6 {
    padding: 100px 0 50px;
}
.item-ourteam .client-thumb {
    width: 140px;
}
.item-ourteam .client-info {
    flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    margin-left: 30px;
    margin-top: 50px;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	position:relative;
}
.inner-client-info {
    position: relative;
    z-index: 1;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 50px 50px 30px;
    border-width: 2px;
    border-style: solid;
}
.item-ourteam .client-info::before{
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	bottom:0;
	right:0;
	content:"";
	border-width: 2px;
    border-style: solid;
	background:#fff;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	transform:translate(0px,0px);
	-webkit-transform:translate(0px,0px);
	opacity:0;
}
.item-ourteam:hover .client-info{
	transform:translate(-30px,-30px);
	-webkit-transform:translate(-30px,-30px);
}
.item-ourteam:hover .client-info::before{
	transform:translate(30px,30px);
	-webkit-transform:translate(30px,30px);
	opacity:1;
}
.block-our-team6 .item-ourteam {
    margin-bottom: 50px;
}
.item-ourteam .client-info h2 {
    margin-bottom: 8px;
}
.list-social-member2 {
    margin: 20px 0 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
}
.list-social-member2 li {
    margin: 0 30px 0 0;
}
.list-social-member2 li:last-child {
    margin: 0;
}
.intro-tour6 p {
    margin: 0;
}
.banner-tour6 {
    padding: 160px 0;
}
.intro-tour6 h2 {
    margin: 5px 0 35px;
}
.our-gallery6 {
    padding: 100px 0 70px;
}
.tab-project6 {
    margin-top: 22px;
}
.tab-project6 .tab-header {
    margin-bottom: 60px;
}
.list-news6 .item-post-flex .shop-button {
    display: none;
}
.list-news6 .list-col-item .item-post-flex {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.list-news6 .list-col-item:last-child .item-post-flex {
    border: none;
    margin: 0;
    padding: 0;
}
.block-news-event6.vc_row::before {
    position: absolute;
    content: "";
    background: #f1dab2;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
    display: block;
}
.item-event {
    position: relative;
    padding-left: 80px;
}
.item-event::before {
    content: "\f274";
    font-family: fontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 60px;
}
.item-event h3 {
    margin-bottom: 10px;
}
.item-event .desc {
    margin-bottom: 10px;
}
.list-event6 .item-event {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 24px;
    margin-bottom: 27px;
}
.top-tour-slider {
    position: relative;
    padding: 100px 135px 100px 0;
}
.top-tour-slider::before {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: #f1dab2;
}
.top-tour-slider > h2 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'PT Sans Narrow', sans-serif;
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 0;
    padding-bottom: 20px;
}
.top-tour-slider > h2::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 50px;
    bottom: 0;
    left: 0;
}
.item-tour-asia {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.item-tour-asia .banner-advs {
    width: 55%;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	transform:translateX(-50px);
	-webkit-transform:translateX(-50px);
}
.owl-item.active .item-tour-asia .banner-advs {
	transform:translateX(0);
	-webkit-transform:translateX(0); 
}
.item-tour-asia .advs-info {
    width: 45%;
    padding: 60px 100px 0 0;
}
.item-tour-asia .advs-info h3 span {
    margin: -12px 15px 0 0;
}
.item-tour-asia .advs-info h3 {
    margin-bottom: 25px;
}
.item-tour-asia .advs-info .desc {
    margin-bottom: 42px;
}
.top-tour-slider .owl-theme .owl-controls .owl-pagination {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    right: -75px;
    width: auto;
}
.top-tour-slider .owl-theme .owl-controls .owl-pagination .owl-page {
    display: block;
    margin: 20px 0 0;
}
.mailchimp-form6 .form-newsletter input[type="submit"]:hover {
    background: rgba(255,255,255,0.2);
}
.list-social-footer7 li {
    width: 33.333%;
}
.list-social-footer7 li a {
    display: block;
    text-align: center;
    font-size: 30px;
    padding: 17px;
    color: #fff;
}
.footer-bottom7 {
    padding: 35px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.menu-footer7 h2 {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 17px;
    margin-bottom: 13px;
}
.menu-footer7 .list-none li {
    margin-bottom: 8px;
}
.main-footer7 {
    padding: 30px 0;
}
.footer7 {
    padding-top: 65px;
}
.list-social-footer7 {
    margin-bottom: -40px;
    position: relative;
    z-index: 10;
}
.menu-footer7.contact-footer6 {
    background-position: 30px 60px;
    background-repeat: no-repeat;
}
.payment-method7 li {
    margin: 0 8px;
}
.payment-method7 {
    margin: 0 -8px;
}
.logo7 {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    z-index: 11;
}
.logo7 .text-logo a {
    display: inline-block;
}
.logo7 .text-logo h2 {
    margin-bottom: -5px;
}
.logo7 .text-logo .bg-color {
    padding: 38px 35px;
}
.fixed-header .logo7 {
    top: -10px;
}
.fixed-header .logo7 .bg-color {
    padding: 11px 20px;
}
.banner-saleoff7 {
    margin-top: -100px;
    margin-bottom: 30px;
}
.block-top-banner7 .item-adv7 {
    margin-bottom: 30px;
}
.block-top-banner7 {
    margin-bottom: 70px;
}
.banner-saleoff7 h3 span {
    padding: 0 10px 35px;
    border-bottom: 2px solid #fff;
}
.banner-saleoff7 h3 {
    margin-bottom: 25px;
}
.banner-saleoff7 h2 {
    margin-bottom: 13px;
}
.banner-saleoff7 {
    padding: 70px 15px 80px;
}
.banner-saleoff7 h2 sup {
    top: -31px;
}
.banner-slider7 .owl-theme .owl-controls .owl-pagination {  
    bottom: 255px;
}
.item-adv7 .banner-info {
    height: 100px;
    padding: 0 100px;
}
.item-adv7 .banner-info h2 {
    margin-bottom: 25px;
}
.banner-saleoff7 .shop-button:hover {
    color: #000!important;
    background: #fff;
}
.item-adv7.text-center .banner-info {
    left: auto;
}
.item-adv7.text-center .banner-info h3 {
    margin: -20px 0 26px;
}
.item-adv7 .shop-button.dark{
	border-color:#000;
}
.block-product-custom7 .item-product-grid {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.block-product-custom7 .item-product-grid .product-thumb {
    width: 310px;
}
.block-product-custom7 .item-product-grid .product-info {
    padding: 20px 10px 0 20px;
}
.block-product-custom7 .item-product-grid .product-info {
    padding: 20px 10px 0 20px;
    flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
}
.brand-slider7 {
    border: 1px solid #e5e5e5;
    margin-top: -31px;
    padding: 20px 10px;
}
.brand-slider7 .custom-link-image {
    text-align: center;
    padding: 10px;
}
.brand-slider7 {
    border: 1px solid #e5e5e5;
    margin-top: -31px;
    padding: 20px 30px;
}
.brand-slider7 .custom-link-image {
    text-align: center;
    padding: 10px;
}
.brand-slider7 .owl-theme  .owl-buttons div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    border: none;
}
.brand-slider7 .owl-theme  .owl-buttons div.owl-prev{
	left:-20px;
}
.brand-slider7 .owl-theme  .owl-buttons div.owl-next{
	right:-20px;
}
.block-category7 {
    padding: 100px 0 70px;
}
.list-category7 .item-info-cat {
    margin-bottom: 30px;
}
.item-info-cat {
    border: 1px solid #e5e5e5;
    padding: 20px;
    background: #fff;
}
.item-info-cat .cat-info {
    background: rgba(255,255,255,0.7);
    margin: -40px 20px 0;
    position: relative;
    z-index: 1; 
}
.item-info-cat .cat-info h3 {
    padding: 11px 10px 10px;
}
.item-info-cat .cat-info ul li {
    padding: 9px 0;
    border-bottom: 1px solid #e5e5e5;
}
.item-info-cat .cat-info ul li:last-child {
    border: none;
}
.item-info-cat .cat-info ul {
    margin-bottom: -15px;
}
.block-category7 {
    padding: 100px 0 70px;
}
.list-category7 .item-info-cat {
    margin-bottom: 30px;
}
.block-our-staff7 {
    padding: 90px 0 100px;
}
.item-our-staff .staff-thumb span {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: auto;
	z-index:5;
	transform:scale(0);
	-webkit-transform:scale(0);
	opacity:0;
}
.item-our-staff .staff-thumb {
    position: relative;
    display: inline-block;
    margin-bottom: 27px;
}
.item-our-staff .staff-thumb img {
    border-radius: 50%;
    display: block;
}
.item-our-staff .staff-info h3 {
    margin-bottom: 26px;
}
.item-our-staff .staff-thumb a {
    border: 5px solid #fff;
    border-radius: 50%;
    background: #fff;
    position: relative;
	overflow:hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.block-our-staff7 .title-box1 {
    margin-bottom: 35px;
}
.item-our-staff .staff-thumb:hover span{
	transform:scale(1);
	-webkit-transform:scale(1);
	opacity:1;
}
.item-policy .policy-icon a {
    display: block;
    width: 100px;
    height: 100px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
}
.item-policy .policy-info {
    padding-left: 30px;
}
.item-policy .policy-info h3 {
    margin-bottom: 15px;
}
.block-policy7 {
    padding: 100px 0;
}
.block-policy7 .banner-advs {
    margin-top: 20px;
}
.list-policy7 .item-policy {
    margin-bottom: 50px;
    position: relative;
}
.list-policy7 .item-policy:last-child {
    margin: 0;
}
.list-policy7 .item-policy:last-child::after{
	display:none;
} 
.list-policy7 .item-policy::after {
    position: absolute;
    left: 50px;
    top: 100%;
    width: 1px;
    content: "";
    height: 50px;
}
.item-policy .policy-icon a:hover{
	color:#fff;
}
.block-new-product7 ,
.bestseller-product7 {
    margin-bottom: 70px;
}
.block-grid-banner7 {
    margin-bottom: 70px;
}
.block-grid-banner7 .banner-advs {
    margin-bottom: 30px;
}
.block-social-footer7 {
    position: relative;
    z-index: 1;
}
.item-ads7 .banner-info {
    padding: 0 20px;
}
.item-ads7 .banner-info .desc {
    margin: 5px 0 22px;
}
.item-ads7 .adv-thumb-link::after{
	opacity:1;
	background-color:rgba(255,73,73,0.5);
}
.banner-video-advs .btn-video-popup{
	width:60px;
	height:60px;
	line-height:56px;
	text-align:center;
	border:2px solid #fff;
	color:#fff;
	background:rgba(0,0,0,0.3);
	margin:auto;
}
.inner-client-info {
    padding: 30px;
}
.single-product .comment-form textarea,
.single-product .contact-form textarea,
.single-product .contact-form input[type="tel"], 
.single-product .contact-form input[type="text"], 
.single-product .contact-form input[type="email"],
.single-product .comment-form input[type="tel"], 
.single-product .comment-form input[type="text"], 
.single-product .comment-form input[type="email"]{
	border-width:1px;
}
.item-slider6 .banner-thumb a {
    position: relative;
}
.item-slider6 .banner-thumb a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0,0,0,0.3);
}
.wishlist-button a{
	color:#fff!important;
}
/*Begin Login/register*/
.popup-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(11,11,11,.8);
    cursor: pointer;
}
.login-popup-content {
    position: absolute;
    width: 500px;
    max-width: 100%;
    background-color: #fff;
    color: #555;
    overflow: hidden;
    z-index: 1000;
    margin: 0 auto;
    top: 15%;
    left: 0;
    right: 0;
}
.popup-form{
    max-width: 300px;
    margin: 0 auto;
    display: none;
}
.login-popup-content-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9998;
}
.popup-form .submit{
    margin: 20px 0 25px;
    position: relative;
}
.popup-form.active{
    display: block;
}
.login-popup-content{
    padding: 50px 0;
}
.popup-form .form-header h2,
.popup-form > h2{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px;
    text-align: center;
}
.popup-form .desc.note{
    margin: -20px 0 20px;
    color: #999;
    font-size: 12px;
}
.popup-form .extra-field .woocommerce-privacy-policy-text p{
    color: #999;
    font-size: 12px;
}
.popup-form .form-header .desc,
.popup-form > .desc{
    text-align: center;
    color: #999;
    margin-bottom: 10px;
}
.popup-form .form-header{    
    margin-bottom: 30px;
}
.popup-form form > p,
.popup-form .form-field{
    position: relative;
    margin-bottom: 30px;
}
.popup-form form .extra-field > p > label,
.popup-form form > p > label{
    position: static;
}
.popup-form label:not(.rememberme){
    text-align: left;
    color: #999;
    position: absolute;
    font-weight: normal;
    top: 6px;
    left: 0;
    width: 100%;    
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    z-index: 0;
}
.popup-form input:not(.button){
    border-width: 0 0 1px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    z-index: 1;
    position: relative;
    background: transparent;
}
.popup-form input.button{
    width: 100%;
}
.popup-form .has-value input:not(.wp-submit)~label,
.popup-form input:not(.wp-submit):focus~label{
    font-size: 80%;
    top: -15px;
}
.popup-form .has-value input:not(.wp-submit)~label.rememberme{
    font-size: 100%;
}
.nav-form{
    margin: 0 -10px;
}
.popup-redirect{
    padding: 0 10px;
    margin-top: 10px;
}
.popup-redirect:first-child{
    border-right: 1px solid #e5e5e5;
}
.popup-form input{
    -webkit-appearance: none;
}
.popup-form input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}
.popup-form form input[type=checkbox], 
.popup-form form input[type=radio] {
    display: inline-block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    line-height: 1;
    background-color: #eee!important;
    border: 0;
    margin: -3px 4px 0 0!important;
    outline: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
.popup-form input[type=radio]:checked:before, 
.popup-form input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    line-height: 18px;
    font-family: fontawesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.popup-form input[type=checkbox]:checked:before {
    content: '\f00c';
    color: #df412f;
}
.input-focus-line{
    background-color: transparent;
    bottom: -1px;
    height: 2px;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 0;
    z-index: 2;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.popup-form .invalid .input-focus-line{
    background-color: #bf2c2c;
    left: 0;
    width: 100%;
}
.popup-form .input-focus .input-focus-line{
    background-color: #fab502;
    left: 0;
    width: 100%;
}
.close-login-form{
    position: absolute;
    top: 8px;
    right: 8px;
    color: #333;
    opacity: .5;
    font-weight: 300;
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 1001;
}
.popup-form .forgetmenot label{
    font-size: 14px;
    font-weight: normal;
}
.popup-form .submit i{
    position: absolute;
    color: #fff;
    right: 15px;
    top: 13px;
}
.ms-error,
.ms-done{
    display: none;
}
.popup-form .message {
    border-left: 4px solid #00a0d2;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
    color: #999;
    font-size: 12px;
}
.popup-form .ms-default{    
    color: #999;
    font-size: 12px;
}
.popup-form .login_error {
    border-left: 4px solid #bf2c2c;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
    color: #999;
    font-size: 12px;
}
/*End Login/register*/
