@charset "UTF-8";
@import url(animate.html);
html {
	box-sizing: border-box;
}
 *, *::after, *::before {
 box-sizing: inherit;
}
.vis-hidden {
	visibility: hidden;
}

::-webkit-input-placeholder {
 color: #333;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}

:-ms-input-placeholder {
 color: #333;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #3B3F53;
	font-size: 18px;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
textarea {
	resize: none;
}
p, .t-approach {
	font-weight: 100;
	font-size: 20px;
	color: #7a7a7a;
}
body, html {
	overflow-x: hidden;
}
h1, h2, h3, h4 {
	font-family: "Oswald", Arial, sans-serif;
	color: #232323;
	margin-top: 0px;
}
a {
	color: #FC2D55;
	text-decoration: none;
}
a:hover {
	color: #d9032d;
	text-decoration: none;
}
input, textarea {
	font-weight: 100;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-weight: 100;
	font-size: 20px;
	color: #7a7a7a;
	letter-spacing: normal;
}
h4 {
	font-size: 20px;
	color: #c5c5c5;
}
i {
	font-size: 24px;
}
p, .t-approach, h1, h2, h3 {
	line-height: 1.5;
}
article {
	padding: 0px;
}
img {
	display: block;
	width: 100%;
}
.hr, .hr-green, .hr-red, .hr-blue, .hr-yellow {
	width: 100px;
	height: 5px;
	display: block;
	margin: 0 auto 20px;
}
.hr-green {
	background-color: #fdd036;
}
.hr-yellow {
	background-color: #efbb00;
}
.hr-red {
	background-color: #d9355d;
	margin-bottom: 75px;
}
.hr-blue {
	background-color: #00b5d6;
}
.hr-grey {
	width: 100%;
	height: 1px;
	background-color: #636363;
	margin-bottom: 20px;
	margin-top:0px;
}
.smokey, .navbar-default {
	background: black !important;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.40);
}
#menu {
	width: 100%;
}
#menu nav {
	border: medium none;
	background: transparent;
	margin-bottom: 0px;
}
#menu nav.navbar {
	border-radius: 0;
}
#menu nav.navbar-fixed-top {
	background: none;
}
#menu nav a {
	color: #FFFFFF;
	font-weight: 300;
	font-size:42px;
	text-transform: uppercase;
	letter-spacing: .3em;
}
#menu nav li {
	padding: 7px 0px 0px;
	margin-bottom:30px;
}
#menu nav li.active {
	border-top: 5px solid #FC2D55;
	padding-top: 2px;
}
#menu nav li.active a {
	background-color: transparent;
}
#menu .navbar-header {
	margin: 5px 0px;
}
#menu .navbar-brand {
	padding: 10px 0px 0px 15px;
}
#menu .navbar-brand img {
	float: left;
	margin-right: 10px;
}
#menu .navbar-brand span {
	float: left;
	display: block;
	font-size: 48px;
	font-weight: 100;
}
#menu .navbar-brand > li > a {
	line-height: 15px;
}
span#trigger-overlay {
	display: block;
	width: 30px;
	height: 38px;
	cursor: pointer;
	position: relative;
	z-index: 50;
	border-radius: 0px;
	margin: 40% auto;
 -webkit-transition: all .3s ease, -webkit-transform .2s ease;
 transition: all .3s ease, transform .2s ease;
	background: -webkit-linear-gradient(top, transparent 0%, transparent 20%, #ffffff 20%, #ffffff 23%, transparent 23%, transparent 48%, #ffffff 48%, #ffffff 50%, transparent 47%, transparent 76%, #ffffff 76%, #ffffff 78%, transparent 78%), -webkit-linear-gradient(transparent, transparent);
	background: linear-gradient(to bottom, transparent 0%, transparent 20%, #ffffff 20%, #ffffff 23%, transparent 23%, transparent 48%, #ffffff 48%, #ffffff 50%, transparent 47%, transparent 76%, #ffffff 76%, #ffffff 78%, transparent 78%), linear-gradient(transparent, transparent);
}
span#trigger-overlay:active, span#trigger-overlay:hover {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
span#trigger-overlay.clicked {
	background: -webkit-linear-gradient(135deg, transparent 0%, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%);
	background: linear-gradient(-45deg, transparent 0%, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%), linear-gradient(45deg, transparent 0%, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
span#trigger-overlay.clicked:active, span#trigger-overlay.clicked:hover {
	-webkit-transform: scale(0.9) rotate(180deg);
	-ms-transform: scale(0.9) rotate(180deg);
	transform: scale(0.9) rotate(180deg);
}
.navbar-default {
    border-color: #363636;
}
 @media all and (max-width: 469px) {
 #menu nav a {
 letter-spacing: normal;
}
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) { 
.portfolio-style1 .portfolio-day {
 font-size: 20px !important;
 height: 50px !important;
 width: 50px !important;
}
}
@media all and (max-width:320px) {
.teaser h1.teaser-txt {
    font-size: 2.0em !important;
}
cf-chat-response text:not(.contains-image) {
    padding: 0 !important;
}
}
@media all and (max-width: 768px) {
 #menu .nav a {
 color: #FFFFFF;
}
 #menu .nav li.active {
 padding: 10px 0px;
 border-top: medium none;
}
 #menu .navbar-brand {
 padding-left: 0px;
}
 #menu .navbar-brand img {
 height: 34px;
}
 #menu .navbar-brand span {
 font-size: 35px;
}
 #menu #menu-content {
 background: #FC2D55;
}
 span#trigger-overlay {
 height: 33px;
}
}
@media all and (min-width: 768px) and (max-width: 991px) {
 #menu .navbar-brand span {
 display: none;
}
 #menu .container {
 max-width: none;
 padding-right: 40px;
 padding-left: 40px;
}
}
footer {
	text-align: left;
	background: #232323;
	padding-top: 56px;
	color: #FFFFFF !important;
}
footer .home-info h4 {
	font-size: 15px;
	color: #dddddd;
	font-weight: 600;
}
footer .home-info p, footer .home-info .t-approach {
	font-size: 15px;
	color: #dddddd;
}
footer .home-social {
	padding-bottom: 20px;
	font-size:13px;
	text-align:center;
}
footer ul {
	display: inline-block;
}
footer li {
	float: left;
	margin-right: 10px;
}
footer li:last-child {
	margin-right: 0px;
}
footer .social-wrapper {
	text-align: center;
}
.single footer a {
	color: #FFFFFF;
}
.single footer a i {
	color: #FFFFFF;
}
#ld_back {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: white;
}
#ld_back img {
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
}
html.js.csstransforms .feature .item {
	opacity: 0;
}
html.js.csstransforms .feature .item.ani-scale {
	opacity: 1;
}
html.js.csstransforms .ani-scale {
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.btn {
	font-size: 18px;
	background: #333;
	color: #FFFFFF;
	border-radius: 0px;
	margin-top: 50px;
	margin-bottom: 145px !important;
	padding: 18px 90px;
	text-transform: uppercase;
}
.btn:hover {
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	background-color: #d9355d;
	color: #FFFFFF;
}
.btn:active {
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	background-color: #c00327;
	color: #FFFFFF;
}
.btn-service {
	font-size: 18px;
	width: 100%;
	background: #d9355d;
	color: #FFFFFF;
	border-width: 0px;
	margin-top: 24px;
	margin-bottom: 48px !important;
	padding: 18px 90px;
	text-transform: uppercase;
}
.btn-service:hover {
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	background-color: #d9032d;
	color: #FFFFFF;
}
.btn-service:active {
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	background-color: #c00327;
	color: #FFFFFF;
}
.btn-service2 {
	font-size: 18px;
	width: 241px;
	background: #d9355d;
	color: #FFFFFF;
	border-width: 0px;
	padding: 18px 65px;
	text-transform: uppercase;
}
.btn-service2:hover {
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	background-color: #d9032d;
	color: #FFFFFF;
}
.btn-service2:active {
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	background-color: #c00327;
	color: #FFFFFF;
}
.btn.project-button {
	background: #232323;
	color: #FFFFFF;
	border-width: 3px;
	border-color: #FFFFFF;
	margin-top: 60px;
	margin-bottom: 60px !important;
	padding: 18px 40px;
	text-transform: uppercase;
}
.btn.project-button:hover {
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	background-color: black;
	color: #FFFFFF;
}
.btn.project-button:active {
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	background-color: black;
	color: #FFFFFF;
}
.flexslider {
	border: medium none;
	box-shadow: none;
	margin: 0px;
}
.flex-direction-nav a {
	height: 45px;
}
.flex-direction-nav a.flex-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-color: white;
}
.flex-direction-nav a.flex-prev:before {
	content: '';
}
.flex-direction-nav a.flex-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-color: white;
}
.flex-direction-nav a.flex-next:before {
	content: '';
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
 @media all and (max-width: 767px) {
 .flex-direction-nav {
 display: none;
}
}
.parallax {
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
	width: 100%;
	height: auto;
	padding: 0;
	position: relative;
}
.parallax.active {
	background-attachment: fixed;
}
.parallax .container {
	padding: 90px 0px;
}
.parallax.empty .container {
	padding: 150px 0px;
}
#para_ex {
	background-image: url("../images/02_Background_image_2.html");
}
div.light_rounded .pp_description, div.light_square .pp_description {
	margin-right: 0px;
}
.pp_gallery img {
	width: 50px;
	display: inline;
}
section {
	padding:0;
}
section h2 {
	text-align: center;
	font-size: 40px;
	padding: 0px 0px 0px;
}
section .sec-header .sub-title {
	text-align: center;
}
section.no-padding {
	padding: 0px;
}
section.alt {
	background: #232323;
	color: #FFFFFF;
}
section.alt i, section.alt p, section.alt .t-approach, section.alt h1, section.alt h2, section.alt h3, section.alt h4, section.alt h3.sub-title {
	color: #FFFFFF;
}
section.alt .sep {
	background: #FFFFFF;
}
section.alt-two {
	background: white;
	color: #3B3F53;
}
#map {
	background: url("http://themesjuice.com/track/newlinehtml/");
}
.sec-header {
	text-align: center;
}
.sec-header i {
	color: #2A2C3A;
}
.sec-header h2 {
	margin: 10px 0 10px;
	font-size: 44px;
	line-height: 1.1;
}
.sec-header h3.sub-title {
	font-size: 21px;
	color: #3B3F53;
	margin-top: 0px;
}
.sec-header p, .sec-header .t-approach {
	font-weight: 300;
}
.sec-header .sep {
	height: 1px;
	margin: 0 auto 10px;
	display: block;
	width: 150px;
	background: #2A2C3A;
}
 @media all and (max-width: 768px) {
 .sec-header {
 margin-bottom: 15px;
}
 .sec-header h2 {
 font-size: 35px;
}
}
@media all and (max-width: 479px) {
 .sec-header h2 {
 font-size: 25px;
}
 .sec-header h3 {
 font-size: 18px;
}
}
.content-wrap {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
}
.content-wrap img {
	display: inline-block;
	max-width: 600px;
}
.head {
	position: relative;
	overflow: hidden;
	max-height: 835px;
}
.head h1, .head h2 {
	color: #FFFFFF;
	font-weight: 100;
	font-size: 60px;
}
.head span {
	color: #FC2D55;
	position: relative;
	font-size: 18px;
	font-weight: 300;
}
.head h1 {
	font-size: 67.2px;
	line-height: 86.4px;
	font-weight:500;
}
.head h1 span {
	padding: 0px 60px;
	border: 5px solid #FFFFFF;
}
.head h2 {
	font-size: 48px;
}
.head .hint, .head .background {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.head .hint {
	text-align: center;
	padding: 10px 0px;
	z-index: 101;
}
.head .hint img {
	width: auto;
	display: inline-block;
}
.head .background {
	height: 44px;
	opacity: 0.7;
	z-index: 100;
}
 @media all and (min-width: 768px) and (max-width: 991px) {
 .head h1 {
 font-size: 57.6px;
 line-height: 67.2px;
}
 .head h2 {
 font-size: 61.56px;
}
}
@media all and (min-width: 480px) and (max-width: 768px) {
 .head h1 {
 font-size: 42px;
 line-height: 45px;
}
 .head h1 span {
 border: 2px solid #FFFFFF;
 padding: 0 20px;
}
 .head h2 {
 font-size: 36px;
}
}
@media all and (max-width: 479px) {
 .head h1 {
 font-size: 25px;
 line-height: 30px;
}
 .head h1 span {
 border: 2px solid #FFFFFF;
 padding: 0 20px;
}
 .head h2 {
 font-size: 36px;
}
}
.modal-dialog {
	max-width: 768px;
	width: auto;
}
.modal-content {
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}
[data-icon]:before {
	content: attr(data-icon);
}
[data-icon]:before, .icons8-back:before, .icons8-checkmark-filled:before, .icons8-down:before, .icons8-forward:before, .icons8-hard-to-find:before, .icons8-idea:before, .icons8-message:before, .icons8-mind-map:before, .icons8-share:before {
	display: inline-block;
	font-family: "Prism";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.icons8-back:before {
	content: "\f100";
}
.icons8-checkmark-filled:before {
	content: "\f101";
}
.icons8-down:before {
	content: "\f102";
}
.icons8-forward:before {
	content: "\f103";
}
.icons8-hard-to-find:before {
	content: "\f104";
}
.icons8-idea:before {
	content: "\f105";
}
.icons8-message:before {
	content: "\f106";
}
.icons8-mind-map:before {
	content: "\f107";
}
.icons8-share:before {
	content: "\f108";
}
.icon-holder {
	height: 40px;
	width: 40px;
	background-color: red;
}
.img-hide {
	opacity: 0;
}
.img-height-limit {
	max-height: 435px;
}
.img-height-limit-alt {
	max-height: 702px;
}
.img-height-limit-foot {
	max-height: 240px;
}
.header-image {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/hero-image.html");
	background-position: center;
	background-size: cover;
}
.process-image {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/process-image.html") center fixed no-repeat no-repeat;
	background-size: cover;
	position: relative;
	max-height: 435px;
}
.clients-image {
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/hero-image.html") center fixed no-repeat no-repeat;
	background-size: cover;
	position: relative;
	max-height: 435px;
}
.portfolio-image {
	background-size: cover;
	position: relative;
	max-height: 435px;
}
.portfolio-image2 {
	background-size: cover;
	position: relative;
	max-height: 702px;
}
.portfolio-header-image {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
	background-position: center;
	background-size: cover;
}
 @media all and (max-width: 992px) {
 .clients-image {
 margin-top: 60px;
}
}
@media screen and (max-width: 768px) {
 .portfolio-image, .portfolio-image2, .clients-image, .process-image {
 background-attachment: scroll !important;
}
}
.wrap {
	position: relative;
	overflow: hidden;
	width: 70%;
	margin: 0 auto;
}
.wrap img {
	width: 100%;
	height: auto;
	display: block;
}
.arrow {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-bottom: 3%;
	background-color: white;
}
.arrow:before, .arrow:after {
	content: '';
	position: absolute;
	bottom: 100%;
	width: 50%;
	padding-bottom: inherit;
	background-color: inherit;
}
.arrow:before {
	right: 50%;
	-ms-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-ms-transform: skewX(45deg);
	-webkit-transform: skewX(45deg);
	transform: skewX(45deg);
}
.arrow:after {
	left: 50%;
	-ms-transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-ms-transform: skewX(-45deg);
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
.triangle-up {
	width: 10%;
	height: 0;
	margin-top: -50px;
	margin-left: 45%;
	margin-bottom: 5%;
	padding-right: 4%;
	padding-left: 4%;
	padding-bottom: 4%;
	overflow: hidden;
}
.triangle-up:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-left: -500px;
	border-left: 500px solid transparent;
	border-right: 500px solid transparent;
	border-bottom: 500px solid #FFFFFF;
}
.project .container {
	text-align: center;
}
.project .overlay, .project .backdrop {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	text-align: center;
}
.project .backdrop {
	z-index: 100;
	background: #3B3F53;
}
.project .overlay {
	z-index: 101;
	padding-top: 30%;
}
.project .item {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
}
.project .item:hover .backdrop, .project .item:hover .overlay {
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	visibility: visible;
}
.project .item:hover .backdrop {
	opacity: 0.8;
}
.project .item:hover .overlay {
	opacity: 1;
}
.project .item a {
	color: rgba(255, 255, 255, 0.84);
}
.lt-wrap-overlay {
	position: relative;
	padding: 0px;
	cursor: pointer;
}
.lt-wrap-overlay img {
	display: block;
	width: 100%;
}
.lt-wrap-overlay .lt-overlay {
	position: absolute;
	top: 0;
	text-align: center;
	padding: 17% 10px 10px;
	color: white;
	opacity: 0;
	width: 100%;
	height: 100%;
}
.lt-wrap-overlay .lt-overlay .title {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.lt-wrap-overlay .lt-overlay .excerpt {
	margin-bottom: 30px;
}
.lt-wrap-overlay .lt-overlay .zoom {
	padding: 11px 10px 11px 9px;
	border-radius: 25px;
}
.lt-wrap-overlay:hover .lt-overlay {
	opacity: 1;
}
.lt-wrap-overlay:hover img {
	opacity: 0.3;
	box-shadow: #000 0em 0em 0em;
}
.proj-nav {
	margin-bottom: 35px;
}
.proj-nav li {
	float: left;
	margin-right: 20px;
}
 @media all and (min-width: 768px) and (max-width: 991px) {
 .lt-wrap-overlay .lt-overlay .excerpt {
 display: none;
}
 .copilot {
 margin-top: -36.5%;
}
}
/*----------------------
/* Reset pretty photo
/*----------------------*/
.pp_content_container .pp_nav {
	width: 100%;
	float: inherit;
}
.pp_content_container .pp-nav-wrapper {
	width: 60px;
	overflow: hidden;
	margin: 0 auto;
}
.client-images-filter {
	opacity: .5;
	max-height: 200px;
	max-width: 200px;
	margin: auto;
}
.testimonial {
	margin-bottom: 115px;
	margin-top: 65px;
}
.testimonial .individual {
	margin-bottom: 60px;
}
.testimonial .individual .item {
	text-align: center;
}
.testimonial .individual .indicate {
	position: relative;
	height: 1px;
	border-bottom: 1px solid #2A2C3A;
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.testimonial .individual .indicate:after, .testimonial .individual .indicate:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.testimonial .individual .indicate:after {
	border-color: transparent;
	border-top-color: white;
	border-width: 12px;
	margin-left: -12px;
}
.testimonial .individual .indicate:before {
	border-color: transparent;
	border-top-color: #2A2C3A;
	border-width: 14px;
	margin-left: -14px;
}
.testimonial .individual .msg {
	font-size: 23px;
	font-style: italic;
	margin-bottom: 20px;
}
.testimonial .individual .avatar {
	width: 130px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.testimonial .individual .name {
	color: #2A2C3A;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 300;
	margin-bottom: 0px;
}
.testimonial .individual .date {
	color: #B2B4BF;
	font-weight: 300;
	margin: 0px;
	text-transform: uppercase;
}
.testimonial .individual .flex-control-nav {
	bottom: -30px;
}
.testimonial .individual .flex-control-paging li {
	border: 1px solid;
	padding: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin: 1px;
}
.testimonial .individual .flex-control-paging li a {
	width: 5px;
	height: 5px;
	background: #FFFFFF;
	box-shadow: none;
}
.testimonial .individual .flex-control-paging li a.flex-active {
	background: #2A2C3A;
}
 @media all and (max-width: 767px) {
 .testimonial .individual .indicate {
 width: 100%;
}
}
.achievement {
	text-align: center;
}
.achievement .sec-header {
	margin-bottom: 65px;
}
.achievement span {
	font-size: 40px;
	line-height: 1;
}
.achievement span i {
	font-size: 40px;
}
.achievement .sep {
	height: 1px;
	margin: 10px auto;
	display: block;
	width: 100px;
	background: #2A2C3A;
}
 @media all and (max-width: 767px) {
 .achievement .item {
 margin-bottom: 70px;
}
}
@media all and (min-width: 768px) and (max-width: 991px) {
 .achievement span {
 font-size: 30px;
}
}
.pricing {
	text-align: center;
}
.pricing .item-wrapper {
	margin-bottom: 20px;
}
.pricing .item-wrapper li {
	color: #2A2C3A;
}
.pricing .item-wrapper li:first-child, .pricing .item-wrapper li:last-child {
	border-bottom: 1px solid #2A2C3A;
	padding: 15px;
}
.pricing .item-wrapper li:last-child {
	border-top: 1px solid #2A2C3A;
}
.pricing .item-wrapper li p, .pricing .item-wrapper li .t-approach {
	color: #2A2C3A;
}
.pricing .item-wrapper li i {
	background: #2A2C3A;
	padding: 10px;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
}
.pricing article ul {
	border-left: 1px solid #2A2C3A;
	border-right: 1px solid #2A2C3A;
	border-top: 1px solid #2A2C3A;
	border-bottom: 1px solid #2A2C3A;
	background: #FFFFFF;
	margin-top: 30px;
}
.pricing article li.feature {
	margin-bottom: 15px;
}
.pricing article li.last {
	margin-bottom: 60px;
}
.pricing article li.head p, .pricing article li.head .t-approach {
	font-size: 40px;
}
.pricing article.emphasize ul {
	margin-top: 0px;
}
.pricing article.emphasize li:first-child {
	padding-top: 40px;
}
.pricing article.emphasize li:last-child {
	padding-bottom: 40px;
}
.pricing .price {
	margin: 15px 0;
}
.pricing .price .unit {
	vertical-align: top;
	font-size: 26.66667px;
}
.pricing .price .tag {
	font-size: 40px;
}
 @media all and (max-width: 767px) {
 .pricing article ul {
 margin-top: 0px;
}
}
.team {
	text-align: center;
}
.team .social {
	float: right;
	width: 50px;
	text-align: left;
}
 @media screen and (max-width: 992px) {
 .team .social {
 float: left;
 margin-right: 10px;
}
}
.team .social li {
	float: right;
	width: 100%;
	text-align: center;
	background: #EFEEEF;
}
 @media screen and (max-width: 992px) {
 .team .social li {
 float: left;
}
}
.team .social li a {
	padding: 10px 0px;
}
.team .social li:first-child {
	border-bottom: 1px solid #FFFFFF;
}
.team .social li:first-child i {
	font-size: 30px;
}
 .team .social li:nth-child(2) {
 border-right: 1px solid #FFFFFF;
}
.team .social i {
	color: #3B3F53;
	display: inline-block;
	margin-right: 0px;
	padding: 10px 0;
}
.team .info {
	float: left;
	font-weight: 300;
	font-size: 23px;
	padding: 20px 0;
}
.team .pos {
	color: #B2B4BF;
	font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
}
.team .name {
	text-align: left;
}
.team .team-wrapper {
	width: 80%;
	margin: 0 auto;
}
.service {
	margin-bottom: 115px;
	margin-top: 65px;
}
.service .sec-header {
	margin-bottom: 15px;
}
.service .item ul {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 300;
}
.service .item i {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 30px;
}
.service .item h3 {
	margin-bottom: 0px;
}
 @media all and (max-width: 767px) {
 .service .item {
 padding-bottom: 20px;
 text-align: center;
}
}
.left-items {
	text-align: right;
	margin-right: 17px;
}
.left-items h1 {
	font-size: 37px;
	font-weight: 700;
	color: #4a4a4a;
	margin-bottom: -5px;
}
.left-items h4 {
	font-size: 24px;
	color: #c5c5c5;
}
.right-items {
	padding-top: 10px;
}
.process-header {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	max-height: inherit;
}
.process-header .container h2 {
	color: white;
	font-weight: 100;
	font-size: 40px;
}
.rectangle {
	width: 5px;
	height: 543px;
	background: #e3e3e3;
	position: absolute;
	margin-left: 12px;
	margin-top: 25px;
}
.circle {
	width: 28px;
	height: 28px;
	margin-bottom: 244px;
	margin-top: 10px;
	background: #e3e3e3;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
 @media all and (max-width: 992px) {
 .rectangle, .circle {
 display: none;
}
 .left-items {
 text-align: left;
}
}
@media all and (max-width: 768px) {
 .left-items h1 {
 font-size: 34px;
}
 .process-header .container h2 {
 font-size: 27px;
}
}
@media all and (max-width: 479px) {
 .right-items {
 margin-bottom: 40px;
}
 .right-items p, .right-items .t-approach {
 font-size: 15px;
}
 .left-items h1 {
 font-size: 30px;
}
 .left-items h4 {
 font-size: 24px;
}
 .process-header .container h2 {
 font-size: 20px;
}
}
.contact {
	padding-bottom: 0px;
}
.contact .con-wrap {
	background-color: #F8F8F8;
	color: #3B3F53;
	padding: 60px 0;
}
.contact .con-wrap h1, .contact .con-wrap h2, .contact .con-wrap h3, .contact .con-wrap h4 {
	color: #3B3F53;
}
.contact .con-wrap p, .contact .con-wrap .t-approach {
	color: #3B3F53;
}
.contact .con-wrap i {
	color: #B2B4BF;
	font-size: 18px;
}
.contact .con-wrap h3 {
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 21px;
}
.contact .con-wrap li {
}
.contact .con-wrap textarea, .contact .con-wrap input {
	width: 100%;
	border: 1px solid #B2B4BF;
	padding: 10px;
}
.contact .con-wrap input[type="submit"] {
	width: 100px;
	border: none;
	padding: 10px;
}
.contact .con-wrap textarea {
	margin-bottom: 10px;
	height: 160px;
}
.contact .con-wrap .btn {
	float: right;
}
.contact .item {
	margin-bottom: 20px;
}
.contact .sec-header {
	margin-bottom: 0px;
}
.contact input {
	margin-bottom: 15px;
}
.contact-fields {
	height: 48px;
	width: 281px;
	margin-right: 8px;
	background-color: #f5f5f5;
	border-color: #eeeeee;
	border-width: 2px;
	border-style: inset;
}
.contact-form {
	height: 115px;
	width: 575px;
	background-color: #f5f5f5;
	border-color: #eeeeee;
	border-width: 2px;
	border-style: inset;
}
 @media all and (min-width: 993px) and (max-width: 1230px) {
 .contact-form, .contact-fields {
 width: 465px;
}
}
@media all and (min-width: 768px) and (max-width: 992px) {
 .contact-form, .contact-fields {
 width: 345px;
}
}
@media all and (min-width: 426px) and (max-width: 767px) {
 .contact-form, .contact-fields {
 width: 345px;
 margin-right: 0px;
}
 .cfw {
 text-align: center;
}
}
@media all and (max-width: 425px) {
 .contact-form, .contact-fields {
 width: 393px;
}
}
@media all and (max-width: 375px) {
 .contact-form, .contact-fields {
 width: 343px;
}
}
@media all and (max-width: 360px) {
 .contact-form, .contact-fields {
 width: 330px;
}
}
@media all and (max-width: 320px) {
 .contact-form, .contact-fields {
 width: 291px;
}
}
.portfolio .sec-header {
	margin-bottom: 90px;
}
.portfolio .crd-info {
	background: #EFEEEF;
	padding: 5px 10px;
}
.portfolio .crd-info span {
	float: right;
}
.portfolio .crd-info .avatar img {
	display: inline-block;
	width: auto;
	height: 25px;
}
.portfolio .crd-info .date {
	margin-left: 10px;
	color: #2A2C3A;
	font-size: 23px;
}
.portfolio h3 {
	margin: 0px;
}
.portfolio a {
	color: #2A2C3A;
}
 @media all and (max-width: 767px) {
 .portfolio .item {
 margin-bottom: 20px;
}
}
.video {
	text-align: center;
}
.video .sec-header {
	margin-bottom: 50px;
}
.video h4 {
	font-size: 36px;
	margin-bottom: 50px;
	margin-top: 0px;
	line-height: 1.5;
}
.video i[data-toggle] {
	font-size: 48px;
	cursor: pointer;
}
#vision p, #vision .t-approach {
	font-size: 21px;
	font-weight: 300;
}
#vision .sec-header {
	margin-bottom: 0;
}
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
}
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
}
/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: none;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}
/* Menu style */
.overlay .navi {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}
.overlay ul li a {
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.overlay ul li a:hover, .overlay ul li a:focus {
	color: #e3fcb1;
}
/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.overlay-hugeinc .navi {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.overlay-hugeinc .navi ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open .navi ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.overlay-hugeinc.close .navi ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}
 @media screen and (max-height: 30.5em) {
 .overlay .navi {
 height: 70%;
 font-size: 34px;
}
 .overlay ul li {
 min-height: 34px;
}
}
/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 140px;
	top: -5px;
	overflow: hidden;
	border: none;
	background: none;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}
/* Menu style */
.overlay .navi {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.overlay ul li a {
	font-size: 54px;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.overlay ul li a:hover, .overlay ul li a:focus {
	color: #f0f0f0;
}
/* Effects */
.overlay-door {
	visibility: hidden;
	width: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
	transition: width 0.5s 0.3s, visibility 0s 0.8s;
}
.overlay-door.open {
	visibility: visible;
	width: 100%;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}
.overlay-door .navi {
	position: absolute;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.overlay-door .navi, .overlay-door .overlay-close {
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}
.overlay-door.open .navi, .overlay-door.open .overlay-close {
	opacity: 1;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.overlay-door.close .navi, .overlay-door.close .overlay-close {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
 @media screen and (max-height: 30.5em) {
 .overlay .navi {
 height: 70%;
 font-size: 34px;
}
 .overlay ul li {
 min-height: 34px;
}
}
.hb {
	display: inline-block;
	position: relative;
	text-align: center;
	/*  Default text align center */
  z-index: 0;
}
.hb:before, .hb:after {
	position: absolute;
	content: "";
	left: -1px;
	top: 0;
	z-index: -1;
}
.hb:before {
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
}
.hb:after {
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.hb i {
	z-index: 9;
 -webkit-transition: all .25s ease;
 -moz-transition: all .25s ease;
 -ms-transition: all .25s ease;
 -o-transition: all .25s ease;
 transition: all .25s ease;
}
.hb, .hb:before, .hb:after {
	box-sizing: border-box;
  
  -webkit-transition: all .25s ease;
 -moz-transition: all .25s ease;
 -ms-transition: all .25s ease;
 -o-transition: all .25s ease;
 transition: all .25s ease;
}
.hb-sm {
	line-height: 37px;
	font-size: 37px;
	margin: 18.5px 0px; }
.hb-sm, .hb-sm:before, .hb-sm:after {
	height: 37px;
	width: 64px;
}
.hb-lg-margin {
	margin: 15px;
}
.hb-md-margin {
	margin: 15px;
}
.hb-sm-margin {
	margin: 15px;
}
.hb-xs-margin {
	margin: 15px;
}
.hb-lg-margin, .hb-md-margin, .hb-sm-margin, .hb-xs-margin {
	display: inline-block;
	overflow: hidden;
}
.hb-lg-margin {
	height: 296px;
	width: 256px;
}
.hb-md-margin {
	height: 148px;
	width: 128px;
}
.hb-sm-margin {
	height: 74px;
	width: 64px;
}
.hb-xs-margin {
	height: 38px;
	width: 32px;
}
/* 5.1 - Default Colors
-------------------------------------------------*/
.hb, .hb:before, .hb:after {
	background-color: transparent;
	/*  Default background color  */
  border-left: 1px solid white;
	border-right: 1px solid white;
	color: #FC2D55 !important;
/* Default font color */ }
/* 5.1 - Default Colors End
-------------------------------------------------*/
/* 5.2 - Default hover colors
-------------------------------------------------*/
.hb:hover, .hb:hover:before, .hb:hover:after {
	background: #FC2D55;
	border-left: 1px solid #FC2D55;
	border-right: 1px solid #FC2D55;
	color: white !important;
/* Default hover font color */ }
/* 5.2 - Default hover colors end
-------------------------------------------------*/
.logo {
	height: 38px;
	width: auto;
	float: left;
}

.background-images {
	position: relative;
	z-index: -2;
}
.hero-text {
	text-transform: uppercase;
}

.port-block, .port-white {
	overflow: hidden;
	padding: 30px 0px;
}
.port-white {
	background-color: #FFFFFF;
}
 @media screen and (max-width: 1024px) {
 .special {
 color: #2A2C3A !important;
}
 .hex {
 display: none;
}
}
.hex-problem {
	margin: -1022px -300px -420px 440px;
}
.ic, .icon {
	color: #FC2D55;
}
.icon {
	font-size: 53px;
}
.h2-base, .h2-special, .h2-main {
	font-size: 24px;
	font-weight: 500;
	color: #d9355d;
	letter-spacing: .1em;
	margin-bottom: 23px;
	text-transform: uppercase;
}
.h2-special {
	margin-bottom: -15px;
}
p, .t-approach {
	font-weight: 300;
	font-size: 20px;
	color: #777;
	margin-bottom: 40px;
}
li {
	font-weight: 600;
	font-size: 0px;
	color: #7a7a7a;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.h2-main {
	color: #232323;
	font-weight: 600;
	font-size: 40px;
}
.big-image, .problem-image, .approach-image {
	max-height: 650px;
	width: auto;
	margin: auto;
}
 @media screen and (max-width: 425px) {
 .big-image, .problem-image, .approach-image {
 max-width: 85%;
 max-height: 4000px !important;
}
}
.problem-image {
	margin-top: 131px;
}
.image-caption {
	text-align: center;
	font-size: 15px;
	margin-top: 20px;
}
.t-approach {
	color: #B2B4BF;
	text-align: right;
}
.approach-image {
	margin-top: 126px;
}
.portfoliolist {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
	margin-bottom: 60px;
}
.portfoliolist li:before {
	content: none;
}
.back-home {
	padding-top: 39px;
	padding-bottom: 39px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.back-home:hover {
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	background-color: #131313;
}
.back-home:active {
	background-color: #030303;
}
.nav-light-up {
 -webkit-transition: opacity .2s;
 transition: opacity .2s;
	opacity: .3;
}
.nav-light-up .foot-text, .nav-light-up .triangle-left, .nav-light-up .rectangle-left {
	opacity: 1;
}
.nav-light-up:hover {
 -webkit-transition: opacity .2s;
 transition: opacity .2s;
	opacity: 1;
}
.portfolio-nav {
	display: flex;
	align-items: center;
}
.triangle-left {
	width: 0;
	height: 0;
	margin-left: 28%;
	display: inline-block;
	border-top: 13px solid transparent;
	border-right: 22px solid white;
	border-bottom: 13px solid transparent;
}
.rectangle-left {
	width: 70px;
	height: 5px;
	display: inline-block;
	background: white;
}
.rectangle-right {
	width: 70px;
	height: 5px;
	margin-left: 26%;
	display: inline-block;
	background: white;
}
.triangle-right {
	width: 0;
	height: 0;
	display: inline-block;
	border-top: 13px solid transparent;
	border-left: 22px solid white;
	border-bottom: 13px solid transparent;
}

.footer-bar {
	background-color: #232323;
	text-align: center;
}
.icon-small {
	font-size: 34px;
}
.foot-text {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0px;
	letter-spacing: .1em;
	color: white;
}
.small-image {
	max-height: 30px;
	margin-top: 15px;
	margin-bottom: -15px;
	width: auto;
	height: auto;
}
 @media screen and (max-width: 425px) {
 .h2-404 {
 font-size: 28px !important;
}
 .h3-404 {
 font-size: 18px !important;
 max-width: 307px !important;
}
 .btn {
 padding: 8px 30px;
 margin-top: 20px !important;
}
 .fouroh {
 height: 80px !important;
}
 .rowone {
 margin-top: 40px !important;
}
}
.packages {
	padding-top: 100px;
	padding-bottom: 0px;
	z-index: -3;
}
.service-symbol {
	max-height: 80px;
	max-width: 80px;
	margin: 28px auto 16px;
}
.service-icon {
	max-height: 64px;
	max-width: 64px;
	margin: 28px auto 16px;
}
.special-smoke {
	background-color: black !important;
}
.skills-packages {
	padding-top: 0px;
	padding-bottom: 0px;
}
.service-h1 {
	font-weight: 900;
	font-size: 23px;
	text-align: center;
	color: #3A4046;
	line-height: 30px;
}
.service-custom {
	font-weight: 300;
	font-size: 16px;
	color: #7a7a7a;
	max-width: 496px;
	letter-spacing: 0px;
	line-height: 28px;
}
.service-p {
	font-weight: 300;
	font-size: 16px;
	color: #7a7a7a;
	width: 241px;
	text-align: center;
	margin: auto;
	letter-spacing: 0px;
	line-height: 28px;
}
.hr-service-grey {
	border: 1px solid #7a7a7a;
	margin: 48px 120px 48px 120px;
}
.service-divide {
	width: 100%;
	padding: 24px 120px 48px 120px;
}
.top-head {
	width: 100%;
	height: 62px;
	background: black;
}
.service-label {
	font-weight: 300;
	font-size: 16px;
	color: #7a7a7a;
	margin: auto;
	margin-bottom: 64px;
	text-align: center;
	letter-spacing: 0px;
	line-height: 32px;
}
.service-bullet {
	list-style-type: disc;
	margin: 24px auto;
	width: 241px;
}
ul.clock {
	list-style-image: url("../../img/picons/clock.html");
	margin: 24px auto;
	width: 241px;
}
.service-list {
	font-weight: 700;
	font-size: 16px;
	color: #3A4046;
	line-height: 30px;
	margin-bottom: 0px;
	text-transform: none;
}
.service-contact-p {
	font-weight: lighter;
	font-size: 20px;
	color: #3A4046;
	text-align: center;
	line-height: 50px;
}
.service-special {
	font-weight: 300;
	font-size: 23px;
	color: #636464;
	text-align: center;
	letter-spacing: 0px;
}
.service-contact-h1 {
	font-size: 24px;
	color: #3A4046;
	text-align: center;
	line-height: 34px;
}
.contact-service-field {
	height: 48px;
	width: 100%;
	background-color: #f5f5f5;
	margin-bottom: 16px;
	border-color: #eeeeee;
	border-width: 2px;
	border-style: inset;
}
.contact-service-form {
	height: 116px;
	width: 100%;
	background-color: #f5f5f5;
	border-color: #eeeeee;
	border-width: 2px;
	border-style: inset;
}
.service-footer {
	padding-top: 24px !important;
}
#overlay {
	width: 100%;
	height: 100%;
	background: black;
	position: absolute;
	top: 0;
	z-index: 1;
	text-align: center;
}
#overlay:before {
	/* create a full-height inline block pseudo=element */
    content: ' ';
	display: inline-block;
	vertical-align: middle;
	/* vertical alignment of the inline element */
    height: 100%;
}
#overlay img {
	display: inline-block;
	vertical-align: middle;
 }

.no-padding {
	padding:0;
	margin:0;
}
#process {
	background-color:#f2f2f2;
	padding:80px 0;
}
#process p {
	margin-bottom:0;
}
#packages {
	background-color:#f2f2f2;
	padding:80px 0;
}
#vision, #services {
	padding:80px 0;
	background-color:#f9f9f9;
}
.content-section {
	width: 100%;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:  fixed;
}
/* Title Style 1 */
.title-style1 .title-text {
	height: 255px;
	display: inline-table;
}
.title-style1 h2.title {
	vertical-align: middle;
	display: table-cell;
	letter-spacing: -2px;
}
.title-style1 .simple-text {
	display: inline-table;
	float: none;
	height: 255px;
	letter-spacing: 0;
	margin: 0 auto;
	padding-left: 55px;
	width: 46%;
}
.title-style1 .description {
	font-size: 18px;
	vertical-align: middle;
	display: table-cell;
	font-weight: 300
}
/* Title Style 2 */
/*.title-style2 { margin-bottom: 8%;}*/
.title-style2 .title-text {
	height: auto;
	display: inline-table;
}
.title-style2 h2.title {
	vertical-align: middle;
	display: block;
	font-size: 60px;
	margin-top: 70px;
	letter-spacing: -2px;
}
.title-style2 .simple-text {
	display: inline-table;
	float: none;
	height: 255px;
	letter-spacing: 0;
	margin: 0 auto;
	padding-left: 55px;
	width: 46%;
}
.title-style2 .description {
	font-size: 18px;
	vertical-align: middle;
	display: inline-block;
	font-weight: 300
}
/* Title Style 3 */
.title-style3 .title-text {
	height: 160px;
	display: inline-table;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.title-style3 h2.title {
	vertical-align: middle;
	display: block;
	font-size: 60px;
	margin-top: 70px;
	color: #9a9a9a;
	letter-spacing: -2px;
}
.title-style3 .simple-text {
	display: inline-table;
	float: none;
	height: 255px;
	letter-spacing: 0;
	margin: 0 auto;
	padding-left: 55px;
	width: 46%;
}
.title-style3 .description {
	font-size: 18px;
	vertical-align:middle;
	display: inline-block;
	clear: both;
	font-weight: 300
}
/* Border */
.border-bottom {
	border-bottom: 1px solid #e5e5e5;
	float: left;
}
.border-top {
	border-top: 1px solid #e5e5e5;
}
.border-left {
	border-left: 1px solid #e5e5e5;
}
.border-right {
	border-right: 1px solid #e5e5e5;
}
.border-gray {
	border: 1px solid #373737 !important;
}
.border-gray-right, .purple .border-right {
	border-right: 1px solid #262626
}
.border-gray-bottom, .purple .border-bottom {
	border-bottom: 1px solid #262626
}
.border-gray-top, .purple .border-top {
	border-top: 1px solid #262626;
}
.contact-style1 .head {
	margin-bottom: 57px;
}
.contact-title {
	font-size: 15px;
	font-weight: bold;
	display: table;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.contact-style1 .contact-text {
	display: table;
	margin: 0;
	width: 57%;
}
.contactform {
	margin-top:70px;
}
/* =-=-=-=-=-=-= Process Section =-=-=-=-=-=-= */

.process-section {
	background: url(../images/process-bg.html) no-repeat #dedede;
	-webkit-background-size: cover;
	background-size: cover;
}
.process-box {
	background-color: #ff2a40;
	color: #fff;
	padding: 30px;
	border-radius: 10px;
}
.process-box i::before {
 font-size: 30px;
}
.process-box h3 {
	font-size: 16px;
	line-height: 45px;
	color: #fff;
	margin: 0;
}
/* =-=-=-=-=-=-= Service Section =-=-=-=-=-=-= */


.sbox-gutter:nth-child(3), .sbox-gutter:nth-child(6) {
 border-right: 0;
}
.sbox-gutter:nth-child(4), .sbox-gutter:nth-child(5), .sbox-gutter:nth-child(6) {
 border-bottom: 0;
}
.sbox-gutter:hover {
	background-color: #ff2a40;
}
 .sbox-gutter, .sbox-gutter i::before, .sbox-gutter h3, .sbox-gutter p {
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
 -ms-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
}
 .sbox-gutter:hover i::before, .sbox-gutter:hover h3, .sbox-gutter:hover p {
 color: #fff;
}
.service-box {
	padding: 30px 15px;
}
.service-box i::before {
 font-size: 40px;
 margin-bottom: 20px;
 color: #ff2a40;
}
.service-box h3 {
	color: #ff2a40;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.service-box p {
	line-height:18px;
	font-size:14px;
}
.teaser {
	color: #fff;
	position: relative;
	background: #000;
	min-height: 720px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
 @media only screen and (min-width: 60em) {
 .teaser {
 min-height: 640px;
 height: 100vh;
}
}
.teaser .page {
	position: relative;
}
.teaser h1.teaser-txt {
	font-weight: 300;
	line-height: 1.125;
	font-size:5.0em;
	color:#fff;
}
 @media only screen and (min-width: 40em) {
 .teaser h1 {
 font-size: 2.34375rem;
 letter-spacing: -.05em;
}
}
.teaser .design-and-build span {
	font-size: 1.5em;
	display: block;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -.05em;
	padding-bottom: .25em;
	color:#fff !important;
}
 @media only screen and (min-width: 40em) {
 .teaser .design-and-build {
 font-size:3.2em;
 color:#fff;
}
}
.teaser .amp {
	text-transform: none;
}
.teaser .actions {
	margin-top: 3em;
}
.teaser .or {
	margin-left: 1em;
	margin-right: 1em;
	font-weight: normal;
	font-style: italic;
}
.teaser-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.teaser-button {
	font-size: 1.25em;
	display: block;
	margin-bottom: 2em;
	color: #fff;
	border-color: #fff;
	text-align: center;
}
 @media only screen and (min-width: 48em) {
 .teaser-button {
 display: inline-block;
 margin-bottom: 0;
 margin-right: 2em;
}
}
.teaser-button--last {
	margin-right: 0;
}
.button, input[type=submit], button {
	transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	border-radius: .125em;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: .5em 1em;
	font-weight: bold;
	text-decoration: none;
	word-wrap: nowrap;
	text-transform: uppercase;
	letter-spacing: .05em;
	-webkit-font-smoothing: antialiased;
}
.button:hover, input[type=submit]:hover, button:hover {
	background: #efbb00;
	border-color: #efbb00;
	color: #2c3e50;
}
#process {
	background: rgba(0, 0, 0, 0) url(../images/profile.jpg) repeat scroll center center / cover;
	overflow: auto;
}
.dials {
	font-size: 0.1px;
	margin: 30px auto;
	min-height: 370px;
	text-align: justify;
}
.dials::after {
 content: "";
 display: inline-block;
 width: 100%;
}
#process p {
	color:#fff;
}
#process .sec-header h2 {
	color:#fff;
}
#process section .dials > div {
	background: rgba(0, 0, 0, 0) url(../images/arrows.png) repeat scroll left center ;
	display: inline-block;
	height: 0;
	opacity: 0;
	transition: all 2s ease 1s;
	width: 270px;
}
#process section .dials > div:nth-child(2) {
 background-position: center center;
}
#process section .dials > div:nth-child(3) {
 background-position: right center;
}
#process section.visible .dials > div {
	height: 370px;
	opacity: 1;
	transform: scale(1);
}
#process section .dials > div > div {
	background: rgba(0, 0, 0, 0) url(../images/arrows-back.png) repeat scroll 0 0;
	height: 370px;
	left: 50%;
	margin-left: -136px;
	position: relative;
	width: 270px;
}
.skills {
	color: white;
	font-size: 1.2em;
	line-height: 1.2em;
	min-height: 500px;
	padding-top: 90px;
	perspective: 600px;
	text-align: center;
}
section .skills li {
	background: rgba(0, 0, 0, 0) url(../images/hexagon.png) repeat scroll 0 0;
	display: inline-block;
	height: 216px;
	margin: -30px 15px 0;
	position: relative;
	transform: scale(0);
	transition: all 2s ease 2.5s;
	width: 188px;
}
section.visible .skills li {
	transform: scale(1);
}
.skills li div {
	display: table;
	height: 100%;
	width: 100%;
}
.skills li div p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
/* ==========================================================================
11. portfolio
========================================================================== */
#portfolio-list {
	padding-top: 110px;
}
#portfolio-details {
	padding-top: 110px;
}
#portfolio {
	padding:60px 0;
}
/* portfolio Active */
.buttons .small-button {
	display: inline-block;
	float: none;
	margin: 50px 0 0;
}
.portfolio-layout-2.buttons .small-button {
	display: inline-block;
	float: none;
	margin: 30px 0 0;
}
/* portfolio Group show */
.group {
	display: none;
}
.group.show {
	display: block;
}
#load-more.disable {
	color: #b7b7b7;
	text-decoration: none;
	cursor: default;
	border: 2px solid #b7b7b7
}
#load-more.disable:hover {
	background-color: transparent
}
h1, h2, h3, h4, h5 {
	font-family: "Oswald", Arial, sans-serif;
}
/* ==========================================================================
12. portfolio Listing
========================================================================== */

/* portfolio Page */
.portfolio-left {
	margin-right: 6%;
}
.portfolio-page .footer {
	height: auto;
}
.portfolio-page .portfolio-content {
	cursor: auto;
	margin-top: 40px;
	margin-bottom:40px;
	padding: 0;
}
.post-password-required .portfolio-content {
	margin-top: 0;
}
.portfolio-title .content {
	width: auto;
	margin-bottom: 30px;
}
.portfolio-page .portfolio-content h6 {
	letter-spacing: 0;
	text-align: left;
}
.portfolio-title h5 {
	font-size:22px;
}
.search {
	border: 1px solid #cdcdcd;
	color: #838383;
	font-size: 13px;
	height: 40px;
}
.input_var {
	position: relative;
}
.input_var i {
	position: absolute;
	right: 15px;
	top: 12px;
	color:#000;
	font-size: 18px;
}
/* portfolio Wrapper */
.portfolio-post li:first-child {
	margin-top: 0;
}
.post-preview {
	margin: 40px 0;
	width: 100%;
	clear: both;
}
.portfolio-video {
	min-height: 410px;
}
.portfolio-content {
	margin-bottom: 0;
}
/* portfolio Carousel */
.portfolio-wrapper .carousel {
	line-height: 12px;
}
.portfolio-wrapper .carousel-caption {
	padding: 0;
}
/* Post Preview */
.post-preview .portfolio-day {
	left: 30px;
	top: -70px;
	z-index: 0;
}
.post-preview .portfolio-title {
	line-height: 26px;
}
/* Pagination */
.pagerblock {
	display: inline-block;
}
.pagerblock li, .pagerblock a, .pagerblock span {
	margin: 0 12px;
	background: #FFF;
}
.pagerblock li a {
	border: 2px solid #e5e5e5;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 45px;
	font-weight: 400;
	font-size: 16px
}
.pagerblock li a i {
	color: #000;
	font-size: 22px;
	line-height: 35px;
}
.pagerblock li.current a, .pagerblock li a:hover, .pagerblock li a:focus, .pagerblock li a:hover i, .pagerblock li a:focus i {
	color: #f96015;
	border-color: #f96015;
	text-decoration: none;
}
/* ==========================================================================
30. portfolio Style
========================================================================== */

/* portfolio Style 1  */
.portfolio-style1 .portfolio-header .intro-section {
	margin: auto;
	padding: 30% 0 25%;
}
.portfolio-style1 .portfolio-details-header .intro-section {
	padding: 20% 0 15%;
}
.portfolio-style1 .portfolio-header {
	background: url(../images/header-img1.html) no-repeat center top fixed;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
}
.portfolio-style1 .portfolio-details-header {
	background: url(../images/header-img2.html) no-repeat center top fixed;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
}
.portfolio-style1.portfolio-content {
	position: relative;
	cursor: pointer;
	clear: both
}
.portfolio-style1 .portfolio-img {
	opacity: 1;
	transition: all 400ms ease-in-out 0s;
	height: 100%;
	width: 100%;
}
.portfolio-style1 .portfolio .active {
	margin-bottom: 0;
}
.portfolio-style1 .portfolio .active .portfolio-content-out {
	display: block !important;
}
.portfolio-style1 .portfolio-image {
	padding: 0;
	background-color: #000
}
.portfolio-style1 .portfolio-day {
	background-color: #f96015;
	border: 2px solid #f96015;
	color: #fff;
	display: table-cell;
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	font-weight: 400;
	height: 94px;
	left: 3%;
	position: absolute;
	top: 59%;
	width: 94px;
	z-index: 9999;
}
.portfolio-style1 .portfolio-day span {
	left: 0;
	position: absolute;
	right: 0;
	top:10px;
	vertical-align: middle;
}
.portfolio-style1.portfolio-content:hover .portfolio-day {
	border: 4px solid #fff;
	background-color: #f96015;
	color: #fff;
}
.portfolio-style1.portfolio-content:hover .portfolio-day span {
	top: 10px;
}
.portfolio-style1 .portfolio-header span.highlight {
	font-size: 65px;
	font-weight: 400;
	background-color: transparent;
	color: #fff;
	padding: 12px 34px
}
.portfolio-style1 .portfolio-header .intro-section .intro {
	line-height: 60px
}
.portfolio-style1.portfolio-content:hover .portfolio-image img {
	opacity: 0.5;
}
.portfolio-style1.portfolio-content.active .frameOverlay {
	background-color: #FFF;
	display: table;
	width: 100%;
}
.portfolio-style1 .frameOverlay {
	color: #000;
	padding: 15px 15px 22px;
	transition: all 500ms ease-in-out 0s;
	cursor: default
}
.portfolio-style1 .frameOverlay .col-md-offset-2 {
	margin-left: 10.667%;
}
.portfolio-style1 .portfolio-content-out .content {
	line-height: 23px;
	width: auto;
	transition: all 400ms ease-in-out 0s;
}
.portfolio-style1 .portfolio-content-out .content > p {
	font-size:14px;
	color:#777;
	margin-bottom: 10px;
}
.portfolio-style1 .month {
	width: 100%;
	display: inline-block;
	font-size:14px;
}
.portfolio-style1.portfolio-content .portfolio-title {
	margin-bottom: 10px;
}
.portfolio-style1 .portfolio-title .title {
	margin: 0 0 2px;
	line-height: 32px;
}
.small-button, .comment-reply-link, .wpcf7-submit, .contact-style2 .wpc7f-submit {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	margin:6px 0;
	padding:3px 13px;
	text-decoration: none;
	text-transform: uppercase;
}
#services {
	margin-bottom:0px;
	margin-top: 0;
	background-attachment: fixed;
	background-image: url("../images/services.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color:#fff;
	padding: 70px 0;
}
#services h2 {
	color:#fff;
}
.service--item {
	margin-bottom:30px;
}
.service--icon {
	float: left;
	font-size: 38px;
	line-height: 0;
	text-align: center;
	width: 45px;
}
.service--content {
	margin-left: 60px;
	color:#fff;
}
.service--content h3 {
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
	margin-top: 0;
	color:#fff;
}
.service--content p {
	font-size:14px;
	font-weight: 300;
	margin-top: 0;
	color:#fff;
}
.split--words span:nth-child(2n) {
 font-weight: 700;
 color:#fff;
}
.contact h1, .thanks h1 {
	top: 0;
	margin-bottom: 25px;
}
.contact .contact-intro, .thanks .contact-intro {
	text-align: center;
}
.contact .contact-intro p, .thanks .contact-intro p {
	color: #4a5873;
}
.contact .contact-form, .thanks .contact-form {
	background: #f2f2f2;
	padding:200px 0 50px 0;
}
.contact .contact-form form, .thanks .contact-form form {
	padding-top: 50px;
}
.contact p, .thanks p {
	margin: 0;
	padding-bottom: 2em;
}
.contact label, .thanks label {
	display: block;
	padding-bottom: .5em;
	color: #4a5873;
}
.contact .hint, .thanks .hint {
	display: block;
	font-size: .8em;
	color: #99a5bd;
}
.contact input, .contact select, .contact textarea, .thanks input, .thanks select, .thanks textarea {
	width: 100%;
	padding: .5em;
	font-size: 1.125em;
}
.contact .contact-wrapper, .thanks .contact-wrapper {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
 .contact .contact-wrapper::after, .thanks .contact-wrapper::after {
 clear: both;
 content: "";
 display: block;
}
 @media screen and (min-width: 40em) {
 .contact .contact-wrapper, .thanks .contact-wrapper {
 max-width: 80%;
 width: 80%;
}
 .contact .contact-wrapper::after, .thanks .contact-wrapper::after {
 clear: both;
 content: "";
 display: block;
}
}
 @media screen and (min-width: 48em) {
 .contact .contact-wrapper, .thanks .contact-wrapper {
 max-width: 80%;
 margin-left: auto;
 margin-right: auto;
}
 .contact .contact-wrapper::after, .thanks .contact-wrapper::after {
 clear: both;
 content: "";
 display: block;
}
}
 @media screen and (min-width: 60em) {
 .contact .contact-wrapper, .thanks .contact-wrapper {
 max-width: 59em;
 margin-left: auto;
 margin-right: auto;
 width: 80%;
}
 .contact .contact-wrapper::after, .thanks .contact-wrapper::after {
 clear: both;
 content: "";
 display: block;
}
}
 @media screen and (min-width: 72em) {
 .contact .contact-wrapper, .thanks .contact-wrapper {
 max-width: 59em;
 margin-left: auto;
 margin-right: auto;
}
 .contact .contact-wrapper::after, .thanks .contact-wrapper::after {
 clear: both;
 content: "";
 display: block;
}
}
.contact .actions button, .thanks .actions button {
	font-size: 1.25em;
}
.contact .contact-form-wrapper, .thanks .contact-form-wrapper {
	width: 80%;
	margin: 0 auto;
}
 @media only screen and (min-width: 72em) {
 .contact .contact-form-wrapper, .thanks .contact-form-wrapper {
 width: 60%;
}
}
.contact-form-chat cf-chat:before {
	display: none;
}
.contact-form-chat .conversational-form {
	background: transparent;
}
.contact-form-form {
	opacity: 0;
}
.pad-top50 {
	padding-top:50px;
}
.pad-top100 {
	padding-top:100px;
}
cf-chat {
	margin-bottom:0px !important;
}
/* =-=-=-=-=-=-= Footer Section =-=-=-=-=-=-= */

.footer-section {
    padding:30px 0;
    background-color: #202020;
    color: #fff;
    position: relative;
}
.footer-section p{
    font-size: 13px;
    line-height: 30px;
    color: #b5b5b5;
}
.footer-logo p span{
    color: #ff2a40;
    font-weight: 600;
}
.copyright {
    margin-top:0;
}
.copyright p {
    margin: 0;
}

.social-icon ul li a i{
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.social-icon ul li a i:hover{
    color: #bbb;
    border: 1px solid #bbb;
}
/* scroll to top */
.scrollup {
	position:fixed;
	width:32px;
	height:32px;
	bottom:0px;
	right:20px;
	background:#121212;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius:  2px 2px 0 0;
}
a.scrollup {
	outline:0;
	text-align: center;
}
a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top:7px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}
cf-chat-response {
	color:#333 !important;
}
.grid-gallery { width: 100%; }

/* Grid Style */
.grid { margin: 0 auto; }
.grid li { float: left; cursor: pointer; }
.grid figure { -webkit-transition: opacity 0.2s; transition: opacity 0.2s; }

/* Slideshow Style */
.slideshow { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 99999; opacity: 0; visibility: hidden; overflow: hidden; -webkit-transition: opacity 0.5s, visibility 0s 0.5s; transition: opacity 0.5s, visibility 0s 0.5s; padding: 0; background-color: #FFF; }
.slideshow-open .slideshow { opacity: 1; visibility: visible; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; }
.popup-slide.animatable li { -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; }
.slideshow-open .popup-slide { -webkit-transform: translate3d(0, 0, 0) !important; transform: translate3d(0, 0, 0) !important; }

/* Navigation */
.icon:before,
.icon:after { font-family: 'fontawesome'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
span.nav-prev:before { content: "\f104"; }
span.nav-next:before { content: "\f105"; }
span.nav-close:before { content: "X"; font-family: 'Open Sans', sans-serif; transform: scale(1.3, 1); -webkit-transform: scale(1.3, 1); display: inline-block; font-weight: 100; color: rgba(0, 0, 0, 0.4); }
#portfolio { padding-bottom: 0 !important;}
.isotope .portfolio-item,
.isotope .post-item { -webkit-transition-duration: .8s; -moz-transition-duration: .8s; -ms-transition-duration: .8s; -o-transition-duration: .8s; transition-duration: .8s; }
.no-padding {
	padding:0;
}
.no-padLeft {
	padding-left:0px !important;
}
.no-padRight {
	padding-right:0px !important;
}




.mobileView{
    display: none;
}

.desktopView ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.desktopView ul li{
    font-weight: 600;
    font-size: 16px;
    color: #fff !important;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding: 22px 24px;
}
.desktopView ul li a{
    color: #fff !important;
    text-decoration: none!important;
}


.aboutTitle{
    text-align: left;
}

.aboutHr{
    text-align: left;
    width: 160px;
    height: 5px;
    display: block;
    margin: 0px;
}
.aboutDesc{
    text-align: left;
    margin-top: 20px;
}





.slider_container {
  position: relative;
  width: 100%;
  min-width: auto;
  height: 60rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.slider_container .slider {
  position: relative;
  width: 400%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  animation: 30s cubic-bezier(1, 0.95, 0.565, 1) sliding infinite;
}

.slider_container .slide {
  position: relative;
  min-width: 100%;
  height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat no-repeat !important;
}

.slider_container .slide img {
  width: 100%;
  height: 100%;
}

.slider_container .slide .caption {
display: none;
  position: absolute;
  left: 0;
  bottom: 5%;
  font-size: 5rem;
  font-weight: 600;
  color: white;
  text-transform: capitalize;
  background: rgba(0, 0, 0, 0.348);
  backdrop-filter: blur(10px);
  padding: 1rem 5rem;
  border-radius: 0 2rem 2rem 0;
}

/*.slider_container .slide.one {*/
/*  background: rgb(182, 19, 109);*/
/*}*/
/*.slider_container .slide.two {*/
/*  background: rgb(255, 64, 64);*/
/*}*/
/*.slider_container .slide.three {*/
/*  background: rgb(11, 173, 188);*/
/*}*/
/*.slider_container .slide.four {*/
/*  background: rgb(11, 188, 14);*/
/*}*/
/*.slider_container .slide.five {*/
/*  background: rgb(173, 11, 188);*/
/*}*/

@keyframes sliding {
  0% {
    transform: translateX(0%);
  }
  20% {
    transform: translateX(0%);
  }
  25% {
    transform: translateX(-100%);
  }
  45% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-200%);
  }
  70% {
    transform: translateX(-200%);
  }
  75% {
    transform: translateX(-300%);
  }
  95% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(-400%);
  }
}



.carousel-inner > .item {
    height: 100vh;
    overflow-y: auto;
}

.carousel-inner > .item iframe, .carousel-inner > .item #the-canvas {
    width: 100%;
    height: 100vh;
}

li {
    text-transform: none;
}

.customUl li{
    font-size: 13px;
    color: #7a7a7a;
    margin-left: 24px;
    text-transform: none;
    font-weight: 400;
    text-align: left;
}

.portfolio-style1 .portfolio-figure img{
    background: #e5e5e5;
}

.popup-slideshow-style1 .popup-navigation span.nav-close {
    background: black;
    color: #FFF;
}
span.nav-close:before{
    font-weight: 500;
    color: #fff;
}

.portfolio-figure{
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}


@media screen and (max-width: 768px) {
    
    .popup-slider.imageSlider .carousel.slide {
        height: 50vh !important;
        overflow-y: auto !important;
    }


    .mobileView{
        display: block!important;
    }
    .desktopView{
        display: none!important;
    }
    
.carousel-inner > .item {
    height: 50vh!important;
    overflow-y: auto;
}

.imageSlider .carousel-inner > .item.mobileView {
    height: auto!important;
    overflow-y: auto;
}

.carousel-inner > .item iframe, .carousel-inner > .item #the-canvas{
    width: 100%;
    height: 50vh!important;
}
.popup-slideshow-style1 .popup-slide .right-part{
    height: 50vh!important;
    padding-top: 60px!important;
}
#casestudies .portfolio-figure{
    height: 150px!important;
}
}

figure.portfolio-figure:hover {
    box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.6);
}
