.ux_container{
	min-height: 250px;
}
.ux_icon{
	width: 50px;
	height: 61px;
	margin-bottom: 10px;
}
#numbers-outer {
	position: relative;
}
/* .work-testimonial blockquote .reveal::before {
	content: " ";
	background: url(/images/graphics/quote.svg) no-repeat scroll center/cover transparent;
	width: 60px;
	height: 60px;
	opacity: 0.1;
	position: absolute;
	left: 0;
	top: 0;
} */
.work-testimonial blockquote .reveal {
	padding-top: 35px;
	padding-left: 100px;
}
/* .testimonial::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/graphics/quote.svg) no-repeat scroll center/cover transparent;
	width: 60px;
	height: 60px;
	opacity: 0.1;
} */
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
	margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: none;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 0.2s ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: none;
}
html {
	scroll-behavior: smooth;
}
body.ruler {
	font-family: Roboto, Arial;
	font-size: 18px;
	color: #fff;
	background: #000;
	max-width: 100vw;
	overflow-x: hidden;
}
.inner-body {
	overflow: hidden;
	position: relative;
	/* background: #000; */
}
body.ruler a {
	color: #EAFF52;
	text-decoration: none;
	border: none;
	box-shadow: none;
}
body.ruler a:focus,
body.ruler a:hover {
	color: #98999e;
	text-decoration: none;
	border: none;
	box-shadow: none;
	outline: 0;
}
.place {
	float: left;
	width: 100%;
	position: relative;
}
.container {
	position: relative;
}
.homepage .main-content {
	display: none;
}
body.ruler span.ml11 {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
}
body.ruler h1,
body.ruler h2,
body.ruler h3,
body.ruler h4,
body.ruler h5 {
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
}
body.ruler h1,
body.ruler h2 {
	font-weight: 800;
	color: #fff;
	margin-bottom: 40px;
}
body.ruler h3,
body.ruler h4,
body.ruler h5 {
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}
body.ruler .black h3, body.ruler .black h4, body.ruler .black h5 {
	color: #EAFF52;
}
body.ruler .black h1,
body.ruler .black h2 {
	font-weight: 800;
	color: #fff;
}
body.ruler h1 {
	font-size: 60px;
	letter-spacing: 4px;
	word-break: break-word;
}

body.ruler h2 {
	font-size: 55px;
	letter-spacing: 4px;
	max-width: 900px;
	color: #fff;
}
body.ruler h3 {
	font-size: 30px;
	color: #EAFF52;
}
body.ruler h4 {
	font-size: 25px;
}
body.ruler h5 {
	font-size: 20px;
}
.ingallery-loadmore-btn,
body.ruler a.btn,
body.ruler button.btn,
span.btn {
	border-radius: 0;
	padding: 10px 0 0 0;
	margin-left: 25px;
	position: relative;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	background: 0 0;
	color: #fff;
	z-index: 1;
	border:none;
}
span.icon-chevron-right {
	display: none;
}
button span {
	display: none!Important;
}
.ingallery-loadmore-btn:before,
a.btn::before,
body.ruler button.btn:before,
span.btn:before {
	content: " ";
	height: 2px;
	width: 10px;
	background: #fff;
	position: absolute;
	left: -15px;
	margin-top: 12px;
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
}
.ingallery-loadmore-btn:after,
a.btn::after,
body.ruler button.btn:after,
span.btn:after {
	content: " ";
	height: 2px;
	width: 10px;
	background: #fff;
	position: absolute;
	right: -15px;
	margin-top: 12px;
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
}
.ingallery-loadmore-btn:hover:after,
.ingallery-loadmore-btn:hover:before,
a.btn:hover::after,
a.btn:hover::before,
body.ruler button.btn.is-checked:after,
body.ruler button.btn.is-checked:before,
body.ruler button.btn:hover:after,
body.ruler button.btn:hover:before,
span.btn:hover:after,
span.btn:hover:before {
	width: 114px;
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
}
body.ruler .black .btn,
body.ruler .btn.black {
	color: #fff;
}
.black .btn::after,
.black .btn::before,
.black span.btn:after,
.black span.btn:before,
a.btn.black::after,
a.btn.black::before {
	background: #fff;
}
#filters button {
	margin-right: 40px;
}
body.ruler a.btn.big:hover::after,
body.ruler a.btn.big:hover::before {
	width: 100%;
}
body.ruler .btn.big::after,
body.ruler .btn.big::before,
body.ruler a.btn.big::after,
body.ruler a.btn.big::before {
	height: 3px;
	margin-top: 19px;
}
body.ruler .btn.big {
	font-size: 24px;
	line-height: 38px;
}
.btn.right {
	float: right;
}
.btn.left {
	float: left;
}
.logo img {
	max-height: 70px;
	height: 70px;
}
header {
	position: absolute;
	z-index: 999;
	width: 100%;
}
.logo {
	float: left;
	display: block;
	padding-left: 40px;
	padding-top: 40px;
}
.mobilemenu {
	padding-right: 40px;
	padding-top: 40px;
}
.logo,
.mobilemenu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.mobilemenu {
	left: unset;
	right: 0;
}
img {
	max-width: 100%;
}
.mobilemenu {
	float: right;
}
.mobilemenu img {
	max-height: 40px;
}
.mobilemenu small {
	font-weight: 500;
	color: #fff;
	margin-left: 20px;
	font-size: 14px;
}
.nav.menu {
	text-align: center;
}
.overlay-content .container-fluid {
	max-width: 60%;
}
.overlay .menu-left .menu-links a {
	color: #fff;
	margin: 10px;
	position: relative;
	width: auto;
	display: inline-block;
	font-family: Montserrat, sans-serif;
}
.overlay .menu-left .menu-links a:focus,
.overlay .menu-left .menu-links a:hover {
	color: #fff;
}
.overlay .menu-left .menu-links a:hover::before {
	content: " ";
	height: 3px;
	width: 10px;
	background: #ffff;
	position: absolute;
	left: -20px;
	margin-top: 27px;
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
}
.overlay .menu-left .menu-links a:hover::after {
	content: " ";
	height: 3px;
	width: 10px;
	background: #fff;
	position: absolute;
	right: -20px;
	margin-top: 27px;
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
}
.menu-left .menu-links .active a::before {
	content: " ";
	height: 3px;
	width: 100%;
	background: #ffff;
	position: absolute;
	left: -20px;
	margin-top: 27px;
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
}
.menu-left .menu-links .active a::after {
	content: " ";
	height: 3px;
	width: 100%;
	background: #fff;
	position: absolute;
	right: -20px;
	margin-top: 27px;
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
}
.overlay-logo {
	left: 40px;
	background: url(/images/logo/ruler_white.png) no-repeat scroll center center/contain transparent;
	position: absolute;
	width: 155px;
	height: 70px;
	top: 40px;
}
.menu-links li {
	list-style: none;
}
.menu-left.col-12.col-md-6 {
	border-right: 2px solid #fff;
	padding-right: 100px;
}
.menu-right.col-12.col-md-6 {
	padding-left: 100px;
}
.menu-left .ruler-lines {
	border-left: 2px solid #fff;
	padding-top: 40px;
	width: 44px;
	transform: rotate(0);
	position: absolute;
	right: -44px;
	bottom: 0;
}
.menu-left .ruler-lines .long,
.menu-left .ruler-lines .short {
	background: #fff;
}
body.ruler .menu-right h2,
body.ruler .menu-right p {
	color: #fff;
}
body.ruler .menu-right h3 {
	color: #eaff52;
}
.menu-right .social a {
	display: inline-block;
	color: #fff;
	font-size: 25px;
	margin-right: 15px;
}
.second-menu li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
}
.second-menu ul {
	padding-left: 0;
	margin-bottom: 0;
}
.second-menu {
	margin-top: 40px;
}
body.ruler .menu-right p {
	font-size: 20px;
	font-family: Montserrat, sans-serif;
	line-height: 30px;
}
.overlay {
	height: 0;
	width: 100%;
	position: fixed;
	z-index: 999999999;
	left: 0;
	top: 0;
	background-color: #000;
	background-color: #000;
	overflow-x: hidden;
	transition: 0.5s;
}
.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: left;
	margin-top: 30px;
}
.overlay .menu-left a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #fff;
	display: block;
	transition: 0.3s;
}
.overlay .closebtn {
	position: absolute;
	top: 5px;
	right: 40px;
	font-size: 60px;
	font-weight: 100;
	color: #fff;
}
.overlay .closebtn:hover {
	color: #bcbec0;
}
@media screen and (max-height: 450px) {
	.overlay a {
		font-size: 20px;
	}
	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}
body.ruler h1.ml11 {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
}
.slide-bg {
	background: #000;
	height: 100%;
}
@keyframes move-twink-back {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -10000px 5000px;
	}
}
@-webkit-keyframes move-twink-back {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -10000px 5000px;
	}
}
@-moz-keyframes move-twink-back {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -10000px 5000px;
	}
}
@-ms-keyframes move-twink-back {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -10000px 5000px;
	}
}
@keyframes move-clouds-back {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 10000px 0;
	}
}
@-webkit-keyframes move-clouds-back {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 10000px 0;
	}
}
@-moz-keyframes move-clouds-back {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 10000px 0;
	}
}
@-ms-keyframes move-clouds-back {
	from {
		background-position: 0;
	}
	to {
		background-position: 10000px 0;
	}
}
.clouds,
.stars,
.twinkling {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.stars {
	background: transparent url(/images/graphics/stars.png) repeat top center;
	z-index: 0;
}
.twinkling {
	background: transparent url(/images/graphics/twinkling.png) repeat top center;
	z-index: 1;
	-moz-animation: move-twink-back 200s linear infinite;
	-ms-animation: move-twink-back 200s linear infinite;
	-o-animation: move-twink-back 200s linear infinite;
	-webkit-animation: move-twink-back 200s linear infinite;
	animation: move-twink-back 200s linear infinite;
}
.clouds {
	background: transparent url(/images/graphics/clouds3.png) repeat top center;
	z-index: 3;
	-moz-animation: move-clouds-back 200s linear infinite;
	-ms-animation: move-clouds-back 200s linear infinite;
	-o-animation: move-clouds-back 200s linear infinite;
	-webkit-animation: move-clouds-back 200s linear infinite;
	animation: move-clouds-back 200s linear infinite;
	opacity: 0.6;
}
.slide {
	height: 100vh;
	position: fixed;
	width: 100%;
	z-index: -1;
}
.homepage .slide {
	height: 100vh;
	position: relative;
}
/* .outer-slide::after {
	content: " ";
	background: linear-gradient(0deg, rgb(0, 0, 0) 10%, rgba(0,0,0,0) 100%);
	position: absolute;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	position: 99;
} */
.homepage .outer-slide::after {
	display: none;
}
.header {
	min-height: 150px;
}
.moto {
	position: absolute;
	top: calc(50% - 31px);
	left: 0;
	color: #fff;
	z-index: 9;
	text-align: center;
	width: 100%;
}
.ruler-lines {
	border-left: 2px solid #fff;
	padding-top: 40px;
	width: 44px;
}
.ruler-lines .short {
	background: #fff;
	width: 22px;
	height: 2px;
	display: block;
	margin: 24px 0;
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
}
.ruler-lines .long {
	background: #fff;
	width: 42px;
	height: 2px;
	display: block;
	margin: 24px 0;
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
}
.ruler-lines:hover .short {
	width: 42px;
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
}
.ruler-lines:hover .long {
	width: 22px;
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
}
.ruler-lines .line-five {
	margin-bottom: 0;
}
.welcome .ruler-lines.topleft {
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	right: 63px;
	position: absolute;
	top: 0px;
}
.welcome .ruler-lines.bottomright {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: FlipH;
	-webkit-filter: FlipH;
	right: 0;
	position: absolute;
}
.welcome .ruler-lines.bottomleft {
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	left: 63px;
	position: absolute;
	margin-top: -106px;
}
.whatwedo .ruler-lines.topleft {
	-moz-transform: rotate(-90deg) scaleX(-1);
	-o-transform: rotate(-90deg) scaleX(-1);
	-webkit-transform: rotate(-90deg) scaleX(-1);
	transform: rotate(-90deg) scaleX(-1);
	-ms-transform: rotate(-90deg) scaleX(-1);
	left: 63px;
	position: absolute;
	top: -200px;
	filter: FlipH;
	-ms-filter: FlipH;
	-webkit-filter: FlipH;
}
.whatwedo .ruler-lines.bottomleft {
	position: absolute;
	bottom: -170px;
	left: 0;
}
.whatwedo .ruler-lines.bottomright {
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	right: 63px;
	position: absolute;
	margin-top: -106px;
	padding-top: 0;
	padding-bottom: 40px;
}
.whatwedo .ruler-lines .line-five {
	margin-bottom: 24px;
}
.whatwedo .ruler-lines.topleft .line-five {
	margin-bottom: 0;
}
.whatwedo .ruler-lines.bottomleft .line-five {
	margin-bottom: 0;
}
.whatwedo .ruler-lines .line-one {
	margin-top: 0;
}
.whatwedo .ruler-lines.bottomleft .line-one {
	margin-top: 24px;
}
.whatwedo .ruler-lines.topleft .line-one {
	margin-top: 24px;
}
.colors .ruler-lines.bottomcenter {
	position: absolute;
	left: calc(50% - 26px);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	border: none;
	bottom: 0;
	padding-top: 0;
}
.colors .ruler-lines.bottomcenter .line-one {
	margin-top: 0;
}
.colors .ruler-lines .long,
.colors .ruler-lines .short {
	background: #f1f2f2;
}
.ruler-lines.mobilelines {
	border-left: none;
	padding-top: 0;
	width: 20px;
	float: left;
}
.ruler-lines.mobilelines .short {
	background: #fff;
	width: 11px;
	height: 2px;
	margin: 8px 0;
}
.ruler-lines.mobilelines .long {
	background: #fff;
	width: 20px;
	height: 2px;
	margin: 8px 0;
}
.ruler-lines.mobilelines:hover .short {
	width: 20px;
}
.ruler-lines.mobilelines:hover .long {
	width: 11px;
}
.portfolio .portfolio-container {
	padding-top: 200px;
}
.main-content .ruler-lines.topleft {
	position: absolute;
	top: -240px;
}
.main-content .ruler-lines.bottomleft {
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	left: 63px;
	position: absolute;
	margin-top: -116px;
}
.ruler-lines.pathlines {
	border-left: none;
	padding-top: 0;
	width: 10px;
	float: left;
}
.ruler-lines.pathlines .short {
	background: #fff;
	width: 6px;
	height: 1.5px;
	margin: 3px 0;
}
.ruler-lines.pathlines .long {
	background: #fff;
	width: 10px;
	height: 1.5px;
	margin: 3px 0;
}
.ruler-lines.pathlines:hover .short {
	width: 10px;
}
.ruler-lines.pathlines:hover .long {
	width: 6px;
}
.notfound .main-content .ruler-lines .short {
	margin-left: -22px;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}
.notfound .main-content .ruler-lines:hover .short {
	width: 42px;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	margin-left: -42px;
}
.notfound .main-content .ruler-lines.topleft {
	position: absolute;
	top: -240px;
	left: 22px;
}
body.ruler .owl-carousel button.owl-dot {
	background: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}
.owl-carousel button.owl-dot:hover,
body.ruler .owl-carousel button.owl-dot.active {
	background: #eaff52;
}
.owl-dots {
	text-align: center;
	margin-top: 20px;
}
.welcome {
	padding: 240px 0 0;
	background: #000;
	position:relative;
}
.welcome-left {
	z-index: 9;
}
.welcome-right::before {
	background: #222;
	height: 100%;
	width: 100%;
	content: " ";
	position: absolute;
	right: 100%;
	top: 0;
	z-index: 0;
	max-width: 350px;
}
.welcome-left.col-md-8.col-12 {
	padding-right: 100px;
}

.welcome-right.col-md-4.col-12 {
	padding-right: 0;
	padding-left: 0;
}
.welcome p {
	color: #fff;
}
.welcome .btn {
	float: left;
	margin-top: 10px;
}

.section.numbers {
	padding: 0;
	margin-bottom: 240px;
	text-align: center;
	height: 100vh;
	display: flex;
	overflow: hidden;
	align-content: center;
	justify-content: center;
	align-items: center;
	justify-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}
.number-item {
	position: absolute;
	width: 100%;
	top: 0;
	left:0;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	justify-items: center;
}
.number-number {
	font-size: 20vw;
	font-weight: 700;
	color: #fff;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	height: 100vh;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	justify-items: center;
	font-family: Montserrat, sans-serif;
}
.number-text {
	color: #eaff52;
	font-size: 10vw;
	position: absolute;
	width: 100%;
	text-align: center;
	display: block;
	left: 0;
	height: 100vh;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	justify-items: center;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
}
.whatwedo {
	padding: 0 0 240px;
	background: #000;
	position:relative;
}
.whatwedo-left::after {
	background: #222;
	height: 100%;
	width: 100%;
	content: " ";
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 0;
	max-width: 350px;
}
.whatwedo-right.col-md-8.col-12 {
	padding-left: 100px;
}

.whatwedo-right {
	text-align: right;
}
.whatwedo-left.col-md-4.col-12 {
	padding-right: 0;
	padding-left: 0;
}
.whatwedo p {
	color: #fff;
	margin-bottom: 0;
}
body.ruler .whatwedo .btn {
	float: right;
	margin-top: 10px;
}
.services {
	background: #000;
	padding: 100px 0;
	margin: 80px 0 0;
}
.services .col {
	padding: 40px 15px;
	color: #fff;
	font-family: montserrat;
	font-size: 18px;
	padding-bottom: 0;
}
.services span.service-number {
	font-weight: 800;
	font-size: 80px;
	color: #eaff52;
	margin-right: 10px;
}
.services .col p:last-child {
	margin-bottom: 0;
}
.service-item::before {
	content: " ";
	width: 40px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: calc(50% - 2px);
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
	z-index: 9;
}
.service-item.service-four::before,
.service-item.service-two::before {
	width: 80px;
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
}
.service-item.service-four:hover::before,
.service-item.service-two:hover::before {
	width: 100%;
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
}
.service-item:hover::before {
	width: calc(100% - 40px);
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
}
body.ruler .service-items h2 {
	font-size: 24px;
	margin-bottom: 0;
	text-transform: none;
	letter-spacing: 0;
	margin-left: 150px;
	position: relative;
	font-weight: 400;
}
.service-item {
	position: relative;
	margin-bottom: 20px;
}
.service-name {
	position: absolute;
	bottom: 37px;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}
.team {
	padding: 100px 0 0;
	margin: 80px 0 0;
}
.team .container {
	padding-left: 0;
	padding-right: 0;
}
.team p, .service-title p {
	color: #e6e7e8;
	margin-bottom: 100px;
	max-width: 900px;
	font-size: 30px;
	font-family: Montserrat, sans-serif;
}
.aboutpage .team p {
	font-size: inherit;
	color: inherit;
}
.team h2 {
	max-width: 800px;
}
.team-content {
	color: #eaff52;
	position: relative;
	top: 0;
	left: 0;
	font-family: Montserrat;
	background: #222;
	padding: 10px;
	text-align: center;
}
.team-name {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.mod-team-item {
	margin-top: 50px;
}


.team-image .static {
	position: absolute;
}
.team-image:hover .static {
	position: absolute;
	opacity: 0;
}
.team-image .moving {
	max-width: 100%;
	margin-bottom: -10px;
}
.color-item {
	width: 100%;
	height: 160px;
	margin-bottom: 33px;
}
.color-one {
	background: #f9f9f9;
}
.color-two {
	background: #414042;
}
.color-three {
	background: #98999e;
}
.color-four {
	background: #6d6e71;
}
.color-five {
	background: #e6e7e8;
}
.color-six {
	background: #000;
}
.color-seven {
	background: #f1f2f2;
}
.color-eight {
	background: #231f20;
}
.colors p {
	font-family: roboto;
	font-size: 26px;
	font-weight: 300;
	color: #414042;
	line-height: 180%;
	margin-left: 20px;
}
.colors {
	margin: 0 0 80px;
	padding-top: 160px;
	position: relative;
}
.colors::after {
	background: #f1f2f2;
	content: " ";
	height: calc(100% - 160px);
	position: absolute;
	width: calc(50% - 17px);
	right: 0;
	top: 160px;
	z-index: -1;
}
.colors .ruler-lines .line-five,
.colors .ruler-lines .line-four,
.colors .ruler-lines .line-one,
.colors .ruler-lines .line-three,
.colors .ruler-lines .line-two,
.colors::after {
	animation: colorchange 16s ease-in-out infinite;
	-webkit-animation: colorchange 16s ease-in-out infinite;
	-o-animation: colorchange 16s ease-in-out infinite;
	-moz-animation: colorchange 16s ease-in-out infinite;
	-ms-animation: colorchange 16s ease-in-out infinite;
	-webkit-transition: all 16s;
	transition: all 16s;
}
.colors p,
body.ruler .colors h2,
body.ruler .colors h3 {
	mix-blend-mode: multiply;
}
@keyframes colorchange {
	0% {
		background: #f9f9f9;
	}
	14.3% {
		background: #6d6e71;
	}
	28.6% {
		background: #f1f2f2;
	}
	42.9% {
		background: #414042;
	}
	57.2% {
		background: #e6e7e8;
	}
	71.5% {
		background: #231f20;
	}
	85.8% {
		background: #98999e;
	}
	100% {
		background: #f9f9f9;
	}
}
@-webkit-keyframes colorchange {
	0% {
		background: #f9f9f9;
	}
	14.3% {
		background: #6d6e71;
	}
	28.6% {
		background: #f1f2f2;
	}
	42.9% {
		background: #414042;
	}
	57.2% {
		background: #e6e7e8;
	}
	71.5% {
		background: #231f20;
	}
	85.8% {
		background: #98999e;
	}
	100% {
		background: #f9f9f9;
	}
}
.color-item.color-six,
.color-item.color-three {
	margin-bottom: 0;
}
.portfolio.home-portfolio {
	margin: 160px 0 160px;
	position: relative;
}

.ourwork-image {
	max-height: 300px;
	overflow: hidden;
	position: relative;
}
.allwork {
	margin-top: 40px;
}
.ingallery-loadmore-btn,
body.ruler .allwork .btn {
	font-size: 24px;
}
body.ruler .allwork a.btn::before {
	height: 3px;
	margin-top: 19px;
}
body.ruler .allwork a.btn::after {
	height: 3px;
	margin-top: 19px;
}
.ingallery-loadmore-btn:hover:after,
.ingallery-loadmore-btn:hover:before,
body.ruler .allwork a.btn:hover::after,
body.ruler .allwork a.btn:hover::before {
	width: 140px;
}
.ourwork-item {
	overflow: hidden;
}
.ourwork-item .ourwork-content-verlay {
	color: #fff;
	top: 0;
	left: auto;
	right: 0;
	height: 100%;
	width: 50%;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	background: #fff;
	font-size: 15px;
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-ms-transform: translateX(100%);
	background: #000;
	position: absolute;
	-moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	-o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ourwork-item.onblack .ourwork-content-verlay {
	color: #414042;
	background: #f1f3f2;
}
.ourwork-item:hover .ourwork-content-verlay {
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	-o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ourwork-item .ourwork-image img {
	-moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	-o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ourwork-item:hover .ourwork-image img {
	-moz-transform: translateX(-10%);
	-ms-transform: translateX(-10%);
	-webkit-transform: translateX(-10%);
	transform: translateX(-10%);
	-moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	-o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ourwork-item .ourwork-content-verlay span {
	color: #e6e7e8;
	font-weight: 600;
	display: inline-block;
}
.ourwork-item.onblack .ourwork-content-verlay span {
	color: #414042;
}
.inner.big .ourwork-image {
	max-height: 630px;
}
.ourwork-item.inner.col-md-12.col-sm-12,
.ourwork-item.inner.col-md-6.col-sm-12 {
	float: left;
}
.ourwork-item-grouped.col-md-4.col-sm-12,
.ourwork-item-grouped.col-md-8.col-sm-12 {
	padding: 0;
}
.ourwork-item {
	margin-bottom: 30px;
}
body.ruler .onblack a.openlink {
	color: #414042;
}
body.ruler a.openlink {
	color: #fff;
	margin-top: 20px;
	display: inline-block;
	font-weight: 600;
	font-family: montserrat;
	letter-spacing: 1px;
}
.portfolio .row {
	margin-bottom: 30px;
}
.bloghome {
	padding: 100px 0;
	margin: 80px 0 40px;
	position: relative;
}
.blog-inner {
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-basis: 1;
	position: relative;
	z-index: 2;
}
.blog-inner .home-blog-title {
	flex: 1;
}
.blog-inner:hover h3 {
	color: #000;
	text-decoration: underline;
}
body.ruler h3.home-blog-title {
	color: #fff;
	font-size: 35px;
	text-transform: none;
	line-height: 50px;
}
.blog-inner .blog-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
body.ruler .blog-inner h3.home-blog-title {
	max-width: unset;
	width: 100%;
}
body.ruler .blog-item-inner {
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
	width: 100%;
	margin-bottom: 20px;
}
.blog-inner a {
	width: 100%;
	cursor: pointer;
}
body.ruler .blog-inner a:hover h3 {
	color: #000;
	text-decoration: underline;
}
#blogcursor {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 350px;
	height: 265px;
	background: url("") no-repeat 50% 50%;
	background-size: cover;
	z-index: 1;
	margin: -100px 0 0 -100px;
	background-color: #fff;
	opacity: 0;
	filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.blog-info {
	font-size: 20px;
	font-weight: 400;
}
.bloghome .ruler-lines.topright {
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	right: 63px;
	position: absolute;
	top: -106px;
}
.bloghome .ruler-lines.bottomleft {
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	margin-left: 63px;
}
.homepage .bottom.black {
	background: #000;
	padding: 120px 0 120px;
}
.bottom.black {
	background: #000;
	padding: 120px 0 120px;
}
.bottom p {
	color: #e6e7e8;
	font-size: 18px;
}
.social i {
	color: #fff;
	font-size: 20px;
	margin: 10px;
}
.bottom-contact p {
	font-size: 18px;
	color: #e6e7e8;
	font-weight: 400;
	margin-bottom: 10px;
}
.bottom-contact {
	margin: 20px 0 20px;
	display: block;
}
.sendmessagebtn {
	text-align: center;
}
body.ruler .bottom .btn {
	font-size: 24px;
}
body.ruler .bottom a.btn::before {
	height: 3px;
	margin-top: 19px;
}
body.ruler .bottom a.btn::after {
	height: 3px;
	margin-top: 18px;
}
body.ruler .bottom a.btn:hover::after,
body.ruler .bottom a.btn:hover::before {
	width: 140px;
}
.sendmessagebtn a {
	display: inline-block;
	width: 80%;
	margin: auto;
	clear: both;
}
body.ruler .bottom a.btn:nth-child(odd)::before,
body.ruler .bottom a.btn:nth-child(odd)::after {
	width: 15px;
}
body.ruler .bottom a.btn:nth-child(even)::before,
body.ruler .bottom a.btn:nth-child(even)::after {
	width: 30px;
}
body.ruler .bottom a.btn:nth-child(odd):hover::before,
body.ruler .bottom a.btn:nth-child(odd):hover::after {
	width: 100%;
}
body.ruler .bottom a.btn:nth-child(even):hover::before,
body.ruler .bottom a.btn:nth-child(even):hover::after {
	width: 100%;
}
.footer {
	background: #fff;
	text-align: center;
	color: #000;
	padding: 20px 0;
}
.main-content {
	padding: 240px 0;
	position: relative;
}
.grid-item,
.portfolio .grid-sizer {
	width: 49%;
}
.more-grid-item,
.more-grid-sizer {
	width: 49%;
}
.home-grid-item,
.home-grid-sizer {
	width: 49%;
}

body.ruler .portfolio h2,
body.ruler .portfolio h3 {
	text-align: left;
	max-width: unset;
}
.portfolio .grid-item {
	height: auto;
	float: left;
	background: #fff;
	margin-bottom: 40px;
}
.more-grid-item {
	height: auto;
	float: left;
	background: #fff;
	margin-bottom: 40px;
}
.home-grid-item {
	height: auto;
	float: left;
	background: #fff;
	margin-bottom: 40px;
}
.portfolio .gutter-sizer {
	width: 1.5%;
}
.more-grid-gutter-sizer {
	width: 1.5%;
}
.home-grid-gutter-sizer {
	width: 20px;
}
.portfolio-image,
.portfolio-item {
	float: left;
	width: 100%;
}
.portfolio-image {
	overflow: hidden;
	position: relative;
}
.portfolio-image {
	height: 310px;
	overflow: hidden;
	position: relative;
}
.portfolio-content-verlay {
	color: #fff;
	top: 0;
	left: auto;
	right: 0;
	height: 100%;
	width: 50%;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	background: #fff;
	font-size: 15px;
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-ms-transform: translateX(100%);
	background: #222;
	position: absolute;
	-moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	-o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.portfolio-item:hover .portfolio-content-verlay {
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	-o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.portfolio-item .portfolio-image img {
	-moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	-o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.portfolio-item:hover .portfolio-image img {
	-moz-transform: translateX(-10%);
	-o-transform: translateX(-10%);
	-webkit-transform: translateX(-10%);
	transform: translateX(-10%);
	-ms-transform: translateX(-10%);
	-moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	-o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.portfolio-item .portfolio-content-verlay span {
	color: #e6e7e8;
	font-weight: 600;
	display: inline-block;
}
.more-grid .hidden {
	display: none !important;
}
.itemid-105 .main-content {
	padding: 240px 0 240px;
}
.contactpage input,
.contactpage input:focus,
.contactpage select,
.contactpage select:focus {
	background: 0 0;
	border-left: 0;
	box-shadow: none;
	border-radius: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #000;
	height: 40px;
	padding: 0;
}
.contactpage textarea,
.contactpage textarea:focus {
	background: 0 0;
	border-left: 0;
	box-shadow: none;
	border-radius: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #000;
	padding: 0;
}
.checkbox-inline {
	font-size: 13px;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
}
select::-ms-expand {
	display: none;
}
textarea {
	resize: none;
}
#project {
	resize: none;
}
body.ruler .contact-social .fab {
	font-size: 22px;
	margin-right: 10px;
	margin-top: 10px;
}
body.ruler .contact-social a {
	color: #000;
}
.forminner {
	background: #222;
	padding: 40px;
}
.control-label.formControlLabel {
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 10px;
	letter-spacing: -0.1px;
}
#other {
	height: 38px;
}
#Send::after {
	content: " ";
	height: 2px;
	width: 10px;
	background: #EAFF52;
	position: absolute;
	right: -15px;
	margin-top: 12px;
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
}
#Send::before {
	content: " ";
	height: 2px;
	width: 10px;
	background: #EAFF52;
	position: absolute;
	left: -15px;
	margin-top: 12px;
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
}
body.ruler #Send {
	border-radius: 0;
	padding: 10px 0 0 0;
	margin-left: 25px;
	position: relative;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	background: 0 0;
	border: none;
	color: #EAFF52;
	font-size: 16px;
}
#Send:hover::after,
#Send:hover::before {
	width: 130px;
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
}
.contact-social {
	margin-top: 20px;
}
.contact-details {
	margin-top: 20px;
}
body.ruler .contactpage h5 {
	margin-top: 20px;
	font-size: 30px;
	line-height: 35px;
	text-transform: none;
}
.contactpage h5 span {
	background: #000;
	color: #fff;
	padding: 10px;
	display: inline-block;
	margin-top: 10px;
	font-size: 30px;
}
#agree0 {
	height: 15px;
	margin-right: 10px;
	float: left;
}
.blog .grid-item,
.blog .grid-sizer {
	width: 32%;
}
.blog .grid-item {
	height: auto;
	float: left;
	margin-bottom: 40px;
}
.blog .gutter-sizer {
	width: 1.5%;
}
.blog-image,
.blog-item {
	float: left;
	width: 100%;
}
.blog-image {
	/*height: 200px;*/
	overflow: hidden;
	position: relative;
	border-radius: 2px;
}
/*.grid-item:nth-child(2n) .blog-image {
	height: 240px;
}
.blog-image img {
	position: absolute;
	left: 0%;
	top: 50%;
	min-height: 100%;
	width: auto;
	max-width: 100%;
	-webkit-transform: translate(0%, -50%) scale(1);
	-ms-transform: translate(0%, -50%) scale(1);
	transform: translate(0%, -50%) scale(1);
	max-width: unset;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
*/
body.ruler .blog-title h2,
body.ruler .blog-title h2 a {
	color: #fff;
	font-size: 20px;
	line-height: 29px;
	margin: 0;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
}
.blog-date {
	display: inline-block;
	color: #eaff52;
	font-size: 12px;
	font-weight: 300;
}
.blog-description {
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}
.blog-description,
.blog-details,
.blog-image,
.blog-title {
	float: left;
	width: 100%;
}
.infinite-scroll-error,
.infinite-scroll-last,
.infinite-scroll-request {
	text-align: center;
	margin-top: 20px;
}
body.ruler .article-welcome h1 {
	font-weight: 600;
	color: #EAFF52;
	margin-bottom: 20px;
	font-size: 28px;
}
.article-welcome::after {
	background: #222222;
	height: 100%;
	width: 50%;
	content: " ";
	position: absolute;
	right: 15px;
	top: 0;
	z-index: -1;
	max-width: 350px;
	display:none;
	opacity: 0;
}
.article-welcome p {
	color: #fff;
}
.article-welcome .btn {
	float: left;
	margin-right: 100px;
	margin-bottom: 150px;
	margin-top: 10px;
}
.article-welcome.col-md-12.col-sm-12 {
	padding-right: 100px;
	text-align: left;
}
.article-image {
	height: 450px;
	overflow: hidden;
}
.article-intro {
	margin-bottom: 40px;
	position: relative;
	z-index: 9;
}
.pull-left.item-image {
	margin-bottom: 40px;
}
body.ruler .item-page p {
	font-size: 21px;
	line-height: 31px;
	font-weight: 300;
}
body.ruler .item-page li {
	font-size: 21px;
	line-height: 31px;
	font-weight: 300;
}
body.ruler .item-page blockquote p {
	font-family: montserrat;
	font-size: 40px;
	line-height: 55px;
	font-weight: 800;
	color: #fff;
	max-width: 700px;
}
blockquote::before {
	background: #222222 none repeat scroll 0 0;
	content: " ";
	display: block;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	width: 50vw;
	z-index: -1;
}
body.ruler blockquote {
	position: relative;
	padding: 125px 40px;
	margin: 50px 0;
}
body.ruler .content h2 {
	font-size: 40px;
	letter-spacing: 0;
	max-width: 900px;
	margin-top: 40px;
}
body.ruler .content h3 {
	margin-top: 20px;
}
.aboutpage .team {
	margin: 0 0 80px;
}
.aboutpage .main-content {
	padding: 240px 0 240px;
}
.team-item {
	padding-bottom: 240px;
}
.ourteam-link {
	background: #222;
	display: block;
	position: relative;
	z-index: 9;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}
.ourteam-image img {
	max-width: 100%;
}
.ourteam-image .moving {
	max-width: 100%;
	margin-bottom: -10px;
}
/*.ourteam-image.left-outream-image:after {
	background: #222;
	height: 100%;
	width: 100%;
	content: " ";
	position: absolute;
	left: 100%;
	top: 0;
	z-index: -1;
	max-width: 350px;
}
*/
/*.ourteam-image.right-outream-image::after {
	background: #222;
	height: 100%;
	width: 100%;
	content: " ";
	position: absolute;
	right: 100%;
	top: 0;
	z-index: -1;
	max-width: 350px;
}*/
.team-item > div {
	border-bottom: 2px solid #fff;
}
.ourteam-content.left-outream-content {
	text-align: right;
}
.ourteam-image {
	overflow: hidden;
}
.col-md-4.col-sm-12.right {
	padding-right: 0;
	padding-left: 0;
}
.col-md-4.col-sm-12.left {
	padding-left: 0;
	padding-right: 0;
}
.main-content .ourteam .ruler-lines.bottomright,
.team-item-detail .ruler-lines.bottomright {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: FlipH;
	-webkit-filter: FlipH;
	right: 0;
	position: absolute;
}
.main-content .ourteam .ruler-lines.bottomleft {
	position: absolute;
	bottom: -170px;
	left: 0;
	margin-top: 0;
	left: auto;
	transform: none;
}
.ourteam-email,
.ourteam-phone {
	font-size: 20px;
	font-family: montserrat;
	color: #EAFF52;
}
.ourteam-email span,
.ourteam-phone span {
	font-size: 20px;
	font-family: montserrat;
	color: #fff;
}
.ourteam-phone {
	margin-bottom: 20px;
}
body.ruler .content .inservice-items h2 {
	font-size: 50px;
	margin-top: 0;
}
.inservice-items {
	position: relative;
	float: left;
	width: 100%;
}
.inservice-item {
	float: left;
	width: 20%;
	position: relative;
}
.inservice-item::before {
	content: " ";
	width: 3px;
	height: 40px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transition: height 0.35s ease-in-out;
	-webkit-transition: height 0.35s ease-in-out;
}
span.inservice-number {
	font-weight: 800;
	font-size: 80px;
	color: #EAFF52;
	margin-right: 0;
	float: left;
	width: 100%;
	text-align: center;
	clear: both;
	letter-spacing: 15px;
}
.inservice-name {
	position: relative;
	text-align: center;
	font-size: 22px;
	float: left;
	width: 100%;
	text-align: center;
}
.inservice-item.service-four::before,
.inservice-item.service-two::before {
	height: 80px;
	transition: height 0.35s ease-in-out;
	-webkit-transition: height 0.35s ease-in-out;
}
.inservice-item.service-four:hover::before,
.inservice-item.service-two:hover::before {
	height: 120px;
	transition: height 0.35s ease-in-out;
	-webkit-transition: height 0.35s ease-in-out;
}
.inservice-item:hover::before {
	height: 120px;
	transition: height 0.35s ease-in-out;
	-webkit-transition: height 0.35s ease-in-out;
}
span.ux-text {
	font-weight: 800;
	font-size: 50px;
	color: #EAFF52;
	margin-right: 0;
	float: left;
	width: 100%;
	text-align: center;
	clear: both;
	letter-spacing: 15px;
}
.inservice-name {
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 17px;
	line-height: 27px;
	float: left;
	width: 100%;
	text-align: center;
}
.inservice-item h2 {
	padding-top: 105px;
}
.services.moreservices {
	padding: 0px 0 100px;
	margin: 0;
	margin-top: -90px;
}
.moreservices span {
	color: #fff;
	margin-right: 10px;
	font-size: 40px;
	font-weight: 800;
	display: block;
	margin-bottom: 20px;
}
.moreservices {
	margin: 7px 0 0;
}
body.ruler .moreservices .moreservice-item h3 {
	font-size: 22px;
	line-height: 32px;
	text-transform: capitalize;
	max-width: 90%;
}
.moreservices .row {
	padding: 40px 0;
}
.next {
	float: right;
}
.previous {
	float: left;
}
.bottom-menu li {
	display: inline-block;
	margin: 0 20px;
}
.bottom-menu {
	position: fixed;
	bottom: -268px;
	background: #000;
	z-index: 999;
}
.bottom-menu .menu-links {
	text-align: center;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
}
.bottom-menu li a {
	position: relative;
	text-align: center;
	font-size: 22px;
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-family: montserrat;
}
.bottom-menu li {
	position: relative;
	color: #414042;
	font-size: 80px;
	font-weight: 800;
	font-family: montserrat;
	padding-top: 105px;
	padding-bottom: 10px;
}
.item-122::before {
	content: "01";
}
.item-123::before {
	content: "02";
}
.item-124::before {
	content: "03";
}
.item-125::before {
	content: "04";
}
.item-126::before {
	content: "05";
}
.item-122::after,
.item-124::after,
.item-126::after {
	content: " ";
	width: 3px;
	height: 40px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transition: height 0.35s ease-in-out;
	-webkit-transition: height 0.35s ease-in-out;
}
.item-123::after,
.item-125::after {
	content: " ";
	width: 3px;
	height: 80px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transition: height 0.35s ease-in-out;
	-webkit-transition: height 0.35s ease-in-out;
}
.bottom-menu li.current:after,
.bottom-menu li:hover:after {
	height: 120px;
	transition: height 0.35s ease-in-out;
	-webkit-transition: height 0.35s ease-in-out;
}
.bottom-menu::before {
	content: "What We Do";
	background: #000;
	width: 70px;
	height: 70px;
	position: absolute;
	margin-top: -54px;
	color: #fff;
	text-align: center;
	font-weight: 800;
	font-size: 12px;
	padding: 13px 5px;
	font-family: montserrat;
	right: 40px;
	text-transform: uppercase;
}
.slide-up {
	bottom: 0 !important;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}
.slide-down {
	bottom: -268px !important;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}
.whatelse {
	background: #222;
	width: 100%;
	left: -50%;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	padding-bottom: 120px;
	position: relative;
}
.whatelse:hover {
	background: #222;
	width: 100%;
	left: 0;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
}
.whatelse li {
	display: inline-block;
	margin: 0 10px;
}
.whatelse .menu-links {
	text-align: center;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
}
.whatelse li a {
	position: relative;
	text-align: center;
	font-size: 22px;
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-family: montserrat;
	opacity: 0;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
}
.whatelse:hover li a {
	opacity: 1;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
}
.whatelse li {
	position: relative;
	color: #fff;
	font-size: 80px;
	font-weight: 800;
	font-family: montserrat;
	padding-top: 105px;
	padding-bottom: 10px;
}
.whatelse li.current {
	color: #EAFF52;
}
.whatelse li:before {
	opacity: 0;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
}
.whatelse:hover li:before {
	opacity: 1;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
}
.whatelse .item-122::before {
	content: "04";
}
.whatelse .item-123::before {
	content: "02";
}
.whatelse .item-124::before {
	content: "03";
}
.whatelse .item-125::before {
	content: "05";
}
.whatelse .item-126::before {
	content: "01";
}
.whatelse .item-122::after,
.whatelse .item-124::after,
.whatelse .item-126::after {
	content: " ";
	width: 3px;
	height: 40px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transition: height 0.35s ease-in-out;
	-webkit-transition: height 0.35s ease-in-out;
}
.whatelse .item-123::after,
.whatelse .item-125::after {
	content: " ";
	width: 3px;
	height: 80px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transition: height 0.35s ease-in-out;
	-webkit-transition: height 0.35s ease-in-out;
}
.whatelse li:hover:after {
	height: 120px;
	transition: height 0.35s ease-in-out;
	-webkit-transition: height 0.35s ease-in-out;
}
.whatelse::after {
	content: "What We Do";
	font-size: 50px;
	color: #EAFF52;
	position: absolute;
	right: -85px;
	font-weight: 800;
	width: 170px;
	top: calc(50% - 70px);
	text-transform: uppercase;
	opacity: 1;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.whatelse:hover::after {
	opacity: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.mouse {
	margin: 20px auto;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 999;
}
.mouse-icon {
	width: 25px;
	height: 45px;
	border: 2px solid #fff;
	border-radius: 15px;
	cursor: pointer;
	position: relative;
	text-align: center;
}
.mouse-wheel {
	height: 6px;
	margin: 2px auto 0;
	display: block;
	width: 3px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-animation: 1.6s ease infinite wheel-up-down;
	-moz-animation: 1.6s ease infinite wheel-up-down;
	-o-animation: 1.6s ease infinite wheel-up-down;
	-ms-animation: 1.6s ease infinite wheel-up-down;
	animation: 1.6s ease infinite wheel-up-down;
}
@-webkit-keyframes wheel-up-down {
	0% {
		margin-top: 2px;
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% {
		margin-top: 20px;
		opacity: 0;
	}
}
@-moz-keyframes wheel-up-down {
	0% {
		margin-top: 2px;
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% {
		margin-top: 20px;
		opacity: 0;
	}
}
@keyframes wheel-up-down {
	0% {
		margin-top: 2px;
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% {
		margin-top: 20px;
		opacity: 0;
	}
}
.tag-category .category.list-striped {
	margin-left: 0;
	padding-left: 0;
}
.tag-category .category.list-striped li {
	list-style: none;
}
.tags.inline li {
	display: inline-block;
	list-style: none;
	margin-right: 20px;
}
.tags.inline {
	margin-left: 0;
	padding-left: 0;
}
.view-article .blog-date {
	font-size: 20px;
	margin-bottom: 40px;
}
.whatelse::before {
	content: " ";
	font-family: FontAwesome;
	position: absolute;
	font-size: 20px;
	background: url(/images/graphics/cursor.svg) no-repeat scroll center/contain transparent;
	width: 20px;
	height: 20px;
	-webkit-animation: mymove 5s infinite, all 0.1s ease-in-out;
	-o-animation: mymove 5s infinite, all 0.1s ease-in-out;
	-moz-animation: mymove 5s infinite, all 0.1s ease-in-out;
	-ms-animation: mymove 5s infinite, all 0.1s ease-in-out;
	animation: mymove 5s infinite, all 0.1s ease-in-out;
	right: 40px;
	top: 40px;
	opacity: 1;
	filter:invert(1);
}
.whatelse:hover::before {
	opacity: 0;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
}
@-webkit-keyframes mymove {
	0% {
		right: -40px;
	}
	50% {
		right: 40px;
	}
	100% {
		right: -40px;
	}
}
@keyframes mymove {
	0% {
		right: -40px;
	}
	50% {
		right: 40px;
	}
	100% {
		right: -40px;
	}
}
ul.menu-links {
	padding-left: 0;
}
body.ruler .bottom-contact a {
	color: #eaff52;
}
#w357_cpnb_outer {
	max-width: 300px;
}
.cpnb-button.cpnb-button-ok {
	border: 2px solid #fff;
	border-radius: 0;
	text-shadow: none;
}
.cpnb-button.cpnb-button-ok:hover {
	border: 2px solid #fff;
	border-radius: 0;
	text-shadow: none;
	color: #000 !important;
	text-shadow: none;
}
.cpnb-button.cpnb-button-decline,
.cpnb-button.cpnb-button-decline:hover {
	border-radius: 0;
	border: 2px solid #6d6e71;
	text-shadow: none;
}
body.ruler .teampage h1 {
	margin-bottom: 100px;
}
body.ruler a.cpnb-button.cpnb-button-decline {
	color: #fff;
}
.content img {
	max-width: 100%;
	height: auto;
}
.team.black .owl-carousel button.owl-dot:hover,
body.ruler .team.black .owl-carousel button.owl-dot.active {
	background: #EAFF52;
}
body.ruler .team.black .owl-dots {
	position: relative;
	width: 100%;
}
.team .owl-carousel {
	margin-top: 20px;
}
body.ruler .team.black .owl-carousel button.owl-dot {
	background: #fff;
}
.ourteam-desc {
	font-size: 24px;
	font-family: montserrat;
	color: #fff;
	margin-bottom: 20px;
}
.ourwork-item-details {
	font-size: 25px;
	font-weight: 300;
	color: #fff;
}
.ourwork-item-details span {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.ourwork-item-details .portfolio-link {
	margin-bottom: 20px;
}
.ourwork-item-details .portfolio-link {
	margin-bottom: 20px;
}
#position {
	height: 40px;
}
.accordion-heading.panel-heading {
	font-size: 22px;
	border-bottom: 1px solid #000;
	padding: 10px 0;
}
.accordion-heading.panel-heading:hover,
.active .accordion-heading.panel-heading {
	font-size: 22px;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	background: #000;
	color: #fff;
}
.ingallery-loadmore-btn:before {
	height: 3px;
	margin-top: 9px;
}
.ingallery-loadmore-btn:after {
	height: 3px;
	margin-top: 9px;
}
.main-content {
	z-index: 9;
}
body.ruler a.cpnb-button.cpnb-button-decline {
	color: #fff;
}
.content img {
	max-width: 100%;
	height: auto;
}
.midnightHeader.default img,
.midnightHeader.light img {
	-webkit-filter: invert(0%);
	filter: invert(0%);
}
.midnightHeader.dark img {
	-webkit-filter: invert(100);
	filter: invert(100);
}
.midnightHeader.dark .mobilemenu small {
	color: #000;
}
.midnightHeader.default .mobilemenu small,
.midnightHeader.light .mobilemenu small {
	color: #fff;
}
.midnightHeader.dark .ruler-lines.mobilelines .long,
.midnightHeader.dark .ruler-lines.mobilelines .short {
	background: #000;
}
.midnightHeader.default .ruler-lines.mobilelines .long,
.midnightHeader.default .ruler-lines.mobilelines .short,
.midnightHeader.light .ruler-lines.mobilelines .long,
.midnightHeader.light .ruler-lines.mobilelines .short {
	background: #fff;
}
.work-intro {
	position: relative;
	z-index: 9;
}
.work-welcome.col-md-12.col-sm-12 {
	padding-right: 100px;
	text-align: left;
}
.work-welcome.col-md-12.col-sm-12 {
	text-align: left;
}
body.ruler .work-welcome h1 {
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 30px;
	mix-blend-mode: difference;
}
/*body.ruler .work-welcome h2 {
	mix-blend-mode: difference;
}*/

.work-welcome .btn {
	float: left;
	margin-right: 100px;
	margin-bottom: 150px;
	margin-top: 10px;
}
.work-welcome p {
	color: #fff;
	mix-blend-mode: difference;
}
.row-full {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	margin-bottom: 100px;
}
.row-full-marketing {
	margin-top: 100px;
	padding: 150px 0;
}
.fullcontainer {
	max-width: 1140px;
	margin: auto;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.work-logo-image img {
	max-height: 150px;
	width: auto;
	max-width: 300px;
	height: auto;
}
.work-image::before {
	content: " ";
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.work-logo-image {
	text-align: center;
	padding: 200px 0;
	position: relative;
	z-index: 1;
}
body.ruler .work-intro h3 {
	color: #eaff52;
	font-weight: 800;
	font-size: 40px;
}
.work-after,
.work-intro,
.work-row {
	color: #fff;
	font-size: 21px;
	line-height: 31px;
	font-weight: 300;
}
body.ruler .work-row {
	padding: 100px 0 0;
}
body.ruler .work-row h2 {
	margin-bottom: 0;
}
body.ruler .work-digital-marketing-strategy {
	color: #fff;
}
.row.work-row.work-digital-marketing-strategy {
	padding: 0;
}
body.ruler .work-digital-marketing-strategy h2 {
	color: #fff;
	margin-bottom: 0;
}
.work-web-design-images img, .work-branding img {
	height: auto;
	box-shadow: 0.067em 0.067em 4.133em rgba(12, 71, 84, 0.15);
	margin: 0 0 20px;
}
body.ruler .item-page .work-testimonial blockquote p {
	font-size: 21px;
	line-height: 31px;
	font-weight: 400;
}
.customername {
	font-size: 28px;
	font-weight: 100;
	margin-top: 20px;
	display: inline-block;
	color:#EAFF52;
}
.customertitle {
	text-transform: uppercase;
	font-size: 18px;
}
.work-testimonial {
	padding-top: 30px;
}
.awards {
	margin: 15px 0;
	padding: 15px 0;
	font-weight: 400;
	cursor: pointer;
}
body.ruler .work-row.work-awards {
	border-top: 1px solid #f1f2f2;
	margin-top: 100px;
	padding-top: 100px;
}
.award-list {
	flex-shrink: 0;
}
body.ruler .award-title h3 {
	font-size: 24px;
	text-transform: none;
	margin-bottom: 0;
}
#cursor {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 265px;
	background: url("") no-repeat 50% 50%;
	background-size: cover;
	z-index: 1;
	margin: -100px 0 0 -100px;
	background-color: #fff;
	opacity: 0;
}
.award {
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-basis: 1;
	position: relative;
	z-index: 2;
	color: #6d6e71;
}
.award .award-title {
	flex: 1;
}
body.ruler .award h3 {
	color: #fff;
}
body.ruler .award:hover h3 {
	color: #EAFF52;
}
.award .award-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.responsive-web-left {
	text-align: right;
}
.responsive-web-left img,
.responsive-web-right img {
	width: 80%;
	height: auto;
}
body.ruler .work-responsive-design-images h2 {
	padding-bottom: 100px;
	text-align: center;
	width: 100%;
	max-width: unset;
}
.digital-metric-value {
	color: #fff;
	font-size: 60px;
	font-weight: 800;
	letter-spacing: 3px;
	font-family: Montserrat, sans-serif;
}
.digital-metric-title {
	color: #eaff52;
	margin-top: 20px;
	font-size: 20px;
}
.metric-item {
	text-align: center;
}
.startyourproject {
	padding-top: 100px;
	padding-bottom: 200px;
	text-align: center;
	width: 100%;
}
body.ruler .startyourproject a {
	font-size: 4vw;
	font-family: Montserrat, sans-serif;
	color: #eaff52;
	font-weight: 300;
	padding: 0 0;
}
.startyourproject a.btn::before {
	content: " ";
	height: 0.2vw;
	width: 1.5vw;
	background: #eaff52;
	position: absolute;
	left: -2vw;
	margin-top: 3vw;
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
}
.startyourproject a.btn::after {
	content: " ";
	height: 0.2vw;
	width: 1.5vw;
	background: #eaff52;
	position: absolute;
	right: -2vw;
	margin-top: 3vw;
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
}
.startyourproject a.btn:hover::after,
.startyourproject a.btn:hover::before {
	width: 80%;
	transition: width 0.35s ease-in-out;
	-webkit-transition: width 0.35s ease-in-out;
}
.leadwork {
	padding-bottom: 240px;
}
.leadwork-item img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	object-fit: cover;
}
.leadwork-image {
	text-align: center;
	padding: 0;
	position: relative;
	overflow: hidden;
	height: 500px;
}
.high .leadwork-image {
	height: 600px;
}
.medium .leadwork-image {
	height: 400px;
}
.leadwork-content-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	-moz-transform: translateX(98%);
	-o-transform: translateX(98%);
	-webkit-transform: translateX(98%);
	transform: translateX(98%);
	-ms-transform: translateX(98%);
	-moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	-o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	display: flex;
	flex-wrap: wrap;
}
.leadwork-item:hover .leadwork-content-overlay {
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	-o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.leadwork-overlay-inner {
	width: 100%;
	display: flex;
	height: 100%;
	padding: 40px;
	text-align: left;
	flex-direction: column;
	justify-content: flex-end;
}
.leadwork-item {
	align-self: start;
	color: #fff;
}
body.ruler .leadwork-item h3 {
	color: #fff;
	text-align: left;
}
.leadwork-type {
	border-top: 2px solid #fff;
	padding-top: 10px;
	width: 100%;
	position: relative;
}
.type-value {
	width: calc(100% - 130px);
}
.leadwork-item .ruler-lines {
	transform: rotate(90deg);
	position: absolute;
	right: 19px;
	z-index: 99;
	top: -45px;
	padding-top: 0;
	color: #fff;
	border: none;
}
.leadwork-item .ruler-lines .long,
.leadwork-item .ruler-lines .short {
	background: #fff;
}
body.ruler .leadwork h2 {
	width: 100%;
	text-align: center;
	max-width: unset;
	margin-bottom: 50px;
}
.leadwork .ruler-lines.bottomleft,
.morework .ruler-lines.bottomleft {
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	left: 63px;
	position: absolute;
}
.allwork {
	text-align: center;
}
.leadwork-item img {
	max-height: 150px;
	width: auto;
	max-width: 240px;
	height: auto;
}
.leadwork-image::before {
	content: " ";
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ourworkpage .main-content {
	padding-bottom: 0;
}
.ourworkpage .main-content .ruler-lines.bottomleft {
	display: none;
}
.morework {
	margin-top: 100px;
}
.morework .hidden {
	display: none;
}
.loaded-morework {
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.load-morework {
	text-align: center;
}
.morework {
	margin-top: 100px;
	padding-bottom: 240px;
}
.question {
	background: #EAFF52;
	padding: 80px 0;
	overflow: hidden;
}

.marquee {
	white-space: nowrap;
	text-transform: uppercase;
	font-family: Montserrat;
	font-size: 4vw;
	color:#000;
}
.marquee span {
	font-weight: 600;
}
.map .container-fluid {
	padding: 0;
}
#homeservice {
	border-bottom: 2px solid #fff;
}
.our-service-item span.service-number {
	font-size: 140px;
}
.our-service-item span.service-name {
	font-size: 50px;
	left: 0;
	position: relative;
	display: block;
	margin-top: 40px;
}
body.ruler .our-service-item h2 {
	margin-bottom: 0;
	line-height: 1;
}
body.ruler .our-service-item h2 a,
body.ruler .our-service-item h2 a:hover {
	color: #fff;
}
.our-service-item p {
	color: #e6e7e8;
	clear: both;
	font-size: 24px;
	max-width: 700px;
}
.our-service-item-content {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.our-service-item-image {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.link-desc {
	visibility: hidden;
	display: none;
}
.service-one .our-service-item-image {
	background: url(/images/strategy-in.jpg) no-repeat scroll center/cover transparent;
}
.service-two .our-service-item-image {
	background: url(/images/branding-in.jpg) no-repeat scroll center/cover transparent;
}
.service-three .our-service-item-image {
	background: url(/images/digital-in.jpg) no-repeat scroll center/cover transparent;
}
.service-four .our-service-item-image {
	background: url(/images/webdesign-in.jpg) no-repeat scroll center/cover transparent;
}
.service-five .our-service-item-image {
	background: url(/images/development-in.jpg) no-repeat scroll center/cover transparent;
}
.our-service-item-image::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.our-services-titles {
	padding: 200px 0;
	padding-right: 80px;
}
.service-line {
	display: block;
	width: 80px;
	height: 3px;
	position: relative;
	padding: 91% 0;
}
.services-lines {
	position: absolute;
	right: 50px;
	top: 0;
}
.our-service-all {
	display: grid;
	grid-gap: 40px;
	grid-row-gap: 0;
	grid-template-columns: repeat(12, 1fr);
	padding: 0 80px;
	overflow: hidden;
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	min-height: calc(100vh - 130px);
	padding-top: 150px;
}
.service-list {
	position: relative;
	padding: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}
.our-service-item {
	flex-shrink: 0;
	width: 55vw;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin-right: 10vw;
}
.our-service-item.service-one {
	margin-left: 50vw;
}
.our-service-item.service-five {
	margin-right: 0;
}
.services-inner {
	height: 100vh;
	padding-top: 100px;
	display: flex;
	flex-wrap: wrap;
}
.service-title {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.services {
	padding: 0 0;
	margin: 80px 0 0;
	overflow: hidden;
}
.homepage {
border-bottom: 3px solid #fff;
background: #000;
	
}
.our-service-item-content::before {
	content: " ";
	width: 3px;
	height: 50px;
	position: absolute;
	background: #fff;
	bottom: 0;
}
.service-four .our-service-item-content::before,
.service-two .our-service-item-content::before {
	height: 100px;
}
body.ruler .startyourproject .btn {
	margin-left: 0;
}
.reveal {
	opacity: 0;
	visibility: hidden;
	transition: transform 0s;
}
body.ruler .leadwork.leadwork-services h2 {
	text-align: left;
}
.leadwork-services .custom {
	padding-top: 100px;
}
.services-inner {
	transform: translate3d(0, 0, 0);
}
.experience {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 2;
	background: #000;
}
.scrollTarget {
	position: absolute;
	height: 1000vh;
	width: 100px;
	top: 0;
	z-index: 0;
}
.vignette-radial {
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
}
.vignette-radial:after {
	pointer-events: none;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: radial-gradient(circle, transparent 60%, #000 150%);
}
.moto {
	width: 100vw;
	background: 0 0;
	position: absolute;
	z-index: 9;
	top: calc(50% - 35px);
	transform: translate3d(0, 0, 0) scale(0);
}
.homepage .inner-slide {
	height: 100vh;
	position: relative;
}
.all-awards span {
	float: right;
	font-weight: 400;
}
.all-awards .award {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 30px;
	margin-bottom: 30px;
	padding-top: 0;
}
body.ruler .all-awards .award-title h3 {
	margin-bottom: 0;
	margin-top: 0;
}
.c-preloader {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100vh;
	z-index: 99999;
}
.c-preloader__count {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 1;
	font-size: 80px;
	font-weight: 300;
	font-family: Montserrat, sans-serif;
	letter-spacing: 7px;
	width: 100%;
	text-align: center;
}
.c-preloader__count span.number {
	display: block;
	margin-top: 40px;
	height: 120px;
}
.c-preloader__count span.almost {
	font-size: 38px;
	display: block;
	height: 57px;
}
.c-preloader__progress {
	background: #000;
	height: 100%;
	width: 0%;
	position: absolute;
	top: 0;
	left: 0;
}
.c-preloader__line {
	position: absolute;
	left: 50%;
	top: calc(50% - 100px);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 999;
	width: 100%;
	text-align: center;
}
.line-short {
	width: 22px;
	height: 2px;
	background: #fff;
	position: relative;
	z-index: 9;
	display: inline-block;
	margin: 0 22px;
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.line-long {
	width: 42px;
	height: 2px;
	background: #fff;
	position: relative;
	z-index: 9;
	display: inline-block;
	margin: 0 0;
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.aboutpage .article-image {
	height: auto;
	overflow: visible;
}
.line-short {
	animation: lineshort 2s ease-in-out infinite;
	-webkit-animation: lineshort 2s ease-in-out infinite;
	-o-animation: lineshort 2s ease-in-out infinite;
	-moz-animation: lineshort 2s ease-in-out infinite;
	-ms-animation: lineshort 2s ease-in-out infinite;
	-webkit-transition: all 2s;
	transition: all 2s;
}
@keyframes lineshort {
	0% {
		width: 22px;
	}
	50% {
		width: 42px;
	}
	100% {
		width: 22px;
	}
}
.line-long {
	animation: linelong 2s ease-in-out infinite;
	-webkit-animation: linelong 2s ease-in-out infinite;
	-o-animation: linelong 2s ease-in-out infinite;
	-moz-animation: linelong 2s ease-in-out infinite;
	-ms-animation: linelong 2s ease-in-out infinite;
	-webkit-transition: all 2s;
	transition: all 2s;
}
@keyframes linelong {
	0% {
		width: 42px;
	}
	50% {
		width: 22px;
	}
	100% {
		width: 42px;
	}
}
#device {
	margin: 0 auto;
	overflow: scroll;
	transition: all 0.5s ease-in-out 0s;
}
iframe {
	background: #ccc;
	position: absolute;
	margin: auto;
	border: none;
	width: 100%;
	height: 100%;
}
.desktop {
	border: 1px solid;
	border-width: 60px 30px 30px;
	border-radius: 10px;
	border-color: #222;
	position: relative;
}
.desktop {
	width: 100%;
	height: 900px;
}
#webframe {
	width: 100%;
	height: 100%;
}
.scrollme {
	background: #eaff52;
	width: 80px;
	height: 80px;
	color: #000;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 100%;
	font-size: 16px;
	line-height: 18px;
	padding: 25px 0;
	position: absolute;
	right: -20px;
	top: -20px;
	box-shadow: 0 0 0 0 #000;
	transform: scale(1);
	animation: pulse 2s infinite;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(51, 51, 51, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 51, 51, 0);
	}
}
.geture-animation {
	position: absolute;
	padding: 10px 0;
	width: 110px;
	height: 38px;
	left: calc(50% - 55px);
	bottom: 30px;
}
.geture-animation .touch-path {
	position: absolute;
	top: 0;
	left: 110px;
	right: 0;
	height: 7px;
	background-color: #6d6e71;
	border-radius: 5px;
	animation: apath 3s linear infinite;
}
.geture-animation svg {
	position: absolute;
	bottom: 0;
	left: 60px;
	width: 50px;
	opacity: 0;
	animation: hand 3s linear infinite;
	fill: #fff;
}
@keyframes apath {
	0% {
		left: 110px;
		right: 0;
	}
	20% {
		left: 110px;
		right: 0;
	}
	25% {
		left: 60px;
		right: 10px;
	}
	30% {
		left: 10px;
		right: 40px;
	}
	50% {
		left: 10px;
		right: 110px;
	}
	100% {
		left: 10px;
		right: 110px;
	}
}
@keyframes hand {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
		left: 60px;
		transform: rotate(0);
	}
	30% {
		opacity: 1;
		left: 0;
		transform: rotate(-20deg);
	}
	50% {
		opacity: 1;
		left: 0;
		transform: rotate(-20deg);
	}
	80% {
		left: 0;
		transform: rotate(-20deg);
		opacity: 0;
	}
	100% {
		left: 0;
		transform: rotate(-20deg);
		opacity: 0;
	}
}
body.ruler .item-page .testimonial-item blockquote p {
	font-size: 21px;
	line-height: 31px;
	font-weight: 400;
}
body.ruler .item-page .testimonial-item blockquote::after {
	content: " ";
	background: url(/images/graphics/quote.svg) no-repeat scroll center/cover transparent;
	width: 60px;
	height: 60px;
	opacity: 0.1;
	position: absolute;
	left: 0;
	top: 0;
}
body.ruler .item-page .testimonial-item blockquote {
	padding-top: 35px;
	padding-left: 100px;
	padding-bottom: 35px;
}
body.ruler .item-page .testimonial-item.left blockquote {
	padding-right: 100px;
	padding-left: 40px;
	text-align: right;
}
body.ruler .item-page .testimonial-item.left blockquote::after {
	right: 0;
	left: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
body.ruler .item-page .testimonial-item.left blockquote p {
	margin-right: 0;
	text-align: right;
	margin-left: auto;
}
.testimonial-item {
	margin-bottom: 100px;
	display: block;
}
.left blockquote::before {
	left: unset;
	width: 50vw;
	right: 50%;
}
@media (max-width: 767px) {
	.sendmessagebtn a {
		width: 100%;
	}
	.experience,
	.homepage .inner-slide,
	.homepage .slide {
		min-height: -webkit-fill-available;
	}
	.logo img {
		max-height: 59px;
	}
	.logo {
		padding-left: 10px;
		padding-top: 20px;
	}
	.header {
		min-height: 85px;
	}
	body.ruler h2 {
		letter-spacing: 2px;
	}
	.overlay-logo {
		left: 9px;
		background: url(/images/logo/ruler_white.png) no-repeat scroll center center/contain transparent;
		position: absolute;
		width: 155px;
		height: 60px;
		top: 20px;
	}
	.overlay .closebtn {
		position: absolute;
		top: 0;
		right: 9px;
		font-size: 40px;
		font-weight: 100;
		color: #fff;
	}
	.overlay-content {
		top: 15%;
	}
	.menu-left.col-12.col-md-6 {
		border-right: none;
		padding-right: 0;
		border-bottom: 2px solid #fff;
	}
	.overlay-content .container-fluid {
		max-width: 95%;
	}
	.menu-right.col-12.col-md-6 {
		padding-left: 15px;
		padding-top: 100px;
	}
	.menu-left .ruler-lines {
		transform: rotate(90deg);
		right: unset;
		bottom: -107px;
		left: 63px;
	}
	.menu-right .social a {
		margin-right: 10px;
	}
	.overlay .menu-left a {
		font-size: 28px;
	}
	.menu-left .menu-links .active a::after,
	.menu-left .menu-links .active a::before,
	.overlay .menu-left .menu-links a:hover::after,
	.overlay .menu-left .menu-links a:hover::before {
		margin-top: 20px;
	}
	.mobilemenu {
		padding-right: 20px;
		padding-top: 25px;
	}
	.ruler-lines.mobilelines .short {
		height: 1px;
	}
	.ruler-lines.mobilelines .long {
		height: 1px;
	}
	.mobilemenu small {
		margin-left: 10px;
	}
	body.ruler span.ml11 {
		font-size: 30px;
		text-align: center;
	}
	.inservice-name {
		font-size: 15px;
		line-height: 25px;
	}
	span.ux-text {
		font-size: 40px;
	}	
	.moto {
		position: absolute;
		top: calc(50% - 70px);
		left: 0;
		color: #fff;
		width: 100%;
	}
	
	.welcome-left.col-md-8.col-12 {
		padding-right: 0;
	}
	.welcome p {
		padding-bottom: 40px;
	}
	body.ruler h2 {
		font-size: 28px;
	}
	body.ruler h2 {
		font-size: 36px;
	}
	body.ruler h3 {
		font-size: 28px;
	}
	.welcome .ruler-lines.bottomleft,
	.welcome .ruler-lines.bottomright {
		display: none;
	}
	.welcome-right.col-md-4.col-12 {
		margin-top: 0;
	}
	body.ruler .welcome .btn {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.welcome {
		padding: 240px 0 0;
	}
	.welcome-left::after {
		background: #222;
		height: 100%;
		width: 50%;
		content: " ";
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
		max-width: 350px;
	}
	.whatwedo-right.col-md-8.col-12 {
		padding-left: 0;
	}
	.whatwedo p {
		padding-bottom: 40px;
	}
	.whatwedo-right.col-md-8.col-12 {
		padding-left: 0;
	}
	.whatwedo .ruler-lines.bottomright {
		-moz-transform: rotate(90deg) scaleX(-1);
		-o-transform: rotate(90deg) scaleX(-1);
		-webkit-transform: rotate(90deg) scaleX(-1);
		transform: rotate(90deg) scaleX(-1);
		-ms-transform: rotate(90deg) scaleX(-1);
		right: unset;
		position: absolute;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 52px;
		left: 63px;
	}
	.whatwedo {
		padding: 0 0 105px;
	}
	.whatwedo-right.col-md-8.col-12 {
		padding-bottom: 20px;
		padding-top: 40px;
	}
	.whatwedo-right > div {
		z-index: 1;
		position: relative;
	}
	body.ruler .whatwedo .btn {
		margin-right: 15px;
	}
	.whatwedo-right::after {
		background: #222;
		height: 100%;
		width: 50%;
		content: " ";
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
		max-width: 350px;
	}
	.services {
		padding: 0 0 1px;
	}
	.services-inner {
		padding-top: 50px;
	}
	.our-service-item {
		width: 100vw;
	}
	.our-service-item-image {
		width: 70%;
	}
	.our-service-item span.service-number {
		font-size: 60px;
	}
	body.ruler .service-items h2 {
		font-size: 18px;
	}
	.our-service-item span.service-name {
		font-size: 32px;
	}
	.our-service-item p {
		font-size: 20px;
	}
	body.ruler .btn.big {
		font-size: 23px;
	}
	.colors {
		padding-top: 72px;
		margin-top: 40px;
		margin-bottom: 21px;
	}
	.colors p {
		font-family: roboto;
		font-size: 18px;
		font-weight: 300;
		color: #6d6e71;
		line-height: 170%;
		margin-left: 0;
		margin-top: 40px;
	}
	.colors .col-md-2 {
		float: left;
		clear: none;
	}
	.colors .ruler-lines.bottomcenter {
		display: none;
	}
	.color-item {
		width: 35px;
		height: 35px;
		margin-bottom: 10px;
		float: left;
		margin-right: 10px;
	}
	.colors::after {
		background: #f1f2f2;
		content: " ";
		height: 100%;
		top: 30px;
	}
	.team {
		padding: 72px 0 0;
	}
	.team p, .service-title p {
		font-size: 20px;
	}
	.team.black {
		padding-left: 15px;
		padding-right: 15px;
	}
	.team .col {
		width: 100%;
		float: left;
		min-width: 100%;
	}
	.team .col {
		width: 100%;
		float: left;
		min-width: 100%;
		margin-bottom: 40px;
	}
	.portfolio .portfolio-container {
		padding-top: 150px;
	}
	.home-portfolio::before {
		top: 100px;
	}
	.home-grid-item,
	.home-grid-sizer {
		width: 100%;
	}
	.home-grid-gutter-sizer {
		width: 0;
	}
	.portfolio.home-portfolio {
		margin: 0 0 60px;
		position: relative;
	}
	.bloghome {
		padding: 50px 0;
		margin: 120px 0 0;
	}
	body.ruler h3.home-blog-title {
		font-size: 26px;
		line-height: 35px;
	}
	.marquee {
		font-size: 8vw;
	}
	.homepage .bottom.black {
		padding: 80px 0 80px;
	}
	.col-md-6.col-sm-12.sendmessagebtn {
		margin-top: 100px;
	}
	body.ruler .bottom a.btn {
		text-align: center;
		margin-left: 0;
	}
	.article-image {
		height: auto;
		overflow: hidden;
	}
	.pull-left.item-image {
		margin-bottom: 0;
	}
	.moreservices .row {
		padding: 00px 0;
	}
	.col-12.col-lg-4.leadwork-item {
		margin-bottom: 20px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.col-12.col-lg-4.leadwork-item .leadwork-image {
		text-align: center;
		padding: 0;
		position: relative;
		overflow: hidden;
		height: 400px;
	}
	.more-grid-item,
	.more-grid-sizer {
		width: 100%;
	}
	.more-grid-gutter-sizer {
		width: 0;
	}
	.portfolio-image {
		height: unset;
	}
	.main-content .ruler-lines.topleft {
		margin-left: 15px;
	}
	body.ruler h1 {
		font-size: 40px;
		letter-spacing: 4px;
	}
	body.ruler .item-page blockquote p {
		font-size: 28px;
		line-height: 40px;
	}
	body.ruler blockquote {
		padding: 70px 0;
	}
	body.ruler .item-page .testimonial-item blockquote {
		padding-top: 35px;
		padding-left: 0;
		padding-bottom: 35px;
	}
	body.ruler .item-page .testimonial-item.left blockquote {
		padding-right: 0;
		padding-left: 40px;
		text-align: right;
	}
	.contact-social {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.btn.big.left,
	.btn.big.right {
		clear: both;
		display: block;
		margin: 20px 30px;
		text-align: center;
		float: none;
	}
	.aboutpage .main-content {
		padding: 240px 0 72px;
	}
	.inservice-item {
		width: 100%;
		margin-bottom: 40px;
	}
	.main-content {
		padding: 240px 0 72px;
	}
	body.ruler #Send {
		font-size: 12px;
	}
	#Send::after,
	#Send::before {
		margin-top: 9px;
	}
	.itemid-105 .main-content {
		padding: 240px 0 72px;
	}
	.forminner {
		padding: 20px;
	}
	.blog .grid-item,
	.blog .grid-sizer {
		width: 100%;
	}
	.blog .gutter-sizer {
		width: 0;
	}
	.blog-image {
		height: 350px;
	}
	.grid-item:nth-child(2n) .blog-image {
		height: 350px;
	}
	.whatwedo .ruler-lines.bottomleft {
		display: none;
	}
	.portfolio .ruler-lines.bottomleft {
		margin-top: 0;
	}
	.main-content .ruler-lines.bottomleft {
		margin-top: -24px;
	}
	.main-content {
		margin-bottom: 82px;
	}
	.inservice-item.service-five {
		margin-bottom: 0;
	}
	.item-page.contactpage {
		margin-bottom: 31px;
	}
	.ourteam-email {
		margin-bottom: 20px;
	}
	.ourteam-image img {
		max-width: 100%;
	}
	.ourteam-image .moving {
		max-width: 100%;
	}
	
	.ourteam-department {
		margin-top: 20px;
	}
	body.ruler .ourteam-email,
	body.ruler .ourteam-name h2 {
		word-wrap: break-word;
	}
.team-item .col-md-4 {
	order: 1;
}
.team-item .col-md-8 {
	order: 2;
}
.team-item {
	padding-bottom: 100px;
}
.team-item .ruler-lines {
	display: none;
}
.team-item > div {
	border-bottom: none;
}
.ourteam-image {
	border-bottom: 2px solid #fff;
}

	body.ruler .content h2 {
		font-size: 30px;
		letter-spacing: 0;
		max-width: 800px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.whatelse .item-122::after,
	.whatelse .item-124::after,
	.whatelse .item-126::after {
		content: " ";
		width: 30px;
		height: 3px;
		background: #fff;
		position: absolute;
		top: 165px;
		left: 0;
		transition: height 0.35s ease-in-out;
		-webkit-transition: height 0.35s ease-in-out;
	}
	.whatelse li:hover::after {
		width: 100%;
		transition: width 0.35s ease-in-out;
		-webkit-transition: width 0.35s ease-in-out;
		height: 3px;
	}
	.whatelse .item-123::after,
	.whatelse .item-125::after {
		content: " ";
		width: 50px;
		height: 3px;
		background: #414042;
		position: absolute;
		top: 165px;
		left: 0;
		transition: width 0.35s ease-in-out;
		-webkit-transition: width 0.35s ease-in-out;
	}
	.whatelse li {
		width: 100%;
	}
	.services .col {
		min-width: 100%;
		margin-bottom: 40px;
		float: left;
		width: 100%;
	}
	.whatelse .item-122::after,
	.whatelse .item-124::after,
	.whatelse .item-126::after {
		width: 60%;
	}
	.whatelse .item-123::after,
	.whatelse .item-125::after {
		width: 80%;
	}
	.whatelse:hover .item-122::after,
	.whatelse:hover .item-124::after,
	.whatelse:hover .item-126::after {
		width: 30px;
	}
	.whatelse:hover .item-123::after,
	.whatelse:hover .item-125::after {
		width: 50px;
	}
	.whatelse:hover li:hover::after {
		width: 100%;
		transition: width 0.35s ease-in-out;
		-webkit-transition: width 0.35s ease-in-out;
		height: 3px;
	}
	.welcome .row {
		margin-right: 0;
	}
	.ourwork-image {
		max-height: unset;
	}
	.article-welcome.col-md-12.col-sm-12,
	.work-welcome.col-md-12.col-sm-12 {
		padding-right: 40px;
		text-align: left;
	}
	body.ruler .article-welcome .btn,
	body.ruler .work-welcome .btn {
		float: right;
		margin-right: 0;
		margin-bottom: 0;
		margin-top: 0;
		clear: both;
		position: absolute;
		bottom: 15px;
	}
	.article-welcome p,
	.work-welcome p {
		padding-bottom: 40px;
	}
	.article-welcome::after,
	.work-welcome::after {
		right: 0;
	}
	.grid-item,
	.portfolio .grid-sizer {
		width: 100%;
	}
	.portfolio .gutter-sizer {
		width: 0;
	}
	.portfolio-content-verlay {
		width: 80%;
	}
	.more-grid-item {
		margin-bottom: 20px;
	}
	.work-logo-image img {
		max-width: 80%;
	}
	.work-logo-image {
		padding: 150px 0;
	}
	.work-after {
		margin-top: 50px;
	}
	body.ruler .work-row.work-awards {
		margin-top: 50px;
		padding-top: 50px;
	}
	body.ruler .work-row {
		padding: 50px 0 0;
	}
	.desktop {
		height: 500px;
	}
	.scrollme {
		right: 20px;
	}
	.desktop {
		border-width: 30px 15px 15px;
	}
	body.ruler .work-responsive-design-images h2 {
		padding-bottom: 50px;
	}
	.responsive-web-left {
		text-align: center;
		margin-bottom: 40px;
	}
	.responsive-web-right {
		margin-top: 40px;
	}
	.responsive-web-left img,
	.responsive-web-right img {
		width: 100%;
	}
	.row-full {
		margin-bottom: 50px;
	}
	.work-testimonial {
		padding-top: 0;
	}
	.startyourproject {
		padding-top: 50px;
		padding-bottom: 0;
	}
	body.ruler .startyourproject a {
		font-size: 12vw;
		white-space: break-spaces;
		margin-left: 0;
	}
	.startyourproject a.btn::after,
	.startyourproject a.btn::before {
		display: none;
	}
	.leadwork .container-fluid .col-12.col-lg-4.leadwork-item {
		padding-left: 10px;
		padding-right: 10px;
	}
	.ingallery-loadmore-btn,
	body.ruler .allwork .btn {
		font-size: 19px;
		margin-left: 0;
	}
	body.ruler .allwork a.btn::before {
		height: 2px;
		margin-top: 15px;
	}
	body.ruler .allwork a.btn::after {
		height: 2px;
		margin-top: 15px;
	}
	body.ruler .work-digital-marketing-strategy h2,
	body.ruler .work-row h2 {
		margin-bottom: 20px;
	}
	.row-full-marketing {
		margin-top: 50px;
		padding: 50px 0;
	}
	.leadwork {
		padding-bottom: 200px;
	}
	.whatwedo-left::after {
		display: none;
	}
	.metric-item {
		margin: 20px 0;
	}
	.row.work-row.work-digital-marketing-strategy {
		text-align: center;
	}
	.ourteam-image.right-outream-image::after {
		right: 0;
		top: -50%;
	}
	.ourteam-image.left-outream-image::after {
		left: 0;
		top: 50%;
	}
	.mouse {
		bottom: 100px;
		transition: all 0.1s ease-in-out;
		-webkit-transition: all 1s ease-in-out;
	}
	.scrolled .mouse {
		bottom: 0;
		transition: all 0.1s ease-in-out;
		-webkit-transition: all 1s ease-in-out;
	}
	body.ruler .proof {
		margin: 250px 0 250px;
	}
	body.ruler .proof-intro p {
		font-size: 20px;
	}
	body.ruler .testimonials-item p {
		font-size: 20px;
		line-height: 30px;
	}
	body.ruler .testimonials-item {
		text-align: center;
	}
	body.ruler.aboutpage .testimonials-item {
		text-align: left;
	}
	body.ruler .proof .owl-theme .owl-dots {
		text-align: center;
	}
	body.ruler.aboutpage .proof .owl-theme .owl-dots {
		text-align: left;
	}
	body.ruler .number-number {
		font-size: 40vw;
	}
	body.ruler .number-text {
		font-size: 14vw;
		font-weight: 500;
	}
	body.ruler .proof-testimonials {
		border-right: none;
		border-bottom: 1px solid;
		padding-bottom: 20px;
	}
	body.ruler.aboutpage .proof-testimonials {
		border-bottom:none;
		padding-bottom: 0px;
	}
	.blog-image img {
		position: relative;
		left: unset;
		top: unset;
		transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		height: auto;
		min-height: unset;
		width: 100%;
		max-width: 100%;
	}
	.blog-image {
		height: auto;
	}
	.grid-item:nth-child(2n) .blog-image {
		height: auto;
	}
	
	
}
@media (max-width: 450px){
	span.ux-text {
		font-size: 30px;
	}	
}
@media (max-width: 360px){
		span.ux-text {
			font-size: 25px;
		}
}
@media (min-width: 1px) and (max-width: 575px) {
	.main-content .ourteam .ruler-lines.bottomright,
	.team-item-detail .ruler-lines.bottomright {
		right: 10px;
	}
	.team-image .static {
		position: absolute;
		opacity: 0;
		visibility: hidden;
	}
	body.ruler .work-row {
		padding: 50px 5px 0;
	}
	.responsive-web-center img,
	.responsive-web-left img,
	.responsive-web-right img {
		max-width: 60%;
	}
	.responsive-web-image {
		text-align: center;
	}
	.award {
		padding-left: 0;
		padding-right: 0;
	}
	.work-testimonial {
		padding-left: 5px;
		padding-right: 5px;
	}
	.moto svg {
		max-width: 200px;
	}
	.moto {
		top: calc(50% - 30px);
	}
	
}
@media (min-width: 576px) and (max-width: 767px) {
	.color-item {
		width: 80px;
		height: 80px;
	}
	body.ruler .startyourproject a {
		font-size: 8vw;
	}
	.moto svg {
		max-width: 350px;
	}
	.moto {
		top: calc(50% - 30px);
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.ourteam-image img {
		max-width: 105%;
	}
	.ourteam-image .moving {
		max-width: 105%;
	}
	body.ruler h3 {
		font-size: 25px;
	}
	body.ruler h2 {
		font-size: 35px;
		letter-spacing: 2px;
	}
	body.ruler .content h2 {
		font-size: 35px;
	}
	body.ruler h1 {
		font-size: 40px;
		letter-spacing: 2px;
	}
	.welcome p,
	.whatwedo p {
		display: none;
	}
	.welcome .btn,
	body.ruler .whatwedo .btn {
		margin-bottom: 0;
		margin-top: 0;
	}
	.our-service-item span.service-number {
		font-size: 100px;
	}
	.our-service-item span.service-name {
		font-size: 35px;
	}
	.our-service-item p {
		font-size: 16px;
	}
	.color-item {
		width: 95px;
		height: 95px;
	}
	.colors p {
		font-size: 20px;
	}
	.home-grid-gutter-sizer {
		width: 1.5%;
	}
	.home-portfolio::before {
		width: calc(50% - 0.75%);
	}
	.menu-right.col-12.col-md-6 {
		padding-left: 80px;
	}
	body.ruler .menu-right p {
		font-size: 15px;
		line-height: 20px;
	}
	.menu-left.col-12.col-md-6 {
		padding-right: 80px;
	}
	.overlay-content .container-fluid {
		max-width: 95%;
	}
	.menu-right .social a {
		margin-right: 12px;
	}
	body.ruler .item-page blockquote p {
		font-size: 30px;
		line-height: 45px;
	}
	.main-content .ruler-lines.bottomleft {
		margin-top: 0;
	}
	span.inservice-number {
		font-size: 60px;
		letter-spacing: 10px;
	}
	.inservice-name {
		font-size: 16px;
	}
	.portfolio-image {
		height: unset;
	}
	.marquee {
		font-size: 8vw;
	}
	.desktop {
		height: 600px;
	}
	body.ruler .work-digital-marketing-strategy h2,
	body.ruler .work-row h2 {
		margin-bottom: 20px;
	}
	body.ruler .startyourproject a {
		font-size: 6vw;
	}
	.startyourproject a.btn::before {
		content: " ";
		height: 0.4vw;
		width: 1.5vw;
		left: -2vw;
		margin-top: 4.5vw;
	}
	.startyourproject a.btn::after {
		content: " ";
		height: 0.4vw;
		width: 1.5vw;
		right: -2vw;
		margin-top: 4.5vw;
	}
	.col-12.col-lg-4.leadwork-item {
		margin-bottom: 20px;
		padding-right: 30px;
		padding-left: 30px;
	}
	.article-welcome.col-md-12.col-sm-12,
	.work-welcome.col-md-12.col-sm-12 {
		padding-right: 40px;
		text-align: left;
	}
	body.ruler .article-welcome .btn,
	body.ruler .work-welcome .btn {
		float: right;
		margin-right: 0;
		margin-bottom: 0;
		margin-top: 0;
		clear: both;
		position: absolute;
		bottom: 15px;
	}
	.article-welcome p,
	.work-welcome p {
		padding-bottom: 40px;
	}
	.article-welcome::after,
	.work-welcome::after {
		right: 0;
	}
	.whatelse li {
		float: left;
		width: 20%;
		margin: 0;
	}
	.whatelse li a {
		font-size: 18px;
	}
	.whatelse .menu-links {
		display: inline-block;
	}
	.digital-metric-value {
		font-size: 40px;
	}
	.form-group.rsform-block.rsform-block-send {
		float: left;
		position: absolute;
		right: 10px;
	}
	body.ruler h3.home-blog-title {
		font-size: 28px;
		line-height: 40px;
	}
	body.ruler span.ml11 {
		font-size: 40px;
		text-align: center;
	}
	.moto {
		position: absolute;
		top: calc(50% - 50px);
		left: 0;
		color: #fff;
		width: 100%;
	}
	.fullcontainer {
		max-width: 720px;
	}
	.moto svg {
		max-width: 450px;
	}
	.moto {
		top: calc(50% - 35px);
	}
	body.ruler .team p , body.ruler .proof p, .service-title p {
		font-size: 25px;
	}
	body.ruler .testimonials-item p {
		font-size: 20px;
		line-height: 40px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.welcome .btn {
		margin-bottom: 130px;
	}
	body.ruler span.ml11 {
		font-size: 40px;
		text-align: center;
	}
	.moto {
		position: absolute;
		left: 0;
		color: #fff;
		width: 100%;
	}
	body.ruler h2 {
		letter-spacing: 4px;
		max-width: 800px;
		font-size: 45px;
	}
	body.ruler .team p , body.ruler .proof p ,.service-title p {
		font-size: 30px;
	}
	body.ruler .testimonials-item p {
		font-size: 25px;
	}
	.our-service-item span.service-number {
		font-size: 100px;
	}
	.our-service-item span.service-name {
		font-size: 35px;
	}
	.our-service-item p {
		font-size: 16px;
	}
	.color-item {
		width: 130px;
		height: 130px;
	}
	.colors p {
		font-size: 24px;
	}
	.main-content .ruler-lines.bottomleft {
		position: relative;
		margin-top: 0;
	}
	.whatelse li {
		float: left;
		width: 20%;
		margin: 0;
	}
	.whatelse li a {
		font-size: 18px;
	}
	.whatelse .menu-links {
		display: inline-block;
	}
	.blog .grid-item,
	.blog .grid-sizer {
		width: 49%;
	}
	.home-grid-gutter-sizer {
		width: 1.5%;
	}
	.home-portfolio::before {
		width: calc(50% - 0.8%);
	}
	.menu-right.col-12.col-md-6 {
		padding-left: 80px;
	}
	body.ruler .menu-right p {
		font-size: 15px;
		line-height: 20px;
	}
	.menu-left.col-12.col-md-6 {
		padding-right: 80px;
	}
	.overlay-content .container-fluid {
		max-width: 80%;
	}
	.menu-right .social a {
		margin-right: 12px;
	}
	.marquee {
		font-size: 6vw;
	}
	.portfolio-image {
		height: unset;
	}
	.fullcontainer {
		max-width: 960px;
	}
	body.ruler .startyourproject a {
		font-size: 6vw;
	}
	.startyourproject a.btn::before {
		content: " ";
		height: 0.4vw;
		width: 1.5vw;
		left: -2vw;
		margin-top: 4.5vw;
	}
	.startyourproject a.btn::after {
		content: " ";
		height: 0.4vw;
		width: 1.5vw;
		right: -2vw;
		margin-top: 4.5vw;
	}
	.inservice-name {
		font-size: 18px;
		letter-spacing: 2px;
	}
}
@media (min-width: 1200px) and (max-width: 1520px) {
	.moto {
		position: absolute;
		top: calc(50% - 31px);
		left: 0;
		color: #fff;
		width: 100%;
		text-align: center;
	}
	.our-service-item span.service-number {
		font-size: 100px;
	}
	.our-service-item span.service-name {
		font-size: 35px;
	}
	.our-service-item p {
		font-size: 16px;
	}
	.main-content .ruler-lines.bottomleft {
		position: relative;
		margin-top: 0;
	}
	.whatelse li {
		float: left;
		width: 20%;
		margin: 0;
	}
	.overlay-content .container-fluid {
		max-width: 90%;
	}
	.menu-right.col-12.col-md-6 {
		padding-left: 80px;
	}
	.menu-left.col-12.col-md-6 {
		padding-right: 80px;
	}
	.marquee {
		font-size: 4vw;
	}
	.whatelse .menu-links {
		display: inline-block;
	}
	body.ruler .startyourproject a {
		font-size: 6vw;
	}
	.startyourproject a.btn::before {
		content: " ";
		height: 0.4vw;
		width: 1.5vw;
		left: -2vw;
		margin-top: 4.5vw;
	}
	.startyourproject a.btn::after {
		content: " ";
		height: 0.4vw;
		width: 1.5vw;
		right: -2vw;
		margin-top: 4.5vw;
	}
}
@media (min-width: 1521px) and (max-width: 1920px) {
	.our-service-item span.service-number {
		font-size: 100px;
	}
	.our-service-item span.service-name {
		font-size: 40px;
	}
	.our-service-item p {
		font-size: 20px;
	}
}
@media (min-width: 1920px) {
	.team .container-fluid {
		max-width: 90%;
	}
}
@media (max-height: 667px) {
	.our-service-item p.subs {
		display: none;
	}
}
@media (max-height: 812px) {
	.our-service-item p {
		font-size: 16px;
	}
	.our-service-item .btn.big {
		margin-left: 40px;
	}
}
@media (max-width: 1024px) {
	.all-awards span {
		float: unset;
		display: block;
		clear: both;
		margin-top: 10px;
	}
}
@media (min-width: 768px) {
	.geture-animation {
		visibility: hidden;
		opacity: 0;
		display: none;
	}
}
.welcome-right img, .whatwedo-left img {
	width: 100%;
	height: auto;
	filter: grayscale(.8);
	transition: .2s all;
}
.welcome-right:hover img, .whatwedo-left:hover img {
	filter: grayscale(0);
}
.g_badge {
	margin-top: 120px;
}
body.ruler .moto svg {
	overflow: visible;
}

.moto svg > g * { 
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.85px;
}
body.ruler .form-control::placeholder, body.ruler .form-control {
	color: #ccc;
}

body.ruler .footer a {
	color: #000;
}
body.ruler hr {
	height: 1px;
	border-color: #eaff52;
}
body.ruler a.bookings.btn {
color:#eaff52;	
}
.bookings.btn:before, .bookings.btn:after {
background:#eaff52;	

}


.about-awards {
	margin-top: 150px;
}
.awards-logos img {
	max-height: 90px;
}
/*offices web gl*/

.offices {
	position: relative;
	margin-bottom: 150px;
	margin-top: 150px;
}

/*proof*/
.proof {
	margin: 350px 0 250px;
	position: relative;
}
.proof h2, .proof h3, .proof-intro p {
	max-width: 900px;
	text-align: left;
	margin-right: auto;
}
.proof-intro p {
	margin-bottom: 100px;
	font-size: 40px;
	font-family: Montserrat, sans-serif;
}
.testimonials-item p {
	font-size: 25px;
	line-height: 40px;
}
.proof .owl-theme .owl-dots {
	text-align: left;
}
.proof .awards-logos img {
	margin: 20px 0;
	max-height: 80px;
	position:relative;
	z-index: 99;
}
.proof-testimonials {
	border-right: 1px solid;
}
.proof-logos::after {
	content: "+20";
	position: absolute;
	font-family: Montserrat, sans-serif;
	font-size: 250px;
	left: -13px;
	top: 0;
	z-index: 0;
	color: #fff;
	font-weight: 900;
	line-height: 250px;
	opacity: 0.09;
}
.proof .ruler-lines.topright {
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	right: 63px;
	position: absolute;
	top: -150px;
}
.proof .ruler-lines.bottomleft {
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	left: 63px;
	position: absolute;
	margin-top: 0px;
}
body.contactpage select.form-control option {
	color: #222;
}
.testimonial-item p strong {
	color: #EAFF52;
	font-weight: normal;
}
/*ruler box*/
.border-box {
	border: 2px solid #EAFF52;
	padding: 20px;
	margin: 20px 0;
	background: #EAFF52;
	color: #000;
}
/*download*/
.download-form {
	background: #eaff52;
	padding: 20px;
	margin-top: 20px;
	color: #000;
}
#Download {
	color: #000;
	border: none;
	font-size: 22px;
}
#Download:before {
	width: 15px;
	background: #000;
	left: -20px;
	margin-top: 15px;
}
#Download:after{
	width: 15px;
	background: #000;
	right: -20px;
	margin-top: 15px;
}
.download-form #FullName, .download-form #Email {
	background: none;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #000;
	border-radius: 0;
}
body.ruler .download-form .form-control::placeholder, body.ruler .download-form .form-control {
	color: #222;
}
.download-form label {
	display: none;
}


#powder {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9;
	width: 120px;
	height: 120px;
	background: #eaff52;
	border-radius: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	justify-items: center;
	flex-wrap: wrap;
	cursor: pointer;
}
#powder img.powder_space {
	width: auto;
	height: auto;
	max-height: 70px;
	max-width: 70px;
	margin: auto;
	animation: jump-powder 2s ease-in-out infinite;

}
.powder_letters {
	position: absolute;
	left: 5px;
	top: 5px;
	margin:auto;
	max-height: 110px;
	max-width: 110px;
	animation: infinite-rotation 10s linear infinite;
}
#powder:hover .powder_letters{
	animation-play-state: paused;
}
#powder:hover img.powder_space{
	animation: infinite-rotation 5s linear infinite;
}
@keyframes infinite-rotation {
  from {
	transform: rotate(0deg);
  }
  to {
	transform: rotate(-360deg);
  }
}
@keyframes jump-powder {
  0%, 100% {
	transform: translateY(0);
  }
  50% {
	transform: translateY(-5px);
  }
}
#powderVideo {
	text-align: center;
}
.mfp-close-btn-in .mfp-close {
	color: #fff;
	top: 20px;
	right: 20px;
	position: absolute;
}
#powderVideo {
	padding: 0 5%;
}
#aboutproof {
	margin-top: 150px;
	position: relative;
	margin-bottom: 150px;
}
#aboutproof .proof-intro p {
	margin-bottom: 100px;
	font-size: inherit;
	text-align: left;
	margin-left: 0;
	max-width: 100%;
	width:100%;
}
#aboutproof .proof-testimonials {
	border-right: none;
}
.testimonials-item p:first-child{
	padding:0 50px;
}
.testimonials-item p:first-child::before {
	content: "❝";
	font-size: 200%;
	left:0;
	position:absolute;
}
.testimonials-item p:first-child::after {
	content: "❞";
	font-size: 200%;
	right:0;
	position:absolute;
}
body.ruler a.toggle-text {
	text-decoration: underline;
	color: #fff;
}

body.ruler .owl-carousel .owl-nav button.owl-next, body.ruler .owl-carousel .owl-nav button.owl-prev {
	background: #EAFF52;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	border-radius: 100%;
	width: 45px;
	height: 44px;
	padding: 20px;
	transition:all .3s linear;
}
body.ruler .owl-carousel .owl-nav button.owl-next:hover, body.ruler .owl-carousel .owl-nav button.owl-prev:hover {
	background: #fff;
}
body.ruler .owl-carousel .owl-nav button.owl-next:hover svg, body.ruler .owl-carousel .owl-nav button.owl-prev:hover svg {
	fill: #000;
}
.owl-nav svg {
	fill: #000;
	width: 25px;
	height: 25px;
	margin-top: 7px;
	margin-left: 3px;
}
body.ruler .owl-carousel .owl-nav button.owl-prev svg{
	margin-left: -3px;
}
body.ruler .owl-carousel .owl-nav button.owl-next svg {

	margin-left: 3px;
}
.team .owl-nav {
	text-align: center;
	margin-top: 30px;
}
.team .owl-prev, .team .owl-next {
	margin: 0 10px;
}

body.ruler.ourworkpage hr {
	height: 1px;
	border-color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
}
body.ruler.ourworkpage h4, body.ruler.ourworkpage h5 {
	color: #eaff52;
}
body.ruler.ourworkpage h3 {
	font-weight: 800;
	font-size: 40px;
}
.project-testimonial::after {
	content: "❞";
	font-size: 200%;
	right: 0;
	position: absolute;
}
.project-testimonial::before {
	content: "❝";
	font-size: 200%;
	left: 0;
	position: absolute;
}
.project-testimonial {
	font-size: 25px;
	line-height: 40px;
}


body .how-we-mix a, body .how-we-mix a:hover, body .how-we-mix a:focus {
	padding: 40px;
	display: block;
	margin-bottom: 40px;
	position: relative;

}
.how-we-mix a::after {
	content: " ";
	width: 90%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .3s linear;
}
.how-we-mix a.shorter::after {
	width: 70%;
	
}
.how-we-mix a:hover::after {
	width: 100%;
	
}
body .how-we-mix a p{
	color:#fff;
}
body.ruler .content .how-we-mix h2{
	margin-top:0;
}
.homepage .portfolio-container {
	padding-top: 0;
}
.how-we-mix .inservice-name {
	font-size: 30px;
	line-height: 40px;
}
@media(max-width:992px){
	.how-we-mix {
		text-align: center;
	}
	.how-we-mix .inservice-name {
		font-size: 30px;
		margin: 20px 0;
	}
	.portfolio.home-portfolio {
		margin-top: 50px;
	}
}

.team-image {
	overflow: hidden;
	position:relative;
}
.items-row.cols-1.row-0.row-fluid.clearfix {
	margin-bottom: 40px;
	border-bottom: 1px solid #fff;
	padding-bottom: 40px;
}

/* Website Description adjustments */
body.ruler div.ourworkpage:not(.success-stories) .work-welcome div.page-header {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: start;
}
body.ruler div.ourworkpage:not(.success-stories) .work-welcome h1,
body.ruler div.ourworkpage:not(.success-stories) .work-welcome h2 {
	width: 100%;
}
body.ruler div.ourworkpage:not(.success-stories) .work-welcome a.btn.reveal {
	max-width: 215px;
	width: 100%;
	margin: 0;
}
body.ruler div.ourworkpage:not(.success-stories) .work-welcome a.btn::before {
	left: 0;
}
body.ruler div.ourworkpage:not(.success-stories) .work-welcome a.btn::after {
	right: 0;
}
body.ruler div.ourworkpage:not(.success-stories) .work-welcome p.reveal {
	max-width: calc(100% - 215px);
	width: 100%;
	margin-left: auto;
	padding-left: 30px;
}
@media (max-width: 992px) {
	body.ruler div.ourworkpage:not(.success-stories) .work-welcome p.reveal {
		max-width: 100%;
		padding-left: 0;
	}
	body.ruler div.ourworkpage:not(.success-stories) .work-welcome h1 {
		order: 1;
	}
	body.ruler div.ourworkpage:not(.success-stories) .work-welcome h2 {
		order: 2;
	}
	body.ruler div.ourworkpage:not(.success-stories) .work-welcome a.btn {
		position: relative;
		order: 3;
	}
	body.ruler div.ourworkpage:not(.success-stories) .work-welcome p.reveal {
		order: 4;
	}
}

.rsform-block-newsletter label {
	font-size: 14px;
}
.rsform-block-newsletter input {
	width: 15px;
	margin-right: 5px;
}
label#newsletter1-lbl input {
	margin-left: 10px;
}
.rsform-block-newsletter label {
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	justify-items: center;
}.rsform-block-newsletter fieldset.rsfp-fieldset {
	display: flex;
	justify-content: start;
	justify-items: center;
	flex-direction: row;
}
.related {
	margin-top: 50px;
} 
.newsletter .rsform {
	background: #EAFF51;
	padding: 50px;
	color: #000;
	margin-top: 30px;
}
body.ruler .newsletter h2 {
	color: #000;
	font-size: 30px;
}
body.ruler .newsletter a{
	color:#000;
}

button#Subscribe {
	color: #000;
	font-size: 17px;
}
button#Subscribe:before, 
button#Subscribe:after {
	background: #000;
	
}
.newsletter input#Email {
	background: none;
	border-right: none;
	border-left: none;
	border-top: none;
	box-shadow: none;
	border-radius: 0;
	color: #000;
	border-bottom: 1px solid #000;
	font-size: 16px;
}
body.ruler .newsletter .form-control::placeholder {
	color: #777;
}
.newsletter label#agree0-lbl {
	font-size: 12px;
}
.newsletter #agree0 {
	margin-top: 1px;
	background: none;
}
div#rsfp_thankyou_popup_inner p {
	font-size: 22px;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-weight: 800;
	color: #000;
	text-align: center;
	margin-bottom: 0;
	padding: 20px;
}
.rsfp_thankyou_popup_inner {
	background: #EAFF51;
}
button#Subscribe:focus {
	border: none;
	box-shadow: none;
	outline: none;
	background:none;
}
.rsfp_thankou_popup_close_btn {
	color: #000;
}

/* Blog Page Header */
body.ruler.blogpage .page-header {
	padding-bottom: 0;
	margin: 0;
	border-bottom: 0;
}
body.ruler.blogpage .pager {
	width: 100%;
}
body.ruler.blogpage figure.left.item-image img {
	width: 100%;
	height: auto;
}

/* Blog Sidebar */
/* body.ruler.blogpage .main-content {
	z-index: 9999;
} */
#content-list li {
	position: relative;
}
/* #content-list li:nth-child(odd) {
	padding-left: 18px;
} */
#content-list li {
	margin: 10px 0;
}
#content-list li {
	padding-left:  30px;
}
#content-list li::before {
	content: " ";
	width: 11px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 13.5px;
	background-color: #fff;
}
#content-list li:nth-child(even)::before {
	width: 20px;
}
#content-list li a {
	display: inline-block;
	height: unset;
	color: #fff;
	font-size: 16px !important;
	line-height: 21px !important;
	-webkit-transform: all 0.5s ease-in-out;
	-moz-transform: all 0.5s ease-in-out;
	-ms-transform: all 0.5s ease-in-out;
	-o-transform: all 0.5s ease-in-out;
	transform: all 0.5s ease-in-out;
}
#content-list li a:hover,
#content-list li a.active {
	color: #EAFF52;
	-webkit-transform: all 0.5s ease-in-out;
	-moz-transform: all 0.5s ease-in-out;
	-ms-transform: all 0.5s ease-in-out;
	-o-transform: all 0.5s ease-in-out;
	transform: all 0.5s ease-in-out;
}
#content-list li a a,
#content-list li a span.inservice-number {
	display: none;
}
#content-list li a span {
	text-align: left;
	text-transform: capitalize;
}

.blog-author-infos,
.blog-author-info {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.blog-author-infos {
	margin-bottom: 25px;
}
.blog-author-info {
	width: calc(100% - 100px);
}
.blog-author-info span.blog-author-name {
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 2.5px;
	font-weight: 600;
}
.blog-author-info span.blog-author-name,
.blog-author-info span.blog-author-title {
	width: 100%;
}
.blog-author-infos span.blog-author-img {
	display: flex;
	width: 85px;
	height: 85px;
	overflow: hidden;
	border: 2px solid #EAFF52;
	border-radius: 50%;
}
.blog-author-infos span.blog-author-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}
body.ruler.blogpage .page-header time {
	display: block;
	margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
	#right-contents {
		padding: 20px;
		margin-top: -2.5rem;
		background-color: #222222;
		margin-bottom: 25px;
		padding-bottom: 10px;
	}
	body.ruler.blogpage .main-content {
		z-index: 1;
	}
	ul#content-list {
		display: flex;
		flex-wrap: wrap;
		align-items: start;
		justify-content: space-between;
	}
	ul#content-list li {
		width: 45%;
	}
}
@media (max-width: 767.98px) {
	ul#content-list li {
		width: 100%;
	}
}


.ai_summary {
	border: 3px solid #eaff51;
	padding: 20px;
	margin-bottom: 20px;
	color: #fff;
}
button#aiGenBtn {
	font-size: 18px;
}
.grecaptcha-badge { visibility: hidden; }
