
/*=====  [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.lug.ustc.edu.cn/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;
}
h7,
.h7 {
  font-size:14px;
  line-height:0.1px;
}
h8{
	font-size:13px;
}

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: 20px 0 0 5px;
  font-size: 13px;
  line-height: 1.1em;
  letter-spacing: 0;
  border-left: 5px solid #efefef;
}
.ca-quote1{
	color: #e4e4e4;
	font-size:200px;
	position:absolute;
	left:0px;
}
.ca-quote2{
	color: #e4e4e4;
	font-size:200px;
	position:middle;
	left:0px;
}
.overf{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
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 10px 0;
}
th,
caption {
  background-color: #666;
  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;
}
.one {
	margin: 0px 28px;
	width: 10px;
 	line-height: 10px;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 	/* Opera */
}
.two { 
	height:90px;
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
    writing-mode: tb-lr;
}

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: 13px;
  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;
}
span.line{
	background:#fff;
	height:1px;
	width:20px;
	display: block;
	margin-bottom:3em;
}
span.line1{
	background:#000;
	height:1px;
	width:20px;
	display: block;
	margin:0em 0 2em;

}
/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
	font-size:13px;

}
.navbar-collapse {
    padding: 0;
}
.navbar-right {
    margin-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#fff;
    background:none;
}
.navbar-default .navbar-nav > li > a {
    font-weight: 500;
    letter-spacing: 1px;
}
.navbar-nav > li > a {
    margin: 0;
    padding:0 1.5em;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover{
    color:#9b9490;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	outline:none;
}
nav.navbar.navbar-default {
    background: none;
    padding: 2em 0 0 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#fff;
    background: none;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav  > .active.open > a:focus {
	background: #0a9dbd;
	color: #fff;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
}
.navbar-brand {
    height: 44px;
    padding: 0;
    font-size: 1.1em;
    text-transform: capitalize;
    letter-spacing: 3px;
    line-height: 35px;
    position: relative;
}
.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
	padding:0;
	border: none;
}
.agile_short_dropdown li a{
	text-transform:uppercase;
	color:#212121;
	font-size:13px;
	font-weight:600;
	padding: .8em 0;
}
.agile_short_dropdown > li > a:hover{
    color: #fff;
    text-decoration: none;
    background-color: #9b9490;
}
.menu__list {
	position: relative;
	margin: 0.8em 0 0;
}

.menu__item {
	display: block;
	margin: 1em 0;
}

.menu__link {
	font-size: 1.05em;
	font-weight: bold;
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.menu--iris .menu__item {
	margin:0 0.5em;
}

.menu--iris .menu__link {
	position: relative;
	text-align: center;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.menu--iris .menu__link:hover,
.menu--iris .menu__link:focus {
	color: #9b9490;
}

.menu--iris .menu__item--current .menu__link,.menu__link:hover {
	color:#9b9490;
}

.menu--iris .menu__link::before,
.menu--iris .menu__link::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	opacity: 0;
	border: 2px solid #9b9490;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
	transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}

.menu--iris .menu__link::before {
	top: 0;
	left: 0;
	border-width: 2px 0 0 2px;
	-webkit-transform: translate3d(10px, 10px, 0);
	transform: translate3d(10px, 10px, 0);
}

.menu--iris .menu__link::after {
	right: 0;
	bottom: 0;
	border-width: 0 2px 2px 0;
	-webkit-transform: translate3d(-10px, -10px, 0);
	transform: translate3d(-10px, -10px, 0);
}

.menu--iris .menu__item--current .menu__link::before,
.menu--iris .menu__item--current .menu__link::after,.menu__link:hover::before,.menu__link:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*-- //nav-effect --*/
.agileits-contact-info {
    float: left;
}
.agileits-contact-info ul li {
    display: inline-block;
    font-size: 14px;
	color:#fff;
}
.agileits-contact-info ul li span {
    margin-right: 10px;
    color: #9b9490;
}
.agileits-contact-info ul li:nth-child(2) {
    margin-left: 25px;
}
.agileits-contact-info ul li a {
    color: #fff;
    vertical-align: text-bottom;
}
.agileits-contact-info ul li a:hover {
    color: #fff;
}
.underline--magical {
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
}
.underline--magical:hover {
  background-size: 100% 88%;
}
/*========= 5. Blog Area =========*/
.blog-wrap {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.blog-thumb {
  display: block;
  overflow: hidden;
  position: relative;
}
.greyscale{
  filter: grayscale(1);
    -webkit-filter: grayscale(1);    
}
.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;
}
.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: 15px !important;
  line-height: 35px !important;
}
.blog-wrap-mas .post-content {
  font-size: 13px;
  height: 70px;
  line-height:2em;
  align:top;
}
.blog-wrap-mas .post-content1 {
  font-size: 13px;
  height: 150px;
  line-height:1.25em;
  align:top;
  overflow: scroll;
}
.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 =========*/
.f-wrap {
  margin: 0;
  text-align: center;
}
.f-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;
}
.f-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;
}
.f-wrap a:hover::before,.f-wrap a.active::before,.f-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;
}
.f-wrap + .portfolio-masonry-wrapper {
  margin-top: 40px;
}



.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{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-categories1 {
  transform: translatex(8px);
  font-size: 12px;
  list-style: none;
  position:absolute;
}
.portfolio-categories1 li a {
	  display: block;
	  float: right;
	  border-radius: 10px 10px 0 0;
	  padding: 0 1em;
	  text-decoration: none;
	  margin-right: 2px;
	  transition: background .2s ease, line-height .2s ease, margin .2s ease;
	}

.portfolio-title1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  transform: translatex(-8px);
  float: right;
  margin:10px 2px 20px;
}
.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 {
  opacity: 1;
  transform: translatex(0);
}
.portfolio-item:hover .portfolio-img::before {
  opacity: 1;
}
.classic-load-button,
.infinite-load {
  padding-top: 50px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px;
}
.classic-load-button > a {
  border: 1px solid #666;
  display: inline-block;
  padding: 5px 15px;
  transition:.3s;
}
.classic-load-button > a:hover{background: #666;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: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 {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);border-color:rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  /* transition: border 0.15s ease 0s; */
  transition:.4s;
}
.pricing-table:hover{border: 1px solid #222;}
.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;
  font-size: 36px;
}
.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: 5px 0;  
}
.price-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.price-body ul li {
	text-align:left;
	font-size:13px  ;
  line-height: 18px;
  list-style-type: lower-greek;
}
.price-body ul li:last-child {
  border: none;
}
.price-bg{
  background:#efefef;
  font-size: 14px;
  text-align:center;
  margin: 1em 0 2em;
  padding: 1em 0 1em;
  text-indent: 2em;
}
.price-body-detail{
  font-size: 14px;
  text-align:left;
  margin: 1em 0 2em;
  padding: 0.5em 0 1em;
  text-indent: 2em;
}

span.line2{
	background:#000;
	height:1px;
	width:350px;
	margin:1em 0 1em 5em;
	
}

@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);
}
.jarallax1,
.jarallax1 .section {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.jarallax1 .section {
  padding: 50px 0;
}
.jarallax1 .section::after {
  content: '';
  clear: both;
  display: table;
}
.jarallax1 .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;
}
.jarallax1 .header-fixed .aligner {
  min-height: 60vh;
  padding: 170px 0 80px 0;
}
.jarallax1 .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;
}

@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;
}
	.tab-group {
	  position: relative;
	  border: 1px solid #eee;
	  margin-top: 2.5em;
	  border-radius: 0 0 10px 10px;
	}
	.tab-group section {
	  opacity: 0;
	  height: 0;
	  padding: 0 1em;
	  overflow: hidden;
	  transition: opacity 0.4s ease, height 0.4s ease;
	}
	.tab-group section.active {
	  opacity: 1;
	  height: auto;
	  overflow: visible;
	}

	.tab-nav {
	  list-style: none;
	  margin: -2.5em -1px 0 0;
	  padding: 0;
	  height: 2.5em;
	  overflow: hidden;
	}
	.tab-nav li {
	  display: inline;
	}
	.tab-nav li a {
	  top: 1px;
	  position: relative;
	  display: block;
	  float: left;
	  border-radius: 10px 10px 0 0;
	  background: #eee;
	  line-height: 2em;
	  padding: 0 1em;
	  text-decoration: none;
	  color: grey;
	  margin-top: .5em;
	  margin-right: 1px;
	  transition: background .2s ease, line-height .2s ease, margin .2s ease;
	}
	.tab-nav li.active a {
	  color: white;
	  line-height: 2.5em;
	  margin-top: 0;
	}

/*========= portal =========*/
#home {
  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;
  height: 100vh;
  position: relative;
  padding-top: 62px;
}
.icon-box {
	position: relative;
	width: 160px; 
	height: 92.38px;
	background-color: transparent;
	margin: 46.19px auto 60px;
	padding: 15px 0;
	font-size:25px;
	border-left: solid 3px #ddd;
	border-right: solid 3px #ddd;
	
	-webkit-transform: translateZ(0px);
	   -moz-transform: translateZ(0px);
		-ms-transform: translateZ(0px);
		 -o-transform: translateZ(0px);
			transform: translateZ(0px);

	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		 -o-transition-duration: 0.3s;
			transition-duration: 0.3s;

	-webkit-transition-property: transform;
	   -moz-transition-property: transform;
		 -o-transition-property: transform;
			transition-property: transform;
}

.icon-box:hover {
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		 -o-transform: translateY(-10px);
			transform: translateY(-10px);
}

.icon-box:before,
.icon-box:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 113.14px;
	height: 113.14px;
	background-color: inherit;
	left: 20.4315px;

	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	   -moz-transform: scaleY(0.5774) rotate(-45deg);
		-ms-transform: scaleY(0.5774) rotate(-45deg);
		 -o-transform: scaleY(0.5774) rotate(-45deg);
			transform: scaleY(0.5774) rotate(-45deg);
}

.icon-box:before {
	top: -56.5685px;
	border-top: solid 4.2426px #ddd;
	border-right: solid 4.2426px #ddd;
}

.icon-box:after {
	bottom: -56.5685px;
	border-bottom: solid 4.2426px #ddd;
	border-left: solid 4.2426px #ddd;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #home {
    height: 50vh;
  }
}

@media (min-width: 667px) and (max-width: 767px) {
  #home {
    height: 140vh;
  }
}

@media (min-width: 568px) and (max-width: 665px) {
  #home {
    height: 190vh;
  }
}

/*========= scroll table =========*/
 * {
   margin: 0;
   padding: 0;
}

.scroll_table_ot {
   margin: 0px auto;
}

.scroll_table_ot .scroll {
   max-height: 600px;
   border-top: 0;
   overflow-y: auto;
   border-right: 0;
}

.scroll_table_ot table {
   width: 100%;
   table-layout: fixed;
   border-collapse: collapse;
   border-spacing: 0;
}

.scroll_table_ot th, .scroll_table_ot td {
   padding: 1px;
   text-align: center;
}

.scroll_table_ot th {
   font-weight: bold;
}

.scroll_table_ot thead th:last-child, .scroll_table_ot tbody td:last-child {
   width: auto;
}

.scroll_table_ot tbody tr:first-child td {
   border-top: 0;
}

.scroll_table_ot tbody tr:last-child td {
   border-bottom: 0;
}

.scroll_table_ot tbody tr td:first-child {
   border-left: 0;
}

.scroll_table_ot tbody tr td:last-child {
   border-right: 0;
}

.star{
	font-size:12px;
	align:right;
	}
.stars-bg{
    position: relative;
    display: inline-block;
    height: 19px;
    width: 157px;
    background: url(../img/evaluate.jpg) 0 0;
} .star-active{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    background: url(../img/evaluate.jpg) 0 -24px;
}

/*------timeline-----------*/
.circle {
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 50%;
  background-color: #efefef;
  font-size:20px;
  max-height: 50px;
  z-index: 2;
}

.how-it-works.row {
  display: flex;
}
.how-it-works.row .col-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #efefef;
  z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}
.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}
.how-it-works.row .col-2.top::after {
  height: 100%;
  left: 50%;
  top: 0;
}

.timeline div {
  padding: 0;
  height: 40px;
}
.timeline hr {
  border-top: 3px solid #efefef;
  margin: 0;
  top: 17px;
  position: relative;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 3px solid #efefef;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -50%;
}
.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: -50%;
  top: -50%;
}
.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}
.classic-button {
  border: 1px solid #efefef;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  transition:.3s;
}
.classic-button:hover {
  color: #222;
}
/*-----logo-------*/
@-webkit-keyframes hover {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(-3px, 9px);
    transform: translate(-3px, 9px);
  }
  40% {
    -webkit-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
  }
  60% {
    -webkit-transform: translate(4px, 7px);
    transform: translate(4px, 7px);
  }
  80% {
    -webkit-transform: translate(-5px, -8px);
    transform: translate(-5px, -8px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes hover {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(-3px, 9px);
    transform: translate(-3px, 9px);
  }
  40% {
    -webkit-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
  }
  60% {
    -webkit-transform: translate(4px, 7px);
    transform: translate(4px, 7px);
  }
  80% {
    -webkit-transform: translate(-5px, -8px);
    transform: translate(-5px, -8px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.square {
  background: #CECECE;
  margin: 0 auto;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  width: 150px;
  height: 150px;
  cursor: pointer;
  -webkit-animation: hover 10s infinite;
          animation: hover 10s infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  transition: box-shadow 0.5s;
}
.square span {
  font-size: 1em;
  border-bottom: 2px solid white;
}
/*-----test-------*/
  * {
  box-sizing: border-box;
  /*   border: 1px solid black; */
}
.folder {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

.folder ul {
  display: flex;
  min-height: 100vh;
  max-height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

.folder li {
  flex: 1;
  display: flex;
  align-items: stretch;
  padding: 20px;
  background: #b8b7b7;
  cursor: pointer;
  transition: all .5s ease;
}
.folder li:hover {
  background: #cecece;
  color: #E74C3C;
  text-transform: uppercase;
}
.folder li.active {
  flex: 5;
  background: #fff;
  cursor: default;
}
.folder li.active h9 {
  color: #E74C3C;
}
.folder li.active .section-content {
  flex: 4;
  opacity: 1;
  transform: scaleX(1);
  color: #E74C3C;
}
.folder li .section-title {
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
}
.folder li .section-title h9 {
  margin: 0;
  transform: rotate(-90deg);
  white-space: nowrap;
  font-size: 24px;
}
.folder li .section-content {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: all .25s .1s ease-out;
}
.sta {
  display: flex;
  flex: 3;
  align-items: flex-start; 
  padding:5px;
  margin:5px;
}
.sta p{
  background: #fff;
  padding:10px;
  margin:10px;
}
h10,
.h10  {
  color:#E74C3C;
  text-transform: uppercase;
}

/*------------------box------------*/
.box-container {
  margin: 30px auto;
  background: #ffffff;
  width: 88%;
  height: 700px;
  display: flex;
  align-items: stretch;
  box-shadow: 0 0 3px 5px rgba(0, 0, 0, 0.03);
}
.box-container.right-open .box1-content {
  flex: 0;
  padding: 0;
  opacity: 0;
}
.box-container.right-open .box1-side {
  flex: 0;
}
.box-container.right-open .box2-side {
  flex: 1.5;
}
.box-container.right-open .box2-content {
  flex: 4;
  padding: 30px 40px;
  opacity: 1;
}

.box1-content,
.box1-side,
.box2-content,
.box2-side {
  transition: all .3s ease-out;
  color: darkslategray;
  overflow: scroll;
}

.box1-side,
.box2-side {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 10px;
}

.box1-content {
  background: whitesmoke;
  flex: 4;
  padding: 30px 40px;
}

.box1-side {
  background: #bac6d2;
  flex: 1.5;
}

.box2-side {
  background: #a6bdbd;
  flex: 0;
}

.box2-content {
  background: whitesmoke;
  flex: 0;
}

button {
  background: #11526b;
  padding: 10px 50px;
  border-radius: 5px;
  border: none;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.32);
  color: white;
  margin: 30px 0;
}
/*==============*/
/* 
If @offset is a percentage, we need to calculate using a vw unit, otherwise the % will not be accurate for the inner `.panel__content` container.
For a fixed width, non-percentage based container, use the same value for both.
*/
/*////////////////////////////////////////*/
/* Layout */
.panels {
  width: 100%;
  height: 28%;
  min-height: 200px;
  overflow: hidden;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.panel {
  display: inline-block;
  height: 100%;
  position: relative;
  flex: 1;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.3, 1);
}
/*////////////////////////////////////////*/
/* Image/Text Container */
.panel__content {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000 center center no-repeat;
  background-size: cover;
  transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.3, 1);
}
.panel__content:before,
.panel__content:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.3, 1);
}
.panel__content:before {
  background: inherit;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.panel__content:after {
  background: #000;
  opacity: 0.3;
}
/*////////////////////////////////////////*/
/* Title */
.panel__title {
  color: #FFF;
  position: relative;
  z-index: 1;
  transition: color 0.8s cubic-bezier(0.4, 0, 0.3, 1);
  width: 100%;
  text-align: center;
  padding: 1em;
}
/*////////////////////////////////////////*/
/* Alignment */
.panel {
  overflow: hidden;
  margin-right: -15%;
}
.panel__content {
  margin-left: -15vw;
}
/*////////////////////////////////////////*/
/* Hover */
.panels {
  pointer-events: none;
}
.panel__title {
  pointer-events: auto;
}
/* Make the inactive panels darker */
.panels:hover .panel__content::after {
  opacity: 0.7;
}
/* Panels before the active panel */
.panels:hover .panel {
  -webkit-transform: translate3d(-7.5vw, 0, 0);
          transform: translate3d(-7.5vw, 0, 0);
}
/* Panels after the active panel */
.panel:hover ~ .panel {
  -webkit-transform: translate3d(7.5vw, 0, 0);
          transform: translate3d(7.5vw, 0, 0);
}
/* The active panel */
.panels .panel:hover {
  pointer-events: auto;
  /* Hide the dark grayscale overlay, revealing the color photo */
}
.panels .panel:hover .panel__content {
  -webkit-transform: translate3d(7.5vw, 0, 0);
          transform: translate3d(7.5vw, 0, 0);
}
.panels .panel:hover .panel__content::before,
.panels .panel:hover .panel__content::after {
  opacity: 0;
}
.panels .panel:first-child:hover {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.panels .panel:first-child:hover ~ .panel {
  -webkit-transform: translate3d(15vw, 0, 0);
          transform: translate3d(15vw, 0, 0);
}
.panels .panel:first-child:hover .panel__content {
  -webkit-transform: translate3d(7.5vw, 0, 0);
          transform: translate3d(7.5vw, 0, 0);
}
.panels .panel:last-child:hover .panel__content {
  -webkit-transform: translate3d(3.75vw, 0, 0);
          transform: translate3d(3.75vw, 0, 0);
}
.panel1 {
  display: inline-block;
  height: 10%;
  position: relative;
  flex: 1;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.3, 1);
}
/*////////////////////////////////////////*/
/* Specific Design Setup */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752GT8D.ttf) format('truetype');
}
.panel__title {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 2.5em;
  letter-spacing: 0.1em;
}
@media (max-width: 800px) {
  .panel__title {
    font-size: 1.5em;
  }
}
@media (max-width: 600px) {
  .panel__title {
    font-size: 1.25em;
  }
}
html,
body {
  height: 100%;
}

/* Nav Styles */
nav menuitem {
   position:relative;
   display:block;
   opacity:0;
   cursor:pointer;
}

nav menuitem > menu {
   position: absolute;
   pointer-events:none;
}
nav > menu { display:flex; }

nav > menu > menuitem { pointer-events: all; opacity:1; }
menu menuitem a { white-space:nowrap; display:block; }
   
menuitem:hover > menu {
   pointer-events:initial;
}
menuitem:hover > menu > menuitem,
menu:hover > menuitem{
   opacity:1;
}
nav > menu > menuitem menuitem menu {
   -webkit-transform:translateX(100%);
           transform:translateX(100%);
   top:0; right:0;
}
/* User Styles Below Not Required */
/* User Styles Below Not Required */
/* User Styles Below Not Required */


nav a {
   background:#FFFFFF;
   min-width:100px;
   padding:10px 10px;
   transition: background 0.5s, color 0.5s, -webkit-transform 0.5s;
   transition: background 0.5s, color 0.5s, transform 0.5s;
   transition: background 0.5s, color 0.5s, transform 0.5s, -webkit-transform 0.5s;
   position:relative;
}

nav a:hover:before {
   content: '';
   top:0;left:0;
   position:absolute;
   width:100%;
   height:100%;
}

nav menuitem > menu > menuitem > a + menu:after{ 
   content: '';
   position:absolute;
   border:5px solid transparent;
   border-left: 10px solid #cccccc;
   top: 10px;
   left:-50px;
   transition: opacity 0.6, -webkit-transform 0s;
   transition: opacity 0.6, transform 0s;
   transition: opacity 0.6, transform 0s, -webkit-transform 0s;
}

nav > menu > menuitem > menu > menuitem{
   transition: opacity 0.6s, -webkit-transform 0.6s;
   transition: transform 0.6s, opacity 0.6s;
   transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
   -webkit-transform:translateY(150%);
           transform:translateY(150%);
   opacity:0;
}
nav > menu > menuitem:hover > menu > menuitem,
nav > menu > menuitem.hover > menu > menuitem{
   -webkit-transform:translateY(0%);
           transform:translateY(0%);
   opacity: 1;
}

menuitem > menu > menuitem > menu > menuitem{
   transition: opacity 0.6s, -webkit-transform 0.6s;
   transition: transform 0.6s, opacity 0.6s;
   transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
   -webkit-transform:translateX(195px) translateY(0%);
           transform:translateX(195px) translateY(0%);
   opacity: 0;
} 
menuitem > menu > menuitem:hover > menu > menuitem,  
menuitem > menu > menuitem.hover > menu > menuitem{  
   -webkit-transform:translateX(0) translateY(0%);  
           transform:translateX(0) translateY(0%);
   opacity: 1;
}
/*---------------------*/

.page {
  width: 100vw;
  height: 100vh;
  min-height:700px;
  overflow: hidden;
}

.tabs-controls {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 0 10px;
  list-style-type: none;
}

.tabs-controls__link {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #423E37;
  text-transform: uppercase;
  text-decoration: none;
}
.tabs-controls__link:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1.5px;
  background-color: #423E37;
  border-radius: 1px;
  margin: auto;
  content: '';
  transition: width 0.4s;
}

.tabs-controls__link--active:after {
  width: 100%;
}

.cards-container {
  position: relative;
  z-index: 1;
  width: 970px;
  height: calc(100vh - 205px);
  margin: 0 auto;
}
.card {
  position: absolute;
  width:980px;
  height: 620px;
  background-color: #e4e4e4;
  border: 1px solid #e5e5e5;
  border-radius: .25rem;
  box-shadow: 9px 11px 3px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 20px;
  transition: transform 0.3s, opacity 0.2s;
  overflow-y: scroll;
}

.card.hidden {
  z-index: 100;
  background-color: #fff;
  color: #fff;
  opacity: 0;
  transition: color 0.5s, background-color 0.5s, transform 1s, opacity 0.2s 0.4s;
}
.card.hidden h1 {
  color: #fff;
  transition: color 0.5s;
}
.card.hidden:nth-of-type(1) {
  transform: rotate(-54deg) translateX(170%) translateY(253%) scale(0.1) skewX(8deg) skewY(12deg);
}
.card.hidden:nth-of-type(2) {
  transform: rotate(-82deg) translateX(169%) translateY(242%) scale(0.1) skewX(12deg) skewY(6deg);
}
.card.hidden:nth-of-type(3) {
  transform: rotate(-85deg) translateX(153%) translateY(182%) scale(0.1) skewX(3deg) skewY(4deg);
}
.card.hidden:nth-of-type(4) {
  transform: rotate(-16deg) translateX(151%) translateY(189%) scale(0.1) skewX(1deg) skewY(9deg);
}
.card.hidden:nth-of-type(5) {
  transform: rotate(-36deg) translateX(191%) translateY(208%) scale(0.1) skewX(2deg) skewY(10deg);
}
.card.hidden:nth-of-type(6) {
  transform: rotate(0deg) translateX(186%) translateY(285%) scale(0.1) skewX(6deg) skewY(3deg);
}
.card:nth-of-type(1) {
  z-index: 5;
  transform: translateX(0px) translateY(0px);
}
.card:nth-of-type(2) {
  z-index: 4;
  transform: translateX(10px) translateY(10px);
}
.card:nth-of-type(3) {
  z-index: 3;
  transform: translateX(20px) translateY(20px);
}
.card:nth-of-type(4) {
  z-index: 2;
  transform: translateX(30px) translateY(30px);
}
.card:nth-of-type(5) {
  z-index: 1;
  transform: translateX(40px) translateY(40px);
}
.card:nth-of-type(6) {
  z-index: 0;
  transform: translateX(50px) translateY(50px);
}
.aligner-item1 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  min-width: 25%;
  outline: 1px solid #363636;
  outline-offset: 1px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cards__item {
  display: flex;
  padding: 1rem;
}
@media (min-width: 40rem) {
  .cards__item {
    width: 50%;
  }
}
@media (min-width: 56rem) {
  .cards__item {
    width: 33.3333%;
  }
}
.card2 {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.card2:hover .card2__image {
  -webkit-filter: contrast(100%);
          filter: contrast(100%);
}
.card2__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}
.card2__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  -webkit-filter: contrast(70%);
          filter: contrast(70%);
  overflow: hidden;
  position: relative;
  transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91), -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}
.card2__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media (min-width: 40rem) {
  .card2__image::before {
    padding-top: 66.6%;
  }
}
.card2__image--132 {
  background-image: url(http://www.newivies.com/portal/img/132.png);
}
.card2__image--133 {
  background-image: url(http://www.newivies.com/portal/img/133.png);
}
.card2__image--134 {
  background-image: url(http://www.newivies.com/portal/img/134.png);
}
.card2__image--fence {
  background-image: url(https://unsplash.it/800/600?image=59);
}
.card2__title {
  color: #696969;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.card2__text {
  flex: 1 1 auto;
  font-size: 0.675rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
.btn2 {
  background-color: white;
  border: 1px solid #cccccc;
  color: #696969;
  padding: 0.5rem;
  text-align:center;
}
.btn2 > a:hover{background: #666;color:#fff;}
.btn2--block {
  display: block;
  width: 100%;
}
.btn3 {
  display: flex;
  background-color: #fff;
  border: 1px solid #cccccc;
  color: #696969;
  padding: 0.23rem;
  text-align:center;
  position: fixed;
  right: 1rem;
}
.btn3 > a:hover{background: #666;color:#fff;}


#aspect-content {
  margin: 1px 0 0;
  font-family: "Poppins", sans-serif;
}
#aspect-content * {
  box-sizing: border-box;
}

.aspect-tab {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 10px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ececec;
  opacity: 1;
  transition: box-shadow .2s, opacity .4s;
}
.aspect-tab:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.11);
}

.aspect-input {
  display: none;
}

.aspect-input:checked ~ .aspect-content + .aspect-tab-content {
  max-height: 3000px;
}

.aspect-input:checked ~ .aspect-content:after {
  transform: rotate(0);
}

.aspect-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 80px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
}

.aspect-content {
  position: relative;
  display: block;
  height: 35px;
  margin: 0;
  padding: 0 87px 0 30px;
  font-size: 0;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}
.aspect-content:before, .aspect-content:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.aspect-content:before {
  height: 100%;
}
.aspect-content:after {
  position: absolute;
  width: 24px;
  height: 100%;
  right: 30px;
  
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}

.aspect-name {
  display: inline-block;
  width: 75%;
  margin-left: 16px;
  font-weight: 400;
  color: #242a32;
  white-space: normal;
  text-align: left;
  vertical-align: middle;
}

.aspect-stat {
  width: 48%;
  text-align: right;
}

.all-opinions,
.aspect-name {
  font-size: 13px;
  line-height: 22px;
}

.all-opinions {
  color: #5d5d5d;
  text-align: left;
  width:20%;
}

.aspect-content + .aspect-tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s;
}

.aspect-content > div,
.aspect-stat > div {
  display: inline-block;
}

.aspect-content > div {
  vertical-align: middle;
}

.positive-count,
.negative-count,
.neutral-count {
  display: inline-block;
  margin: 0 0 0 20px;
  padding-left: 26px;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 20px;
  color: #363636;
}


.aspect-info {
  width: 60%;
  white-space: nowrap;
  font-size: 0;
}
.aspect-info:before {
  content: '';
  display: inline-block;
  height: 24px;
  vertical-align: middle;
}

.chart-pie {
  position: relative;
  display: inline-block;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-color: #e4e4e4;
  vertical-align: middle;
}
.chart-pie:after {
  content: '';
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background-color: #fff;
}

.chart-pie-count {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 44px;
  color: #242a32;
  text-align: center;
  z-index: 1;
}

.chart-pie > div {
  clip: rect(0, 44px, 44px, 22px);
}

.chart-pie > div,
.chart-pie.over50 .first-fill {
  position: absolute;
  height: 44px;
  width: 44px;
  border-radius: 50%;
}

.chart-pie.over50 > div {
  clip: rect(auto, auto, auto, auto);
}

.chart-pie.over50 .first-fill {
  clip: rect(0, 44px, 44px, 22px);
}

.chart-pie:not(.over50) .first-fill {
  display: none;
}

.second-fill {
  position: absolute;
  clip: rect(0, 22px, 44px, 0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  box-sizing: border-box;
}

.chart-pie.positive .first-fill {
  background-color: #82d428;
}
.chart-pie.positive .second-fill {
  border-color: #82d428;
}

.chart-pie.negative .first-fill {
  background-color: #ff6e00;
}
.chart-pie.negative .second-fill {
  border-color: #ff6e00;
}

.aspect-tab-content {
  background-color: #f9f9f9;
  font-size: 0;
  text-align: justify;
}

.sentiment-wrapper {
  padding: 24px 30px 30px;
}

.sentiment-wrapper > div {
  display: inline-block;
  width: 33.3%;
  max-width: 390px;
  padding: 0 5px;
  box-sizing: border-box;
  vertical-align: top;
  cursor: default;
}

.sentiment-wrapper > div > div {
  width: 100%;
  padding: 16px 24px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ececec;
  text-align: left;
}
.sentiment-wrapper1 > div {
  display: inline-block;
  width: 98%;
  padding: 10px 10px;
  box-sizing: border-box;
  vertical-align: top;
  cursor: default;
}

.opinion-header {
  position: relative;
  width: 100%;
  margin: 0 0 24px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #242a32;
  text-transform: capitalize;
}

.opinion-header > span:nth-child(2) {
  position: absolute;
  right: 0;
}

.opinion-header + div > span {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #363636;
}

@media screen and (max-width: 800px) {
  .aspect-label {
    max-height: 102px;
  }

  .aspect-content {
    height: auto;
    padding: 10px 87px 10px 30px;
  }
  .aspect-content:before {
    display: none;
  }
  .aspect-content:after {
    top: 0;
  }

  .aspect-content > div {
    display: block;
    width: 100%;
  }

  .aspect-stat {
    margin-top: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .sentiment-wrapper > div {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .sentiment-wrapper > div:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .aspect-label {
    max-height: 140px;
  }

  .aspect-stat > div {
    display: block;
    width: 100%;
  }

  .all-opinions {
    margin-bottom: 10px;
  }

  .all-opinions + div > span:first-child {
    margin: 0;
  }
}
.section1 {
  padding: 0px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  
}
.section1::after {
  content: '';
  clear: both;
  display: table;
}
