@import url(https://fonts.googleapis.com/css?family=Fjalla+One|Poppins:300,400,600,800&display=swap);
* {
	outline: 0!important
}
body {
	margin: 0;
	padding: 0;
	font-family: Poppins, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale
}
@media (max-width: 991px) {
	.smob {
		padding: 40px 0
	}
}
@media (min-width: 576px) {
	body,
	html {
		font-size: 16px;
		line-height: 1.6;
		font-weight: 300
	}
	.job-information {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap
	}
	.cd-words-wrapper br {
		display: none
	}
}
a {
	color: #29bdca;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}
.hr,
hr {
	border-top: 1px solid #dbe4f7;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem
}
a:hover {
	text-decoration: none;
	color: #7c808f
}
.overflow {
	overflow: hidden
}
.bnr-shape,
[class*=bg-] {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative
}
.is-transparent .main-menu {
	position: absolute;
	width: 100%;
	z-index: 49
}
.section-padding {
	padding: 80px 0
}
.main-menu {
	padding: 12px 1rem;
	transition: all .4s
}
.bg-grad {
	background-image: linear-gradient(90deg, #184153 0, #07a6a0 100%)
}/*
.loader-screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    background-color: #29bdca;
}
.laoderhorizontal {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.laoderhorizontal div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.laoderhorizontal div:nth-child(1) {
    left: 6px;
    animation: laoderhorizontal1 0.6s infinite;
}

.laoderhorizontal div:nth-child(2) {
    left: 6px;
    animation: laoderhorizontal2 0.6s infinite;
}

.laoderhorizontal div:nth-child(3) {
    left: 26px;
    animation: laoderhorizontal2 0.6s infinite;
}

.laoderhorizontal div:nth-child(4) {
    left: 45px;
    animation: laoderhorizontal3 0.6s infinite;
}
@keyframes laoderhorizontal1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes laoderhorizontal3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes laoderhorizontal2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}*/
.ax-banner {
	display: block;
	width: 100%;
	z-index: 5;
	height: 100vh;
	position: relative
}
.ax-inner-banner {
	height: 50vh
}

.banner {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}
.bnr-shape {
	z-index: 1;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	height: 100%
}
.bnr-shape:after,
.bnr-shape:before {
	content: "";
	bottom: -1px;
	left: -1px;
	background-position: bottom center!important
}
.bnr-shape:before {
	z-index: 1;
	background-image: url(../img/mask-a-md.svg);
	background-repeat: no-repeat;
	background-size: cover
}
.bnr-shape:after {
	bottom: -1px;
	left: -1px;
	background-image: url(../img/shape-a-sm.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%
}
section {
	position: relative
}
.icon-content-block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: center
}
.section-title {
	font-family: "Fjalla One", sans-serif;
	margin-bottom: 80px;
	line-height: 1.4;
	font-size: 3.5vw;
	letter-spacing: 2px
}
.content-block {
	width: 100%;
	display: block;
	margin: 0;
	padding: 50px 17px;
	height: 100%;
	position: relative;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	border-radius: 5px
}
.icon-content-block .content-block figure {
	width: 100%;
	display: block;
	margin-bottom: 20px
}
.icon-content-block .content-block a:hover {
	text-decoration: none
}
.icon-content-block .content-block figure img {
	height: 75px
}
.content-block .line-arrow-link {
	margin: 0;
	opacity: 0;
	-webkit-transform: translateY(16px);
	-ms-transform: translateY(16px);
	transform: translateY(16px);
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	position: relative
}
.content-block .line-arrow-link>span:before {
	background: 0 0
}
.content-block.selected .line-arrow-link>span svg {
	fill: #000;
	width: 50%
}
.content-block.selected .line-arrow-link:hover>span svg {
	fill: #fff
}
.content-block .line-arrow-link span {
	padding: 0
}
.content-block.selected .line-arrow-link {
	opacity: 1;
	margin: 0;
	-webkit-transform: translateY(-16px);
	-ms-transform: translateY(-16px);
	transform: translateY(-16px);
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	position: relative;
	width: 100%
}
.content-block.selected .line-arrow-link:hover .link-text {
	opacity: 1;
	font-size: 12px
}
.content-block.selected figure,
.content-block.selected h6 {
	-webkit-transform: translateY(-16px);
	-ms-transform: translateY(-16px);
	transform: translateY(-16px);
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	position: relative
}
.icon-content-block .content-block h6 {
	display: block;
	font-weight: 600;
	letter-spacing: .5px;
	margin-bottom: 10px;
	text-transform: uppercase
}
.icon-content-block .content-block ul {
	margin: 0;
	padding: 0
}
.icon-content-block .content-block ul li {
	padding: 3px 0;
	opacity: .7;
	list-style: none;
	font-weight: 300
}
.icon-content-block .content-block ul li a {
	line-height: normal;
	color: #000;
	font-weight: 500
}
.icon-content-block .content-block ul li a:hover {
	color: #fff
}
.icon-content-block .content-block.selected ul li a {
	color: #fff
}
.icon-content-block .content-block.selected h6 {
	color: #fff
}
.icon-content-block .content-block.selected .normal-icon {
	display: none
}
.icon-content-block .content-block img.hover-icon {
	display: none
}
.icon-content-block .content-block.selected img.hover-icon {
	display: block;
	margin: auto
}
.icon-content-block .content-block.selected {
	background: #29bdca;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .3)
}
.icon-content-block .content-block.selected:before {
	content: "";
	width: 50%;
	height: 50%;
	position: absolute;
	right: -25px;
	bottom: -30px;
	z-index: -1;
	background: url(../img/dot-pattern.png) right;
	background-size: 10px
}
.axat-project-list .project-item {
	display: block;
	position: relative
}
.axat-project-list .project-item {
	padding-bottom: 100%;
	overflow: hidden
}
.axat-project-list .section-item-title {
	margin-top: -.375rem;
	margin-bottom: 1.625rem
}
.axat-project-list .project-carousel-detail {
	opacity: 1;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	padding: 1.5rem 3.5rem 2.875rem;
	background: 0 0;
	transition: all .5s linear;
	margin-bottom: -1.5rem!important
}
.axat-project-list .project-item:hover .project-carousel-detail {
	background: #09b4ae
}
.axat-project-list .project-carousel-title {
	padding-right: 2rem;
	font-family: "Fjalla One", sans-serif;
	font-weight: 500
}
.axat-project-list .project-carousel-category {
	margin-top: 1.125rem
}
.axat-project-list .project-carousel-photo {
	transform: scale(1);
	transition: all 1s ease-in-out
}
.axat-project-list a:hover .project-carousel-photo {
	transform: scale(1.08)
}
.project-item-more {
	padding-top: 3rem
}
.axat-project-list .project-carousel-date {
	top: 3.125rem;
	left: 3.5rem;
	font-size: 1.25rem;
	letter-spacing: .025em;
	font-weight: 700
}
.axat-project-list .project-carousel-photo {
	transform: scale(1);
	transition: all 1s ease-in-out
}
.axat-project-list a:hover .project-carousel-photo {
	transform: scale(1.08)
}
.project-carousel-photo {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat
}
.project-carousel-date,
.project-carousel-detail {
	position: absolute;
	z-index: 20;
	left: 2.5rem;
	right: 2rem;
	bottom: 5rem;
	color: #fff
}
.technology-used {
	display: flex;
	margin-top: 10px;
	flex-wrap: wrap
}
.technology-used span {
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #fff;
	background-color: rgba(255, 255, 255, .14);
	padding: 6px 15px;
	float: left;
	margin-right: 20px;
	text-align: center;
	border-radius: 3px;
	margin-top: 5px
}
.axat-rating-platform {
	display: flex;
	width: auto;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: auto
}
.img-sprite {
	background: url(../img/sprite.png) no-repeat
}
.starimg {
	display: inline-block!important;
	width: 123px;
	height: 22px;
	background-position: -2px -81px;
	top: 3px;
	margin: 0 6px 0 0;
	position: relative
}
.hcli-review {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px
}
.upwork-img {
	width: 185px;
	height: 56px;
	background-position: -2px 0;
	position: relative
}
.clutch-img {
	height: 56px;
	background-position: -212px 0!important;
	position: relative
}
.star-rating span.rating-ind {
	width: 20px;
	height: 20px;
	background-position: right -83px;
	display: inline-block;
	position: relative;
	top: 4px
}
.owl-theme .owl-nav[class*=owl-] i {
	display: block
}
.owl-theme .owl-nav[class*=owl-] i.arrow-right {
	background: url(../img/arrow-black-right.svg) no-repeat;
	width: 120px;
	height: 10px
}
.owl-theme .owl-nav[class*=owl-] i.arrow-left {
	background: url(../img/arrow-black-left.svg) no-repeat;
	width: 120px;
	height: 10px
}
.testimonial-block {
	position: relative;
	padding: 0 50px
}
.testimonial-block .inner-box {
	position: relative
}
.testimonial-block .inner-box .quote-icon img {
	width: 50px;
	margin-bottom: 24px
}
.testimonial-block .inner-box .text {
	position: relative;
	line-height: 1.9em;
	margin-bottom: 35px;
	font-weight: 500
}
.testimonial-block .inner-box .text span {
	color: #09b4ae
}
.testimonial-block .inner-box h5 {
	padding: 10px;
	BORDER-RADIUS: 5px;
	font-size: small;
	border: 1px solid #eee
}
.testimonial-block .inner-box .author {
	position: relative;
	color: #333;
	font-size: 18px;
	font-family: "Fjalla One", sans-serif
}
.testimonial-block .inner-box .designation {
	position: relative;
	color: #777;
	font-size: 14px;
	line-height: 1.9em;
	margin-top: 4px
}
.bg-blue {
	background-color: #09b4ae!important
}
.arbg {
	background: url(../img/shape-review.png) no-repeat bottom
}
.client-testimonial .owl-theme .owl-nav {
	margin-top: 50px
}
.client-testimonial {
	background: 0 0;
	padding: 30px;
	box-shadow: 0 0 10px 0 rgba(203, 225, 231, .85)
}
.testimonial-block {
	border-left: 1px solid #cae0e7
}
.review-left h4 {
	font-weight: 500;
	font-size: 22px
}
.review-left h6 {
	color: #09b4ae
}
.review-left hr {
	margin-bottom: 1.3rem;
	margin-top: 1.3rem
}
.review-left .star-rating span:first-child {
	font-weight: 600
}
.q-standard {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.q-standard li {
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	font-size: 14px;
	padding: 5px 0
}
.form-row {
	margin-left: -15px;
	margin-right: -15px
}
.form-row .form-group {
	padding: 15px 15px 0;
	align-self: flex-end
}
.form-group {
	position: relative;
	padding-top: 15px;
	margin-bottom: 30px
}
.form-control {
	border: 0;
	border-radius: 0;
	padding: 10px 10px;
	background-color: transparent;
	position: relative;
	z-index: 2;
	font-size: .9rem
}
.form-control:not(textarea) {
	height: 44px
}
.form-control+label {
	position: absolute;
	z-index: 1;
	top: 25px;
	margin: 0;
	transition: all .2s ease-in-out;
	pointer-events: none;
	left: 10px;
	right: 10px
}
.form-control:focus {
	box-shadow: none;
	background-color: transparent
}
.form-control:focus+label {
	color: #26c6da
}
.form-control.has-value+label,
.form-control:focus+label {
	font-size: .75rem;
	top: 0
}
.no-js .form-control+label {
	font-size: .75rem;
	top: 0
}
.form-row .form-control+label {
	left: 25px;
	right: 25px
}
.form-row .line {
	left: 15px;
	right: 15px
}
.line {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #26c6da;
	background-image: -o-linear-gradient(left, #26c6da 0, #673ab7 100%);
	background: linear-gradient(to right, #26c6da 0, #673ab7 100%)
}
.line:after {
	content: "";
	height: 2px;
	position: absolute;
	display: block;
	background: #26c6da;
	left: 0;
	right: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}
.form-control:focus~.line:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
select.form-control:not([size]):not([multiple]) {
	height: 44px
}
.contact-wrap {
	padding: 30px 50px
}
.formOnblue {
	background: #fff;
	margin: 0 auto;
	-webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .07);
	-moz-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .07);
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px
}
.btn-grad {
	border: none;
	background-image: linear-gradient(to right, #16a3fe 0, #23c99d 100%);
	-webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25);
	box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25)
}
.btn-grad:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25);
	box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25)
	text-decoration:none;
}
.bg-grad-blue {
	background: #515252
}
.btn-grad:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -2;
	border-radius: 5px;
	opacity: 0;
	transition: all .5s;
	background-image: linear-gradient(to right, #23c99d 0, #16a3fe 100%)
}
.btn-grad:hover:before {
	opacity: 1
}
.btn:focus,
.btn:hover {
	color: #fff;
	outline: 0;
	box-shadow: none
}
.btn {
	font-size: 14px;
	line-height: 25px;
	padding: 12px 30px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	min-width: 120px;
	max-width: 100%;
	box-sizing: border-box;
	transition: all .5s;
	position: relative;
	border-radius: 5px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center
}
.contact-list {
	margin-top: -7.5px;
	margin-bottom: -7.5px;
	padding: 0
}
.contact-list li {
	display: flex;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	font-size: .94rem
}
.contact-icon {
	height: 38px;
	width: 38px;
	font-size: 16px;
	line-height: 38px!important;
	text-align: center;
	border-radius: 50%;
	margin-right: 15px;
	flex-shrink: 0;
	color: #fff;
	background: #29bdca;
	box-shadow: none
}
.contact-social {
	margin-top: auto;
	padding-top: 20px
}
.contact-social ul {
	padding: 0;
	list-style-type: none
}
.contact-social h6 {
	margin-bottom: 1rem
}
.social-links {
	display: flex;
	margin: -3px
}
.social-links li {
	padding: 3px
}
.social-links li a {
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #fff;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	color: #f6fafd
}
.tech-abt-sec {
	float: left;
	width: 100%;
	padding: 100px 0 60px;
	position: relative;
	overflow: hidden
}
.head-sec {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 40px
}
.h2,
.head-sec h2 {
	font-size: 36px;
	font-weight: 600;
	margin: 0;
	text-align: center;
	margin-bottom: 45px
}
.head-sec p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500
}
.ul-icon ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
.ul-icon ul li {
	margin-bottom: 20px;
	padding-left: 50px;
	position: relative
}
.owl-theme .owl-nav[class*=owl-]:hover {
	background: 0 0!important
}
.ul-icon ul li h4 {
	font-size: 1.3rem
}
.ul-icon.blue-tick ul li:before,
.ul-icon.white-tick ul li:before {
	content: "";
	width: 28px;
	height: 18px;
	float: left;
	position: absolute;
	left: 0;
	top: 10px
}
.ul-icon.white-tick ul li:before {
	background: url(../img/tick.svg) no-repeat
}
.ul-icon.blue-tick ul li:before {
	background: url(../img/blue-tick.svg) no-repeat
}
.line-arrow-link {
	position: relative;
	color: #191919;
	font-size: 17px;
	font-weight: 500;
	display: block;
	float: left;
	margin-top: 40px
}
.line-arrow-link>span {
	padding-left: 130px;
	position: relative
}
.line-arrow-link>span:before {
	width: 116px;
	height: 8px;
	background: url(../img/arrow-black.svg) center center no-repeat;
	background-size: contain;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -4px;
	position: absolute
}
.line-arrow-link>span span.link-text {
	opacity: 0;
	margin-left: 8px;
	transition: all .2s ease-out;
	color: #fff
}
.arrow-active:hover .line-arrow-link>span span.link-text {
	opacity: 1;
	margin-left: 0;
	transition: all .4s ease-out
}
canvas {
	display: block;
	vertical-align: bottom
}
.social-links li a:hover {
	color: #16a3fe;
	background: #fff
}
.title:not(:last-child) {
	margin-bottom: 1.25rem
}
#header {
	position: relative
}
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 2
}
.main-slider .carousel-item {
	height: 100%
}
.axat-logo img {
	width: 130px
}
.handphone {
	width: 300px;
	position: absolute;
	bottom: 0;
	left: 25%
}
.main-slider .carousel-item:nth-child(1) {
	mbackground: url(../img/slider-bg1.jpg) no-repeat center;
	background-size: cover
}
.count-particles {
	background: #002;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13e8e9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700
}
.js-count-particles {
	font-size: 1.1em
}
.mob {
	width: 65%;
	margin: 0 auto;
	position: relative;
	top: 140px
}
.applynow {
	background-color: #f7f7f7;
	padding: 25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}
.applynow .custom-file-label {
	height: 47px;
	line-height: 2
}
.applynow .custom-file-label::after {
	height: 45px;
	line-height: 2
}
.applynow input,
.applynow select {
	background-color: #fff!important
}
#stats,
.count-particles {
	-webkit-user-select: none
}
#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden
}
.count-particles {
	border-radius: 0 0 3px 3px
}
#Top_bar {
	z-index: 99
}
.tech-bubbles-wrapper {
	right: 0;
	left: 0;
	width: 100%;
	position: absolute;
	min-height: 200px;
	bottom: 0;
	overflow: hidden;
	height: 100%;
	opacity: .6
}
.animations {
	height: 100vh
}
.tech-bubbles-wrapper .bubble:first-child {
	-webkit-animation: bubble-v 15.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
	animation: bubble-v 15.8s linear infinite, shake-v 2s ease-in-out infinite alternate
}
.tech-bubbles-wrapper .bubble:nth-child(2) {
	-webkit-animation: bubble-v 21.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
	animation: bubble-v 21.7s linear infinite, shake-v 2s ease-in-out infinite alternate
}
.tech-bubbles-wrapper .bubble:nth-child(3) {
	-webkit-animation: bubble-v 28.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
	animation: bubble-v 28.8s linear infinite, shake-v 2s ease-in-out infinite alternate
}
.tech-bubbles-wrapper .bubble:nth-child(4) {
	-webkit-animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
	animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate
}
.tech-bubbles-wrapper .bubble:nth-child(5) {
	-webkit-animation: bubble-v 19.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
	animation: bubble-v 19.5s linear infinite, shake-v 2s ease-in-out infinite alternate
}
.tech-bubbles-wrapper .bubble:nth-child(6) {
	-webkit-animation: bubble-v 22.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
	animation: bubble-v 22.7s linear infinite, shake-v 2s ease-in-out infinite alternate
}
.tech-bubbles-wrapper .bubble:nth-child(7) {
	-webkit-animation: bubble-v 27.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
	animation: bubble-v 27.5s linear infinite, shake-v 2s ease-in-out infinite alternate
}
.tech-bubbles-wrapper .bubble:nth-child(8) {
	-webkit-animation: bubble-v 23s linear infinite, shake-v 2s ease-in-out infinite alternate;
	animation: bubble-v 23s linear infinite, shake-v 2s ease-in-out infinite alternate
}
.tech-bubbles-wrapper .bubble:nth-child(9) {
	-webkit-animation: bubble-v 19.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
	animation: bubble-v 19.4s linear infinite, shake-v 2s ease-in-out infinite alternate
}
.tech-bubbles-wrapper .bubble:nth-child(10) {
	-webkit-animation: bubble-v 18.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
	animation: bubble-v 18.2s linear infinite, shake-v 2s ease-in-out infinite alternate
}
.tech-bubbles-wrapper .bubble:nth-child(11) {
	-webkit-animation: bubble-v 16.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
	animation: bubble-v 16.4s linear infinite, shake-v 2s ease-in-out infinite alternate
}
.tech-bubbles-wrapper .bubble:nth-child(12) {
	-webkit-animation: bubble-v 17.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
	animation: bubble-v 17.8s linear infinite, shake-v 2s ease-in-out infinite alternate
}
.tech-bubbles-wrapper .bubble:nth-child(13) {
	-webkit-animation: bubble-v 19.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
	animation: bubble-v 19.2s linear infinite, shake-v 2s ease-in-out infinite alternate
}
.tech-bubbles-wrapper .bubble:nth-child(14) {
	-webkit-animation: bubble-v 12.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
	animation: bubble-v 12.2s linear infinite, shake-v 2s ease-in-out infinite alternate
}
.tech-bubbles-wrapper .bubble:nth-child(15) {
	-webkit-animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
	animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate
}
.tech-bubbles-wrapper .bubble:nth-child(16) {
	-webkit-animation: bubble-v 20.6s linear infinite, shake-v 2s ease-in-out infinite alternate;
	animation: bubble-v 20.6s linear infinite, shake-v 2s ease-in-out infinite alternate
}
.tech-bubbles-wrapper .bubble:first-child {
	bottom: 45%;
	left: 22%
}
.tech-bubbles-wrapper .bubble:nth-child(2) {
	bottom: 40%;
	left: 32%
}
.tech-bubbles-wrapper .bubble:nth-child(3) {
	bottom: 56%;
	left: 44%
}
.tech-bubbles-wrapper .bubble:nth-child(4) {
	bottom: 51%;
	left: 71%
}
.tech-bubbles-wrapper .bubble:nth-child(5) {
	bottom: 65%;
	left: 50%
}
.tech-bubbles-wrapper .bubble {
	bottom: 0!important;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute
}
.tech-bubbles-wrapper .bubble.top-initial:first-child {
	top: 0
}
.tech-bubbles-wrapper .bubble.top-initial:nth-child(2) {
	top: 10%
}
.tech-bubbles-wrapper .bubble.top-initial:nth-child(3) {
	top: 8%
}
.tech-bubbles-wrapper .bubble.top-initial:nth-child(4) {
	top: 6%
}
.tech-bubbles-wrapper .bubble.top-initial:nth-child(5) {
	top: 50%
}
.tech-bubbles-wrapper .bubble:nth-child(6) {
	bottom: 44%;
	left: 5%
}
.tech-bubbles-wrapper .bubble.top-initial:nth-child(6) {
	top: 70%
}
.tech-bubbles-wrapper .bubble:nth-child(7) {
	bottom: 80%;
	left: 70%
}
.tech-bubbles-wrapper .bubble.top-initial:nth-child(7) {
	top: 90%
}
.tech-bubbles-wrapper .bubble:nth-child(8) {
	bottom: 55%;
	left: 38%
}
.tech-bubbles-wrapper .bubble.top-initial:nth-child(8) {
	top: 81%
}
.tech-bubbles-wrapper .bubble:nth-child(9) {
	bottom: 50%;
	left: 80%
}
.tech-bubbles-wrapper .bubble.top-initial:nth-child(9) {
	top: 51%
}
.tech-bubbles-wrapper .bubble:nth-child(10) {
	bottom: 55%;
	left: 32%
}
.tech-bubbles-wrapper .bubble.top-initial:nth-child(10) {
	top: 45%
}
.tech-bubbles-wrapper .bubble:nth-child(11) {
	bottom: 60%;
	left: 4%
}
.tech-bubbles-wrapper .bubble.top-initial:nth-child(11) {
	top: 95%
}
.tech-bubbles-wrapper .bubble:nth-child(12) {
	bottom: 60%;
	left: 48%
}
.tech-bubbles-wrapper .bubble.top-initial:nth-child(12) {
	top: 92%
}
.tech-bubbles-wrapper .bubble:nth-child(13) {
	bottom: 70%;
	left: 50%
}
.tech-bubbles-wrapper .bubble.top-initial:nth-child(13) {
	top: 78%
}
.tech-bubbles-wrapper .bubble:nth-child(14) {
	bottom: 75%;
	left: 7%
}
.tech-bubbles-wrapper .bubble.top-initial:nth-child(14) {
	top: 6%
}
.tech-bubbles-wrapper .bubble:nth-child(15) {
	bottom: 50%;
	left: 90%
}
.tech-bubbles-wrapper .bubble.top-initial:nth-child(15) {
	top: 78%
}
.tech-bubbles-wrapper .bubble:nth-child(16) {
	bottom: 68%;
	left: 64%
}
.tech-bubbles-wrapper .bubble.top-initial:nth-child(16) {
	top: 45%
}
.tech-bubbles-wrapper .bubble .badge {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0
}
.tech-bubbles-wrapper .bubble:hover .badge {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.integration-bubbles .tech-bubbles-wrapper {
	position: relative;
	height: 100%
}
.icon {
	margin-left: 5px;
	margin-right: 15px;
	padding: 0;
	display: inline-block;
	text-align: center
}
.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}
.icon-xl {
	width: 4.5rem;
	height: 4.5rem
}
.icon-md {
	width: 2rem;
	height: 2rem
}
.icon-xxl {
	width: 6.5rem;
	height: 6.5rem
}
.icon-lg {
	width: 3.25rem;
	height: 3.25rem
}
.mob1 {
	transform: translateX(0)
}
.mob2 {
	transform: translateX(75px)
}
.mob3 {
	transform: translateX(150px)
}
@media (min-width: 992px) {
	.mob1 {
		transform: translate(0, -10px)
	}
	.mob2 {
		transform: translate(150px, 0)
	}
	.mob3 {
		transform: translate(300px, 10px)
	}
	.contact-social {
		display: none
	}
	.tech-bubbles-wrapper .bubble:first-child {
		-webkit-animation: bubble-v 15.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
		animation: bubble-v 15.8s linear infinite, shake-v 2s ease-in-out infinite alternate
	}
	.tech-bubbles-wrapper .bubble:nth-child(2) {
		-webkit-animation: bubble-v 21.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
		animation: bubble-v 21.7s linear infinite, shake-v 2s ease-in-out infinite alternate
	}
	.tech-bubbles-wrapper .bubble:nth-child(3) {
		-webkit-animation: bubble-v 28.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
		animation: bubble-v 28.8s linear infinite, shake-v 2s ease-in-out infinite alternate
	}
	.tech-bubbles-wrapper .bubble:nth-child(4) {
		-webkit-animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
		animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate
	}
	.tech-bubbles-wrapper .bubble:nth-child(5) {
		-webkit-animation: bubble-v 19.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
		animation: bubble-v 19.5s linear infinite, shake-v 2s ease-in-out infinite alternate
	}
	.tech-bubbles-wrapper .bubble:nth-child(6) {
		-webkit-animation: bubble-v 22.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
		animation: bubble-v 22.7s linear infinite, shake-v 2s ease-in-out infinite alternate
	}
	.tech-bubbles-wrapper .bubble:nth-child(7) {
		-webkit-animation: bubble-v 27.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
		animation: bubble-v 27.5s linear infinite, shake-v 2s ease-in-out infinite alternate
	}
	.tech-bubbles-wrapper .bubble:nth-child(8) {
		-webkit-animation: bubble-v 23s linear infinite, shake-v 2s ease-in-out infinite alternate;
		animation: bubble-v 23s linear infinite, shake-v 2s ease-in-out infinite alternate
	}
	.tech-bubbles-wrapper .bubble:nth-child(9) {
		-webkit-animation: bubble-v 19.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
		animation: bubble-v 19.4s linear infinite, shake-v 2s ease-in-out infinite alternate
	}
	.tech-bubbles-wrapper .bubble:nth-child(10) {
		-webkit-animation: bubble-v 18.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
		animation: bubble-v 18.2s linear infinite, shake-v 2s ease-in-out infinite alternate
	}
	.tech-bubbles-wrapper .bubble:nth-child(11) {
		-webkit-animation: bubble-v 16.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
		animation: bubble-v 16.4s linear infinite, shake-v 2s ease-in-out infinite alternate
	}
	.tech-bubbles-wrapper .bubble:nth-child(12) {
		-webkit-animation: bubble-v 17.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
		animation: bubble-v 17.8s linear infinite, shake-v 2s ease-in-out infinite alternate
	}
	.tech-bubbles-wrapper .bubble:nth-child(13) {
		-webkit-animation: bubble-v 19.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
		animation: bubble-v 19.2s linear infinite, shake-v 2s ease-in-out infinite alternate
	}
	.tech-bubbles-wrapper .bubble:nth-child(14) {
		-webkit-animation: bubble-v 12.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
		animation: bubble-v 12.2s linear infinite, shake-v 2s ease-in-out infinite alternate
	}
	.tech-bubbles-wrapper .bubble:nth-child(15) {
		-webkit-animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
		animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate
	}
	.tech-bubbles-wrapper .bubble:nth-child(16) {
		-webkit-animation: bubble-v 20.6s linear infinite, shake-v 2s ease-in-out infinite alternate;
		animation: bubble-v 20.6s linear infinite, shake-v 2s ease-in-out infinite alternate
	}
	.main-menu {
		padding: 20px 1rem
	}
	.header-banner {
		min-height: 98px
	}
	.has-mask .bnr-padding {
		padding-bottom: 80px;
		padding-top: 90px;
		height: 100%
	}
	.has-mask .banner {
		padding-bottom: 180px
	}
	.is-transparent .banner {
		padding-top: 90px
	}
	.brTB {
		border-radius: 0 6px 6px 0
	}
}
@media (min-width: 768px) {
	.project-carousel-date,
	.project-metro-date {
		bottom: auto;
		top: 2.625rem
	}
	.project-carousel-date,
	.project-carousel-detail {
		left: 3.75rem;
		right: auto;
		top: auto;
		bottom: 2.625rem;
		max-width: 60%;
		color: #fff
	}
}
@media (min-width: 576px) {
	.btn.btn-grad {
		padding: 10px 30px
	}
}
canvas {
	display: block;
	vertical-align: bottom
}
.count-particles {
	background: #002;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13e8e9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700
}
.js-count-particles {
	font-size: 1.1em
}
#stats,
.count-particles {
	-webkit-user-select: none
}
#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden
}
.count-particles {
	border-radius: 0 0 3px 3px
}
.banner-intro {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}
.banner-intro h3 {
	font-weight: 500;
	font-size: 40px;
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}
.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left
}
.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0
}
.cd-words-wrapper b.is-visible {
	position: relative
}
.cd-words-wrapper b {
	opacity: 0
}
.cd-words-wrapper b.is-visible {
	opacity: 1
}
.cd-headline.clip span {
	display: inline-block;
	padding: 1rem 0
}
.cd-headline p {
	font-size: 25px;
	margin: 0;
	padding: 0
}
.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top
}
.cd-headline.clip .cd-words-wrapper::after {
	content: '';
	position: absolute;
	top: 10%;
	right: 0;
	width: 2px;
	height: 70%;
	background-color: #aebcb9
}
.cd-headline.clip b {
	opacity: 0
}
.cd-headline b.is-visible {
	opacity: 1;
	font-weight: 900
}
.banner-intro h3 span {
	font-weight: 700;
	text-transform: uppercase
}
.srvclink a {
	text-decoration: none
}
.service-sec {
	overflow: hidden
}
.service-bg {
	position: absolute;
	top: 130px;
	left: -180px;
	opacity: .2
}
.service-br {
	right: -180px;
	left: auto;
	bottom: 0;
	top: auto
}
.service-bg {
	animation-name: float-circle;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-circle;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: float-circle;
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-circle;
	-ms-animation-duration: 1.5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-circle;
	-o-animation-duration: 1.5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear
}
@-webkit-keyframes float-circle {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}
@keyframes float-circle {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}
@keyframes floating {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
	65% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
	to {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}
@-webkit-keyframes floating {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
	65% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
	to {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}
.floating {
	-webkit-animation: floating 4s ease-in-out infinite;
	animation: floating 4s ease-in-out infinite;
	-webkit-filter: none;
	filter: none
}
@-webkit-keyframes bubble-v {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		-webkit-transform: translateY(-640px);
		transform: translateY(-640px)
	}
}
@keyframes bubble-v {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		-webkit-transform: translateY(-640px);
		transform: translateY(-640px)
	}
}
.rounded-circle img {
	border-radius: 50%
}
footer.main-footer {
	background: #f9fcfc
}
.main-footer .widget-title {
	font-size: 18px;
	margin-bottom: 1.35em
}
.footer-custom-menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0
}
.footer-custom-menu li {
	flex: 0 0 50%
}
.footer-custom-menu li a {
	font-size: 14px
}
.subscribe-widget h5 {
	font-size: 13px;
	text-transform: uppercase
}
.newsletter {
	display: flex;
	margin-top: 20px
}
.newsletter input {
	background: #262626;
	box-shadow: none;
	margin-bottom: 0;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	outline: 0;
	font-size: 14px;
	color: grey;
	margin: 0 0 16px;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	display: block;
	background-color: #fff;
	font-weight: 400;
	opacity: 1;
	border-radius: 4px;
	border: none;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .12)
}
.social-icon {
	font-size: 18px;
	margin: 0;
	padding: 0
}
.social-icon li {
	display: inline-block;
	margin-right: 1.2em;
	font-size: 1em;
	line-height: 1em
}
.social-icon li a {
	color: #08b6b0;
	width: 40px;
	height: 40px;
	text-align: center
}
.main-footer a:not(.btn) {
	color: #808291
}
.social-icon i {
	display: inherit;
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	-webkit-box-align: inherit;
	-ms-flex-align: inherit;
	align-items: inherit
}
.newsletter button,
.newsletter input {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}
.newsletter button {
	background-color: #09b4ae;
	border-radius: 4px;
	height: 48px;
	min-width: 48px;
	max-width: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
	transition: .3s;
	border: 0
}
.newsletter button i {
	margin: 0 auto
}
.newsletter button:hover {
	background-color: #252529;
	color: #fff
}
.about-block {
	display: block;
	width: 100%
}
.title {
	position: relative;
	font-size: 2.25rem
}
.title-lg {
	font-size: 1.75rem
}
.service-item {
	padding: 2.125rem 1.625rem 2.125rem 2rem;
	margin-left: -1px;
	margin-bottom: -1px;
	margin-top: 0;
	display: flex;
	flex-direction: column;
	letter-spacing: -.025em;
	overflow: hidden;
	position: relative;
	box-shadow: 0 3px 12px 0 rgba(18, 24, 58, .08)
}
.service-item:first-child {
	margin-left: 0
}
.service-item:hover:before {
	width: calc(100% + 2px)
}
.service-item:hover:before {
	content: "";
	background: #29bdca;
	height: 5px;
	width: 0;
	position: absolute;
	left: -1px;
	bottom: -1px;
	transition: all .4s ease-in-out
}
.service-item-title {
	display: block;
	font-weight: 600;
	letter-spacing: .5px;
	margin-bottom: 10px;
	text-transform: uppercase
}
.service-item-descr {
	display: flex;
	flex: 1 1 auto;
	line-height: 1.5;
	margin-top: 1rem
}
.service-item-icon {
	margin-top: 2.125rem;
	height: 4rem;
	line-height: 4rem
}
.icon-design-graphic {
	display: inline-block;
	vertical-align: bottom;
	width: 5rem;
	height: 3.4375rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/icon-design-graphic.png);
	background-size: 100%
}
a:hover .icon-arrow {
	transform: translateX(.25rem)
}
.project-item:hover .project-carousel-go {
	margin-right: 0;
	opacity: 1
}
.project-carousel-go img {
	width: 40px
}
.project-carousel-go {
	position: absolute;
	right: 2.625rem;
	top: 1.375rem;
	opacity: 0;
	margin-right: 2rem;
	font-size: 3.75rem;
	transition: all .5s ease-in-out
}
.icon-arrow {
	transform: translateX(0);
	transition: transform .3s ease-in-out
}
.grid-item {
	width: 100%
}
.nav-inline {
	margin-right: -15px;
	margin-bottom: 2.625rem;
	letter-spacing: -.015em
}
.nav-inline li {
	margin-right: 2.25rem;
	margin-bottom: 1rem
}
.nav-inline .active a,
.nav-inline a:hover {
	text-decoration: none;
	cursor: pointer
}
.parallax-link a,
.parallax-link a:hover {
	position: relative;
	text-decoration: none;
	color: #666!important;
	font-size: 25px;
}
.parallax-link a:hover:before,
.parallax-link li.active>a:before {
	width: 100%
}
.parallax-link a:before {
	content: attr(data-text);
	position: absolute;
	width: 0%;
	transition: width cubic-bezier(.82, 0, .21, 1) .3s;
	color: #29bdca;
	z-index: 2;
	overflow: hidden;
	white-space: nowrap
}
.project-card-web-promo {
	background: #dde2e4;
	height: 0;
	padding-bottom: 52.08333333%;
	overflow: hidden;
	position: relative;
	background-image: linear-gradient(to right, #16a3fe 0, #23c99d 100%)
}
.project-card-web-promo .screen-mobile {
	position: absolute;
	left: 14.58333333%;
	top: 18.7962963%;
	width: 20.83333333%
}
.grey-bg {
	background: #f8f6f5
}
.btn-secondary {
	border-color: #29bdca;
	color: #29bdca;
	background: 0 0;
	font-weight: 600
}
.btn-secondary::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 100%;
	z-index: -1;
	background: -webkit-gradient(linear, right top, left top, from(#29bdca), color-stop(#13858f), color-stop(#13858f), color-stop(#13858f), to(#29bdca));
	background: linear-gradient(to left, #29bdca, #13858f, #13858f, #13858f, #29bdca);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px
}
.btn-secondary:focus::before,
.btn-secondary:hover::before {
	opacity: 1;
	visibility: visible;
	left: 0;
	width: 100%;
	border-radius: 0
}
.photo-item img,
.photo-item-grey img,
.project-card-web-promo img {
	max-width: 100%
}
.project-card-web-promo .screen-desktop {
	position: absolute;
	left: 32.90625%;
	top: 19.7962963%;
	width: 59.0625%
}
.project-info-item {
	margin-bottom: 1.2rem
}
.project-info-title {
	margin-bottom: 1rem;
	font-size: 1.125rem;
	font-weight: 600;
	text-transform: uppercase
}
.project-info-descr {
	line-height: 1.625;
	color: #999
}
.base-list {
	margin: 0;
	padding: 0;
	list-style: none
}
.base-list>li {
	padding-left: 1rem;
	position: relative;
	margin-bottom: 1.25rem
}
.base-list>li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: .7em;
	width: .25rem;
	height: .25rem;
	border-radius: 5rem;
	background: #000
}
.highlight {
	background: #29bdca;
	display: inline-block;
	padding: 10px 10px;
	color: #fff;
	font-weight: 500
}
.news-block {
	position: relative;
	margin-bottom: 30px
}
.news-block .inner-box {
	position: relative;
	padding: 20px;
	box-shadow: 0 20px 23px -5px rgba(0, 0, 0, .2);
	background-color: #fff;
	border-radius: 10px
}
.news-block .inner-box h3 {
	position: relative;
	color: #3d415b;
	font-size: 26px;
	line-height: 1.5em;
	font-family: "Fjalla One", sans-serif
}
.news-block .inner-box h3 a {
	position: relative;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.news-block .inner-box .text {
	position: relative;
	color: #777;
	line-height: 1.7em;
	margin-top: 22px;
	font-weight: 400
}
.news-block .inner-box .lower-box {
	position: relative;
	margin-top: 35px;
	padding: 25px 20px 0;
	border-top: 1px solid #ddd;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}
.news-block .inner-box .lower-box .box-inner {
	position: relative;
	min-height: 60px
}
.news-block .inner-box .lower-box .box-inner .post-info {
	position: relative;
	color: #777;
	font-size: 16px;
	font-weight: 400;
	padding-top: 20px;
	font-family: Quicksand, sans-serif;
	display: grid
}
.news-block .inner-box .lower-box .box-inner .post-info strong {
	font-weight: 700;
	color: #3d415b
}
.news-block .inner-box .lower-box .box-inner .author-image {
	position: absolute;
	right: 0;
	top: 0;
	float: right;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%
}
.news-block .inner-box:hover .lower-box {
	border-color: #29bdca
}
.content-side {
	margin-bottom: 40px
}
.blog-detail {
	position: relative
}
.blog-detail .inner-box {
	position: relative
}
.blog-detail .inner-box .upper-image {
	position: relative
}
.blog-detail .inner-box .upper-image img {
	position: relative;
	width: 100%;
	display: block;
	border-radius: 8px
}
.blog-detail .inner-box .lower-content {
	position: relative;
	padding-top: 30px
}
.blog-detail .inner-box .lower-content .post-meta {
	position: relative;
	padding: 0
}
.blog-detail .inner-box .lower-content .post-meta li {
	position: relative;
	color: #777;
	font-size: 14px;
	line-height: 1.3em;
	margin-right: 15px;
	padding-right: 15px;
	display: inline-block;
	border-right: 1px solid #9b9b9b
}
.blog-detail .inner-box .lower-content .post-meta li:nth-child(2) {
	color: #29bdca
}
.blog-detail .inner-box .lower-content .post-meta li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none
}
.blog-detail .inner-box .lower-content h2 {
	position: relative;
	font-size: 30px;
	line-height: 1.4em;
	margin-top: 15px;
	margin-bottom: 25px
}
.blog-detail .inner-box .lower-content .text {
	position: relative
}
.blog-detail .inner-box .lower-content .text p {
	position: relative;
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 28px
}
.blog-detail .inner-box .lower-content .text .images-column {
	position: relative;
	margin-top: 40px
}
.blog-detail .inner-box .lower-content .text .images-column .image {
	position: relative;
	margin-bottom: 30px
}
.blog-detail .inner-box .lower-content .text .images-column .image img {
	position: relative;
	width: 100%;
	display: block
}
.blog-detail .inner-box .lower-content .text blockquote {
	position: relative;
	padding: 20px 20px 40px;
	text-align: center;
	color: #777;
	font-size: 24px;
	font-style: italic;
	line-height: 2em
}
.blog-detail .inner-box .lower-content .text blockquote .quote-icon {
	position: relative;
	display: block;
	color: #fe5722;
	font-size: 24px;
	line-height: 1em;
	margin-top: 22px
}
.blog-detail .inner-box .lower-content .text .bold-text {
	position: relative;
	color: #3d415b;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8em;
	margin-bottom: 25px
}
.blog-detail .inner-box .lower-content .text .bold-text {
	position: relative
}
.blog-detail .post-share-options {
	position: relative;
	margin-top: 50px
}
.blog-detail .post-share-options .post-share-inner {
	position: relative;
	padding-top: 45px;
	border-top: 1px solid #ddd
}
.pull-left {
	float: left
}
.pull-right {
	float: right
}
.blog-detail .post-share-options .tags span {
	font-size: 18px;
	color: #3d415b;
	font-weight: 700;
	margin-right: 8px;
	text-transform: capitalize
}
.blog-detail .post-share-options .tags a {
	position: relative;
	color: #3d415b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	margin-right: 4px;
	display: inline-block;
	text-transform: capitalize;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}
.blog-detail .post-share-options .tags {
	position: relative;
	color: #29bdca;
	font-size: 16px;
	font-weight: 400;
	margin-top: 3px;
	font-family: Quicksand, sans-serif
}
.blog-detail .post-share-options .tags a:hover {
	color: #020e28
}
.blog-detail .post-share-options .social-box {
	position: relative
}
.blog-detail .post-share-options .social-box .share {
	position: relative;
	color: #3d415b;
	font-size: 18px;
	font-weight: 700;
	font-family: Quicksand, sans-serif
}
.blog-detail .post-share-options .social-box li {
	position: relative;
	margin-left: 13px;
	display: inline-block
}
.blog-detail .post-share-options .social-box li a {
	position: relative;
	width: 40px;
	height: 40px;
	font-size: 14px;
	color: #3d415b;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	border: 1px solid #e3e3e3;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.blog-detail .post-share-options .social-box li a:hover {
	color: #29bdca
}
.sidebar-page-container .comments-area {
	position: relative;
	margin-top: 60px;
	margin-bottom: 50px
}
.sidebar-page-container .group-title {
	position: relative
}
.sidebar-page-container .group-title h4 {
	position: relative;
	font-size: 36px;
	color: #3d415b;
	font-weight: 700;
	margin-bottom: 60px;
	text-transform: capitalize
}
.sidebar-side {
	margin-bottom: 40px
}
.sidebar-widget {
	position: relative;
	margin-bottom: 65px
}
.sidebar .search-box .form-group {
	position: relative;
	margin: 0
}
.sidebar .search-box .form-group input[type=search] {
	position: relative;
	line-height: 30px;
	padding: 10px 50px 10px 30px;
	background: #fff;
	display: block;
	font-size: 15px;
	width: 100%;
	height: 60px;
	color: #797979;
	font-weight: 400;
	border-radius: 50px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
	border: 0
}
.sidebar .search-box .form-group button {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 60px;
	width: 60px;
	display: block;
	font-size: 16px;
	color: #29bdca;
	line-height: 100%;
	font-weight: 400;
	background: 0 0;
	border: 0
}
.sidebar-title {
	position: relative;
	margin-bottom: 45px
}
.sidebar-title h2 {
	font-size: 24px;
	color: #3d415b;
	font-weight: 700;
	line-height: 1.2em;
	display: inline-block;
	padding-right: 45px;
	text-transform: capitalize
}
.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #666;
	padding: 0 0 20px 25px;
	margin-bottom: 22px;
	border-bottom: 1px solid #e1e1e1
}
.sidebar .popular-posts .post:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}
.sidebar .popular-posts .post:last-child {
	margin-bottom: 0
}
.sidebar .popular-posts .post .text {
	position: relative;
	font-size: 18px;
	margin: 0 0 0;
	color: #3d415b;
	line-height: 1.7em;
	font-weight: 700;
	text-transform: capitalize;
	font-family: Quicksand, sans-serif
}
.sidebar .popular-posts .post .text a {
	color: #3d415b;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}
.sidebar .popular-posts .post a:hover {
	color: #007bff;
	text-decoration: none
}
.sidebar .popular-posts .post-info {
	font-size: 14px;
	color: #777;
	font-weight: 400;
	margin-top: 8px
}
.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 11px 24px 11px;
	margin: 0 10px 20px 0;
	color: #777;
	text-align: center;
	font-size: 14px;
	background: 0 0;
	font-weight: 400;
	border-radius: 50px;
	border: 2px solid #ebebeb;
	text-transform: capitalize;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease
}
.sidebar .popular-tags a:hover {
	border-color: #007bff;
	background-color: #007bff;
	color: #fff;
	text-decoration: none
}
.cat-list {
	position: relative;
	padding: 0;
	list-style-type: none
}
.cat-list li {
	position: relative
}
.cat-list li a {
	position: relative;
	color: #777;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: block;
	padding-left: 26px;
	border-bottom: 1px solid #ddd;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	text-decoration: none
}
.cat-list li a span {
	position: absolute;
	right: 0
}
.cat-list li:last-child a {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0
}
.cat-list li a:hover {
	color: #007bff
}
.list-item {
	width: 100%
}
.job-list {
	-webkit-transition: all .35s ease-in-out 0s;
	-o-transition: all .35s ease-in-out 0s;
	transition: all .35s ease-in-out 0s;
	padding: 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin-bottom: 15px;
	background: #fff;
	border-width: 1px 1px 1px 4px;
	border-style: solid;
	border-color: #fff;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .09);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .09);
	position: relative;
	overflow: hidden;
	width: 100%
}
.job-list:hover {
	border-color: #29bdca
}
.job-title {
	margin: 0 0 10px 0
}
@media (min-width: 1200px) {
	.job-list {
		padding: 30px;
		margin-bottom: 30px
	}
}
.btn-outline {
	color: #29bdca;
	border-color: #29bdca;
	background: 0 0;
	text-transform: inherit
}
.job-list:hover .btn-outline {
	color: #fff;
	border-color: #29bdca;
	background: #29bdca
}
.btn-outline-white {
	border: 1px solid #fff;
	font-weight: 600
}
.btn-outline-white:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #29bdca
}
.bg-grey {
	background-color: #fafafa;
	padding: 15PX
}
.job-list .urgent {
	text-transform: uppercase;
	padding: 0 25px;
	display: inline-block;
	position: absolute;
	top: 13px;
	right: -25px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #e44343;
	color: #fff;
	font-size: 13px
}
.job-detail-buttons .btn-apply {
	width: 100%;
	display: block;
	background: #29bdca;
	border-color: #29bdca;
	color: #fff;
	margin-bottom: 18px;
	position: relative
}
.title-detail-job {
	margin: 0 0 15px;
	font-size: 20px
}
.job-detail-description .title {
	font-size: 16px;
	margin: 0 0 25px;
	color: #666;
	font-weight: 600
}
.job-detail-description ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.job-detail-description ul li {
	margin: 0 0 2px
}
.job-detail-description ul li:before {
	vertical-align: super;
	content: '';
	margin-right: 15px;
	display: inline-block;
	width: 10px;
	height: 1px;
	background: #221f1f
}
.vertical-item.content-absolute {
	position: relative
}
.item-media {
	position: relative;
	overflow: hidden
}
.item-media img {
	width: 100%
}
.item-content {
	padding: 30px 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(81, 82, 82, .8)
}
.item-content {
	color: #fff
}
.item-content h4 {
	font-weight: 600
}
.item-content p.highlight-txt {
	color: #29bdca;
	font-weight: 600;
	margin: 0
}
.team-item .hidden-content {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}
.team-item:hover .hidden-content {
	max-height: 200px;
	opacity: 1
}
.contact_info_item {
	border-bottom: 1px solid #eeebf6;
	padding-bottom: 25px
}
.contact_info_item+.contact_info_item {
	border: 0;
	margin-top: 33px
}
.contact_info_item p {
	margin-bottom: 8px
}
.text_box {
	margin-bottom: 30px;
	padding: 0
}
.text_box input[type=email],
.text_box input[type=number],
.text_box input[type=password],
.text_box input[type=text],
.text_box textarea,
select {
	border: 1px solid #ccc;
	background: 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0 25px;
	font-size: 14px;
	height: 47px;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	width: 100%;
	margin-right: 10px;
	outline: 0
}

.text_box textarea {
	padding: 20px 25px 20px 25px
}
.quote-form-background {
	background-image: url(../img/popup-img.jpg);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 60% 50%;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px
}
.quote-form-content {
	padding: 30px 15px 30px 15px
}
.quote-form-content hr {
	margin-top: 1.7rem;
	margin-bottom: 2rem
}
.quote-form-content h2 {
	color: #2c3459;
	font-size: 32px
}
.quote-form-content p {
	margin: 0
}
.quote-form-content h2 span {
	color: #29bdca
}
.quickQuote .modal-body {
	padding: 0
}





@media (max-width: 1450px) {
	.text_box textarea {
		height: 140px
	}
}
.mapbox {
	height: 440px;
	border-top: 10px solid #fff
}
.mapbox iframe {
	width: 100%
}
.pricing-table-section .row:nth-child(even) {
	background: #f7f9fc
}
.pricing-table-section .row:not(:first-child) {
	border-top: 1px solid #eaedf2
}
.bg-danger-alt {
	background-color: rgba(220, 53, 69, .1)
}
.bg-success-alt {
	background-color: rgba(40, 167, 69, .1)
}
svg[class*=bg-] {
	background: 0 0!important
}
svg.bg-danger[stroke]:not([stroke=none]) {
	stroke: #dc3545
}
svg.bg-success[stroke]:not([stroke=none]) {
	stroke: #28a745
}
.icon.icon-xs path[stroke] {
	stroke-width: 3px
}
.sticky-top {
	position: -webkit-sticky!important;
	position: sticky!important
}
.flickity-carousel .item {
	margin-right: 10px
}
.mr-15 {
	margin-right: 15px!important
}
.flickity-carousel img {
	display: block;
	height: 550px;
	width: auto!important
}
.flickity img {
	border-radius: 4px
}
.flickity-status {
	margin: 15px 0 0 0;
	line-height: 1;
	text-align: center
}
.flickity-status span {
	width: 40px;
	display: inline-block
}
@media (max-width: 768px) {
	.ax-banner {
		height: 350px!important
	}
}
@media (max-width: 767px) {
	.cd-headline p {
		font-size: 18px!important
	}
	.flickity-carousel img,
	.flickity-slider-main .item,
	.flickity-slider-main:not(.flickity-viewport-mode) .item,
	.flickity-slider-main:not(.flickity-viewport-mode) img {
		height: 250px
	}
	.section-title {
		font-size: 8vw
	}
	.testimonial-block {
		padding: 0;
		border: 0;
		margin-top: 50px
	}
}
@media only screen and (max-width: 320px) {
	button.btn.btn-lg.btn-grad {
		margin-right: -67px!important
	}
	.navbar-light .navbar-toggler {
		margin-top: 57px!important
	}
	.project-carousel-date {
		margin-top: -46px!important;
		z-index: 100!important
	}
}
@media only screen and (max-width: 375px) {
	.social-links li {
		padding: 1px
	}
}
@media (max-width: 500px) {
	.testimonial-block .inner-box h3 {
		font-size: 1.3rem;
		font-weight: 600
	}
	.cd-words-wrapper b {
		font-size: 32px!important;
		line-height: 32px!important
	}
	.text_box {
		margin-bottom: 1rem
	}
	.cd-headline p {
		font-size: 16px;
		margin: 0;
		padding: 0
	}
	.cd-words-wrapper b {
		font-size: 20px
	}
}
@media (max-width: 1400px) {
	.ax-banner-inner {
		height: auto!important
	}
}
@media (max-width: 1024px) {
	.cd-headline p br {
		display: none
	}
}
.buy-now-btn {
	color: #007bff
}
.cta {
	background: #0e928d url(../img/cta-pattern.svg) right top no-repeat;
	color: #fff
}
.cta p {
	margin-top: 1.2rem;
	color: #fff
}
.cta a[href^=tel] {
	color: #fff
}
.bg-light-gray {
	background-color: #f7f7f7
}
.icon-medium {
	font-size: 35px
}
.margin-15px-bottom {
	margin-bottom: 15px
}
.text-blue {
	color: #29bdca
}
.mt h5 {
	font-size: 32px;
	line-height: 40px
}
.font-weight-700 {
	font-weight: 700
}
.st {
	color: gray;
	font-size: 14px;
	text-decoration-color: none
}
.st1 {
	color: #343a40;
	font-weight: 200;
	font-size: 16px
}
.st a:hover {
	color: #29bdca
}
.hd1 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	list-style-type: none
}

@-webkit-keyframes blurIn {
	from {
		-webkit-filter: blur(15px);
		filter: blur(15px);
	}
	to {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}

@keyframes blurIn {
	from {
		-webkit-filter: blur(15px);
		filter: blur(15px);
	}
	to {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}
.seperator.seperator-small{
    width: 10%;
    margin: 5px auto;
        overflow: hidden;
            color: #ccc;
    text-align: center;
    line-height: 1.2em;
}
.seperator, .separator {
    color: #ccc;
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
}
.seperator::before, .seperator::after, .separator::before, .separator::after {
    border-bottom: 1px solid #eee;
    content: "";
    display: inline-block;
    height: .65em;
    margin: 0 -4px 0 -100%;
    vertical-align: top;
    width: 50%;
}
.seperator::after, .separator::after {
    margin: 0 -100% 0 0;
}
.counter-sec{
font-size: 50px;
    line-height: 40px;
    margin-bottom: 14px;
    animation: blurIn 2s;
        font-weight: 600;
        color: #09b4ae
}
.icon {
    margin-bottom: 16px;
}	
.bb-light {
    border-bottom: 1px solid #ebedf6;
}

.lazyloaded{
	background-size:cover
}


.owl-carousel .owl-item .item img {

	width: 170px;
}


.hover08 img{


 width: 150px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hover08 :hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	background-color: #fff;
	
}

.package-sticky{
	transition: all .5s;
}

.package-sticky h4{
font-size: .8rem;
transition: all .5s;
background: #eee;
    border-radius: 5px;
    padding: 0 5px;
}

.pricing-table-section h6{
	font-weight: 600
}
.package-sticky .display-4{
	font-size: 2rem;
    font-weight: 500;
    transition: all .5s;
}
.package-sticky h4{
	margin:0;
	transition: all .5s;
}
.package-sticky .text-small{
	margin-bottom: .8rem !important;
	transition: all .5s;
	display: none;
}
.package-sticky .btn{
	padding:.375rem .75rem !important;
}
.pricing-table-section h6,
.pricing-table-section span{
	    font-size: .8rem !important;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #FFFFFF;
    z-index: 999;
}
.center {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

/* loader-32 */
.loader-32 .loader-container {
    width: 220px;
}
.loader-32 .ball-wrapper {
    position: relative;
    display: inline-block;
    width: 50px;
    margin: 0 10px;
    padding-bottom: 10px;
}
.loader-32 .ball-holder {
    position: relative;
    overflow: hidden;
    height: 130px;
}
.loader-32 .ball {
    position: absolute;
    bottom:0; left: 50%;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    border: 1px solid #29bdca;
    background-color: #29bdca;
    /*background-color: rgb(255,99,71);*/
    transform: translateY(0px) translateX(-50%) translateZ(0);
    transform-origin: center;
    animation: loader32 1s infinite linear;
    z-index: 2;
}
.loader-32 .ball-wrapper:nth-child(2) .ball{
    background-color: #29bdca;
    border: 1px solid #29bdca;
}
.loader-32 .ball-wrapper:nth-child(3) .ball{
    background-color: #29bdca;
    border: 1px solid #29bdca;
}
.loader-32 .shadow {
    position: absolute;
    bottom: 9px;
    width: 100%;
    height: 6px;
    border-radius: 50%;
    background: rgb(161,160,161);
    opacity: 1;
    animation: shadow32 1s infinite linear;
    z-index: 1;
}
.ball-wrapper:nth-of-type(1) .ball,
.ball-wrapper:nth-of-type(1) .shadow {
    animation-delay: 0s;
}
.ball-wrapper:nth-of-type(2) .ball,
.ball-wrapper:nth-of-type(2) .shadow {
    animation-delay: 0.2s;
}
.ball-wrapper:nth-of-type(3) .ball,
.cube-wrapper:nth-of-type(3) .shadow {
    animation-delay: 0.3s;
}

@keyframes loader32 {
    0%   { transform: translate(-50%, 10px); }
    40%  { transform: translate(-50%, -90px); width: 30px; height: 30px; }
    50%  { transform: translate(-50%, -100px); width: 30px; height: 30px; }
    65%  { transform: translate(-50%, -90px); width: 30px; height: 30px; }
    75%  { transform: translate(-50%, 0px); width: 30px; height: 30px; }
    100% { transform: translate(-50%, 10px);  width: 50px; height: 15px;}
}
@keyframes shadow32 {
    0%   { transform: scale(0.9, 0.9); opacity: 1; }
    50%  { transform: scale(0.2, 0.2); opacity: 0.3; }
    100% { transform: scale(0.9, 0.9); opacity: 1; }
}

.portfolio-box .portfolio-image {
    position: relative;
    overflow: hidden;
    
}
.portfolio-box:hover .portfolio-image{
	background: linear-gradient(261.26deg, rgba(253, 52, 110, 0.96) 14.9%, #b81c5c 43.58%, #0abfbc 89.94%);
}
.portfolio-box *, .portfolio-box:hover * {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.border-radius-6px {
    border-radius: 6px;
}
.box-shadow-double-large, .box-shadow-double-large-hover:hover {
    box-shadow: 0 0 35px rgb(40 42 54 / 18%);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.portfolio-image img {
    width: 100%;
}

.portfolio-box:hover .portfolio-image img{
	    opacity: .9;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
}
.portfolio-caption{
	padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.portfolio-box:hover .portfolio-image {
    -moz-transform: translate3d(0,-5px,0);
    -o-transform: translate3d(0,-5px,0);
    -ms-transform: translate3d(0,-5px,0);
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
}
.portfolio-box:hover .portfolio-caption {
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}
.portfolio-caption a{
	font-size: 16px;
    line-height: 28px;
    color: #232323;
    font-weight: 600;
} 
.portfolio-caption span{ 
	    color: #939393;
    font-size: 14px;
}
.portfolio-box{
	padding: 30px	
}

.portfolio-smallhead{
	/* background-color: #f1f5fd; */
}
.work-header{
	padding: 100px 0;
}
.portfolio-item figure {
    position: relative;
	overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: translateY(0);
	border-radius: 0.4rem;
	margin: 0;
    padding: 0;
}
.portfolio-item figure:hover img {
    transform: scale(1.05);
	transition: all .35s ease-in-out;
}

.portfolio-item figure a {
	transition: all .2s ease-in-out;
	cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23262b32;opacity:0.9;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='25' cy='25' r='25'/%3E%3Cpath class='cls-2' d='M21.79,26.79,17,31.59V30a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,16,35h4a1,1,0,0,0,0-2H18.41l4.8-4.79a1,1,0,0,0-1.42-1.42Z'/%3E%3Cpath class='cls-2' d='M34.92,15.62a1,1,0,0,0-.54-.54A1,1,0,0,0,34,15H30a1,1,0,0,0,0,2h1.59l-4.8,4.79a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.41,0h0L33,18.41V20a1,1,0,0,0,2,0V16A1,1,0,0,0,34.92,15.62Z'/%3E%3C/svg%3E"),auto}.cursor-primary a{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%233f78e0;opacity:0.9;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='25' cy='25' r='25'/%3E%3Cpath class='cls-2' d='M21.79,26.79,17,31.59V30a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,16,35h4a1,1,0,0,0,0-2H18.41l4.8-4.79a1,1,0,0,0-1.42-1.42Z'/%3E%3Cpath class='cls-2' d='M34.92,15.62a1,1,0,0,0-.54-.54A1,1,0,0,0,34,15H30a1,1,0,0,0,0,2h1.59l-4.8,4.79a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.41,0h0L33,18.41V20a1,1,0,0,0,2,0V16A1,1,0,0,0,34.92,15.62Z'/%3E%3C/svg%3E"),auto
}
/*
.t1{

	
width: 150px;
}*/

/*.t1:hover{
	border:0.5 solid #fff;
}*/