@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');
/*-------------General Style---------------------------------------*/
html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 12px;
	height:100%;
	font-family: 'Montserrat', sans-serif;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}

hr.black {
	background-color: rgba(11,11,11,0.2);
	margin: 25px 0;
}
.color {color: #4440ff}
.font-12 {font-size: 12px !important}
.img img {border-radius: 8px;}
.help-block {font-size: 12px; color: #f00;}
/* ---------Page preload--------------------------------------*/
.loader {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	z-index:100;
}

.movingBallLineG{
	position:absolute;
	left:0px;
	top:3px;
	height:1px;
	width:105px;
	background:#000;
}
.movingBallG{
	width: 250px;
	height: 90px;
	background-image: url('../images/loader.gif');
	position: absolute;
	top: 45%;
	left: 42%;
}
@-moz-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}
	50%{
		left:97px;
	}
	100%{
		left:0px;
	}
}
@-webkit-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}
	50%{
		left:97px;
	}
	100%{
		left:0px;
	}
}
@-ms-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}
	50%{
		left:97px;
	}
	100%{
		left:0px;
	}
}
@-o-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}
	50%{
		left:97px;
	}
	100%{
		left:0px;
	}
}

@keyframes bounce_movingBallG{
	0%{
		left:0px;
	}
	50%{
		left:97px;
	}
	100%{
		left:0px;
	}
}
.bg-primary {
    background-color: #4440ff !important;
}
.checkmark__circle{
    stroke-dasharray:166;
    stroke-dashoffset:166;
    stroke-width:2;
    stroke-miterlimit:10;
    stroke:#c5c5c5;
    fill:none;
    animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards
}
.checkmark{
    width:60px;
    height:60px;
    border-radius:50%;
    display:block;
    stroke-width:2;
    stroke:#fff;
    stroke-miterlimit:10;
    margin:2% auto;
    box-shadow:inset 0 0 0 #c5c5c5;
    animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both
}
.checkmark__check{
    transform-origin:50% 50%;
    stroke-dasharray:48;
    stroke-dashoffset:48;
    animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards
}
@keyframes stroke{
    100%{
        stroke-dashoffset:0
    }
}
@keyframes scale{
    0%,100%{
        transform:none
    }
    50%{
        transform:scale3d(1.1,1.1,1)
    }
}
@keyframes fill{
    100%{
        box-shadow:inset 0 0 0 30px #c5c5c5
    }
}
/*--------------Typography--------------------------------------*/
a {
	color: #333;
}
a:hover {
	text-decoration: none;
}
b, strong {
	font-weight: 600;
}
.badge {
	font-size: 14px;
	font-weight: 500;
}
blockquote {
	float:left;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
}
blockquote p {
	font-family: 'Montserrat', sans-serif;
	font-style:italic;
	color:#494949;
}
.bold-title {
	width:100%;
	text-align:center;
	font-size: 25px;
	line-height: 35px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 30px;
}
.intro-text  {
	padding:100px 0;
	text-align: center;
}
.parallax-section.intro-text  {
	padding:0;
}
.intro-text h2 {
	width:100%;
	padding-bottom:50px;
	margin-bottom:50px;
	border-bottom:1px solid rgba(255,255,255,0.41);
	color:#fff;
	font-size: 35px;
	letter-spacing:-2px;
	font-family: 'Montserrat', sans-serif;
	line-height:60px;
	text-align:center;
	font-weight:bold;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.lh-180 {
    line-height: 1.8 !important;
}
.lead {
    font-size: 1.125rem;
    font-weight: 300;
}
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 99; /* Stay on top */
    top: 0;
    left: 0;
    box-shadow: 20px 0px 30px rgba(0, 0, 0, 0.1);
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.sidenav a {
	color: #c5c5c5;
}

.sidenav .btn {
	display: block;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.bar-container {
	padding: 40px 40px 40px 0px;
}
#chart{
	margin-left: -50px;
	font-size: 15px;
}
#question{

}
#question h1{
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    padding: 0;
    margin: 0;
    top:50%;
    -webkit-transform:translate(0,-50%);
            transform:translate(0,-50%);
}
/* ---------Content Styles--------------------------------------*/
.bg-blue {
	background-color: #4440ff
}
.bg-light-blue {
	background-color: #f3f3ff
}
#main{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
}
.container{
	max-width: 1224px;
	width:92%;
	margin:0 auto;
	position: relative;
	z-index:5;
}
#wrapper {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}
.content-holder{
	vertical-align: top;
	position: absolute;
	right:80px;
	left: 0;
	top: 70px;
	right:0;
	bottom:0;
	z-index: 2;
	-webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.content {
	width:100%;
	position:relative;
	z-index:4;
	float:left;
    box-shadow: 0px 16px 52px 0px rgba(0, 0, 0, 0.04);
	background:#fff;
}
.content.no-shadow{
	 box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0);
}
.fl-wrap {
	float:left;
	width:100%;
	position:relative;
}
.no-bg {
	background:none;
}
.full-height {
	height:100%;
}
.full-width-wrap {
	width:100%;
}
.no-gap-right {
    padding-right: 0;
}
 .no-gap-left {
    padding-left: 0;
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background-size: cover;
	background-attachment: scroll;
	background-position: top center;
	background-repeat:repeat;
	background-origin: content-box;
}
.fs-gallery-wrap .swiper-slide {
	/*filter: grayscale(100%);*/
	-webkit-transition: 0.5s;
    transition: 0.5s; 
}
.fs-gallery-wrap .swiper-slide:hover {
	/*filter: grayscale(0%) !important;*/
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.respimg {
	width:100%;
	height:auto;
}
.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.1;
	z-index:2
}
/*------ Header  ------------------------------------------------*/
header.main-header {
	position:fixed;
	width:100%;
	z-index:21;
	height:70px;
	top:0;
	background:#fff;
	left:0;
	padding:0 0 0 20px  ;
	-webkit-transform: translate3d(0,0,0);
	border-bottom:1px solid #eee;
    box-shadow: 0 0 65px rgba(0,0,0,0.07);
}
.logo-holder {
	float:left;
	padding-top:2px;
	height:70px;
}
.logo-holder img {
	width: auto;
	height:70px !important;
	float:left;
}
/*------ nav ------------------------------------------------*/
.nav-holder {
	float:right;
	position:relative;
	top:21px;
	margin-right:30px;
}
.nav-holder nav {
	position:relative;
	float: right;
}
.nav-holder nav li{
	float:left;
	position:relative;
	margin-left:6px;
 	height:70px;
}
.nav-holder nav li ul {
	margin: 30px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width:150px;
	top: 50px;
	left: 0;
	z-index: 1;
	padding:10px 0;
	background:rgba(0,0,0,0.71);
	transition: all .2s ease-in-out;
}
.nav-holder nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.nav-holder nav li ul li ul {
	top: -10px !important;
	left: 100%;
	margin-left:25px;
	margin-top:0;
}
.nav-holder nav li ul li:hover  > ul  {
	opacity: 1;
	visibility: visible;
	margin-left:0px;
}
.nav-holder nav li ul li {
	display:block;
	float:none;
	border:none;
	height:auto;
}
.nav-holder nav li ul li:before {
	display:none;
}
.nav-holder nav li a {
	float: left;
	padding: 10px 15px;
	line-height: 1;
    font-size: 10px;
    word-spacing: 0;
    text-align: center;
	color: #999;
	font-size: 10px;
	text-transform:uppercase;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.nav-holder nav li ul a {
	color:#fff;
	float:left;
	width:100%;
	text-align:left;
}
nav li ul a:before , nav li ul a:after {
	display:none;
}
nav li  a.act-link , .nav-holder nav li a:hover  , nav.asl li  a.act-scrlink {
	color:#404040;
}
.nav-holder nav li ul a:hover {
	color:#fff;
	opacity:0.7;
}
nav li  a.act-link:before  , nav.asl li  a.act-scrlink:before{
	content:'';
	position:absolute;
	top:-21px;
	width:100%;
	height:5px;
	background:#000;
	left:0;
}
.sb-menu-button-wrap , .nav-button-wrap {
	float:right;
	height:70px;
	width: 80px;
	background-color: #4440ff;
	border-left:1px solid #e6eaea;
	cursor:pointer;
	position:relative;
}
.nav-button-wrap{
	display:none;
}
.sb-menu-button, .nav-button  {
	position:absolute;
	top:50%;
	left:50%;
	color: #fff;
	width:22px;
	height:20px;
	margin-left:-12px;
	margin-top:-12px;
}
.sb-menu-button .lar {
	font-size: 25px;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.sb-menu-button span  , .nav-button span{
	float:left;
	width:100%;
	height:2px;
	background:#292929;
	margin-bottom:4px;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.sb-menu-button span:first-child  , .nav-button span:first-child {
	width:50%;
}
.sb-menu-button.vis-m span:first-child {
	width:100%;
}
.header-info {
	float:right;
	padding-top:22px;
	margin-right:40px;
}
.header-info ul li {
	float:left;
	margin-right: 25px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #333;
	font-size:14px;
}
.header-info ul li.sb-menu-button-wrap {
	float: left;
	height:auto;
	width: auto;
	background-color: transparent;
	border-left: none;
}
.header-info ul li span {
	color:#999;
	float:left;
	padding-right:10px;
}
.sidebar-menu {
	position:fixed;
	bottom:0;
	right:-380px;
	top:70px;
	padding-right:20px;
	width:350px;
	background:#fff;
	z-index:60;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}
.sidebar-menu .overlay {
	z-index:3;
	opacity:0.5;
}
.sb-overlay{
	position:fixed;
	top:70px;
	left:0px;
	right:0px;
	bottom:0px;
	background:#292929;
	opacity:0.6;
	display:none;
	z-index:59;
	-webkit-transform: translate3d(0,0,0);
}
.hid-men-wrap {
	position:absolute;
	top:2%;
	left:0;
	width:100%;
	z-index:4;
	overflow:inherit;
}
.menusb ul  {
	margin: 0;
	float: left;
	width:100%;
	overflow:hidden;
}
.menusb li {
	margin: 0;
	position:relative;
	overflow:hidden;
	padding:0 40px;
	font-family: 'Montserrat', sans-serif;
}
.menusb   li i {
	position:absolute;
	right:18px;
	top:12px;
}
.menusb  a {
	float:left;
	width:100%;
	padding:6px 0px;
	position:relative;
	font-size: 14px;
	text-transform: none;
	letter-spacing: 0px;
	color: #333;
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	text-decoration: none;
	line-height:20px;
	text-align:left;
}

.menusb a.back{
	padding-left:54px;
}
.menusb a.back:before{
     font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content: "\f177";
	font-size:14px;
}
.sb-logo {
	margin-left:0px;
	display: block;
	margin-bottom:30px;
}
.sb-logo img {
	max-width:120px;
	height:auto;
}
.sb-menu-footer {
	padding:0 50px;
	position: absolute;
	bottom: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:10px;
	z-index: 999;
	text-align:center;
	text-transform:uppercase;
}
/*.sb-menu-footer:before {
	content:'';
	position:absolute;
	top:-25px;
	left:50px;
	width:70px;
	height:1px;
	background:#ccc;
}*/
.show-search {
	float:right;
	height:70px;
	width:70px;
	padding: 20px 24px;
	line-height:70px;
	border-left:1px solid #e6eaea;
	cursor:pointer;
	position:relative;
}
.show-search:before {
	content:'';
	position:absolute;
	top:50%;
	left:20px;
	width:30px;
	height:1px;
	background:#292929;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.show-search.vissearch:before {
	width:0;
}
/*------ search ------------------------------------------------*/
.fixed-search{
	display:none;
	position:fixed;
	z-index:100;
	top:70px;
	left:0px;
	right:0;
	bottom:0;
}
.search-form-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background: rgba(0,0,0,0.81) url(../images/serch-bg.png) repeat;
}
.search-form-wrap {
	position:relative;
	z-index:2;
	float:left;
	top:50%;
	width:100%;
}
.fixed-search form  {
	float:left;
	width:100%;
}
.fixed-search form input {
	float:left;
	background:none;
	border:none;
	border-bottom:1px solid rgba(255,255,255,0.21);
	width:100%;
	color:#fff !important;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
	font-weight:900;
	font-size:42px;
	z-index:1;
	position:relative;
	padding-right:50px;
}
.dublicated-text {
	position:absolute;
	top:-90px;
	right:90px;
	z-index:1;
	color:#fff;
	opacity:0.1;
	font-size:90px;
	font-family: 'Montserrat', sans-serif;
	font-weight:900;
}

.fixed-search .container {
	position:relative;
}
.fixed-search .container:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content:'\f002';
	position:absolute;
	top:10px;
	right:10px;
	width:40px;
	height:50px;
	line-height:50px;
	z-index:2;
	color:#fff;
	font-size:19px;
}
/*------Button ------------------------------------------------*/
.btn {
	padding: 15px 30px;
	position:relative;
	margin-top:0px;
	font-size: 14px;
	border-radius: 0;
	text-transform: none;
	font-weight: 500;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	text-transform:uppercase;
}
.trsp-btn {
	border:1px solid #ddd;
	color:#333;
	text-transform: none;
	padding: 5px 15px !important
}
.flat-btn:before, .border-btn:before {
	background:#333;
}
.trsp-btn2 {
	border:1px solid #ddd;
	color:#333;
	font-size: 12px;
	text-transform: none;
	padding: 5px 15px !important
}
.trsp-btn2:hover {
	background: #4440ff;
	color: #fff;
}
.flat-btn {
    color: #fff;
    border: none;
    text-transform: none;
    background: #0988e2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #01f2af, #0988e2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #01f2af, #0988e2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.border-btn {
    color: #fff;
    background: #828282;
}
.border-btn.btn-xs {
	padding: 8px 14px;
}
.flat-btn.btn-xs {
	padding: 8px 14px;
}
.float-btn {
	float:left;
}
.btn:before {
	content:'';
	position:absolute;
	top:50%;
	left:20px;
	height:1px;
	width:0;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn:hover:before {
	width:30px;
}
.btn:hover {
	padding-left:60px;
}
/*------ footer-------------------------------------------------*/
.main-footer {
	position:fixed;
	width:80px;
	z-index:21;
	top:70px;
	background:#fff;
	bottom:0;
	right:0;
	overflow:hidden;
	border-right:1px solid #eee;
	-webkit-transform: translate3d(0,0,0);
}
.footer-social {
	position:absolute;
	bottom:30px;
	left:0;
	width:100%;
	border-top:1px solid #e6eaea;
	padding-top:30px
}
.footer-social li {
	text-align: center;
	width:100%;
	font-size: 16px;
	margin-bottom: 12px;
}
.footer-social li a {
	color:#000;
}
.footer-social li a:hover{
	color: #c5c5c5;
}
.fixed-title {
    position: fixed;
    width: 380px;
    height: 80px;
	line-height:80px;
    top: 381px;
	border-left:1px solid #e6eaea;
    letter-spacing: 0em;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    text-align: center;
    cursor: default;
	color: #c5c5c5;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    z-index: 22;
}
.fixed-title a {
	color: #fff;
}
.fixed-title a:hover {
	color: #c5c5c5;
	text-decoration: none;
}
.height-emulator {
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
.content-footer {
	position:fixed;
	bottom:0;
	width:100%;
	padding:60px 0 0;
	z-index:2;
	-webkit-transform: translate3d(0,0,0);
}
.content-footer .section-text {
	font-size: 13px;
	font-weight: 500;
	color: #333
}
.footer-inner {
	margin:0 auto;
	position:relative;
	width: 100%;
	padding:70px 0 70px 0px;
	background:#fff;
}
.content-footer ul {
  padding-left: 0;
}

.content-footer ul li {
  list-style: none;
  text-align: left;
  padding-left: 0;
  line-height: 26px;
}
.content-footer ul li a {
  color: #333;
  font-size: 13px;
  font-weight: 500;
}
.footer-logo {
	float:left;
	margin-bottom:20px;
	width:100%;
}
.footer-logo img {
	width:130px;
	height:auto;
	float:left;
}
.content-footer:before {
	content:'';
	position:absolute;
	bottom:0;
	right:0;
	width:50%;
	top:60px;
	background:#fff;
}
.policy-box {
	border-top: 1px solid #ddd;
	margin-top:20px;
	padding-top:20px;
}
.policy-box  p {
	text-align:center;
	font-size: 14px;
	text-transform:none;
	margin-top:10px;
	font-weight:400;
	    font-family: 'Montserrat', sans-serif;
}
.footer-header  span{
	text-align:left;
	font-size: 20px;
	text-transform:uppercase;
	float:left;
	padding-right:30px;
	position:relative;
	top:-14px;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
}
.footer-header {
	text-align:right;
	font-size:10px;
	padding-top:10px;
	font-weight: 400;
	margin-bottom:0px;
}

.footer-box {
	margin-top:0px;
	text-align:left;
}
.footer-box ul li {
	text-align:left;
	float:left;
	width:100%;
	font-weight: 800;
    letter-spacing: 1.5px;
    word-spacing: 0;
    text-transform: uppercase;
	margin-bottom:12px;
	font-size:10px;
}
.footer-box ul li span {
	float:left;
	padding-right:10px;
	color: #999;
}
.to-top {
	position:absolute;
	bottom:0;
	right:0;
	width:50px;
	height:70px;
	line-height:80px;
	color:#05e9b4;
	font-size:18px;
	background:transparent !important;
	cursor:pointer;
}
.subcribe-form {
	padding-left:0px;
}
.subcribe-form  span{
	position:absolute;
	top:22px;
	left:0;
	width:95px;
	font-weight:bold;
	font-size:10px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}
#subscribe {
	float:left;
	width:100%;
}
#subscribe .enteremail {
	background-color: #f1f1f1;
    font-size: 14px;
    height: 55px;
    padding: 0 20px;
    width: 70%;
	border:none;
}
#subscribe-button {
	width:30%;
	height:55px;
	float:right;
	background: #05e9b4  !important;
	color:#333;
	font-weight: 500;
	border:none;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}
.subscribe-message{
	float:left;
	width:100%;
	margin-top:20px;
	font-weight:800;
	font-size:11px;
}
/*------ Home -------------------------------------------------*/
.hero-content {
	z-index:50;
	overflow:hidden;
	background:#fff;
}
.hero-wrap{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	z-index:20;
}
.hero-wrap h2  , .hero-wrap h2 a {
	color:#fff;
}
.hero-wrap p {
	color:#fff;
	text-align: left;
	font-size:16px;
	font-weight:500;
}
.swiper-slide .overlay  , .hero-content .overlay{
	opacity:0.3;
}
.hero-wrap h2  {
	float:left;
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
	line-height: 50px;
	letter-spacing: 0px;
	text-align:left;
	font-weight: 700;
	padding-bottom:10px;
}
.hero-item {
	padding: 0 20px 20px 30px;
}
.hero-item h3 {
	float:left;
	width:100%;
	padding-bottom:10px;
	color: #fff;
	text-align:left;
	text-transform:none;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}
.hero-item:before {
	content:'';
	position:absolute;
	top: 0px;
	bottom:-20px;
	left:0;
	width:1px;
	background:rgba(255,255,255,0.41);
	z-index:5;
}
.slide-progress-container {
	position:absolute;
	height:1px;
	z-index:3;
	bottom:50px;
	right:0;
	left:0;
}
.slide-progress-content {
	margin:0 auto;
	max-width:1224px;
	position:relative;
}
.slide-progress-warp {
	float:left;
	position:relative;
	max-width:750px;
	height:2px;
	background:rgba(255,255,255,0.41);
	z-index:10;
	bottom:0;
	width:100%;
}
.slide-progress {
	position:absolute;
	top:50%;
	left:0;
	height:3px;
	border-radius:6px;
	margin-top:-1px;
	width:0;
	max-width:100%;
	background:#05e9b4;
}

/*------ section ------------------------------------------------*/
section {
	float:left;
	width:100%;
	padding:90px 0;
	position:relative;
	z-index:2;
	overflow:hidden;
}
.gray-bg {
	background:#f4f4f4;
}
.white-bg {
	background:#fff;
}
.text-white {
	color: #fff !important;
}
section.parallax-section {
	padding:200px 0;
	overflow:hidden;
}
section.new-section {
	padding-top: 160px;
	padding-bottom: 80px;
}
section.equal-section {
	padding-top: 160px;
	padding-bottom: 160px;
}
section.parallax-section.content-parallax-section {
	padding:150px 0;
}
section.sml-pad-sec {
	padding:0 0 60px;
}
section.parallax-section .overlay {
	opacity:0.2;
}
section.parallax-section .overlay.op1 {
	opacity:0.1;
}
section.parallax-section .overlay.op5 {
	opacity:0.5;
}
.overlay.op4 {
	opacity:0.3;
}
.bg-dark-alfa-50:before, .bg-dark-alfa-50 .YTPOverlay:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(34,34,34, .5);
}
.home-slider .bg , .par-bg .bg{
	height:120%;
	top:-10%;
}
section.parallax-section .bg {
	height:100%;
	top:0%;
}
section.header-section .bg  {
	left:inherit;
	right:0;
	width:65%;
}
section.header-section .overlay {
	opacity:0.2;
	left:inherit;
	right:0;
	width:60%;
}
section.header-section p {
	float:left;
	max-width:500px;
	text-align:left;
	color:#fff;
	margin-top:30px;
	position:relative;
	font-size:15px;
}
section.header-section:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:40%;
	background:#fff;
	height:90px;
}
section.header-section.left-der-headersec:before {
	left:inherit;
	right:0;
}
section.page-section {
	padding: 120px 0 !important;
}
section.page-section .bg  {
	left:0;
	right:inherit;
	width:60%;
}
section.page-section .overlay {
	opacity:0.2;
	left:0;
	right:inherit;
	width:60%;
}
section.page-section p {
	float:left;
	max-width:500px;
	text-align:left;
	color:#fff;
	margin-top:50px;
	position:relative;
	font-size:13px;
	opacity:0.8;
}
section.page-section:before {
	content:'';
	position:absolute;
	bottom:0;
	right:0;
	width:40%;
	background:#fff;
	height:90px;
}
section.page-section.left-der-headersec:before {
	left:inherit;
	right:0;
}

.header-section {
	background:#292929;
}
.small-pad-section{
	padding:0 0 30px;
}
.sect-scroll-link {
	position:absolute;
	bottom:-170px;
	color:#000;
	left:0;
	font-size:13px;
}
.sect-scroll-link:before , .sect-scroll-link:after {
	content:'';
	position:absolute;
	bottom:0;
	left:40px;
	width:70px;
	height:1px;
	background:#eee;
	z-index:1;
}
.sect-scroll-link:after {
	z-index:2;
	background:#292929;
	width:0;
	-webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}
.sect-scroll-link:hover:after {
	width:70px;
}
.sect-scroll-link span {
	font-weight:bold;
	font-size:10px;
}
.sect-scroll-link i {
	padding-right:120px;
	font-size:20px;
}
.partcile-dec{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-2;
	color:#000;
	opacity:0.6;
}
.section-title {
	float:left;
	width:100%;
	position:relative;
}
.section-title h2 {
	float:left;
	width:100%;
	font-size:44px;
	font-weight:700;
	line-height:56px;
	font-family: 'Montserrat', sans-serif;
	text-align:left;
}
section.header-section h2 {
	font-size:64px;
	text-transform:uppercase;
	line-height:75px;
}
section.page-section h2 {
	font-size: 50px;
    text-transform: none;
    line-height: 55px;
}
.section-title h3 {
	position:relative;
	float:left;
	width:100%;
	font-size:18px;
	font-weight:900;
	letter-spacing:1px;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
}
.no-border   {
	border:none;
}
section.parallax-section .section-title h2  , section.parallax-section  .section-title h3{
	color:#fff;
}
/*------ scroll nav ------------------------------------------------*/
.sroll-nav-wrap {
	position: absolute;
	top:180px;
	z-index:10;
	width:50px;
	z-index:26;
	right:30px;
}
.sroll-nav-container {
	position: absolute;
	width:50px;
	right:0;
	top:0;
}
.sroll-nav-wrap .scroll-nav:before {
	content:'';
	position:absolute;
	top:-10px;
	bottom:-10px;
	width:1px;
	background:#eee;
	right:-10px;
	z-index:1;
}
.sroll-nav-wrap .scroll-nav li {
	float:left;
	width:50px;
	height:50px;
	line-height:50px;
	position:relative;
	box-sizing:border-box;
	z-index:3;
}
.sroll-nav-wrap .scroll-nav li a {
	color:#000;
	font-weight:700;
	position:relative;
}
.sroll-nav-wrap .scroll-nav li a:before {
	content:'';
	position:absolute;
	bottom:-20px;
	right:-30px;
	height:0px;
	width:6px;
	background:#000;
}
.sroll-nav-wrap .scroll-nav.black-bg li a:before {
	background:#fff;
}
.sroll-nav-wrap .scroll-nav li a span {
 	height: auto;
	line-height: 20px;
	font-size: 11px;
	color: #000;
	text-align:left;
 	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
	text-indent: 0px;
	position: absolute;
	bottom:30px;
	width:200px;
	opacity: 0;
	left:-240px;
	visibility: hidden;
	pointer-events: none;
	z-index:16;
	text-align:right;
}
.sroll-nav-wrap .scroll-nav li a span:before {
	content:'';
	position:absolute;
	right:-20px;
	width:10px;
	height:1px;
	top:50%;
	background:#000;
}
.sroll-nav-wrap .scroll-nav li a:hover span {
	bottom:-4px;
	opacity:1;
	visibility:visible;
}
.sroll-nav-wrap .scroll-nav li a.act-scrlink:before {
	height:50px;
}
.sroll-nav-wrap .scroll-nav li a span  , .sroll-nav-wrap .scroll-nav li a:before , .sroll-nav-wrap .scroll-nav li a{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.sroll-nav-wrap .scroll-nav.black-bg li a , .sroll-nav-wrap .scroll-nav.black-bg li a span {
	color:#fff;
}
.sroll-nav-wrap .scroll-nav.black-bg:before , .sroll-nav-wrap .scroll-nav.black-bg li a span:before{
	background:rgba(255,255,255,0.41);
}

.separator.trsp-separator {
	float:left;
	width:70px;
	height:6px;
	background:#c5c5c5;
	margin:20px 0 30px;
}
.separator.page-title-separator {
	float:left;
	width:70px;
	height:6px;
	background:#fff;
	margin: 5px 0px 20px;
}
.bold-separator {
	width: 70px;
	height: 4px;
	background:#000;
	float:left;
	margin-top:35px;
}
/*------ about------------------------------------------------*/
.about-wrap p{
	padding-bottom:20px;
	font-size: 15px;
	line-height: 1.8;
	font-weight: 500;
	text-align: center;
}
.about-wrap .logo {
	max-width: 190px;
	margin-bottom: 30px;
}

.section-container {
	margin:50px 0;
}
.about-wrap .btn {
	margin-top:70px;
}
.bg.dec-bg {
	width:inherit;
	height:inherit;
	left:50%;
	right:0;
	top: 0%;
	bottom:0;
	opacity:0.2;
	z-index:-1;
}
.bg.dec-bg.left-pos-dec {
	left:-10%;
	right:40%;
}
.creat-list li {
	width:100%;
	float:left;
	position:relative;
	margin-bottom:20px;
}
.creat-list li span {
	text-align: left;
    font-size: 17px;
    text-transform: uppercase;
    float: left;
    padding-right: 30px;
    position: relative;
    top: 0;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.creat-list li a {
	float:right;
    text-align: right;
    font-size: 12px;
    padding-top: 10px;
    font-weight: bold;
    margin-bottom: 15px;
}
.creat-list li:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 80px;
    right: 100px;
    height: 1px;
    background: #eee;
}
/*------ facts ------------------------------------------------*/
.facts-wrap {
	padding:0 0 50px;
	border-bottom:1px solid #eee;
}
.inline-facts-holder {
	background:#292929;
	padding:50px 60px;
}
.inline-facts {
	float:left;
	width:25%;
	box-sizing:border-box;
	position:relative;
}
.inline-facts:before {
	content:'';
	position:absolute;
	width:1px;
	height:50px;
	top:50%;
	margin-top:-25px;
	right:0;
	background:rgba(255,255,255,0.21);
}
.inline-facts:last-child:before {
	display:none;
}
.num {
	float:left;
	width:100%;
	font-size:56px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:900;
	text-transform:uppercase;
	padding-top:10px;
}
.milestone-counter {
	float:left;
	width:100%;
	position:relative;
}
.stats {
	float:left;
	width:100%;
	position:relative;
}
.inline-facts h6 {
	font-size:10px;
	color:#999;
	font-family: 'Montserrat', sans-serif;
	font-weight:900;
	text-transform:uppercase;
}
.inline-facts i {
	color:#eee;
	position:absolute;
	bottom:-40px;
	left:50%;
	width:30px;
	border-radius:100%;
	margin-left:-15px;
	font-size:26px;
}
/*------ Team  ------------------------------------------------*/
.team-holder {
	float:left;
	width:100%;
}
.team-holder li {
	float:left;
	width:50%;
	padding:20px 20px 20px 0;
}
.team-box {
	float:left;
	position:relative;
	width:100%;
	margin-bottom:20px;
}
.team-info {
	float:left;
	width:100%;
	margin-top:20px;
	text-align:left;
}
.team-info h3 {
	font-size:17px;
	padding-bottom:4px;
	font-weight: bold;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.team-info h4 {
	float:left;
	width:100%;
	text-align:left;
	margin-top:10px;
	color:#666;
	font-size:11px;
	font-weight:800;
}
.team-box:before {
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	height:6px;
	width:50px;
	background:#000;
}
.team-photo {
	position:relative;
	overflow:hidden;
	width:100%;
	float:left;
}
.team-photo   span {
	position:absolute;
	bottom:-50px;
	right:0;
	z-index:5;
	padding:10px 15px;
	background:#fff;
}
  .team-photo span {
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.team-photo:hover span{
	bottom:0;
}
.team-box .overlay {
	opacity:0;
	z-index:2;
	background:#000;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.team-box:hover .overlay {
	opacity:0.5;
}
.team-social {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	z-index:3;
	display:none;
}
.team-social li {
	float:none !important;
	display:inline-block !important;
	padding:6px;
	width:auto !important;
}
.team-social li a {
	color:#fff;
	font-size:16px;
	position:relative;
	top:50px;
	opacity:0;
}
/*------ resume story------------------------------------------------*/
.custom-inner-holder {
	float:left;
	margin-top:100px;
	width:100%;
}
.custom-inner {
	float:left;
	width:100%;
	position:relative;
	margin-bottom:50px;
}
.cus-inner-title {
	padding-bottom:20px;
	border-bottom:1px solid #eee;
}
.cus-inner-title:before {
	content:'';
	position:absolute;
	bottom:-3px;
	right:0;
	width:50px;
	height:6px;
	background:#000;
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.custom-inner:hover .cus-inner-title:before {
	right:100%;
	margin-right:-50px;
}
.custom-inner h3 {
	float:left;
	padding-bottom:20px;
	text-transform:uppercase;
	font-weight:600;
	font-size:19px;
}
.custom-inner h4 {
	float:left;
	width:100%;
	padding-bottom:20px;
	font-weight: bold;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
	text-align:left;
}
.custom-inner-dec {
	float:left;
	width:100%;
	margin-top:20px;
	background:#eee;
	height:1px;
}
.custom-inner ul {
	float:left;
	width:100%;
	padding:10px 0 10px 13px;
	list-style:decimal;
}
.custom-inner ul li {
	float:left;
	width:100%;
	padding:5px 0 5px 10px;
	text-align:left;
	font-weight: bold;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.custom-inner .content-nav ul {
	position:relative;
	left:0;
	padding:0;
	list-style:none;
}
.custom-inner .content-nav ul li {
	float:left;
	width:50%;
	padding:0;

}
.custom-inner .btn {
	margin-top:20px;
}
/*------ Services------------------------------------------------*/
.serv-item{
	margin-bottom:70px;
}
.serv-item  .content-wrap  {
	border-bottom:1px solid #eee;
	float:left;
	width:100%;
	padding-bottom:50px;
}
.serv-item .bold-title {
	font-weight: bold;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
	padding-bottom:20px;

}
.serv-item .pr-list{
	padding:15px 0;
}
.serv-price-wrap {
	float:left;
	margin:10px 0;
	padding:19px 30px;
	background:#292929;
	color:#fff;
	font-size:12px;
}
.serv-price-wrap  span {
	font-weight: bold;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
	float:left;
	padding-right:15px;
	margin-right:15px;
	position:relative;
}
.serv-price-wrap  span:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:1px;
	height:30px;
	top:50%;
	margin-top:-15px;
	background:rgba(255,255,255,0.21)
}
.serv-wrap ul  li {
	float:left;
	padding:15px 20px;
	width:33.3%;
}
.serv-wrap ul  li a  {
	color:#fff;
	text-align:left;
}
.serv-wrap ul  li a {
	float:left;
	width:100%;
	margin-bottom:10px;
	color:#fff;
	text-align:left;
	font-weight: bold;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.serv-wrap ul  li a span {
	float:left;
	padding-right:20px;
	opacity:0.6;
}

/* --------- Skills --------------------------------------*/
.piechart-holder  , .custom-skillbar-holder{
 	padding-top: 50px;
	float:left;
	width:100%;
	position:relative;
}
.piechart-holder h4 {
    font-size: 1.3em;
    text-transform: uppercase;
}
.chart {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin-bottom: 26px;
    text-align: center;
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.piechart {
    position: relative;
	padding-bottom:20px;
}
.percent {
    display: inline-block;
    font-size: 21px;
    line-height: 152px;
    z-index: 2;
}
.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
	font-weight:800;
}
 .percent{
	color:#000;
}
.angular {
    margin-top: 100px;
}
.angular .chart {
    margin-top: 0;
}
.skills-description {
	float:left;
	width:100%;
	margin:10px 0;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	font-size:10px;
}
.skill-bar-percent {
	float:right;
	font-size:16px;
	margin-top:13px;
	padding-bottom:6px;
}
/*------ clients  ------------------------------------------------*/
.clients-list {
	float:left;
	width:100%;
}
.clients-list li {
	float:left;
	width:20%;
	padding:5px 5px 5px 0;
}
.clients-list li a:hover {
	opacity:0.6;
}
.clients-list a img {
	float:left;
	width:100%;
	height:auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.clients-list a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
/*------ order  ------------------------------------------------*/
.order-item h3 {
	color:#000;
	text-align:left;
	float:left;
	width:100%;
	text-transform:uppercase;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	position:relative;
	top:19px;
}
.order-item h3:before {
	content:'';
	position:absolute;
	right:0;
	width:1px;
	height:30px;
	top:-2px;
	background:#ccc;
}
.margin-content {
	margin-top:50px;
}
/*------ Porfolio  ------------------------------------------------*/

.gallery-items  , .por-sidebar{
	float:left;
	width:100%;
	position:relative;
}
.gallery-items.border-folio-conteainer  {
	box-sizing:border-box;
	border-left:1px solid #eee;
}
.column-content {
	padding-right:300px;
}
.por-sidebar {
	padding:0 30px;
	margin-top:50px;
}
.grid-item-holder {
	 float:left;
	 width:100%;
	 height:auto;
	 position:relative;
}
.hid-port-info .gallery-item {
	overflow:hidden;
}
.grid-big-pad  .grid-item-holder{
	padding:40px;
}
.grid-small-pad  .grid-item-holder{
	padding:3px 6px 3px 0;
}
.grid-no-pad .grid-item-holder {
	padding:0;
}
.gallery-item, .grid-sizer {
	width: 25%;
	position:relative;
	float:left;
}
.gallery-item-second,
.grid-sizer-second {
	width: 50%;
}
.gallery-item img, .grid-sizer img {
	width: 100%;
	height: auto;
	position:relative;
	z-index:1;
}
.four-coulms .gallery-item , .four-coulms .grid-sizer{
	width:25%;
}
.three-coulms .gallery-item , .three-coulms .grid-sizer{
	width:33.3%;
}
.three-coulms .gallery-item-second {
	width:66.6%;
}
.two-columns .gallery-item {
	width:50%;
}
.gallery-item .overlay {
	z-index:2;
	opacity:0;
	background:#000;
}
.gallery-item:hover  .wh-info-box {
	visibility:visible;
}
.gallery-item:hover  .wh-info-box:before{
	width:100%;
}
.gallery-item:hover .wh-info-box-inner {
	opacity:1;
}
.grid-item {
	position:relative;
	float:left;
	width:100%;
	z-index:15;
	padding:20px 25px;
	background:#fff;
	border-bottom:1px solid #f0f0f0;
}
.grid-item h3 {
	font-size:14px;
	font-weight: 700;
	position:relative;
	float:left;
	width:100%;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
}
.grid-item h3:before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:0;
	height:1px;
	background:#000;
}
.grid-item h3:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content: "\f178";
	position:absolute;
	top:10px;
	right:10px;
	width:10px;
	height:10px;
	color:#000;
}
.grid-item h3:before  , .grid-item h3 , .blog-media img , .grid-item h3:after{
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.grid-item h3:hover {
	padding: 0 0 0 30px;
}
.grid-item h3:hover:before {
	width:20px;
}
.grid-item h3:hover:after {
	 -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.hid-por-info .grid-item h3:hover:after {
	top:14px;
}
.grid-item span {
	width:100%;
	float:left;
	text-align:left;
	font-size:11px;
	margin-top:6px;
	color:#999;
}
.hid-por-info .grid-item  {
	position:absolute;
	bottom:-100%;
	left:0;
	z-index:13;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.vis-por-info .grid-item {
	float:left;
	bottom:0;
	position:relative;
	width:100%;
	border:none;
}
.vis-por-info .grid-item ,.hid-por-info .grid-item{
	box-sizing:border-box;
	border-bottom:1px solid #eee;
}
.hid-por-info .grid-item:before  , .vis-por-info .grid-item:before , .hid-por-info .grid-item:after , .vis-por-info .grid-item:after{
	content:'';
	position:absolute;
	top:0;
	right:80px;
	width:1px;
	height:100%;
	background:#eee;
}
.hid-por-info .grid-item:after , .vis-por-info .grid-item:after {
	right:0;
}
.gallery-item:hover .grid-item {
	bottom:0;
}
.hid-por-info .gallery-item {
	overflow:hidden;
}
.pad-con {
	padding-top:60px;
	padding-left:30px;
	padding-right:30px;
}
.pad-con2 {
	padding-top:50px;
	padding-left:0;
	padding-right:0;
	padding-bottom:42px;
}
.pad-con3 {
	padding:0 30px;
}
.hor-pad-con {
	padding:60px 0 0 30px;
}
.bold-filter {
	margin-top:50px;
	margin-bottom:50px;
}
.bold-filter .filter-button  {
	float:left;
	margin-right:20px;
    font-weight: bold;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.inline-filter .gallery-filters {
	float:left;
}
.inline-filter .gallery-filters a {
	float:left;
	margin-right:10px;
	padding:0 12px;
	text-transform:uppercase;
	position:relative;
	font-weight:800;
}
.inline-filter .gallery-filters a {
	color:#000;
}
.bold-filter.inline-filter .gallery-filters a:before  {
	content:'';
	position:absolute;
	bottom:-20px;
	right:0;
	width:0;
	background:#292929;
	height:6px;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.flat-filter .gallery-filters a:before {
	bottom:42px;
}
.bold-filter.inline-filter .gallery-filters a.gallery-filter-active:before  {
	width:100%;
}
.bold-filter.inline-filter .count-folio {
	float:left;
	margin-left:30px;
	padding:15px 0;
	width:100px;
	background: #000;
	position:relative;
	top:-14px;
	color:#fff;
}
.bold-filter.inline-filter .count-folio:before {
	content:"";
	position:absolute;
	top:12px;
	left:-25px;
	width:1px;
	height:20px;
	background:#ccc;
}
.bold-filter.inline-filter .count-folio:after {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:12px;
	margin-left:-6px;
	height:1px;
	margin-top:-1px;
	background:rgba(255,255,255,0.41);
}
.bold-filter.inline-filter .count-folio div  {
	float:left;
	width:50%;
	text-align:center;
	font-weight:900;
}
.menufilter {
	float:right;
	width:100px;
	position:relative;
	border-left:1px solid #eee;
	height:70px;
}
.ver-filter {
	bottom:0;
}
.tcf {
	bottom:32px;
}
.menufilter  .filter-button {
	float:left;
	position:relative;
	color:#000;
	width:100%;
	padding:5px 15px;
	font-size:10px;
	margin-top:26px ;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 10px;
	cursor:pointer;
	text-align:center;
	z-index:2;
}
.round-counter {
	float:left;
	width:100%;
	border-top:1px solid  rgba(255,255,255,0.41);
	position:relative;
	margin-top:10px;
	padding-top:10px;
}
.round-counter:before {
	content:'/';
	position:absolute;
	left:50%;
	top:8px;
	color:rgba(255,255,255,0.41);
	font-size:16px;
	margin-left:-4px;
}
.round-counter div {
	float:left;
	width:50%;
 	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#fff;
}
.hid-filter {
	float:left;
	position: absolute;
	display:none;
	padding :20px 22px;
	top:76px;
	background: rgba(0,0,0,0.81);
	width:150px;
}
.hid-filter a {
	float:left;
	color:#fff;
	width:100%;
	font-weight:700;
	font-size:12px;
	position:relative;
	padding:4px 10px 4px 0;
	text-align:left;
}
.gallery-filters.hid-filter a.gallery-filter-active {
	text-decoration:line-through;
}
.fixed-filter-wrap {
	position: absolute;
	top:70px;
	right:0;
	width:300px;
	bottom:0;
	z-index:1;
	padding:50px 60px;
	overflow:hidden;
}
.hid-filt-button {
	display:none;
}
.fixed-filter-wrap .gallery-filters a {
	float:left;
	width:100%;
	text-align:left;
	margin-bottom:10px;
}
.fixed-filter-wrap h3 {
	float:left;
	width:100%;
	padding-bottom:10px;
 	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	text-align:left;
	position:relative;
}
.fixed-filter-wrap .bold-separator {
	margin-top:5px;
}
.fixed-filter-wrap .gallery-filters {
	margin-top:30px;
	border-bottom:1px solid #eee;
	float:left;
	width:100%;
	padding-bottom:20px;
}
.fixed-filter-wrap .count-folio {
	float:left;
	background:#eee;
	width:80px;
	padding:13px 0;
	margin-top:20px;
}
.fixed-filter-wrap .count-folio div {
	float:left;
	width:50%;
}
.box-folio .grid-item {
	padding:20px 0;
	background:#fff;
	border-bottom:1px solid #f0f0f0;
}

.slider-zoom {
	position:absolute;
	top:20px;
	right:20px;
	z-index:5;
	cursor:pointer;
	background:#fff;
	width:30px;
	height:30px;
	line-height:30px;
}
.slider-wrap .swiper-container{width:100%;height:100%;margin:0 auto;}  .slider-wrap .swiper-slide{background:#fff;width: auto;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}

.slider-wrap {
	float:left;
	width:100%;
	height:90%;
	position:relative;
}
.slider-wrap.tpslw {
	height:95%;
}
.slider-wrap.homecarousel{
	height:100%;
}
.slider-wrap .swiper-slide {
	 padding:0 0 100px 0;
	 overflow:hidden;
}
.slider-wrap.homecarousel .swiper-slide{
	padding:0 0 70px 0;
}
.slider-wrap .swiper-slide img {
	width: auto;
	height:100%;
	position:relative;
	z-index:1;
}
.slider-wrap.homecarousel .swiper-container-horizontal>.swiper-scrollbar {
	bottom:30px;
}
.thumb-info {
	position:absolute;
	bottom:70px;
	left:0px;
	right:0px;
	padding:40px 70px 50px;
	z-index:2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.75)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
 	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.thumb-info h3{
	text-align:left;
	color:#fff;
	font-size:26px;
	font-weight:900;
	line-height:40px;
	letter-spacing:-1px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	position:relative;
}
.thumb-info h3:before {
	content:'';
	position:absolute;
	left:-20px;
	bottom:-40px;
	top:-20px;
	width:1px;
	background:rgba(255,255,255,0.51)
}
.thumb-info h3 a{
	 color:#fff;
}
.thumb-info p {
	color:#fff;
	opacity:0.6;
	font-weight:900;
}
.slider-wrap .gallery-popup , .fs-gallery-wrap .gallery-popup {
	position:absolute;
	z-index:12;
	top:0;
	right:-50px;
	color:#000;
	font-size:12px;
	width:50px;
	height:50px;
	line-height:50px;
	background:#fff;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.fs-gallery-wrap .gallery-popup {
	background:#000;
	color:#fff;
	font-size:10px;
	right:0;
}
.slider-wrap .sw-button , .fs-gallery-wrap .sw-button{
	position:absolute;
	top:50%;
	width:40px;
	height:40px;
	background: rgba(0,0,0,0.51);
	color:#fff;
	line-height:40px;
	z-index:20;
	font-size:12px;
	cursor:pointer;
	margin-top:-20px;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.slider-wrap .sw-button.swiper-button-next  , .fs-gallery-wrap .sw-button.swiper-button-next {
	right:40px;
}
.slider-wrap .sw-button.swiper-button-prev  , .fs-gallery-wrap .sw-button.swiper-button-prev  {
	left:40px;
}
.slider-wrap .sw-button , .fs-gallery-wrap .sw-button {
	color:#000;
	background:#fff;
}
.slider-wrap .sw-button:hover , .fs-gallery-wrap .sw-button:hover {
	opacity:0.8;
}
.slider-wrap .swiper-slide:hover  .gallery-popup , .fs-gallery-wrap:hover .gallery-popup {
	right:0;
}
.pr-der-pad {
	padding-top:0;
}
.pr-title{
	font-size: 25px;
	text-align:left;
	font-weight: 700;
	position:relative;
	padding-left: 0px;
	line-height: 40px;
	padding-right:20px;
}
.pr-title span {
	float:left;
	width:100%;
	padding-top:10px;
	color:#000;
	text-align:center;
	font-size:16px;
	text-transform:none;
	font-weight:400;
	line-height:18px;
}
.pr-title:before  {
	/*content:'';*/
	position:absolute;
	left:0;
	width:1px;
	height:120px;
	background:#eee;
	top:50%;
	margin-top:-60px;
}
section.parallax-section  .pr-title {
	color:#fff;
	position:relative;
	top: -22px;
}
section.parallax-section  .pr-title:before {
	display:none;
}
section.parallax-section  .pr-title:after {
	content:'';
	position:absolute;
	left:0px;
	width:60px;
	height:6px;
	background:#fff;
	top: inherit;
	bottom:-250px;
}
.det-margin {
	margin-top:70px;
}
.det-wrap p {
	font-size:13px;
}
.pr-list {
	float:left;
	width:100%;
	padding:30px 0;
}
.pr-list li {
	float:left;
	width:100%;
	padding:10px 0;
	text-align:left;
	font-weight: 800;
	font-size:11px;
	word-spacing: 0;
    text-transform: uppercase;
}
.pr-list li span {
	float: left;
    padding-right: 10px;
    color: #999;
}
.dec-border {
	height:1px;
	background:#eee;
	margin:10px 0 30px;
}
.pr-subtitle {
	font-size:12px;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	float:left;
	width:100%;
	text-transform:uppercase;
	padding-bottom:20px;
	line-height:34px;

}
.pr-subtitle span.let-num {
	float:left;
	padding-right:80px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size:34px;
	color:#000;
	position:relative;
	top:-6px;
}
.pr-subtitle span.let-num:before {
	content:'';
	position:absolute;
	bottom:0;
	right:10px;
	width:54px;
	height:1px;
	background:#eee;
}
.content-nav {
	float:left;
	position:relative;
	width:100%;
	padding:0 30px;
	margin-top:100px;
	border:1px solid #eee;
	background:#fff;
}
.content-nav.blog-nav {
	margin-top:50px;
}
.content-nav li {
	width:33.3%;
	float:left;
	border-left:1px solid #eee;
	padding:10px 0;
}
.content-nav li:first-child {
	border:none;
}
.content-nav li a.ln , .content-nav li a.rn {
	color:#000;
	padding-top:8px;
	font-size:24px;
	position:relative;
}
.content-nav li a.ln i , .content-nav li a.rn i  , .customNavigation a i , .content-nav li a span.tooltip{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.content-nav li a.ln:hover i ,  .content-nav li a.rn:hover i , .customNavigation a:hover i  {
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-o-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	transform: rotateX(360deg);
}
.content-nav li a.ln {
	float:left;
}
.content-nav li a.rn {
	float:right;
}
.list {
	width:40px;
	height:40px;
	overflow:hidden;
	display:inline-table;
}
.list a,
.list span{
	display:block;
	width:40px;
	height:40px;
}
.list a{
	position:relative;
	padding: 10px;
}
.list a span{
	width: 20px;
	height: 20px;
	overflow:hidden;
	position: relative;
}
.list a i{
	display:block;
	position:absolute;
	background-color:#000;
	width:6px;
	height:0;
	-webkit-transition-property: height, -webkit-transform;
	   -moz-transition-property: height, -moz-transform;
	     -o-transition-property: height, -o-transform;
	        transition-property: height, transform;
	-webkit-transition-duration: 0.5s;
	   -moz-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(.75,0,.3,1);
	   -moz-transition-timing-function: cubic-bezier(.75,0,.3,1);
	     -o-transition-timing-function: cubic-bezier(.75,0,.3,1);
	        transition-timing-function: cubic-bezier(.75,0,.3,1);
}
.list a i.c1{ left:0px; }
.list a i.c2{ left:7px; }
.list a i.c3{ left:14px; }
.list a i.c1.b1{ height:7px; 	-webkit-transform: translate(0, 0); 	-moz-transform: translate(0, 0); 	-o-transform: translate(0, 0); 		transform: translate(0, 0); }
.list a i.c1.b2{ height:7px; 	-webkit-transform: translate(0, 8px); 	-moz-transform: translate(0, 8px); 	-o-transform: translate(0, 8px); 	transform: translate(0, 8px); }
.list a i.c1.b3{ height:7px; 	-webkit-transform: translate(0, 40px); 	-moz-transform: translate(0, 40px); -o-transform: translate(0, 40px); 	transform: translate(0, 40px); }
.list a i.c2.b1{ height:10px; -webkit-transform: translate(0, 0); 	-moz-transform: translate(0, 0); 	-o-transform: translate(0, 0); 		transform: translate(0, 0); }
.list a i.c2.b2{ height:7px; 	-webkit-transform: translate(0, 11px); 	-moz-transform: translate(0, 11px); -o-transform: translate(0, 11px); 	transform: translate(0, 11px); }
.list a i.c2.b3{ height:7px; 	-webkit-transform: translate(0, 35px); 	-moz-transform: translate(0, 35px); -o-transform: translate(0, 35px); 	transform: translate(0, 35px); }
.list a i.c3.b1{ height:5px; 	-webkit-transform: translate(0, 0); 	-moz-transform: translate(0, 0); 	-o-transform: translate(0, 0); 		transform: translate(0, 0); }
.list a i.c3.b2{ height:7px; 	-webkit-transform: translate(0, 6px); 	-moz-transform: translate(0, 6px); 	-o-transform: translate(0, 6px); 	transform: translate(0, 6px); }
.list a i.c3.b3{ height:7px; 	-webkit-transform: translate(0, 33px); 	-moz-transform: translate(0, 33px); -o-transform: translate(0, 33px); 	transform: translate(0, 33px); }
.list a:hover i.c1.b1{ height:7px; 	-webkit-transform: translate(0, -8px); 	-moz-transform: translate(0, -8px);	 -o-transform: translate(0, -8px); 	transform: translate(0, -8px); }
.list a:hover i.c1.b2{ height:7px; 	-webkit-transform: translate(0, 0); 	-moz-transform: translate(0, 0); 	 -o-transform: translate(0, 0); 	transform: translate(0, 0); }
.list a:hover i.c1.b3{ height:7px; 	-webkit-transform: translate(0, 8px); 	-moz-transform: translate(0, 8px); 	 -o-transform: translate(0, 8px); 	transform: translate(0, 8px); }
.list a:hover i.c2.b1{ height:10px; 	-webkit-transform: translate(0, -11px); -moz-transform: translate(0, -11px); -o-transform: translate(0, -11px); transform: translate(0, -11px); }
.list a:hover i.c2.b2{ height:10px; 	-webkit-transform: translate(0, 0); 	-moz-transform: translate(0, 0); 	 -o-transform: translate(0, 0); 	transform: translate(0, 0); }
.list a:hover i.c2.b3{ height:7px; 	-webkit-transform: translate(0, 11px); 	-moz-transform: translate(0, 11px);  -o-transform: translate(0, 11px); 	transform: translate(0, 11px); }
.list a:hover i.c3.b1{ height:5px; 	-webkit-transform: translate(0, -6px); 	-moz-transform: translate(0, -6px);  -o-transform: translate(0, -6px); 	transform: translate(0, -6px); }
.list a:hover i.c3.b2{ height:5px; 	-webkit-transform: translate(0, 0); 	-moz-transform: translate(0, 0); 	 -o-transform: translate(0, 0); 	transform: translate(0, 0); }
.paginate .list a:hover i.c3.b3{ height:7px; 	-webkit-transform: translate(0, 6px); 	-moz-transform: translate(0, 6px); 	 -o-transform: translate(0, 6px); 	transform: translate(0, 6px); }
.content-nav li a.ln span.tooltip  , .content-nav li a.rn span.tooltip {
	position:absolute;
	top:-10px;
	font-size:10px;
	text-transform:uppercase;
	min-width:150px;
	visibility:hidden;
	font-weight:800;
	opacity:0;
}
.content-nav li a.ln span.tooltip {
	left:100%;
	margin-left:20px;
	text-align:left;
}
.content-nav li a.rn span.tooltip {
	right:100%;
	margin-right:20px;
	text-align:right;
}
.content-nav li a:hover span.tooltip {
	top:50%;
	opacity:1;
	visibility:visible;
}
.cur-page{
	font-size:12px;
 	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	padding-top:18px;
	float:left;
	width:100%;
}

.cur-page span {
	color:#666;
	position:relative;
	top:-6px;
}
.fs-gallery-wrap {
	overflow:hidden;
	z-index:20;
	background:#f9f9f9;
}
.fs-gallery-wrap .swiper-container{width:100%;height:100%; }
.fs-gallery-wrap  .swiper-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center; overflow:hidden;}
.fs-gallery-wrap .swiper-pagination-bullet {
	border-radius:0;
	background:none;
	padding:10px 12px;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	position:relative;
	color:#000;
 	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size:12px;
	opacity:1;
	float:left;
	margin-top:0;
	line-height:0;
}
.fs-gallery-wrap .swiper-pagination-bullet:before {
	content:'';
	position:absolute;
	bottom:50%;
	left:30px;
	width:0;
	height:1px;
	margin-bottom:-1px;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	background:#fff;
}
.fs-gallery-wrap .swiper-pagination-bullet:last-child:before  {
	left:inherit;
	right:20px;
}
.fs-gallery-wrap .swiper-pagination  {
	z-index:100;
	right: 0px;
	width:auto;
	left:inherit;
	bottom:0;
	background:#fff;
	padding:20px 15px;
	border-bottom:1px solid #eee;
}
.fs-gallery-wrap .swiper-pagination-bullet-active {
	color:#999;
	padding-right:50px;
}
.fs-gallery-wrap .swiper-pagination-bullet-active:last-child {

	padding-right:0;
	padding-left:50px;
}
.fs-gallery-wrap .swiper-pagination-bullet-active:before  {
	width:30px;
}
.show-info {
	position:absolute;
	bottom:50px;
	left:50px;
	width:50%;
	z-index:15;
}
.slider-wrap .show-info{
	bottom:130px;
}
.slider-wrap.tpslw .show-info {
	bottom:130px;
}
.show-info span {
	text-transform:uppercase;
	font-size:10px;
	color:#fff;
	background:#000;
	padding:12px 20px;
 	font-family: 'Montserrat', sans-serif;
	font-weight:800;
	cursor:pointer;
	float:left;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.tooltip-info{
 	height: auto;
	line-height: 20px;
	padding: 10px 20px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-indent: 0px;
	position: absolute;
	background:rgba(0,0,0,0.5);
	bottom:30px;
	opacity: 0;
	left:0;
	margin-bottom:40px;
	visibility: hidden;
	pointer-events: none;
	z-index:16;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.tooltip-info p {
	font-size:11px;
	font-weight:600;
	word-spacing:no-wrap;
	color:#fff;
}
.tooltip-info h5 {
	font-size:16px;
	margin-top:12px;
	padding:5px 0;
	position:relative;
 	font-family: 'Montserrat', sans-serif;
	text-align:left;
}
.show-info:hover .tooltip-info {
	visibility:visible;
	opacity:1;
	bottom:10px;
}
.pr-tags {
	margin-bottom:30px;
	padding:22px 20px;
	border:1px solid #eee;
	background:#f9f9f9;
}
.pr-tags span , .pr-tags ul , .pr-tags ul li {
	float:left;
}
.pr-tags span{
	font-family: 'Montserrat', sans-serif;
	text-align:left;
	padding-right:20px;
	font-weight:800;
	border-right:1px solid #ccc;
}
.pr-tags ul {
	padding-left:20px;
}
.pr-tags ul li {
	margin-right:10px;
	padding-top:3px;
}
.pr-tags ul li a {
	font-style:italic;
	color:#999;
}
.pr-tags ul li a:hover {
	color:#000;
}
.parallax-item {
	margin:50px 0;}

.parallax-item  img{
	width:100%;
	height:auto;
}
.parallax-text {
}
.parallax-text.right-pos {
	right:-220px;
}
.parallax-text.left-pos {
	left:-190px;
	bottom: 20%;
}
.parallax-text h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	position: relative;
}
.parallax-text h3:before {
	content:'';
	position:absolute;
	top:-20px;
	width:60px;
	height:6px;
	left:0;
	background:#292929;
}
.parallax-text h3:after {
	content:'';
	position:absolute;
	top:-5px;
	bottom:-10px;
	width:1px;
 	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	right:-100px;
	background:#ccc;
	z-index:1;
}
.parallax-text h3:hover:after{
	width:140%;
	opacity:0.4;
}
.parallax-text h3 a {
	position:relative;
	z-index:10;
}
.parallax-text.left-pos h3   {
	text-align:left  ;
}
.parallax-text.right-pos h3   {
	text-align:left  ;
}
.parallax-text h4 {
	text-align:left;
	color:#000;
	font-size: 16px;
	padding:15px 0;
}
.parallax-header {
	padding-bottom: 15px;
}
.parallax-header span {
	float:left;
	font-size:24px;
	text-align:left;
	font-weight:bold;
	 font-family: 'Montserrat', sans-serif;
	 position:relative;
}
.parallax-header span:before {
	content:'';
	position:absolute;
	bottom:0;
	left:60px;
	width:150px;
	background:#eee;
	height:1px;
}
.parallax-header ul {
	float:right;
	position:relative;
	top:2px;
	border-left:1px solid #ccc;
	padding:10px 0 10px 30px;
}
.parallax-header ul li {
	float:left;
	padding-left:15px;
	text-align:left;
}
.single-slider {
	float:left;
	position:relative;
}
.single-slider img {
	width:100%;
	height:auto;
}
.single-slider .swiper-pagination {
	bottom:40px;

	font-weight:700;
	color:#292929;
	font-size:10px;
}
.single-slider .swiper-pagination:before {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-35px;
	width:70px;
	margin-top:-20px;
	height:40px;
	background: transparent !important;
	z-index:-1;
}
.swiper-pagination {
	color: #c5c5c5 !important
}
.single-slider .swiper-button-prev , .single-slider .swiper-button-next {
	position:absolute;
	top:0;
	width:40px;
	height:40px;
	margin-top:20px;
	font-size: 18px;
	background:#ebf8ff;
	color:#333;
	z-index:20;
	line-height:40px;
	cursor:pointer;
}
.single-slider .swiper-button-prev {
	left:10px;
}
.single-slider .swiper-button-next {
	right:10px;
}
/*-----item hover ------------------------------------------------*/
.line-gal {
	margin-bottom:30px;
}
.box-item {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	-webkit-transform: translate3d(0,0,0);
}
.line-gal .box-item  {
	margin-bottom:20px;
}
.box-item a.popup-image {
	position:absolute;
	top:-50px;
	opacity:0;
	right:0;
	width:50px;
	height:50px;
	background:#fff;
	line-height:50px;
	z-index:5;
	color:#000;
	font-size:12px;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.box-item  img {
	position:relative;
	z-index:1;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
  	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.box-item .overlay {
	opacity:0;
	z-index:4;
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.box-item:hover .overlay  , .gallery-item:hover .overlay{
	opacity:0.3;
}
.box-item:hover img , .gallery-item:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform:scale(1.15);
	transform: scale(1.15);
}
.gallery-item:hover .swiper-slide img {
	-webkit-transform: scale(1.0);
	-moz-transform:scale(1.0);
	transform: scale(1.0);
}
.box-item:hover a.popup-image  , .gallery-item:hover a.popup-image{
	top:0;
	opacity:1;
}
.box-item a.popup-image:hover i{
	-webkit-transform: scale(1.15);
	-moz-transform:scale(1.15);
	transform: scale(1.15);
}
.grid-item-holder .box-item a.popup-image {
	right:-2px;
}
/*------ Video ------------------------------------------------*/
.promo-video-text {
	float:left;
	font-family: 'Montserrat', sans-serif;
	font-weight:800;
	color:#fff;
	font-size: 64px;
    text-transform: uppercase;
    line-height: 75px;
	text-align:left;
	padding-bottom:20px;
	border-bottom:1px solid rgba(255,255,255,0.41);
	width:100%;
}
.promo-video p {
    float: left;
    max-width: 500px;
    text-align: left;
    color: #fff;
    margin-top: 50px;
    position: relative;
    font-size: 13px;
    opacity: 0.8;
}
.promo-video a {
	float:right;
	width:50px;
	height:50px;
	line-height:46px;
	border:3px solid #fff;
	border-radius:100%;
	color:#fff;
	margin-top: 50px;
}
.promo-video a:hover {
	background:rgba(255,255,255,0.41);
}
.media-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:-1;
}
.hero-content .media-container {
	height:110%;
}
.video-mask {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.mob-bg {
	display:none;
}
.video-holder{
    position: absolute;
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden !important;
    top: 0;
    left: 0;
    padding: 0 !important;
}
.video-holder iframe  {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
	overflow:hidden;
}
.background-youtube {
	position:absolute;
	top:-25% !important;
}
.video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	line-height: 0;
	z-index: -1;
}
.video-container video {
	width: 100%;
}
.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-media video {
	width:100%;
	height:auto;
}
/*------ map - ------------------------------------------------*/
.map-box {
	float:left;
	width:100% ;
	height:400px;
	position:relative;
	margin:40px 0;
}
#map-canvas{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:400px;
}
.user-wrap {
	float:right;
	height:70px;
	color: #333;
	font-weight: 500;
	font-size: 14px;
	padding: 18px 24px;
	box-sizing:border-box;
	border-left:1px solid #d0d0d0;
}
.user-wrap i {
	font-size: 25px;
}
.user-wrap a {
	color: #333
}
.user-wrap a:hover {
	text-decoration: none;
	color: #4440ff;
}
/* ------share------------------------------------------------------------ */
.show-share-wrap {
	float:right;
	height:70px;
	width:70px;
	padding: 20px 24px;
	box-sizing:border-box;
	border-left:1px solid #e6eaea;
}
.show-share-wrap div {
	position:relative;
	float:left;
	width:100%;
	top:30px;
	cursor:pointer;
}
.show-share-wrap div  img {
	width:15px;
	height:15px;
	margin-left:10px;
}
.show-share-wrap div  span {
	text-transform:uppercase;
	font-weight:800;
	font-size:10px;
	position:relative;
}
.show-share-wrap div  span:before {
	content:'';
	position:absolute;
	bottom:-4px;
	left:0;
	width:0;
	height:2px;
	background:#000;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.show-share-wrap div  span:hover:before {
	width:100%;
}
.share-wrapper {
	position:fixed;
	top:70px;
	bottom:0;
	z-index:100;
	right:-131px;
	width:120px;
	background:#fff;
	padding-top:150px;
	border-left:1px solid #eee;
}
.share-container {
	position:absolute;
	width:100%;
	top:0;
	left:0;
}
.share-icon {
    height:60px;
    width:100%;
	float:left;
    margin-bottom:1px;
	position:relative;
	font-size:15px;
	line-height:60px;
	color: #999;
	opacity:1;
	border-bottom:1px solid #eee;
}
.share-icon:hover {
	color:#000;
}
.share-icon:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.share-icon-digg:before {
    content: "\f1a6";
}
.share-icon-email:before  {
    content: "\f003";
}
.share-icon-flickr:before  {
    content: "\f16e";
}
.share-icon-foursquare:before  {
    content: "\f180";
}
.share-icon-rss:before {
    content: "\f09e";
}
.share-icon-facebook:before  {
    content: "\f09a";
}
.share-icon-twitter:before {
    content: "\f099";
}
.share-icon-tumblr:before {
   content: "\f173";
}
.share-icon-linkedin:before {
     content: "\f08c";
}
.share-icon-vimeo:before {
   content: "\f194";
}
.share-icon-instagram:before {
    content: "\f16d";
}
.share-icon-pinterest:before {
    content: "\f0d2";
}
.share-icon-googleplus:before {
   content: "\f0d5";
}
.share-icon-in1:before {
    content: "\f08c";
}
.share-icon-stumbleupon:before {
    content: "\f1a4";
}
.small-sec-title {
	float:left;
	width:100%;

}
.small-sec-title h3 {
	float:left;
	width:100%;
	font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	text-align:left;
}
/*------ map - ------------------------------------------------*/
.map-box {
	float:left;
	width:100% ;
	height:400px;
	position:relative;
	margin:50px 0;
}
#map-canvas{
	position:absolute;
	top:0;
	left:0;
	width:100% ;
	height:400px;
}
/*--------------Contacts--------------------------------------*/
.contact-details-wrap {
	margin-top: 0px;
}
.border-dec {
	padding-bottom:50px;
}
.contact-details {
	text-align: left;
}
.contact-details h3 {
	line-height: 1.4;
}
.contact-details .lead {
	line-height: 1.5;
	font-size: 14px;
}
.contact-details p {
	font-size: 14px;
	font-weight: 400;
}
.contact-details ul li {
	text-align:left;
	float:left;
	width:100%;
	font-weight: 600;
    letter-spacing: 0px;
    word-spacing: 0;
    text-transform: none;
	margin-bottom:12px;
	font-size:14px;
}
.contact-details ul li span {
	float:left;
	padding-right:10px;
	color: #999;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f3f3f3;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-lg {
    font-size: 14px;
    line-height: 1.5;
    height: calc(1.5em + 2rem + 2px);
    padding: .375rem .75rem;
    border-radius: 0;
}
.error_message {
	text-align:left;
	font-size:12px;
	max-width:450px;
	position:relative;
	padding:10px 10px 10px 0;
	color:#933;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
}
#success_page h3{
	text-align:left;
	font-size:13px;
	padding-bottom:4px;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
}
#success_page p {
	margin-top:5px;
	text-align:left;
	padding:16px 6px 6px 0;
	color:#000;
}
#success_page p strong {
	font-weight:bold;
}
#message fieldset {
	border:none;
}
.social-wrap {
}
.social-wrap ul {
	margin:0 auto;
	max-width:1224px;
}
.social-wrap ul li {
	float:left;
	padding:5px 0;
	border-left: none;
	border-color: #000;
	box-sizing:border-box;
}
.social-wrap ul li:last-child {
	border-right:1px solid #eee;
}
.social-wrap ul li a {
	color:#999;
	font-size:18px;
}
.social-wrap ul li a:hover {
	color:#c5c5c5;
}
#tabs-container {
	float: left;
	width: 100%;
	margin-top:10px;
}
.tab {
	 float: left;
	 width: 100%;

}
.tabs-menu {
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:30px;
}
.tabs-menu  li {
	float:left;
	margin-right:20px;
}
.tabs-menu  li a{
	padding:20px 35px;
	background:#f1f1f1;

	font-weight:700;
	color:#999;
}
.tabs-menu  li.current a {
	color:#000;
}
#tab-1 {
	display: block;
}
/*--------------Testimonials--------------------------------------*/
.testilider .swiper-pagination {
	font-size:89px;
	z-index:-1;
	color:#fff;
	opacity:0.3;
	width:inherit;
	right:100px;
	left:inherit;
	bottom:0;
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
	font-weight:800;
}
.testilider .swiper-pagination:before {
	display:none;
}
.testi-item  {
	padding:0 120px;
}
.testi-item p{
	color:#000;
	font-size:15px;
	text-align: center;
	font-weight: 400;
	padding-bottom: 25px;
	max-width:100% !important;
}
.testi-item h3 {
	float:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
	color:#000;
	font-weight:700;
	text-align:center;
	font-size: 15px;
	
}
.testi-item .btn {
	margin-top:20px;
}
/*------ Blog - ------------------------------------------------*/
.fwpost-container {
	padding-left:30px;
}
.post p {
	font-size:13px;
}
.fw-post {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #eee;
}
.masonry-post {
	padding-right:30px;
	padding-bottom:40px;
}
.fw-post h2 , .masonry-post h2{
	float:left;
	width:100%;
	text-align:left;
	font-weight:800;
	font-size:30px;
	margin-bottom:40px;
	position:relative;
}
.masonry-post h2 {
	font-size:20px;
	margin-bottom:20px;
}
.fw-post.single-post h2 {
	font-size:40px;
}
.blog-title-opt {
	float:left;
	padding:15px 20px;
	margin-bottom:20px;
	background:#292929;
}
.blog-title-opt li {
	float:left;
	margin-right:20px;
	position:relative;
	color:#fff;
}
.blog-title-opt li a {
	color:#fff;
	font-weight:800;
}
.fw-post h2 span {
	background:#fff;
	z-index:2;
	position:relative;
	float:left;
	padding-right:30px;
}
.fw-post h2:before {
	content:'';
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	height:1px;
	background:#eee;
	z-index:1;
}
.blog-text h3 {
	text-align:center;
	color:#666;
	float:left;
	width:100%;
	font-weight:800;
	font-size:25px;
	padding-bottom:15px;
}
.blog-text p {
	font-size: 16px;
    text-align: center;
    color: #000;
}
.blog-text h3 a {
	color:#000;
}
.masonry-post .blog-text {
	padding-bottom:30px;
	border-bottom:1px solid #eee;
}
#sec2 .blog-media {
	border-radius: 100px;
}
#sec2 .gallery-item {
	float: none;
	width: 100%;
}
.blog-media{
	margin-bottom:30px;
	overflow:hidden;
}
.post-counter {
	float:right;
	position:relative;
	top:20px;
	padding:10px 15px;
	background:#f9f9f9;
	border:1px solid #eee;
}
.post-counter.single-post-counter{
	float:left;
	top:10px;
}
.post-counter li{
	float:left;
	margin-right:15px;
}
.post-counter li i ,  .post-counter li span {
	float:left;
}
.post-counter li span {
	margin-left:6px;

	font-style:italic;
	font-size:11px;
}
.widget-wrap {
	margin-bottom:70px;
	padding-left:60px;
}
.widget-wrap:before {
	content:'';
	position:absolute;
	bottom:-30px;
	left:60px;
	width:50px;
	height:6px;
	background:#292929;
}
.widget-title  span{
	text-align:left;
	font-size: 24px;
	text-transform: uppercase;
	float:left;
	padding-right: 30px;
	position:relative;
	top:-14px;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
}
.widget-title {
	font-size: 16px;
	padding-top: 0;
	font-weight: 600;
	margin-bottom: 10px;
	width:100%;
	position:relative;
	text-align: left;
}
.searh-inner input {
	background-color: #f1f1f1;
    font-size: 12px;
    height: 55px;
    padding: 0 20px;
    width: 70%;
    border: none;
}
.search-submit{
    width: 30%;
    height: 55px;
    float: right;
    background: #292929;
    color: #fff;
    font-weight: bold;
    border: none;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.about-widget img {
	width:100%;
	height:auto;
	margin-bottom:30px;
}
.widget-posts li {
	padding: 15px 10px;
	border-right:1px solid #eee;
	margin-bottom:8px;
	background:#f9f9f9;
}
.widget-posts-img {
	float:left;
	width:30%;
}
.widget-comments-img  img{
	 border-radius:100%;
}
.widget-posts-descr{
	float:left;
	width:70%;
	padding-left:20px;
	text-align:left;
}
.widget-posts-descr a{
	font-size:12px;

	color:#292929;
	font-weight:800;
	padding-bottom:20px;
}
.widget-posts-date  {
	float:left;
	width:100%;
	margin-top:10px;
	color:#999;
	font-size:12px;
}
.widget-wrap .tagcloud li {
	float:left;
	margin-bottom:4px;
}
.widget-wrap .tagcloud li a {
	float:left;
	text-align:center;
	padding:15px 30px;
	margin-right:2px;
	color:#fff;
	background:#292929;
	font-weight: 800;
}
.widget-wrap .tagcloud li a:hover {
	color:#ccc;
}
.jr-insta-thumb {
	float:left;
	width:100%;
}
.jr-insta-thumb ul {
	list-style:none;
}
.jr-insta-thumb li {
	float:left;
	width:33.3%;
	padding:5px;
	overflow:hidden;
}
.jr-insta-thumb li img {
	width:100%;
	height:auto;
}
.jr-insta-thumb li a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.jr-insta-thumb li a:hover {
	opacity:0.6;
}
.cat-item li{
	float:left;
	width:100%;
	padding-bottom: 8px;
	margin-bottom: 15px;
	text-align:left;
	position:relative;
}
.cat-item li:before {
	content:'';
	position:absolute;
	bottom:6px;
	width:100px;
	height:1px;
	background:#eee;
	left:50%;
	margin-left:-25px;
}
.cat-item  li a{
	float:left;
	font-size:12px;
	color:#292929;
	font-weight:800;
}
.cat-item  li  span {
	float:right;
}
.cat-item a , .tagcloud li a{
	font-size: 10px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.post-author {
	margin-bottom:40px;
	margin-top:10px;
	float:left;
	border-bottom:1px solid #eee;
	padding:20px 0;
}
.author-img {
	float:left;
	width:15%;
}
.author-content {
	float:left;
	width:85%;
	padding-left:10px;
}
.author-img img {
	border-radius:100%;
	float:left;
}
.author-content h5 {
	font-size:14px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:14px;
	color:#000;
	display:block;
	float:left;
	font-weight:500;
}
.author-content p {
	margin-bottom:8px;
	float:left;
	width:100%;
}
.author-social {
	float:right;
	background:#fff;
	position:relative;
}
.author-social:before {
	content:'';
	position:absolute;
	right:100%;
	margin-right:50px;
	top:50%;
	width:150px;
	height:1px;
	background:#eee;
}
.author-social li {
	float:left;
	position:relative;
	width:50px;
	height:50px;
	line-height:50px;
	background:#fff;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.author-social li:first-child {
	border-left:1px solid #eee;
}
.author-social li:before {
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:1px;
	height:50px;
	background:#eee;
}
.author-social li a {
	color:#999;
}
#comments{
	text-align:left;
	padding-top: 10px;
	float:left;
	width:100%;
	margin-top:0px;
}
#comments.single-post-comm{
	margin-top:0;
	padding-top:0;
}
#comments-title , #reply-title{
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 5px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	color:#666;
}
.comment{
	float: left;
}
.comment-body{
	position: relative;
	margin-left: 70px;
	padding-top: 30px;
}
.comment-author{
	position: absolute;
	top: 30px;
	left: -66px;
}
.comment-author img{
	border-radius: 100%;
}
.comment .children{
	margin-left: 70px;
}
.fn{
	display: block;
	margin-bottom: 10px;
}
.comment-meta, .comment-meta a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	letter-spacing:1px;
	color:#494949;
	padding-bottom:10px;
}
#respond{
	margin-top:40px;
}
#reply-title{
	padding-bottom:30px;
	margin-bottom:5px;
}
.comment-notes{
	margin-top: 10px; color: #a4a4a3;
}
.control-group label, .control-group .controls{
	display: inline-block;
}
.control-group label{
	margin-left: 10px;
	font-weight: 600;
}
.control-group .controls input {
	margin-top: 15px;
	border: none;
	outline: none;
	height: 35px;
	background: #f9f9f9;
	padding-left: 15px;
	color: #a4a4a3;
	text-decoration: none;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.control-group .controls textarea {
	margin-top: 15px;
	border: none;
	outline: none;
	height: 180px;
	max-width:600px;
	background: #f9f9f9;
	padding-left: 15px;
	padding-top: 15px;
	color: #a4a4a3;
	resize: vertical;
	text-decoration: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.controls button {
	 margin-top:30px;
}
.fixed-bar:before {
	content:'';
	position:absolute;
	width:1000px;
	left:30px;
	top:-50px;
	bottom:-50px;
	background:#f9f9f9;
}
.no-fixbar {
	position:relative !important
}
.blog-filters span {
	float:left;
	margin-right:25px;
	position:relative;
	top:12px;
	font-weight:800;
}
.blog-btn-filter {
	float:left;
	margin-right:15px;
	position:relative;
}
.blog-btn-filter ul {
	display:none;
	position:absolute;
	top:50px;
	padding:15px 20px;
	background:#292929;
}
.blog-btn-filter ul li {
	float:left;
	min-width:150px;
	width:100%;
	padding:10px 0;
	text-align:left;
}
.blog-btn-filter ul li a {
	color:#fff;
}
.blog-filters-wrap   {
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
	padding:15px 0;
	margin-bottom:50px;
	z-index:100;
}
.blog-btn {
	float:left;
	padding:10px 50px 10px 20px;
	background:#f9f9f9;
	border:1px solid #eee;
	border-radius:4px;
	position:relative;
	cursor:pointer;
}
.blog-btn i {
	position:absolute;
	top:12px;
	right:8px;
}
.cat-list {
	float:left;
	width:100%;
	list-style:none;
	margin:2px 0 6px;
}
.cat-list li {
	float:left;
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666;
	margin-right:18px;
	position:relative;
}
.cat-list li:before {
	content:'/';
	position:absolute;
	right:-12px;
	top:-1pxpx;
	color:#000;
}
.cat-list li:last-child:before {
	display:none;
}
.cat-list li a {
	color:#999;
}
/*------ 404 ------------------------------------------------*/
.error-wrap{
	position:relative;
	width:100%;
	top:30%;
	left:0;
	float:left;
	z-index:6;
}
.error-wrap h2{
	color:#000;
	font-size:154px;
	font-weight:900;
	position:relative;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.error-wrap .btn {
	float:none ;
	display:inline-table;
}
.error-wrap h2:before {
	content:'';
	position:absolute;
	bottom:15px;
	left:50%;
	width:50px;
	height:4px;
	margin-left:-25px;
	background:#000;
}
.error-wrap p {
	font-size:17px;
	text-align:center;
}
/*--------------Responsive--------------------------------------*/
@media only screen and  (max-width: 1224px) {
.fixed-filter-wrap {
	float:left;
	position:relative;
	width:100%;
	padding:50px 30px 30px;
	top:0;
	margin-bottom:20px;
}
.column-content {
	padding-right: 0;
}
}
@media only screen and  (max-width: 1064px) {
header.main-header {
    padding: 0 0 0 30px;
}
.nav-button-wrap {
	display:block;
}
.nav-holder  , .main-footer , .fixed-bar:before , .sroll-nav-wrap ,  .hero-item:before , .nav-holder nav li a:before ,  .header-info , .height-emulator{
	display:none;
}
.content-holder , .content-footer  , .fixed-search{
	left:0;
}
.footer-inner {
	margin: inherit;
	float:left;
	width:100%;
	padding:90px 50px 70px 50px;
}
.slide-progress-container {
	right:50%;
	left:50px;
}
.pr-title {
	width:100%;
	margin-bottom:50px;
}
.cus-inner-title {
	margin-bottom:20px;}
.gallery-item {
	width:50% !important;
}
.blog-sidebar {
	margin-top:40px;
}
.widget-wrap {
    padding-left: 0;
}
.widget-wrap:before {
	left:0;
}
.footer-header {
	margin-top:25px;
}
.small-sec-title {
	margin-bottom:20px;
}
.section-title h2 , .hero-item h2 {
	font-size:44px !important;
	line-height:55px !important;
}
.order-item .btn{
	margin-top:70px;
}
.nav-holder {
	position:absolute;
	top:70px;
	right:0;
	width:260px;
	background:#fff;
	padding:30px;
	display:none;
	margin-right:0;
	overflow:auto;
	height:250px;
	box-shadow: 0 0 65px rgba(0,0,0,0.07);
}
.nav-holder nav {
	width:100%;
	float:left;
}
.nav-holder nav ul li  , .nav-holder nav ul li ul li , .nav-holder nav li ul li > ul    {
	float:left;
	width:100%;
	text-align:left;
	left:0;
	opacity:1;
	right: 0;
	height:auto;
	margin-left:0;
}
.nav-holder nav ul li {
	padding:10px 0;
}
.nav-holder nav ul li.lidec:before {
	position:absolute;
	right:10px;
	width:10px;
	height:10px;
     font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content: "\f107";
	font-size:14px;
	top:10px;
}
.nav-holder nav li ul  {
	margin: 0;
	padding-left:20px;
	opacity: 1;
	visibility: hidden;
	position: relative;
	width:100%;
	display:none;
	top:0;
	left: 0;
	z-index: 1;
	background: none;
	float:left;
	width:100%;
	border-bottom:1px solid #eee;
}
.nav-holder nav li a , .nav-holder nav li ul li a  {
	padding:0;
	width:auto;
	color:#000;
}
.nav-holder nav li ul li  ul  {
	margin: 0;
	padding-left:20px;
	padding-top:15px;
	padding-bottom:0;
	opacity: 1;
	position: relative;
	display: block;
	visibility: visible;
	top:0;
	left: 0;
	z-index: 1;
	float:left;
	width:100%;
	border:none;
}
.nav-holder nav li  > ul.visul    {
	display: block;
	left:0;
}
.parallax-text{
	float:left;
	position:relative;
	top: inherit;
	left:inherit !important;
	right:inherit !important;
	width:100%;
	margin-top:50px;
	text-align:left;
}
.hero-item {
	padding:0 100px;
}
.section-container .box-item {
	margin-top:50px;
}
.testilider {
	margin-top:50px;
}
.testi-item h3 {
    padding-bottom: 20px;
}
section.header-section .testi-item p{
	margin-top:20px;
}
section.parallax-section .pr-title {
	padding-left:70px;
}
section.parallax-section .pr-title:after {
	left:70px;
}
.custom-inner-holder {
    margin-top: 30px;
}
.sb-overlay {
	left:0;
}
footer.content-footer {
	position:relative;
	float:left;
	width:100%;
}
.nav-holder nav li a:hover  , .nav-holder nav li ul li  a:hover, nav.asl li  a.act-scrlink {
	color:#404040;
}
}
@media only screen and  (max-width: 768px) {
.team-holder li {
	width:100%;
}
section.header-section .bg  , section.header-section .overlay{
    width:100%;
}
section.header-section .overlay , section.parallax-section .overlay.op1 {
	opacity:0.4;
}
section.parallax-section {
    padding: 150px 0;
}
.inline-filter .gallery-filters{
	width:100%;
	padding:20px 0;
}
.inline-filter .gallery-filters a {
	width:100%;
	margin-right:0;
	text-align:left;
	margin-bottom:15px;
	padding-left:0;
}
.bold-filter.inline-filter .count-folio {
    margin-left: 0;
    padding: 15px 0;
    top: -3px;
}
.bold-filter.inline-filter .gallery-filters a:before  , .bold-filter.inline-filter .count-folio:before , .inline-facts:nth-child(2):before  {
	display:none;
}
.bold-filter {
    margin-top: 0;
    margin-bottom: 50px;
}
.inline-facts {
    width: 50%;
}
.menufilter {
	position:absolute;
	right:0;
	width:120px;
	background:#fff;
	top:70px;
}
.hid-filter {
	right:0;
	width:120px;
	top:70px;
}
}
@media only screen and  (max-width: 540px) {
.gallery-item , .clients-list li {
	width:100%  !important;
}
.subcribe-form span {
	display:none;
}
.subcribe-form {
    padding-left:0;
}
.section-title h2 , .hero-item h2 {
	font-size:34px !important;
	line-height:45px !important;
}
.slide-progress-container  , .partcile-dec{
	display:none;
}
.inline-facts {
    width: 100%;
}
.inline-facts:before{
	display:none;
}
.sidebar-menu {
	width:280px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg {
	background-attachment: scroll !important;
	-webkit-background-size:cover;
	background-position:center;
}
}
.icon-cart {
    background-image: url(../images/cart.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 24px;
    display: block;
}
.icon-search {
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 24px;
    display: block;
}
.icon-user {
    background-image: url(../images/user.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 24px;
    display: block;
}
.icon-quickview {
    background-image: url(../images/quick-view.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    display: block;
}
.cart-count {
    width: 17px;
    height: 17px;
    font-size: 10px;
    line-height: 17px;
    padding: 0;
    text-align: center;
    position: absolute;
    background: #c5c5c5;
    color: #fff;
    top: -25px;
    right: -15px;
    border-radius: 50%;
}
#content-2.menu-content {
	height: 500px;
}
.login-section {
	filter: grayscale(100%);
	-webkit-transition: 0.5s;
    transition: 0.5s; 
}
.login-section:hover {
	filter: grayscale(0%) !important;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

.login {
    /*width: 100%;
    height: 100%;
    background: rgba(244, 244, 244, 0.1);*/
}
.login.bg-container {
	background-color: #fff;
	padding: 30px;
}
.login .form-wrapper {
    display: block;
    margin-top: -20px;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
    background: #fff;
    box-shadow: 0px 16px 52px 0px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.login .form-wrapper label {
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111;
}
.login .form-wrapper .float-btn {
    float: none;
}
.login .form-wrapper .form-content {
    margin-top: 0px;
    padding: 60px;
    border-bottom: 1px solid #eaeaea;
}
.login .form-wrapper .form-content p {
    font-size: 16px;
	text-align: center;
}
.login .form-wrapper .form-content .form-header {
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
}
.login .form-control {
    width: 100%;
    padding: 12px 24px;
    font-size: 14px;
    border: 1px solid #e3e9ed;
    border-radius: 4px;
    color: #333;
    box-shadow: none;
    letter-spacing: 0px;
    -webkit-transition: border-color 0.5s;
    transition: border-color 0.5s;
}
.login label {
	font-size: 14px;
}
.login .form-wrapper .form-content .cards-header {
    display: block;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    color: #000;
    font-size: 18px;
}
.login .form-wrapper .form-content .cards-header a {
	color: #000;
}
.login .form-wrapper .signup {
  display: block;
  padding: 20px 0;
  text-align: center;
  background-color: #fff;
}

.login .form-wrapper .signup .social-card {
  display: inline-block;
  position: relative;
  padding: 30px 50px;
  width: 50%;
  height: 100%;
  float: left;
  border-right: 1px solid #eaeaea;
  background: #fff;
}

.login .form-wrapper .signup .social-card:last-child {
  border-right: none;
}

.login .form-wrapper .signup .social-card span,
.login .form-wrapper .signup .social-card i {
  position: absolute;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.login .form-wrapper .signup .social-card .sc-lead {
    display: block;
    bottom: 55px;
    font-size: 18px;
    left: 100px;
}

.login .form-wrapper .signup .social-card .sc-info {
    bottom: 80px;
    font-size: 15px;
    color: #797979;
    left: 100px;
}
.login .form-wrapper .signup .social-card i {
  display: inline-block;
  left: 40px;
  top: 40px;
  float: left;
  font-size: 50px;
  color: #c5c5c5;
  vertical-align: top;
}

.login .form-wrapper .signup .fb-card {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.login .form-wrapper .signup .fb-card:hover {
  background: #3b5998;
}

.login .form-wrapper .signup .fb-card:hover .sc-lead,
.login .form-wrapper .signup .fb-card:hover .sc-info,
.login .form-wrapper .signup .fb-card:hover i {
  color: #fff;
}

.login .form-wrapper .signup .tw-card {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.login .form-wrapper .signup .tw-card:hover {
  background: #eb4335;
}

.login .form-wrapper .signup .tw-card:hover .sc-lead,
.login .form-wrapper .signup .tw-card:hover .sc-info,
.login .form-wrapper .signup .tw-card:hover i {
  color: #fff;
}

.login .email-signup {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(17, 17, 17, 0);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.login .email-signup:hover {
  padding-bottom: 0;
  margin-bottom: 3px;
  border-bottom: 1px solid #111111;
}
.sec-heading-lg {
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    font-weight: 400;
    color: #333333;
}
.acc-menu {
    float: left;
    list-style: outside none none;
    padding: 5px 0;
    text-align: right;
    width: 100%;
    margin-top: 20px;
}
.acc-menu li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #ccc;
}
.acc-menu li a {
   color: #333;
   font-weight: 500;
   font-size: 14px;
   text-transform: none;
   letter-spacing: 0em;
   line-height: 1;
}
.acc-menu li a.active {
  color: #000;
  border-bottom: 1px solid #4440ff
}
.acc-menu li a:hover {
    color: #000;
}
.acc-menu li.last-item a {
    border: medium none;
    padding-right: 0;
}
.link-btn-left {
	text-align: left;
}
.link-btn-left a {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    z-index: 1;
    line-height: 26px;
    overflow: hidden;
}
.link-btn-left a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #fff;
    z-index: -1;
}
.link-btn-left a:hover {
	text-decoration: none;
}
.link-btn a {
    position: relative;
    color: #000;
    display: inline-block;
    z-index: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    overflow: hidden;
}
.link-btn {
	text-align: center;
}
.link-btn.position {
	position: absolute;
	bottom: 20px;
}
.link-btn a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #bcbbff;
    z-index: -1;
}
.link-btn a:hover {
	text-decoration: none;
}

.read-more-btn span {
    position: relative;
    color: #000;
    display: inline-block;
    z-index: 1;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    overflow: hidden;
}
.read-more-btn {
	text-align: center;
}
.read-more-btn span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #bcbbff;
    z-index: -1;
}
.read-more-btn span:hover {
	text-decoration: none;
}

.decorative--pattern {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 999;
    width: 700px;
    height: 700px;
    margin-left: 0px;
    margin-top: -50px;
    opacity: .2;
    pointer-events: none;
}
.decorative--pattern:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.decorative--pattern__inner {
	-webkit-transform: scale(0.92);
	-ms-transform: scale(0.92);
	transform: scale(0.92);
	opacity: 0;
	-webkit-transition: opacity 3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: opacity 3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.decorative--pattern__inner,
.decorative--pattern img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.decorative--pattern.is-revealed .decorative--pattern__inner {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.decorative--pattern img[src*="pattern-circle.svg"] {
	opacity: .7;
}

.decorative--pattern img[src*="pattern-circle.svg"],
.decorative--pattern img[src*="pattern-circle--large.svg"] {
	-webkit-animation: pattern_rotate 150s infinite linear;
	animation: pattern_rotate 150s infinite linear;
}
@-webkit-keyframes pattern_rotate {

from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes pattern_rotate {

from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}
.preloader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	-webkit-transition: all .75s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	        transition: all .75s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

.preloader.is-hidden {
	opacity: 0;
}

@-webkit-keyframes bounce {
	50% {
	  -webkit-transform: translatey(-20px);
	          transform: translatey(-20px);
	}
	100% {
	  -webkit-transform: translatey(20px);
	          transform: translatey(20px);
	}
}

@keyframes bounce {
	50% {
	  -webkit-transform: translatey(-20px);
	          transform: translatey(-20px);
	}
	100% {
	  -webkit-transform: translatey(20px);
	          transform: translatey(20px);
	}
}

.bounce {
	position: absolute;
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	        transform: translate3d(-50%,-50%,0);
}

.bounce div {
	border-radius: 100%;
	height: 10px;
	width: 10px;
	background-color: #6DC978;
	-webkit-animation: bounce 1s ease-in-out infinite;
	        animation: bounce 1s ease-in-out infinite;
	position: absolute;
	top: 0;
	-webkit-transform: translatey(20px);
	        transform: translatey(20px);
}

.bounce div:first-of-type {
	left: -20px;
	-webkit-animation-delay: 0.20s;
	        animation-delay: 0.20s;
}

.bounce div:nth-of-type(2) {
	-webkit-animation-delay: 0.10s;
	        animation-delay: 0.10s;
	background-color: #F4C31E;
}

.bounce div:last-of-type {
	left: 20px;
	background-color: #00BDCC;
}
.alt-services-image > img{
    display: block;
    width: 100%;
}
.alt-service-item {
	padding: 40px 20px 40px 120px;
    text-align: left;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition: 0.5s all ease-in-out;
}
.alt-service-item:hover {
	background-color: #333;
	opacity: 0.9;
}
.call-to-action a {
	text-decoration: none;
}
.call-to-action a:hover {
	text-decoration: none;
}
.alt-service-icon img {
	max-width: 100%;
}
.alt-service-icon{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 32px;
    left: 40px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    color: #111;
    
    -webkit-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.alt-services-title{
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.alt-features-item{
    margin-top: 60px;
    transition: 0.5s all ease-in-out;
}
.alt-inner {
	padding: 20px 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border: 1px solid #eaecf3;
    border-radius: .75rem;
    background-color: #fff;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, .1);
}
.alt-features-icon{
	margin-bottom: 0px;
}
.alt-features-icon img {
	transition: 0.5s all ease-in-out;
}
.alt-features-item:hover { 
    transform: scale(1.1); 
} 
.whatwetreat-title{
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0em;
}
.alt-features-title{
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0em;
}
.alt-service-title{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0em;
}
.alt-features-descr {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
}
.subscribe-title {
	font-size: 25px;
	text-align: center;
	font-weight: bold;
}
.section-text {
	color: #333;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 500;
}
.section-text ul {
	padding-left: 20px;
}
.section-text ul li {
	list-style: square;
}
.section-title {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 600;
    text-transform: none;
    text-align: center;
    letter-spacing: 0em;
    line-height: 1.4;
}
.section-more {
    margin-top: 7px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.list-lead-in ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.list-lead-in ul li {
    margin: 0;
    padding: 0;
}
.list-lead-in ul a {
    font-size: calc(16px + 4 * (100vw - 480px) / 1320);
}
.list-lead-in ul a {
    font-size: 15px;
    cursor: default;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 10px 0px 10px 30px;
    line-height: 1.4;
}
.list-lead-in ul a .icon:not(.icon--arrow-right) {
    position: absolute;
    left: 0;
    top: 50%;
    color: #000;
    margin-top: -8px;
}
.list-lead-in ul a .text {
	color: #000;
	margin-right: 10px;
}
.list-lead-in ul a:hover {
	text-decoration: none;
}
.list-lead-in ul a .text:hover {
	color: #4440ff;
}
/* ==============================
   Post previews
   ============================== */

.post-grid{
    
}
.post-prev-img{
    position: relative;
}
.post-prev-img a{
    -webkit-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.post-prev-img a:hover{
    opacity: .85;
}
.post-prev-img img{
    width: 100%;
}
.post-prev-title{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0em;
}
.post-prev-date {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
.post-prev-title a{
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.post-prev-title a:hover{
    color: #111;
}
.post-prev-info,
.post-prev-info a{
    margin-bottom: 15px;
    font-size: 11px;
    text-decoration: none;
    color: #aaa;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.post-prev-info a:hover{
    color: #111;
}
.post-prev-text{
    margin-bottom: 15px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}
.whitepaper {
    background-color: #fff;
    border: 2px solid rgb(233 233 255);
    box-sizing: border-box;
    margin-bottom: 30px;
    box-shadow: 0 0px 18px 5px rgb(247 247 247);
    border-radius: 6px;
}
.whitepaper-content {
    padding: 30px;
}
.footer-title {
	font-size: 20px;
	color: #4440ff;
	font-weight: 600;
}
.shape-line {
    min-height: 19px;
}
.shape-orientation-inverse {
    transform: rotate(180deg) !important;
}
.shape-position-top {
    top: 0;
    margin-top: -1px;
}
.shape-container {
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    transform: translateZ(0);
}
.shape-container svg {
    display: block;
    vertical-align: baseline;
    pointer-events: none;
    fill: #fff;
}
.text-title h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 700;
	position: relative;
	line-height: 1.6
}
.text-title h3:before {
	content:'';
	position:absolute;
	top:-20px;
	width:60px;
	height:6px;
	left:0;
	background:#292929;
}
.icon-shape.icon-sm {
    width: 1rem;
    font-size: 18px;
    height: 1rem;
}
.icon-shape {
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    text-align: center;
    vertical-align: middle;
    border-radius: .375rem;
    align-items: center;
    justify-content: center;
}
.list-unstyled .h6 {
	font-size: 14px;
}
.card {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #eaecf3;
    border-radius: .75rem;
    background-color: #fff;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, .1);
}
.card.no-radius {
	border-radius: 0 !important
}
.card.set-h {
	min-height: 370px;
}
.cardbody {
	padding: 30px;
}
.cardbody2 {
	padding: 20px
}
.zindex-100 {
    z-index: 100 !important;
}
.position-relative {
    position: relative !important;
}
.mt-n7, .my-n7 {
    margin-top: -6rem !important;
}
.overflow {
	overflow: visible !important
}
.badge-primary {
    color: #000;
    background-color: #dcdcdc;
}
.site-breadcrumb ul {
	padding: 0;
	margin: 0
}
.site-breadcrumb ul li {
	list-style: none;
	float: left;
	color: #fff;
	padding: 0 6px;
}
.site-breadcrumb ul li a {
	color: #fff;
}
.site-breadcrumb ul li.active {
	font-weight: 600;
	color: #fff;
}
.card-img, .card-img-top {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
}
.bg-container {
    display: block;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    background: #fff;
    box-shadow: 0px 16px 52px 0px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*--------------------------------------------------------------
29.0 - Chatroom
--------------------------------------------------------------*/
.chatroom-container {
  margin: 0px auto;
  background: #fff;
  padding: 0;
  border-radius: 7px;
}
.chat-panel {
	padding: 10px 15px;
}
#content-2.chatbox-container {
	height: 500px;
}
.profile-image {
  width: 50px;
  height: 50px;
  background-color: #424242;
  padding: 10px;
  border-radius: 40px;
}
.member-image {
  width: 50px;
  height: 50px;
  background-color: #424242;
  border-radius: 40px;
}
.settings-tray {
  background: #f3f3f3;
  padding: 10px 15px;
}
.settings-tray .no-gutters {
  padding: 0;
}
.settings-tray--right {
  float: right;
}
.settings-tray--right i {
  margin-top: 10px;
  font-size: 25px;
  color: grey;
  margin-left: 14px;
  transition: 0.3s;
}
.settings-tray--right i:hover {
  color: #74b9ff;
  cursor: pointer;
}
.search-box {
  background: #fafafa;
  padding: 10px 13px;
}
.search-box .input-wrapper {
  background: #fff;
  border-radius: 40px;
}
.search-box .input-wrapper i {
  color: grey;
  margin-left: 7px;
  vertical-align: middle;
}

.chatroom-container input {
  border: none;
  border-radius: 30px;
  width: 85%;
}
.chatroom-container input::placeholder {
  color: #e3e3e3;
  font-weight: 300;
  margin-left: 20px;
}
.chatroom-container input:focus {
  outline: none;
}

.friend-drawer {
  padding: 10px 15px;
  display: flex;
  vertical-align: baseline;
  background: #fff;
  transition: 0.3s ease;
}
.friend-drawer--grey {
  background: #f3f3f3;
}
.friend-drawer .text {
  margin-left: 12px;
  width: 85%;
}
.friend-drawer .text h6 {
  margin-top: 6px;
  margin-bottom: 0;
}
.friend-drawer .text p {
  margin: 0;
}
.friend-drawer .time {
  color: grey;
}
.chat-bubble {
  padding: 10px 14px;
  background: #f3f3f3;
  margin: 0px 30px 5px;
  border-radius: 9px;
  position: relative;
  animation: fadeIn 1s ease-in;
}
.chat-bubble:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom: 0;
  margin-top: -10px;
}
.chat-bubble--left:after {
  left: 0;
  border-right-color: #f3f3f3;
  border-left: 0;
  margin-left: -20px;
}
.chat-bubble--right:after {
  right: 0;
  border-left-color: #74b9ff;
  border-right: 0;
  margin-right: -20px;
}
.message-data {
  padding: 0px 14px;
  font-size: 11px;
  font-style: italic;
  margin: 5px 30px 15px;
  position: relative;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.offset-md-7 .chat-bubble {
  background: #74b9ff;
  color: #fff;
}
.chat-box-tray {
  background: #f3f3f3;
  display: flex;
  align-items: baseline;
  padding: 10px 15px;
  align-items: center;
  margin-top: 19px;
  bottom: 0;
}
.chat-box-tray input {
  margin: 0 10px;
  padding: 6px 2px;
}
.chat-box-tray i {
  color: grey;
  font-size: 30px;
  vertical-align: middle;
}
.chat-box-tray i:last-of-type {
  margin-left: 25px;
}

.contact-card {
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border-radius: 1em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.125);
  overflow: hidden;
  transition: 0.125s ease-in-out;
  -webkit-transition: 0.125s ease-in-out;
  -moz-transition: 0.125s ease-in-out;
}
.contact-card:hover {
  transform: translateY(-0.5em);
}
.contact-card__header-image {
  width: 100%;
  height: 8em;
  padding-top: 4em;
  background-size: cover;
  background-color: #FAFAFA;
}
.contact-card__avatar {
  width: 6em;
  height: 6em;
  padding: 15px;
  margin: auto;
  background-color: #424242;
  border-radius: 100%;
}
.contact-card__avatar img {
	max-width: 100%;
}
.contact-card__name {
  margin-top: 2.5em;
  margin-bottom: .5em;
  font-size: 18px;
  font-weight: 600;
}
.contact-card__link {
  display: block;
  padding: .5em 1em;
  text-decoration: none;
}
.contact-card__link a {
  color: #424242;
  text-decoration: none;
}
.contact-card__footer {
  margin: 0em;
  padding: 1em 0;
  font-size: 15px;
  background-color: #FAFAFA;
}
.contact-card__footer__link {
  display: inline-block;
  margin-right: 1em;
  font-size: 16px;
  transition: 0.125s ease-in-out;
  -webkit-transition: 0.125s ease-in-out;
  -moz-transition: 0.125s ease-in-out;
}
.contact-card__footer__link a {
  color: #333;
}
.contact-card__footer__link--dribbble {
  margin-right: 0;
}
.contact-card__footer__link:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.dot {
  height: 8px;
  width: 8px;
  background-color: #86BB71;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
}
.dot.offline {
	background-color: #E38968 !important
}
.alt-modal .section-text {
	font-size: 12px;
}
.alt-modal .modal-footer {
	background-color: #f3f3f3;
	text-align: left;
	justify-content: normal;
	display: block;
}
.alt-modal .modal-footer .form-check a {
	font-weight: 600;
	color: #4440ff
}
.profile-pic {
    display: block;
}
.file-upload {
    display: none;
}
.journal-cover {
	text-align: center;
	margin: 0 auto;
	padding: 15px 30px;
}
.circle {
    border: 8px solid rgb(243 243 243);
}
img {
    max-width: 100%;
    height: auto;
}
.p-image {
  color: #333;
  margin-top: 10px;
  cursor: pointer;
  font-size: 11px;
  border: 1px solid #ddd;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
  font-size: 1.2em;
}

.upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #999;
}
.tpl-tabs-cont{
    padding: 0;
    color: #000;
    line-height: 1.8;
}
.nav-tabs {
	border-bottom: none;
}
.tpl-alt-tabs{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0em;    
    border: none;
    display: block;
}
.tab-content>.tab-pane {
	margin-top: -5px;
}
.tpl-alt-tabs > li{
    width: 150px;
    display: inline-block;
    vertical-align: top;
    float: none;    
    text-align: center;
    padding: 0;    
    position: relative;
    background: none !important;
    margin-top: -20px;
}
.tpl-alt-tabs>li>a {
    margin-right: -5px;
    border-radius: 0;
    position: relative;
    display: block;
    line-height: 1.42857143;
    padding: 8px 10px;
}
.tpl-alt-tabs>li>a.lr {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.tpl-alt-tabs>li>a.second {
    background-color: #464646 !important
}
.tpl-alt-tabs>li>a.rr {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.tpl-alt-tabs > li > a{
    text-decoration: none;
    color: #fff;
    background: none !important;
    border: none !important;
    background-color: #58595b !important;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
}
.tpl-alt-tabs > li > a:hover{
    background: #000000;
    color: #fff;
}
.tpl-alt-tabs li a.active,
.tpl-alt-tabs li a.active:hover,
.tpl-alt-tabs li a.active:focus{
    cursor: default;
    background-color: #4440ff !important;
    color: #fff;
}
.alt-tabs-icon{
    display: block;
    margin-bottom: 12px;
    font-size: 48px;
    letter-spacing: 0;
}
.tpl-minimal-tabs-cont{
}
/*#split {
	-webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
}*/
.tpl-alt-tabs li a.active:after {
  border-right: solid 12px transparent;
  border-left: solid 12px transparent;
  border-top: solid 12px #4440ff;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  content: '';
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
}

/* ==============================
   Alternative services
   ============================== */

.therapist-grid{
    margin-top: -60px;
}
.therapists-image{
    text-align: center;   
}
.therapists-image > img{
    display: block;
    width: 100%;
}
.therapist-item{
    margin: 60px 0 0 0;
    position: relative;
    padding-left: 170px;
    padding-top: 3px;
    font-size: 13px;
    font-weight: 300;
    color: #999;
    
    -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    
    -webkit-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.therapist-icon{
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 150px;
    text-align: center;
    font-size: 28px;
    color: #111;
    
    -webkit-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.therapists-title{
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    color: #111;
}
.alt-inner-2 {
	padding-right: 40px;
}
.notes {
  position: relative;
  background: #fff;
  margin: 10px 1.5% 0 1.5%;
  padding: 70px 10% 30px;
  list-style-type: none;
  white-space: pre-wrap; /* css-3 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  white-space : normal;
  transition: all 200ms ease-in-out;
}

.notes:before {
  position: absolute;
  top: 0;
  right: 0;
  content:'';
  background: #f3f3ff;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #bdbdbd;
}
.banner_btn_iner {
    position: relative;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    margin-right: 40px;
    border-right: 1px solid transparent;
}
.banner_btn_iner:before {
    width: 60px;
    height: 1px;
    position: absolute;
    content: "";
    top: 0;
    border-radius: 5px;
    z-index: 1;
    background-color: #2c3033;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.banner_btn_iner:after {
    width: 60px;
    height: 1px;
    position: absolute;
    content: "";
    bottom: 0;
    border-radius: 5px;
    z-index: 1;
    background-color: #2c3033;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.banner_btn_iner:hover {
  border-right:1px solid;
  -webkit-transition:.5s;
  transition:.5s
}
.banner_btn_iner:hover:before {
  width:100%
}
.banner_btn_iner:hover:after {
  width:100%
}
.btn_2 {
    padding: 14px 15px 14px 25px;
    border-left: 1px solid #2c3033;
    position: relative;
}
.btn_2 {
    display: inline-block;
    font-size: 15px;
    color: #1d272f;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
}
.btn_2:after {
    width: 18px;
    height: 18px;
    position: absolute;
    content: "";
    top: 17px;
    border-radius: 50%;
    z-index: -1;
    background-color: #ffeee7;
    right: 34px;
    -webkit-transition: .5s;
    transition: .5s;
}
.list-style ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.list-style ul li {
	list-style-type: square;
	padding: 0;
	font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
}
.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: 1; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      color: rgba(0, 0, 0, 0.2) !important;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s;
      opacity: 1; }
      @media (prefers-reduced-motion: reduce) {
        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
      .owl-carousel .owl-nav .owl-prev span:before,
      .owl-carousel .owl-nav .owl-next span:before {
        font-size: 16px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media (prefers-reduced-motion: reduce) {
          .owl-carousel .owl-nav .owl-prev span:before,
          .owl-carousel .owl-nav .owl-next span:before {
            -webkit-transition: none;
            -o-transition: none;
            transition: none; } }
      .owl-carousel .owl-nav .owl-prev:hover span:before,
      .owl-carousel .owl-nav .owl-next:hover span:before {
        color: #4440ff; }
    .owl-carousel .owl-nav .owl-prev {
      right: 0;
      margin-right: 20px; }
    .owl-carousel .owl-nav .owl-next {
      right: 0; }
  .owl-carousel .owl-dots {
    text-align: left;
    margin-top: 10px; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.1);
      position: relative; }
      .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #4440ff; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.work {
	width: 100%;
}
.work .img {
	width: 100%;
	height: 300px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	-webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
	z-index: 0;
	background-position: center center;
}
.work .img:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	z-index: -1;
	background: rgba(11, 11, 11, 0.4);
}
.work .text {
	padding: 35px;
	padding-top: 0;
}
.work .text h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}
.work .text h3 a {
	color: #fff;
}
.work .text .cat {
	font-size: 15px;
	color: #333;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.9);
	padding: 1px 8px;
	text-transform: uppercase;
	letter-spacing: 0px;
	display: inline-block;
	margin-bottom: 5px;
}
.services .card.set-h {
	min-height: 485px;
}
.what-we-treat .card.set-h {
	min-height: 275px;
}
.what-we-treat .card .card-body {
	padding: 40px;
}
.table-neurateq {
	background-color: #fff;
	margin-bottom: 40px
}
.table-neurateq thead tr th {
	font-size: 15px;
	font-weight: 600;
	text-align: left;
}
.table-neurateq tbody tr td {
	font-size: 14px;
	padding: 8px 10px;
	font-weight: 500;
	text-align: left;
}
.table-neurateq tbody tr td a {
	color: #4440ff
}
@media only screen and  (max-width: 767px) {
	.user-wrap {
		padding: 18px 15px;
	}
	.logo-holder {
	    padding-top: 2px;
	}
	.logo-holder img {
		height: auto;
	}
	.hero-item {
		padding: 0;
	}
	.hero-wrap {
		top: 40%;
	}
	.section-title h2, .hero-item h2 {
	    font-size: 28px !important;
	    line-height: 35px !important;
	}
	.fs-gallery-wrap .sw-button {
		display: none;
	}
	section.parallax-section .pr-title:after {
	    left: 0;
	}
	section.parallax-section .pr-title {
	    padding-left: 0;
	}
	.alt-features-icon img {
		width: 100%;
	}
	.alt-features-item {
		margin-top: 10px;
	}
	.alt-service-icon {
	    top: 40px;
	    left: 0px;
	}
	.alt-service-item {
	    padding: 40px 20px 40px 80px;
	}
	.alt-services-title {
		font-size: 16px;
	}
	.testi-item {
		padding: 0
	}
	.single-slider .swiper-button-prev, .single-slider .swiper-button-next {
	    bottom: 0;
	    top: inherit;
	    text-align: center;
	}
	.bold-title {
		padding-bottom: 0;
		font-size: 20px;
	}
	.subscribe-title {
		font-size: 20px;
	}
	.content-footer ul li {
		text-align: center;
	}
	.widget-title {
		text-align: center;
		margin-top: 25px;
	}
	.login .form-wrapper .form-content {
		padding: 25px;
	}
}
.neurateq-logo.onScroll {
  animation: reveal 5s forwards;
}
@keyframes reveal {
  from {
    clip-path: inset(0 0 100% 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}