/*=======================
MiniDark - A Minimal Creative Portfolio Template
Author: FathTheme
Version: 1.0
========================*/

/*=====  [Table of contents] ===== 
 1. google fonts Import
 2. default Style
 3. PAGE-TITLE
 4. Menu Area
 5. Blog Area
 6. portfolio Area
 7. team Area
 8. service Area
 9. Extra CSS
*/



/*=========1. google fonts Import=========*/
/*@import url("https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600");*/

/*========= 2. default Style=========*/
body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  min-width: 320px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.8;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #555;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  color: #222;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h1,
.h1 {
  font-size: 44px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 15px;
}
img {
  max-width: 100%;
  height: auto;
}
img.align-left {
  margin: 0 20px 20px 0;
}
img.align-right {
  margin: 0 0 20px 20px;
}
p {
  margin: 0 0 20px 0;
}
b,
strong,
.bold {
  font-weight: 600;
}
a {
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  color: #222;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: rgba(34,34,34,0.7);
}
ul {
  list-style: square outside none;
}
ol {
  list-style: decimal outside none;
}
ul,
ol {
  padding: 0 0 0 20px;
}
ul.list-none,
ol.list-none {
  list-style: none;
  padding: 0;
}
blockquote {
  padding: 25px;
  color: #222;
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 30px;
  letter-spacing: 0;
  border-left: 5px solid #efefef;
}
cite {
  font-size: 10px;
  display: block;
  font-weight: 700;
  color: #222;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  margin-top: 20px;
}
pre {
  overflow: auto;
  clear: both;
  position: relative;
  max-width: 100%;
  margin: 0 0 20px 0;
  background-color: #f4f4f4;
  padding: 20px 40px 20px 20px;
  font-family: monospace;
  white-space: pre-wrap;
  color: inherit;
}
pre::after {
  content: '\f121';
  position: absolute;
  padding: 2px 0 0 0;
  width: 20px;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 10px;
  background-color: #222;
  color: #fff;
  font-family: 'FontAwesome';
  text-align: center;
}
dl {
  margin-bottom: 20px;
}
dt {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
dd {
  margin-bottom: 0px;
}
dt i {
  margin-right: 5px;
}
table {
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px 0;
}
th,
caption {
  background-color: #222;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
th,
td {
  padding: 10px 15px;
  font-size: 13px;
}
tr:nth-child(odd) {
  background-color: #f4f4f4;
}
label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #222;
  letter-spacing: 1px;
  line-height: normal;
  margin-bottom: 6px;
}
label span {
  color: #fb3b3b;
  font-size: 15px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 13px;
  color: #aaa;
  letter-spacing: 1px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 13px;
  color: #aaa;
  letter-spacing: 1px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 13px;
  color: #aaa;
  letter-spacing: 1px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 13px;
  color: #aaa;
  letter-spacing: 1px;
}
input,
textarea,
select {
  padding: 0;
  font-size: 13px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #666;
  border-radius: 0;
  width: 100%;
  display: block;
  box-shadow: none;
  outline: none;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  letter-spacing: 1px;
}
.contact-form input {
  margin-bottom: 40px;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent url("../img/icon/select_bg.png") no-repeat 100% 35%;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}
textarea {
  max-width: 100%;
}

/*========= 3. PAGE-TITLE =========*/
.page-title {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 65px;
  text-align: center;
}
.page-title h1 {
  color: #fff;
  font-size: 31px;
  letter-spacing: 4px;
  line-height: 1.4em;
  margin: 0;
  padding-left: 0;
}
.page-title p {
  font-size: 13px;
  margin-top: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  color:#fff;
}
@media (max-width: 768px) {
  .page-title {
    padding: 55px;
  }
  .page-title h1 {
    font-size: 28px;
  }
}
@media (max-width: 544px) {
  .page-title {
    padding: 40px;
  }
  .page-title h1 {
    font-size: 22px;
  }
}
.content {
  z-index: 1;
  position: relative;
  background-color: #fff;
}
footer {
  width: 100%;
}
.footer {
  background-color: #efefef;
  width: 100%;
  padding: 60px 0;
}
p.copy {
  margin: 0px;
  color: #777;
}
p.copy span {
  color: #222;
}
.footer-menu,
.footer-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-top: 30px;
}
.footer-menu li,
.footer-social li {
  display: inline-block;
  margin: 0 8px;
}
.footer-menu li a,
.footer-social li a {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: rgba(34,34,34,0.7);
}
.footer-menu li a:hover,
.footer-social li a:hover {
  color: #222;
}
@media (max-width: 768px) {
  footer {
    position: relative !important;
  }
}
.logo {
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 4px;
}
.logo > span {
  position: relative;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 100%;
}
.logo:hover {
  color: #222;
}
.logo:hover > span {
  transform: rotateY(180deg);
}
.header-fixed .header-wrap {
  position: fixed !important;
}
.header-wrap.no-transparent {
  background-color: #fff;
}
.header-fixed .header-wrap.no-transparent {
  background-color: #fff;
}
.header-wrap {
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 555;
  transition: transform 0.35s, opacity 0.35s, background-color 0.35s;
}
.header-wrap .header-container {
  display: table-cell;
  vertical-align: middle;
}
.fixedheader.scroll-down .header-wrap {
  transform: translateY(-85%);
  opacity: 0;
}
.fixedheader.scroll-up:not(.fullscreen-nav-open) .header-wrap:not(.no-transparent) {
  background-color: #fff;
}
.fullscreen-nav-open .header-wrap {
  background-color: transparent !important;
}
.fullscreen-nav-open .logo {
  color: #fff;
}
body:not(.header-fixed) .fullscreen-menu-toggle {
  z-index: 1001;
}
.fullscreen-menu-toggle {
  position: relative;
  color: #222;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.fullscreen-menu-toggle > span {
  position: relative;
  line-height: 1em;
  opacity: 0;
  left: -10px;
  transition: all 0.2s ease-in-out;
}
.fullscreen-menu-toggle > .menu-bars {
  margin-left: 8px;
}
/*========= 4. Menu Area =========*/
.menu-bars {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding: 0;
  margin-top: -1px;
  vertical-align: middle;
}
.menu-bars > i {
  position: absolute;
  left: 0;
  width: 1em;
  height: 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  background-color: #222;
}
.menu-bars > i:first-child {
  top: 0;
}
.menu-bars > i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.menu-bars > i:last-child {
  top: 100%;
  margin-top: -2px;
}
.menu-bars.active > i:first-child {
  transform: rotate(-135deg);
}
.menu-bars.active > i:nth-child(2) {
  opacity: 0;
}
.menu-bars.active > i:last-child {
  transform: rotate(135deg);
}
.menu-bars.active > i:first-child,
.menu-bars.active > i:last-child {
  top: 0;
  margin-top: 0.333333em;
}
.fullscreen-nav-open .fullscreen-menu-toggle > span {
  color: #fcfcfc;
  transition-delay: 0.4s;
}
.fullscreen-nav-open .fullscreen-menu-toggle > .menu-bars i {
  background-color: #fcfcfc;
}
.fullscreen-nav-open .fullscreen-menu-toggle > span,
.fullscreen-menu-toggle:hover > span {
  opacity: 1;
  left: 0;
}
#fullscreen-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 444;
  background-color: rgba(0,0,0,0.9);
}
#fullscreen-navigation > .inner-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  text-align: center;
  padding: 50px 0;
  transform: translateY(-50%);
}
#fullscreen-navigation > .inner-wrap > nav > .nav_menu,
#fullscreen-navigation > .inner-wrap > nav > .nav_menu ul {
  margin: 0;
  padding: 0 0 5px 0;
  list-style-type: none;
}
#fullscreen-navigation .nav_menu a {
  display: inline-block;
  padding: 4px 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
}
#fullscreen-navigation .nav_menu a:hover {
  color: #fcfcfc;
}
#fullscreen-navigation .nav_menu .sub-menu {
  display: none;
}
#fullscreen-navigation .nav_menu .sub-menu a {
  text-transform: capitalize;
  padding: 2px 0;
  font-size: 12px;
  letter-spacing: 1px;
}
#fullscreen-navigation .nav_menu li.menu-item-has-children > a::after {
  content: '\f107';
  font-family: 'FontAwesome';
  margin-left: 4px;
}
#fullscreen-navigation .nav_menu li.menu-item-has-children > a.sub-active {
  color: #fcfcfc;
}
#fullscreen-navigation .nav_menu li.menu-item-has-children > a.sub-active::after {
  content: '\f106';
}
#fullscreen-navigation li.current-menu-item > a,
#fullscreen-navigation li.current-page-item > a {
  color: #fcfcfc;
}
#fullscreen-navigation .socials {
  margin-top: 25px;
}
#fullscreen-navigation .socials a {
  display: inline-block;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  white-space: nowrap;
  color: #777;
}
#fullscreen-navigation .socials a:hover {
  color: #fff;
}
/*========= 5. Blog Area =========*/
.blog-wrap {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.blog-thumb {
  display: block;
  overflow: hidden;
  position: relative;
  min-height: 100px;
}
.post-brdr {
  border: 1px solid #efefef;
  padding: 0 15px;
}
.blog-thumb::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  transition:.4s;
}
.blog-wrap:hover .blog-thumb::after{opacity: 0.4;}
.blog-wrap + .blog-wrap {
  margin-top: 90px;
}
.blog-thumb img{
  width: 100%;
  min-height: 100px;
}
.post-header {
  margin: 10px 0 20px;
  padding: 0 0 10px;
  position: relative;
  text-align: left;
}
.post-header::after {
  background-color: #222;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin-left: 0px;
  position: absolute;
  width: 50px;
}
.post-header .post-title {
  text-transform: capitalize;
  font-size:28px;
}
.post-header .post-date {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #666;
  font-size: 14px;
  letter-spacing: 1px;
}
.post-header .post-category {
  display: block;
  margin-bottom: 5px;
}
.post-header .post-category a {
  padding: 3px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
  margin: 0 3px;
  background-color: #efefef;
}
.post-meta-sm {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.post-meta-sm li {
  float: left;
  margin: 0 4px;
}
.post-meta-sm li + li::before {
  content: '|';
  color: #efefef;
  padding-right: 8px;
}
@media (max-width: 768px) {
  .post-header .post-title {
    font-size: 26px !important;
    line-height: 38px !important;
  }
}
.blog-wrap-mas .post-header {
  margin: 20px 0;
}
.blog-wrap-mas .post-header .post-title {
  font-size: 18px !important;
  line-height: 35px !important;
}
.blog-wrap-mas .post-content > p {
  font-size: 14px;
}
.post-footer {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-top: 1px solid #efefef;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}
.post-footer .post-meta-item {
  padding: 15px 0;
  display: inline-block;
  font-size: 14px;
}
.post-footer .post-meta-item:first-child {
  border-right: 1px solid #efefef;
}
.post-footer .post-meta-item:last-child {
  border-left: 1px solid #efefef;
}
.post-footer p,
.post-footer ul {
  margin: 0;
}
.post-footer .post-author {
  font-weight: 600;
}
.post-more {
  margin-bottom: 25px;
  margin-top: 8px;
  text-align: left;
}
.post-share {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.post-share li {
  display: inline-block;
}
.post-share li a {
  display: block;
  width: 30px;
  text-align: center;
}
.post-bottom .tags {
  display: inline-block;
}
.post-bottom .share {
  float: right;
}
@media (max-width: 544px) {
	.post-bottom .share {
		float: left;
		margin-top:30px;
	}
}
@media (max-width: 768px) {
	.post-bottom .share {
		float: left;
		margin-top:30px;
	}
}
.sidebar {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .sidebar {
    padding: 0;
    margin-top: 50px;
  }
}
.widget {
  margin-bottom: 50px;
  width: 100%;
  clear: both;
  position: relative;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 3em;
  font-weight: 600;
  position: relative;
}
.widget-title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #efefef;
  z-index: -1;
}
.widget-title span {
  background-color: #fff;
  padding-right: 10px;
}
.widget ul {
  margin: 0 0 0 30px;
  padding: 0;
  list-style-type: none;
}
.widget ul li {
  position: relative;
  padding: 6px 3px;
  clear: both;
}
.widget ul li::before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  left: -30px;
  line-height: 2em;
}
.widget ul li a,
.widget ul li span {
  line-height: 1.8em;
  font-size: 14px;
}
.widget ul li span {
  margin-left: 20px;
  position: relative;
  color: #222;
  text-transform: uppercase;
}
.widget ul li span::before {
  content: "|";
  position: relative;
  top: 0;
  left: -12px;
}
.widget ul li > a span {
  float: right;
}
.widget ul li > a span::before{content:"";}
.widget ul li:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
}
.tags a {
  background-color: transparent;
  border: 1px solid #666;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 20px 4px 22px;
  margin-bottom: 7px;
  font-weight: 600;
  margin-right: 4px;
  display: inline-block;
  color: #555;
}
.tags a:hover {
  border-color: #222;
  color: #222;
}
.widget_recent_posts ul {
  margin: 0;
  padding: 0;
}
.recent_posts li:not(:last-child) {
  border-bottom: none !important;
}
.recent_posts li::before {
  content: '' !important;
}
.recent_posts li figure {
  float: left;
  width: 80px;
  margin: 0 10px 0 0;
  padding: 0px;
}
.recent_posts li .recent_post_content a {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
}
.recent_posts li .recent_post_content span {
  font-size: 10px;
  margin: 0;
  color: #666;
  text-transform: none;
}
.recent_posts li .recent_post_content span::before {
  content: '';
}
.search-wrap {
  position: relative;
}
.search-wrap input {
  height: 40px;
  line-height: 40px;
  padding: 0 45px 0 15px;
  margin: 0;
  border: 1px solid #efefef;
}
.search-button {
  background: none;
  border: none;
  outline: none;
  height: 40px;
  width: 40px;
  font-size: 14px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  color: #666;
  transition: all 0.4s ease-in-out;
}
.search-button:hover {
  color: #222;
}
.comments-list,
.comments-list > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comment .depth-2 {
  padding-left: 50px;
}
.comment-wrap {
  margin-bottom: 50px;
}
.comment-wrap .avatar {
  margin-right: 30px;
}
.comment-wrap .avatar:hover {
  opacity: 0.5;
}
.comment-wrap .avatar img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.comment-meta {
  margin-bottom: 10px;
}
.comment-meta .name {
  display: inline-block;
  position: relative;
  font-weight: 600;
}
.comment-respond textarea {
  margin-bottom:40px;
}
.comment-meta .time {
  padding-left: 15px;
  color: #777;
}
@media (max-width: 768px) {
  .comment .depth-2 {
    padding-left: 0;
  }
}
/*========= 6. portfolio Area =========*/
.filters-wrap {
  margin: 0;
  text-align: center;
}
.filters-wrap a {
  display: inline-block;
  margin: 0 15px;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1em;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
  position:relative;
}
.filters-wrap a::before {
  color: rgba(0, 0, 0, 0);
  content: "•";
  font-size: 10px;
  left: 0;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 0 rgba(0, 0, 0, 0);
  top: 100%;
  transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
}
.filters-wrap a:hover::before,.filters-wrap a.active::before,.filters-wrap a:focus::before {
  color: #222222;
  text-shadow: 7px 0 #222222, 14px 0 #222222;
}
.hover-style-one li:hover > a::before, .hover-style-one li.active > a::before, .hover-style-one li a:focus::before {
  color: #222222;
  text-shadow: 7px 0 #222222, 14px 0 #222222;
}
.filters-wrap + .portfolio-masonry-wrapper {
  margin-top: 40px;
}
.portfolio-item-wrap,
.portfolio-item {
  position: relative;
  overflow: hidden;
}
.portfolio-content-wrap,
.portfolio-title,
.portfolio-categories {
  transition: all 0.4s ease-in-out;
  white-space: nowrap;
  webkit-font-smoothing: antialiased;
  -khtml-font-smoothing: antialiased;
  -apple-font-smoothing: antialiased;
}
.portfolio-img {
  position: relative;
  overflow: hidden;
}
.portfolio-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.portfolio-img img {
  transition: all 0.7s ease 0s;
  transform: scale(1);
}
.portfolio-item:hover img,
.portfolio-item:active img{
  transform:scale(1.1)
}
.portfolio-content-wrap {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.portfolio-content-wrap::after {
  content: '';
  height: 100%;
  display: inline-block;
  width: 0;
  vertical-align: middle;
  font-size: 0;
}
.potfolio-content {
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.portfolio-categories,
.portfolio-title {
  opacity: 0;
}
.portfolio-categories {
  transform: translatex(8px);
  font-size: 12px;
  font-style: italic;
  letter-spacing: 2px;
  color:#efefef;
}
.portfolio-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  transform: translatex(-8px);
  margin:0;
}
.portfolio-title a{color:#fff;}
.portfolio-item:hover .portfolio-categories,
.portfolio-item:hover .portfolio-title,
.portfolio-item:active .portfolio-categories,
.portfolio-item:active .portfolio-title {
  opacity: 1;
  transform: translatex(0);
}
.portfolio-item:hover .portfolio-img::before ,
.portfolio-item:active .portfolio-img::before {
  opacity: 1;
}
.classic-load-button,
.infinite-load {
  padding-top: 50px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
}
.classic-load-button > a {
  border: 1px solid #222;
  display: inline-block;
  padding: 5px 15px;
  transition:.3s;
}
.classic-load-button > a:hover{background:#222;color:#fff;}
.classic-load-button p.end,
.infinite-load {
  display: none;
}
.infinite-load a {
  display: none !important;
}
.equal-grid.portfolio-masonry-wrapper {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
.equal-grid .portfolio-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 80%;
}
.equal-grid .portfolio-img.large {
  padding-top: 160%;
}
.portfolio-masonry-wrapper .portfolio-item-wrap {
  float: left;
}
.portfolio-masonry-wrapper[data-col="2"] .portfolio-item-wrap {
  width: 50%;
}
.portfolio-masonry-wrapper[data-col="3"] .portfolio-item-wrap {
  width: 33.333%;
}
.portfolio-masonry-wrapper[data-col="4"] .portfolio-item-wrap {
  width: 25%;
}
@media (max-width: 768px) {
  .portfolio-masonry-wrapper[data-col="3"] .portfolio-item-wrap,
  .portfolio-masonry-wrapper[data-col="4"] .portfolio-item-wrap {
    width: 50%;
  }
}
@media (max-width: 544px) {
  .portfolio-masonry-wrapper[data-col="2"] .portfolio-item-wrap,
  .portfolio-masonry-wrapper[data-col="3"] .portfolio-item-wrap,
  .portfolio-masonry-wrapper[data-col="4"] .portfolio-item-wrap {
    width: 100%;
  }
}
.img-with-caption {
  position: relative;
  margin-bottom: 30px;
}
.img-with-caption .caption {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px;
  opacity: 0;
  padding: 4px 20px;
  background-color: #fcfcfc;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  color: #222;
  transition: all 0.2s ease-in-out;
  transform: scaleY(0);
  transform-origin: bottom;
}
.img-with-caption:hover .caption {
  transform: scaleY(1);
  opacity: 1;
}
.img-with-caption:last-child {
  margin-bottom: 0;
}
.alert {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-link {
  margin-bottom: 15px;
  padding: 15px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  background-color: #efefef;
  position: relative;
  color: #555;
}
.nav-tabs .nav-link:focus {
  background-color: #efefef;
}
.nav-tabs .nav-link:not(.active):hover {
  color: #222;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
  background-color: #222;
  color: #fcfcfc;
}
.nav-tabs .nav-link.active::after,
.nav-tabs .nav-link.active:hover::after,
.nav-tabs .nav-link.active:focus::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 12px solid #2b2b2b;
  border-bottom: 6px solid transparent;
  animation: tabCur 0.4s forwards;
}
.tab-content .tab-pane {
  padding: 0 15px 20px 15px;
}
.panel-title a,
.panel-title a:focus {
  position: relative;
  display: block;
  padding: 15px 65px 15px 20px;
  margin-bottom: 15px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
  color: #555;
}
.panel-title a::before,
.panel-title a:focus::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 55px;
  border-left: 2px solid #fff;
  font-size: 18px;
  line-height: 55px;
  text-align: center;
  background-color: #efefef;
  font-family: 'FontAwesome';
  content: '\f107';
  transition: all 0.4s ease-in-out;
}
.panel-title a[aria-expanded="true"]:before {
  content: '\f106';
  background-color: #222;
  color: #fcfcfc;
}
.panel-title a:hover {
  color: #222;
}
.panel-title a[aria-expanded="true"] {
  background-color: #222;
  color: #fcfcfc;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  padding: 0 15px 20px 15px;
}
.progress-bar {
  position: relative;
  margin: 0 0 20px 0;
}
.progress-bar h6 {
  width: 40%;
  float: left;
}
.progress-outer {
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 60%;
  background-color: $transparent;
}
.progress-outer .progress-inner {
  height: 1px;
  float: left;
  width: 50px;
  background-color: #222;
}
.progress-inner > span {
  position: relative;
  float: right;
  left: 40px;
  top: -14px;
  color: #222;
}
.progress-inner > span::after {
  content: '%';
  margin-left: 2px;
}
@media (max-width: 768px) {
  .progress-bar h6 {
    float: none;
  }
}
.overlay-dark {
  position: relative;
}
.overlay-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34,34,34,0.9);
  /*z-index: -1;*/
}
.overlay-dark ~ div {
  position: relative;
  z-index: 2;
}
/*========= 7. team Area =========*/
.team-item {
  position: relative;
  overflow:hidden;
}
.team-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.team-item:active,.team-item:hover::after {
  opacity: 1;
}
.team-name,
.team-function {
  transition: all 0.4s ease-in-out;
  white-space: nowrap;
  webkit-font-smoothing: antialiased;
  -khtml-font-smoothing: antialiased;
  -apple-font-smoothing: antialiased;
}
.team-name,
.team-function {
  opacity: 0;
}
.team-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  padding: 30px;
  left: 0;
  top: 45%;
  width: 100%;
  transform: translateY(-45%);
}
.team-social {
  position: absolute;
  z-index: 2;
  text-align: center;
  left: 0;
  top: 105%;
  width: 100%;
  transform: translateY(-105%);
}
.team-social a {
  border: 1px solid #fff;
  display: inline-block;
  height: 25px;
  line-height: 23px;
  margin: 0 5px;
  text-align: center;
  width: 25px;
  color:#fff;
  font-size:12px;
  transform: translatey(8px);
  opacity:0;
  transition:.4s;
}
.team-social a:hover{color:#999;border-color:#999;}
.team-item:hover .team-social a {
  opacity: 1;
  transform: translatey(0);
}
.team-name {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  transform: translatex(-8px);
}
.team-function {
  transform: translatex(8px);
  font-size: 12px;
  color: #efefef;
  font-style: italic;
  letter-spacing: 2px;
}
.team-item img {
  transform: scale(1);
  transition: all 0.7s ease 0s;
}
.team-item:hover img {
  transform: scale(1.1);
}
.team-name,
.team-function {
  opacity: 0;
}
.team-item:hover .team-name,
.team-item:hover .team-function {
  opacity: 1;
  transform: translatex(0);
}
@media (max-width: 544px) {
  .team-item {
    margin-bottom: 30px;
  }
  .team-item > img {
	  width: 100%;
	}
	.sm-mb-30{margin-bottom:30px}
	.client-area.pt-100.pb40 {padding-top: 62px;}
}
@media (max-width: 768px) {
  .team-item {
    margin-bottom: 30px;
  }
  .team-item > img {
	  width: 100%;
	}
	.sm-mb-30{margin-bottom:30px}
	.client-area.pt-100.pb40 {padding-top: 62px;}
}
.logo-wrap {
  display: table;
  width: 100%;
  height: 150px;
  background:#f6f6f6;
}
.logo-wrap > a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
.logo-wrap > a:hover {
  opacity: 1;
}
.logo-wrap > a img {
  max-height: 100%;
  display: inline-block;
}
.social-link {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
}
.social-link::after {
  content: '';
  display: table;
  clear: both;
}
.social-link li {
  float: left;
}
.social-link li a {
  background-color: #222;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.social-link li + li {
  margin-left: 8px;
}
.footer-socials {
  margin: 15px 0;
}
.footer-socials a {
  border: 1px solid #999;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
  text-align: center;
  width: 35px;
}
.btn {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0px;
  box-shadow: none;
  letter-spacing: 1px;
  font-size: 12px;
  outline: none;
  transition: all 0.4s ease-in-out;
}
.btn i {
  margin-left: 5px;
}
.btn.disable {
  cursor: default;
}
.btn:focus,
.btn:active {
  outline: none;
}
.btn-white {
  border: 1px solid #fcfcfc;
  color: #222;
  background-color: #fcfcfc;
}
.btn-white:hover {
  color: #fcfcfc;
  background-color: transparent;
}
.btn-black {
  border: 1px solid #2b2b2b;
  color: #fff;
  background-color: #222;
}
.btn-black:hover {
  color: #222;
  background-color: transparent;
}
.btn-border-white {
  border: 1px solid #fcfcfc;
  color: #fff;
  background-color: transparent;
}
.btn-border-white:hover {
  color: #222;
  background-color: #fcfcfc;
}
.btn-border-black {
  border: 1px solid #2b2b2b;
  color: #222;
  background-color: transparent;
}
.btn-border-black:hover {
  color: #fcfcfc;
  background-color: #222;
}
.link {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: #222;
  text-transform: uppercase;
}
.link:hover {
  opacity: 0.8;
}
.btn-reply {
  background-color: #efefef;
  color: #555;
}
.btn-reply:hover {
  color: #222;
}
.btn-xs {
  font-size: 10px;
  padding: 5px 15px;
}
.btn-sm {
  padding: 5px 20px;
}
.btn-md {
  padding: 10px 35px;
}
.btn-lg {
  padding: 15px 40px;
}
.btn-animateLeft:hover i {
  animation: animateIconLeft 0.4s forwards;
}
.btn-animateRight:hover i {
  animation: animateIconRight 0.4s forwards;
}
.btn-animateTop:hover i {
  animation: animateIconTop 0.4s forwards;
}
.btn-animateBottom:hover i {
  animation: animateIconBottom 0.4s forwards;
}
.return-msg {
  margin: 0;
}
.return-msg.show-return-msg {
  display: block;
  text-align: center;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  background-color: #fcfcfc;
  color: #fb3b3b;
  margin-bottom: 20px;
}
.pricing-table {
  border: 1px solid #222;
  padding: 30px;
  text-align: center;
  /* transition: border 0.15s ease 0s; */
  transition:.4s;
}
.pricing-table:hover{box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);border-color:rgba(0, 0, 0, 0.1);}
.pricing-table.active{box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);border-color:rgba(0, 0, 0, 0.1);}
.price-header,
.price-footer {
  padding: 10px 0;
}
.price-header span {
  display: block;
}
.price-header i {
  font-size: 36px;
  display: inline-block;
  color: #222;
}
.price-name {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-left: 3px;
  margin: 10px 0 5px;
  padding-bottom: 10px;
  position: relative;
}
.price-name::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  height: 1px;
  background-color: #f4f4f4;
}
.price {
  font-size: 44px;
  line-height: 1em;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 600;
}
.price-body {
  padding: 20px 0;
}
.price-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.price-body ul li {
  line-height: 45px;
}
.price-body ul li:last-child {
  border: none;
}
@media (max-width: 544px) {
  .pricing-table {
    margin-bottom: 30px;
  }
}
.testimonial-wrap {
  color: #fff;
  text-align: center;
  padding: 70px 0;
}
.testimonial-carousel {
  overflow: hidden;
}
.testimonial-content {
  color: #fff;
  font-family: 'Sorts Mill Goudy', serif;
  margin: 0;
  padding: 0;
  border: none;
}
.testimonial-content i {
  font-size: 14px;
  margin: 0px 10px;
}
.author-person {
  color: #ddd;
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 20px;
  text-transform: uppercase;
}
.testimonial-title h5 {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  letter-spacing: 3px;
  margin-top: 15px;
}
.testimonial-title i {
  font-size: 42px;
  color: #fff;
  display: block;
  margin: 30px 0;
}
.testimonial-author {
  margin-top: 0px;
  text-transform: uppercase;
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
  color: #efefef;
}
.testimonial-item .avatar {
  margin: 0 auto 25px;
}
.testimonial-item .avatar img {
  border: 4px solid #ddd;
  border-radius: 50%;
  width: 80px;
}
.testimonial-pagination {
  margin-top: 30px;
}
/*========= 8. service Area =========*/
.service-box {
  margin-bottom: 20px;
}
.service-box .icon-holder {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
  padding: 10px;
  min-width: 45px;
}
.service-box .icon-holder i {
  font-size: 24px;
  color: #222;
}
.service-box .icon-holder h5 {
  margin-bottom: 10px;
}
.service-box .content-holder {
  padding-left: 60px;
}
.counter-item {
  margin-bottom: 20px;
}
.counter-item .end-value {
  margin-bottom: 5px;
  font-size: 46px;
  color: #222;
}
.counter-item i {
  font-style: normal;
}
.map-wrap {
  position: relative;
  overflow: hidden;
}
.map-content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-color: rgba(34,34,34,0.9);
  transition: all 0.3s ease-in-out;
}
.map-content-wrap .map-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1em;
  left: 0;
  right: 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.close-map {
  display: none;
}
.map-open .map-content-wrap {
  height: 50px;
}
.map-open .open-map {
  display: none;
}
.map-open .close-map {
  display: block;
}
/*========= 9. Extra CSS =========*/
.m0 {
  margin: 0;
}
.mt5 {
  margin-top: 5px;
  display: block;
}
.mb5 {
  margin-bottom: 5px;
  display: block;
}
.pt5 {
  padding-top: 5px;
  display: block;
}
.pb5 {
  padding-bottom: 5px;
  display: block;
}
.mt10 {
  margin-top: 10px;
  display: block;
}
.mb10 {
  margin-bottom: 10px;
  display: block;
}
.pt10 {
  padding-top: 10px;
  display: block;
}
.pb10 {
  padding-bottom: 10px;
  display: block;
}
.mt20 {
  margin-top: 20px;
  display: block;
}
.mb20 {
  margin-bottom: 20px;
  display: block;
}
.pt20 {
  padding-top: 20px;
  display: block;
}
.pb20 {
  padding-bottom: 20px;
  display: block;
}
.mt30 {
  margin-top: 30px;
  display: block;
}
.mb30 {
  margin-bottom: 30px;
  display: block;
}
.pt30 {
  padding-top: 30px;
  display: block;
}
.pb30 {
  padding-bottom: 30px;
  display: block;
}
.mt40 {
  margin-top: 40px;
  display: block;
}
.mb30 {
  margin-bottom: 30px;
  display: block;
}
.mb40 {
  margin-bottom: 40px;
  display: block;
}
.pt40 {
  padding-top: 40px;
  display: block;
}
.pb40 {
  padding-bottom: 40px;
  display: block;
}
.mt50 {
  margin-top: 50px;
  display: block;
}
.mb50 {
  margin-bottom: 50px;
  display: block;
}
.pt50 {
  padding-top: 50px;
  display: block;
}
.pb45 {
  padding-bottom: 44px;
  display: block;
}
.pb50 {
  padding-bottom: 50px;
  display: block;
}
.mt60 {
  margin-top: 60px;
  display: block;
}
.mb60 {
  margin-bottom: 60px;
  display: block;
}
.pt60 {
  padding-top: 60px;
  display: block;
}
.pb60 {
  padding-bottom: 60px;
  display: block;
}
.mt70 {
  margin-top: 70px;
  display: block;
}
.mb70 {
  margin-bottom: 70px;
  display: block;
}
.pt70 {
  padding-top: 70px;
  display: block;
}
.pb70 {
  padding-bottom: 70px;
  display: block;
}
.mt80 {
  margin-top: 80px;
  display: block;
}
.mb80 {
  margin-bottom: 80px;
  display: block;
}
.pt80 {
  padding-top: 80px;
  display: block;
}
.pb80 {
  padding-bottom: 80px;
  display: block;
}
.mt90 {
  margin-top: 90px;
  display: block;
}
.mb90 {
  margin-bottom: 90px;
  display: block;
}
.pt90 {
  padding-top: 90px;
  display: block;
}
.pb90 {
  padding-bottom: 90px;
  display: block;
}
.mt100 {
  margin-top: 100px;
  display: block;
}
.mb100 {
  margin-bottom: 100px;
  display: block;
}
.pt100 {
  padding-top: 100px;
  display: block;
}
.pb100 {
  padding-bottom: 100px;
  display: block;
}
.mt110 {
  margin-top: 110px;
  display: block;
}
.mb110 {
  margin-bottom: 110px;
  display: block;
}
.pt110 {
  padding-top: 110px;
  display: block;
}
.pb110 {
  padding-bottom: 110px;
  display: block;
}
.mt120 {
  margin-top: 120px;
  display: block;
}
.mb120 {
  margin-bottom: 120px;
  display: block;
}
.pt120 {
  padding-top: 120px;
  display: block;
}
.pb120 {
  padding-bottom: 120px;
  display: block;
}
.mt130 {
  margin-top: 130px;
  display: block;
}
.mb130 {
  margin-bottom: 130px;
  display: block;
}
.pt130 {
  padding-top: 130px;
  display: block;
}
.pb130 {
  padding-bottom: 130px;
  display: block;
}
.mt140 {
  margin-top: 140px;
  display: block;
}
.mb140 {
  margin-bottom: 140px;
  display: block;
}
.pt140 {
  padding-top: 140px;
  display: block;
}
.pb140 {
  padding-bottom: 140px;
  display: block;
}
.mt150 {
  margin-top: 150px;
  display: block;
}
.mb150 {
  margin-bottom: 150px;
  display: block;
}
.pt150 {
  padding-top: 150px;
  display: block;
}
.pb150 {
  padding-bottom: 150px;
  display: block;
}
.mt160 {
  margin-top: 160px;
  display: block;
}
.mb160 {
  margin-bottom: 160px;
  display: block;
}
.pt160 {
  padding-top: 160px;
  display: block;
}
.pb160 {
  padding-bottom: 160px;
  display: block;
}
.pt-100{padding-top:100px;}
.ptb-50{padding:50px 0}
.pt-50{padding-top:50px;}
.pt-80{padding-top:80px;}
.pb-50{padding-bottom:50px}
@media (max-width: 768px) {
  .sm-mt5 {
    margin-top: 5px;
    display: block;
  }
  .sm-mb5 {
    margin-bottom: 5px;
    display: block;
  }
  .sm-pt5 {
    padding-top: 5px;
    display: block;
  }
  .sm-pb5 {
    padding-bottom: 5px;
    display: block;
  }
  .sm-mt10 {
    margin-top: 10px;
    display: block;
  }
  .sm-mb10 {
    margin-bottom: 10px;
    display: block;
  }
  .sm-pt10 {
    padding-top: 10px;
    display: block;
  }
  .sm-pb10 {
    padding-bottom: 10px;
    display: block;
  }
  .sm-mt20 {
    margin-top: 20px;
    display: block;
  }
  .sm-mb20 {
    margin-bottom: 20px;
    display: block;
  }
  .sm-pt20 {
    padding-top: 20px;
    display: block;
  }
  .sm-pb20 {
    padding-bottom: 20px;
    display: block;
  }
  .sm-mt30 {
    margin-top: 30px;
    display: block;
  }
  .sm-mb30 {
    margin-bottom: 30px;
    display: block;
  }
  .sm-pt30 {
    padding-top: 30px;
    display: block;
  }
  .sm-pb30 {
    padding-bottom: 30px;
    display: block;
  }
  .sm-mt40 {
    margin-top: 40px;
    display: block;
  }
  .sm-mb40 {
    margin-bottom: 40px;
    display: block;
  }
  .sm-pt40 {
    padding-top: 40px;
    display: block;
  }
  .sm-pb40 {
    padding-bottom: 40px;
    display: block;
  }
  .sm-mt50 {
    margin-top: 50px;
    display: block;
  }
  .sm-mb50 {
    margin-bottom: 50px;
    display: block;
  }
  .sm-pt50 {
    padding-top: 50px;
    display: block;
  }
  .sm-pb50 {
    padding-bottom: 50px;
    display: block;
  }
  .sm-mt60 {
    margin-top: 60px;
    display: block;
  }
  .sm-mb60 {
    margin-bottom: 60px;
    display: block;
  }
  .sm-pt60 {
    padding-top: 60px;
    display: block;
  }
  .sm-pb60 {
    padding-bottom: 60px;
    display: block;
  }
  .sm-mt70 {
    margin-top: 70px;
    display: block;
  }
  .sm-mb70 {
    margin-bottom: 70px;
    display: block;
  }
  .sm-pt70 {
    padding-top: 70px;
    display: block;
  }
  .sm-pb70 {
    padding-bottom: 70px;
    display: block;
  }
  .sm-mt80 {
    margin-top: 80px;
    display: block;
  }
  .sm-mb80 {
    margin-bottom: 80px;
    display: block;
  }
  .sm-pt80 {
    padding-top: 80px;
    display: block;
  }
  .sm-pb80 {
    padding-bottom: 80px;
    display: block;
  }
  .sm-mt90 {
    margin-top: 90px;
    display: block;
  }
  .sm-mb90 {
    margin-bottom: 90px;
    display: block;
  }
  .sm-pt90 {
    padding-top: 90px;
    display: block;
  }
  .sm-pb90 {
    padding-bottom: 90px;
    display: block;
  }
}
@media (max-width: 544px) {
  .xs-mt5 {
    margin-top: 5px;
    display: block;
  }
  .xs-mb5 {
    margin-bottom: 5px;
    display: block;
  }
  .xs-pt5 {
    padding-top: 5px;
    display: block;
  }
  .xs-pb5 {
    padding-bottom: 5px;
    display: block;
  }
  .xs-mt10 {
    margin-top: 10px;
    display: block;
  }
  .xs-mb10 {
    margin-bottom: 10px;
    display: block;
  }
  .xs-pt10 {
    padding-top: 10px;
    display: block;
  }
  .xs-pb10 {
    padding-bottom: 10px;
    display: block;
  }
  .xs-mt20 {
    margin-top: 20px;
    display: block;
  }
  .xs-mb20 {
    margin-bottom: 20px;
    display: block;
  }
  .xs-pt20 {
    padding-top: 20px;
    display: block;
  }
  .xs-pb20 {
    padding-bottom: 20px;
    display: block;
  }
  .xs-mt30 {
    margin-top: 30px;
    display: block;
  }
  .xs-mb30 {
    margin-bottom: 30px;
    display: block;
  }
  .xs-pt30 {
    padding-top: 30px;
    display: block;
  }
  .xs-pb30 {
    padding-bottom: 30px;
    display: block;
  }
  .xs-mt40 {
    margin-top: 40px;
    display: block;
  }
  .xs-mb40 {
    margin-bottom: 40px;
    display: block;
  }
  .xs-pt40 {
    padding-top: 40px;
    display: block;
  }
  .xs-pb40 {
    padding-bottom: 40px;
    display: block;
  }
  .xs-mt50 {
    margin-top: 50px;
    display: block;
  }
  .xs-mb50 {
    margin-bottom: 50px;
    display: block;
  }
  .xs-pt50 {
    padding-top: 50px;
    display: block;
  }
  .xs-pb50 {
    padding-bottom: 50px;
    display: block;
  }
  .xs-mt60 {
    margin-top: 60px;
    display: block;
  }
  .xs-mb60 {
    margin-bottom: 60px;
    display: block;
  }
  .xs-pt60 {
    padding-top: 60px;
    display: block;
  }
  .xs-pb60 {
    padding-bottom: 60px;
    display: block;
  }
  .xs-mt70 {
    margin-top: 70px;
    display: block;
  }
  .xs-mb70 {
    margin-bottom: 70px;
    display: block;
  }
  .xs-pt70 {
    padding-top: 70px;
    display: block;
  }
  .xs-pb70 {
    padding-bottom: 70px;
    display: block;
  }
  .xs-mt80 {
    margin-top: 80px;
    display: block;
  }
  .xs-mb80 {
    margin-bottom: 80px;
    display: block;
  }
  .xs-pt80 {
    padding-top: 80px;
    display: block;
  }
  .xs-pb80 {
    padding-bottom: 80px;
    display: block;
  }
  .xs-mt90 {
    margin-top: 90px;
    display: block;
  }
  .xs-mb90 {
    margin-bottom: 90px;
    display: block;
  }
  .xs-pt90 {
    padding-top: 90px;
    display: block;
  }
  .xs-pb90 {
    padding-bottom: 90px;
    display: block;
  }
}
.uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media (max-width: 768px) {
  .text-right.sm {
    text-align: inherit;
  }
}
@-moz-keyframes tabCur {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes tabCur {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes tabCur {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tabCur {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes animateIconTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes animateIconTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-o-keyframes animateIconTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animateIconTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes animateIconBottom {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes animateIconBottom {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-o-keyframes animateIconBottom {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animateIconBottom {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes animateIconLeft {
  49% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes animateIconLeft {
  49% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@-o-keyframes animateIconLeft {
  49% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animateIconLeft {
  49% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes animateIconRight {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes animateIconRight {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-o-keyframes animateIconRight {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animateIconRight {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
::-moz-selection {
  background: #2b2b2b;
  color: #fcfcfc;
}
::selection {
  background: #2b2b2b;
  color: #fcfcfc;
}
.cwhite {
  color: #fcfcfc;
}
.section-gray {
  background-color: #fbfbfb;
}
main {
  padding: 40px 0;
}
.jarallax,
.section {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.section {
  padding: 50px 0;
}
.section::after {
  content: '';
  clear: both;
  display: table;
}
.aligner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 80vh;
  padding: 80px 0;
}
.header-fixed .aligner {
  min-height: 95vh;
  padding: 170px 0 80px 0;
}
.aligner-item {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  min-width: 40%;
  outline: 1px solid #363636;
  outline-offset: 10px;
}
.scroll-top {
  position: fixed;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  right: 30px;
  bottom: 30px;
  z-index: 16;
  font-size: 13px;
  background-color: #222;
  color: #fcfcfc;
  transition: all 0.4s ease-in-out;
}
.scroll-top:hover i {
  animation: animateIconTop 0.4s forwards;
}
.scroll-top:hover,
.scroll-top:focus {
  background-color: #222;
  color: #fcfcfc;
}
.scroll-top i {
  color: inherit;
  display: inline-block;
}
.scroll-top-visible {
  opacity: 1;
  transform: translateX(0);
}
.scroll-top-hidden {
  opacity: 0;
  transform: translateX(20px);
}
@media (max-width: 544px) {
  .scroll-top {
    display: none;
  }
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fb3b3b;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 8060;
}
#fancybox-loading div {
  width: 40px;
  width: 40px;
  background-color: rgba(252,252,252,0.9);
  text-align: center;
  line-height: 40px;
}
#fancybox-loading div::before {
  content: '/f110';
  font-family: 'FontAwesome';
  animation: fa-spin 2s infinite;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  margin-top: -20px;
  cursor: pointer;
  z-index: 8040;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.fancybox-nav span:hover {
  opacity: 1;
}
.fancybox-prev {
  left: 0;
}
.fancybox-prev span {
  left: -20px;
}
.fancybox-prev span::after {
  content: '\f104';
  font-family: 'FontAwesome';
}
.fancybox-prev:hover span {
  left: 0;
  opacity: 0.9;
}
.fancybox-next {
  right: 0;
}
.fancybox-next span {
  right: -20px;
}
.fancybox-next span::after {
  content: '\f105';
  font-family: 'FontAwesome';
}
.fancybox-next:hover span {
  right: 0;
  opacity: 0.9;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
  max-width: 100%;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(252,252,252,0.9);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-title {
  display: block;
  padding-top: 10px;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #222;
  z-index: 8050;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
}
.mini-tooltip {
  border-radius: 1px;
  border: none;
  background-color: #222;
  color: rgba(252,252,252,0.95);
}
.mini-tooltip .tooltipster-content {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 11px;
  line-height: 1.8em;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 3px 10px 3px 13px;
}
.flexslider ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.flexslider ul::after {
  display: table;
  clear: both;
  content: '';
}
.flex-prev,
.flex-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  z-index: 55;
  height: 40px;
  width: 40px;
  background-color: #363636;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}
.flex-prev:hover, .flex-next:hover {
  opacity: 1;
  color: #999;
}
.flex-prev:active,
.flex-next:active {
  opacity: 0.7;
}
.flex-prev {
  left: -10px;
}
.flex-prev::after {
  content: '\f104';
  font-family: 'FontAwesome';
}
.flex-next {
  right: -10px;
}
.flex-next::after {
  content: '\f105';
  font-family: 'FontAwesome';
}
.flexslider {
  overflow: hidden;
}
.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
  opacity: 0.9;
}
.flexslider:hover .flex-prev {
  left: 0;
}
.flexslider:hover .flex-next {
  right: 0;
}
.image-slider-wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.image-slider-wrap .blind-01,
.image-slider-wrap .blind-02 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateX(-100%);
}
.image-slider-wrap .blind-01 {
  background-color: #efefef;
  z-index: 40;
}
.image-slider-wrap .blind-02 {
  background-color: #222;
  z-index: 45;
}
.image-slider-wrap .flex-control-nav {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.image-slider-wrap .flex-control-nav li {
  float: left;
  margin: 0 6px;
}
.image-slider-wrap .flex-control-nav li a {
  height: 4px;
  width: 4px;
  display: block;
  border: none;
  border-radius: 50%;
  box-shadow: 0 1px 1px 0px rgba(43,43,43,0.1);
  background-color: rgba(43,43,43,0.2);
  text-indent: 9999px;
}
.image-slider-wrap .flex-control-nav li a.flex-active {
  background-color: rgba(43,43,43,0.9);
}
.swiper-pagination-bullet {
  height: 4px;
  width: 4px;
  display: block;
  border: none;
  border-radius: 50%;
  background-color: rgba(252,252,252,0.5);
}
.swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiper-pagination-bullets span {
  display: inline-block;
  margin: 0 6px;
}
.page-navigation {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
 /*  margin-top: 90px; */
  padding-top: 50px;
  list-style-type: none;
}
.page-navigation::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #222;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
}
.page-navigation li {
  float: left;
  margin: 0 3px;
  min-width: 40px;
  min-height: 40px;
  background-color: #efefef;
}
.page-navigation li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  display: block;
  float: left;
  position: relative;
  color: #555;
}
.page-navigation li a:hover{background:#222;color:#fff;}
.page-navigation li a i {
  position: relative;
  z-index: 2;
}
.page-navigation li a span {
  position: absolute;
  z-index: 0;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  background-color: #222;
  height: 100%;
  right: 0;
  letter-spacing: 1.5px;
  width: 110px;
  padding-right: 40px;
  line-height: 40px;
  margin-left: 0;
  transition: transform 0.4s ease;
  transform: scaleX(0);
  transform-origin: 100% 50%;
}
.page-navigation li a.nav-right span {
  left: 0;
  padding-left: 40px;
  padding-right: 0;
  transform-origin: 0 50%;
}
.page-navigation li a:hover,
.page-navigation li a.active {
  color: #fff;
}
.page-navigation li a:hover span,
.page-navigation li a.active span {
  transform: scaleX(1);
}
.error404 .aligner {
  min-height: 100vh;
}
@-moz-keyframes spinOne {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinOne {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinOne {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinOne {
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinTwo {
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spinTwo {
  100% {
    transform: rotate(-360deg);
  }
}
@-o-keyframes spinTwo {
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes spinTwo {
  100% {
    transform: rotate(-360deg);
  }
}
.area-title {
  display: inline-block;
  font-size: 31px;
  letter-spacing: 4px;
  line-height: 1.4em;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  color:#222;
}
.area-heading {
  margin: 0 auto 70px;
  width: 60%;
}
.area-heading .area-title::before {
  background: #222 none repeat scroll 0 0;
  bottom: -20px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: auto;
  transform: translateY(0px) translateX(-50%);
  width: 70px;
}
.area-heading .area-title::after {
  display: none;
  right: calc(100% + 20px);
  margin-bottom: 45px;
}
.blog-bg{background:#efefef;}
.section.mt{margin-top:50px}
.slde .image-slider-wrap {
  margin-bottom: 0px;
}
/* social contact */
.social_wx {
    position: absolute;
    bottom: 148px;
    left: 50%;
    z-index: 100;
    font-size: 12px;
    margin-left: -97px;
    z-index: 99999999;
    display: none;
}
.social_wx_box {
    position: relative;
    padding: 20px 20px 18px 20px;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #333;
}