html, body, .main-wrapper, .page, #maximage, .overlay, .slider, .in-slide-content, .mc-cycle, .first-item .in-slide-content {
	height: 100%
}
body {
	font: 18px/20px 'robotolight', sans-serif;
	color: #616161
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'robotomedium';
	color: #616161;
	margin: 0
}
h2 {
	font-size: 40px;
	line-height: 40px
}
p, a {
	font: 18px/20px 'robotolight', sans-serif;
	color: #616161
}
a {
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	outline: none
}
.pull-left {
	float: left
}
.pull-right {
	float: right
}
body.modal-open {
	position: fixed
}
#preloader {
	background: #fff;
	display: block;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 9999
}
.loader {
	height: 50px;
	width: 50px;
	position: absolute;
	left: calc(50% - 50px);
	top: calc(50% - 50px)
}
.circle-loader {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	height: 50px;
	left: 50%;
	position: absolute;
	top: 20%;
	width: 50px
}
.circle-loader .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
	stroke: #2196f3
}
@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124
	}
}
.overlay {
	background: rgba(0, 0, 0, .6)
}
.nav-wrapper h1 {
	display: inline-block;
	font-size: 0
}
header.nav {
	z-index: 999;
	width: 100%;
	top: 0px;
	position: fixed;
	z-index: 999;
	padding: 20px 0;
	-webkit-transition: top .5s;
	transition: top .5s
}
header.nav.hide-menu {
	top: -90px
}
.primary-nav {
	height: inherit;
	line-height: inherit;
	background-color: transparent !important;
	box-shadow: none
}
.primary-nav .brand-logo {
	font-size: inherit;
	position: static;
	left: inherit;
	transform: inherit
}
.primary-nav .brand-logo img {
	height: 30px
}
ul.inline-menu li {
	padding: 0;
	margin-left: 0
}
.inline-menu li, .inline-menu li:hover {
	background-color: transparent
}
.inline-menu li:first-child {
	margin-left: 0
}
.inline-menu li a {
	background-color: transparent;
	display: block;
	color: #333;
	text-align: left;
	height: inherit;
	font: 14px/1 'robotoregular';
	text-transform: uppercase;
	padding: 15px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}
.sticky .inline-menu li a {
	color: #333
}
.sticky .inline-menu li a:hover {
	background-position: left top
}
.inline-menu  li.current a, .inline-menu  li a:hover {
	background: #2196f3;
	color: #FFF
}
.inline-menu li i {
	display: none
}
header.sticky {
	background: #FFF;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding: 10px 0
}
.mdi-navigation-menu:before {
	content: ''
}
nav a.button-collapse {
	float: right;
	height: 32px;
	width: 32px
}
nav a.button-collapse i {
	height: 32px;
	width: 32px;
	background: url(../images/icon-menu.png) no-repeat;
	display: block
}
.in-slide-content {
  background: rgba(0, 0, 0, 0) url("../images/img-1.webp") repeat  0 0/cover;
  color: #ffffff;
  display: table;
  height: 100%;
  text-align: center;
  width: 100%;
}
.career .in-slide-content{
	background: rgba(0, 0, 0, 0) url("../images/img-9.webp") repeat  0 0/cover;
}

.features .in-slide-content{
	background: rgba(0, 0, 0, 0) url("../images/features.png") repeat  0 0/cover;
}


.features .nav-wrapper h1{
	text-align: center;
	display: block;
}

.features .common-block .title{
	text-align: left;
	font-family: 'robotomedium';
	margin: 20px 0;
}




.career .nav-wrapper h1{
	text-align: center;
	display: block;
}
.career .common-block .title{
	text-align: left;
	font-family: 'robotomedium';
	margin: 20px 0;
}
.career .section-1{
	margin:40px 0;
}
.career li{
	margin: 0 0 10px;
	font-size: 14px;
}
.career em{
	font-size: 14px;
	line-height: 20px;
}
.in-slide-content .container {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.in-slide-content span {
	font: 22px/40px 'robotoregular', sans-serif;
	margin-bottom: 10px;
	display: block
}
.in-slide-content p {
	font: 15px/24px 'robotolight', sans-serif;
	color: #FFF
}
.scroll-down {
	position: absolute;
	width: 100%;
	bottom: 50px;
	z-index: 11
}
.scroll-down a {
	color: #FFF;
	display: block;
	text-align: center;
	text-indent: -999em;
	background: url(../images/icon-down.png) no-repeat center center;
	width: 100%;
	height: 50px
}
.scroll-down a:hover {
	background: url(../images/icon-down-hover.png) no-repeat center center
}
.common-block {
	padding: 100px 0
}
.common-block .title {
	text-align: center;
	margin-bottom: 30px
}
.common-block .title h2 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 24px
}
.common-block .title span {
	display: block;
	font: 16px/16px 'robotolight';
	letter-spacing: 2px
}
.common-block.bg-overlay {
	background: #2196f3;
	color: #FFF
}
.common-block.bg-overlay .title h2, .common-block.job-opp .title h2, .common-block.job-opp, .common-block.job-opp p {
	color: #FFF
}
.common-block.job-opp p {
	font: 18px/24px 'robotolight';
	margin-bottom: 60px
}
.common-block.job-opp {
	text-align: center
}
.col-1 {
	margin-bottom: 30px
}
.colset-3 .card {
	margin: 0
}
.colset-2 .card .card-content {
	padding: 0
}
.colset-3 .card-title, .card .card-content .card-title, .colset-2 .card-title {
	font: 20px/40px 'robotolight';
	color: #333;
	text-transform: capitalize;
	text-align: center;
	display: block;
	padding: 0
}
.colset-3 .card-reveal,.colset-2 .card-reveal {
	padding: 0
}
.colset-3 .card-reveal .card-title,.colset-2 .card-reveal .card-title {
	border-bottom: 1px solid #efefef;
	font-size: 20px;
	padding: 20px;
}
.colset-3 .material-icons, .colset-2 .material-icons {
	text-indent: -999em;
	background: url(../images/icon-close.png) no-repeat right 10px/40%;
	width: 48px;
	height: 28px;
	margin-left: -48px
}
.card-reveal p a {
  display: block;
  font: 20px robotomedium;
  margin: 20px 0;
}
.colset-3 .card-reveal p, .colset-2 .card-reveal p {
	padding: 20px;
	font: 14px/24px 'robotolight'
}
.parallax {
	display: none
}
.job-opp {
	background: url(../images/img-9.webp) no-repeat left top/cover
}
.skills {
	background: url(../images/img-4.webp) no-repeat left top/cover
}
.skill-graph {
	margin-bottom: 0px
}
.skill-graph .single-skill {
	height: 350px;
	width: 90px;
	position: relative
}
.after-li {
	position: absolute;
	width: 100%;
	bottom: 10px;
	height: 200px
}
.singel-hr {
	position: relative;
	height: 100%;
	padding-bottom: 50px
}
.skill-title, .skill-count {
	width: 100%;
	display: block;
	text-align: center;
	font-weight: 400;
	position: absolute
}
.skill-title {
	font-size: 13px;
	line-height: 15px
}
.skill-count {
	font-size: 15px
}
.skill-title {
	top: -100px
}
.skill-count {
	bottom: 0
}
.singel-hr-inner {
	position: absolute;
	width: 100%;
	bottom: 33px;
	border-radius: 2px;
	height: 0px;
	-webkit-transition: all 1.2s;
	transition: all 1.2s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1)
}
.skill-visiable {
	position: relative
}
.hr-wrap {
	height: 73px;
	width: 1px;
	position: absolute;
	top: -73px;
	left: 50%
}
.hrc:after {
	content: '';
	width: 7px;
	height: 7px;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: -3px
}
.singel-hr-inner, .hr-wrap, .hrc::after {
	background-color: #2196f3
}
.skill-title, .skill-count {
	color: #2196f3
}
.btn-wrapp a {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px
}
.btn-wrapp a:last-child {
	margin-bottom: 0
}
#skills .btn-wrapp {
	bottom: 7.5%;
	right: 4%;
	top: auto
}
.btn-floating {
	background: #FFF
}
.btn-floating i {
	color: #2196f3
}
.btn-floating:hover {
	background: #2196f3
}
.btn-floating:hover i {
	color: #FFF
}
.portfolio-wrap {
	padding-bottom: 120px
}
.portfolio-top {
	margin-bottom: 50px;
	padding-bottom: 3px
}
.portfolio-top .title {
	color: #fff;
	margin-bottom: 60px
}
.portfolio-category li {
	float: left;
	margin-right: 25px
}
.portfolio-category li a {
	border-color: transparent;
	border-style: solid;
	border-width: 0 0 3px;
	color: #fff;
	display: block;
	line-height: 20px;
	padding-bottom: 10px;
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
	text-transform: uppercase
}
.portfolio-category li.active a, .portfolio-category li a:hover {
	border-color: #fff
}
.protfolio-item {
	margin-bottom: 50px
}
.protfolio-item li {
	width: 100%
}
.protfolio-item li a {
	background-color: inherit;
	display: block;
	margin-bottom: 30px
}
.protfolio-image {
	overflow: hidden;
	position: relative;
	width: 100%
}
.protfolio-image img {
	display: block;
	width: 100%
}
.protfolio-content {
	bottom: 0;
	height: 100%;
	padding: 20px;
	position: absolute;
	text-align: center;
	top: 0;
	transform: scale(0);
	transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.25s ease 0s;
	vertical-align: middle;
	width: 100%;
	z-index: 5
}
.p-overlay {
	border-radius: 50%;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: scale(0);
	transition: all 0.3s ease 0s;
	width: 100%
}
.protfolio-content::before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-left: -6px;
	min-width: 1px;
	vertical-align: middle
}
.protfolio-content__inner {
	display: inline-block;
	vertical-align: middle;
	width: 100%
}
.protfolio-content .p-title {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase
}
.protfolio-image:hover .p-overlay {
	opacity: 1;
	transform: scale(1.6)
}
.protfolio-image:hover .protfolio-content {
	opacity: 0.9;
	transform: scale(1)
}
.modal .modal-content {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 25px;
	padding: 0
}
.modal-content img {
	/*width: 100%;*/
	margin-bottom: 25px
}
.modal-content h4 {
	color: #444444;
	font-size: 25px;
	line-height: 1.2;
	margin-bottom: 25px
}
.modal .modal-content p {
	color: #727272;
	font-size: 14px;
	line-height: 30px
}
.modal .modal-footer {
	padding: 0 0 25px
}
.modal .modal-footer .btn-flat {
	font-size: 14px;
	font-weight: 500;
	padding: 0 15px;
	display: inline-block;
	float: inherit;
	text-transform: none;
	margin-left: 0
}
.modal {
	width: 98%;
	padding: 15px;
	background: #FFF
}
.p-overlay {
	background-color: rgba(33, 150, 243, 0.8)
}
.def-btn, .def-btn:hover {
	background: #2196f3
}
.colset-2.product .card-title {
	text-align: left;
	padding: 20px
}
.colset-2.product .platform {
	color: #333;
	font-size: 13px;
	text-transform: none;
	display: block
}
.colset-2.product .material-icons {
	margin-left: 0;
	width: 28px;
	background-size: 60%
}
.ios {
	background: url(../images/ios.png) no-repeat left center;
	padding-left: 30px
}
.android {
	background: url(../images/android.png) no-repeat left center;
	padding-left: 30px
}
.map-wrapper {
	position: relative
}
#map {
	background: none;
	height: 300px;
	margin-bottom: 60px
}
.marker {
	overflow: hidden;
	padding: 15px
}
.marker h3 {
	font: 24px/20px 'robotoregular';
	margin-bottom: 15px
}
.icon-user {
	background: url(../images/icon-user.png) no-repeat left 20px;
	width: 24px;
	height: 40px
}
.icon-mail {
	background: url(../images/icon-mail.png) no-repeat left 20px;
	width: 24px;
	height: 40px
}
.contact-form .icon-phone{
	background: url(../images/icon-phone.png) no-repeat left 20px;
	width: 24px;
	height: 40px;
}
.icon-msg {
	background: url(../images/icon-msg.png) no-repeat left 20px;
	width: 24px;
	height: 40px
}
.form-wrapper .input-field .prefix {
	font-size: inherit;
	width: 40px
}
.contact-form h3 {
	font: 24px/24px 'robotolight';
	margin-bottom: 40px
}
.list-block.location {
	margin-bottom: 30px
}
.list-block.location > h2 {
	font-size: 30px
}
.list-block.location li, .list-block.location li a {
	display: block;
	font: 16px/1 "robotolight"
}
.list-block.location li {
	margin-top: 20px;
	padding-left: 30px;
	height: 20px
}
.list-block.location li.icon-location, .list-block.location li.icon-phone, .list-block.location li.icon-mail {
	background-position: left center;
	background-repeat: no-repeat
}
.list-block.location li.icon-location {
	background-image: url(../images/icon-location.png)
}
.list-block.location li.icon-phone {
	background-image: url(../images/icon-phone.png)
}
.social {
	font-size: 24px
}
.social ul {
	margin-top: 30px
}
.list-inline li {
	float: left;
	margin-left: 20px
}
.list-inline li:first-child {
	margin-left: 0
}
.list-inline li a {
	width: 50px;
	height: 50px;
	text-indent: -999em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid #666;
	display: block;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: center center
}
.list-inline li.icon-fb a {
	background-image: url(../images/icon-fb.png)
}
.list-inline li.icon-fb a:hover {
	background: #3b5998 url(../images/icon-fb-hover.png);
	border-color: #3b5998
}
.list-inline li.icon-twitter a {
	background-image: url(../images/icon-twitter.png)
}
.list-inline li.icon-twitter a:hover {
	background: #55acee url(../images/icon-twitter-hover.png);
	border-color: #55acee
}
.list-inline li.icon-linkedin a {
	background-image: url(../images/icon-linkedin.png)
}
.list-inline li.icon-linkedin a:hover {
	background: #0077b5 url(../images/icon-linkedin-hover.png);
	border-color: #0077b5
}
.testimonial-inner .card .card-image img {
	height: auto;
	margin-bottom: 25px;
	width: 100px
}
.testomonial .card-img-wrap {
	padding: 20px 20px 0;
	position: relative
}
.saying-about {
	color: #727272;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 15px
}
.testomonial .card-content a {
	color: #777777;
	font-size: 13px;
	font-weight: 400
}
.testomonial .btn-wrapp {
	top: 60.5%
}
.testomonial.col-md-10.col-sm-10.col-xs-12 {
	padding: 0
}
.single-card-box.wow.fadeInUpSmall {
	padding: 0 15px
}
footer {
	background: #333;
	color: rgba(255, 255, 255, .5);
	font-size: 13px;
	padding: 30px;
	text-align: center
}
.testomonial .card .card-image img {
	/*float: left;*/
	width: 65px;
	height: 65px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	display: inline-block;
}
.testomonial .card .card-image .card-title {
	color: #333;
	float: left;
	font-size: 24px;
	margin-left: 85px;
	padding: 8px 10px
}
.testomonial .card .card-image .card-title span {
	display: block;
	font-size: 14px;
	margin-top: 10px
}
.icon-prev {
	background: url(../images/icon-prev.png) no-repeat center center;
	text-indent: -999em
}
.icon-prev:hover {
	background: url(../images/icon-prev-hover.png) no-repeat center center
}
.icon-next {
	background: url(../images/icon-next.png) no-repeat center center;
	text-indent: -999em
}
.icon-next:hover {
	background: url(../images/icon-next-hover.png) no-repeat center center
}
.inline-menu.clearfix.portfolio-category {
	text-align: center;
	float: none
}
.inline-menu.clearfix.portfolio-category li {
	display: inline-block;
	float: none
}
.work {
	text-align: center
}
.single-card-box.wow.fadeIn.animated {
	width: 100%
}
.parallax-container {
	height: auto;
}
.vacancy.modal .modal-content{
	text-align: left;
	color: rgba(0,0,0,.54);
}
.vacancy.modal h2{
	font-size: 24px;
	border-bottom: 1px solid rgba(0,0,0,.2);
	text-transform: uppercase;
}
.vacancy.modal h3{
	font-size: 20px;
	margin: 20px 0;
}
.vacancy.modal .title{
	text-align: left;
	font-size: 18px;
	margin:0 0 20px;
}
.vacancy.modal li{
	font-size: 14px;
	margin-bottom: 10px;
}
.vacancy.modal .section-1{
	margin-bottom: 40px;
}
.single.single-card-box .card{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-align: center;
}
.testomonial .single .card .card-image .card-title{
	text-align: center;
	position: inherit;
	float: inherit;
	margin: inherit;
	display: inline-block;
}

.features {
	height: 50%;
}

.info-link {
	text-decoration: underline;
	color: orange;
}

.static-map {
	object-fit: cover;
	width: 100%;
	height: 300px;
	padding-bottom: 40px;
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
	.navigation {
		padding: 10px 0
	}
	nav {
		background: none
	}
	nav ul li a, .nav-collapse a {
		color: #FFF;
		padding: 10px 0
	}
	nav ul li:hover, nav ul li.active {
		background: none
	}
	nav ul li.active a {
		background: none;
		border-bottom: 2px solid #FFF
	}
	.sticky nav ul li.active a {
		border-bottom: 2px solid #333
	}
	.in-slide-content span {
		font: 40px/60px "robotoregular", sans-serif;
		margin-bottom: 50px
	}
	.in-slide-content p {
		font: 24px/36px "robotolight", sans-serif
	}
	.col-1 {
		margin-bottom: 0px
	}
	.common-block {
		padding: 90px 0
	}
	.common-block .title {
		margin-bottom: 60px
	}
	.common-block .title h2 {
		margin-bottom: 20px;
		font-size: 40px
	}
	.common-block .title span {
		font: 24px/24px 'robotolight'
	}
	.colset-3 .card-title, .card .card-content .card-title, .colset-2 .card-title {
		font: 26px/40px 'robotolight';
		padding: 0
	}
	.colset-3 .card-reveal .card-title, .colset-2 .card-reveal .card-title {
		font-size: 26px;
		padding: 20px;
	}
	.colset-3 .material-icons, .colset-2 .material-icons {
		background: url(../images/icon-close.png) no-repeat right 10px/25%;
		width: 68px;
		margin-left: -68px
	}
	.colset-3 .card-reveal p, .colset-2 .card-reveal p {
		padding: 40px;
		font: 16px/30px 'robotolight'
	}
	.btn-wrapp {
		position: absolute;
		right: 0%;
		top: 55.8%
	}
	.protfolio-item li {
		float: left;
		margin-bottom: 0.33%;
		margin-right: 0.33%;
		width: 33%
	}
	.protfolio-item li a {
		margin-bottom: 0
	}
	.colset-2.product .card-title {
		padding: 40px;
		line-height: 30px
	}
	.colset-2.product .platform {
		font-size: 20px;
		margin-top: 15px
	}
	.modal {
		width: 600px
	}
	.career{
		height: 50%;
	}
}
@media (min-width:992px) {
	.common-block .container {
		width: 970px
	}
	ul.inline-menu li {
		margin-left: 20px
	}
	.parallax-container {
		min-height: 600px
	}
	.parallax {
		display: block
	}
	.job-opp {
		background: none
	}
	.skills {
		background: none
	}
	.primary-nav .brand-logo img {
		height: 50px
	}
	.inline-menu {
		background: none;
		float: right;
		margin: 5px 0;
		position: static;
		width: auto;
		padding: 0;
		box-shadow: none
	}
	.inline-menu li {
		margin-left: 20px;
		float: left
	}
	.inline-menu li, .inline-menu li:hover {
		background-color: transparent
	}
	.inline-menu li a {
		border-bottom: 2px solid transparent;
		background-color: transparent;
		padding: 10px 0;
		color: #FFF
	}
	.sticky .inline-menu li a {
		color: #333
	}
	.sticky .inline-menu li a:hover {
		border-color: #333;
		background: none;
		color: inherit
	}
	.inline-menu  li.current a, .inline-menu  li a:hover {
		border-bottom: 2px solid #FFF;
		background: none;
		color: inherit
	}
	.sticky .inline-menu  li.current a, .sticky .inline-menu  li a:hover {
		border-bottom: 2px solid #333;
		background: none;
		color: #333
	}
}
