@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,300,500);
@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700);
h1,h2,h3 {
	font-weight: 400;
}
.footer a,.popup_content a,.project .buttons a,.social-media a {
	text-decoration: none;
}
.home-page,.introduction,.menu>div,.project {
	overflow: hidden;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e8e8e8;
	z-index: 10000;
}
.loader {
	position: absolute;
	width: 42px;
	height: 42px;
	-webkit-animation: preloader_6 5s infinite linear;
	animation: preloader_6 5s infinite linear;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
}
.loader span {
	width: 20px;
	height: 20px;
	position: absolute;
/*    background: red;
 */   display: block;
	-webkit-animation: preloader_6_span 1s infinite linear;
	animation: preloader_6_span 1s infinite linear;
}
.loader span:nth-child(1) {
	background: #000;
}
.loader span:nth-child(2) {
	left: 22px;
	background: #00A;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.loader span:nth-child(3) {
	top: 22px;
	background: #000;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.loader span:nth-child(4) {
	top: 22px;
	left: 22px;
	background: #000;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}
@-webkit-keyframes preloader_6_span {
	0%,100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
}
@keyframes preloader_6_span {
	0%,100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
}
html {
	font-size: 16px;
}
body,p {
	font-size: 1em;
}
body {
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,p {
	color: #343333;
}
body,button,h1,h2,h3,h4,h5,h6,html,input,textarea {
	font-family: 'Merriweather Sans',sans-serif;
}
p {
	line-height: 1.42;
}
h1 {
	font-size: 5.063em;
}
h2 {
	font-size: 3.375em;
}
h2.small-heading {
	padding: 60px 0 10px;
	font-size: 2.25em;
	margin-bottom: 60px;
	position: relative;
	display: block;
	text-align: center;
}
h2.small-heading:after {
	position: absolute;
	font-family: FontAwesome;
	font-size: 35px;
	content: "\f107";
	left: 48%;
	bottom: -28px;
	color: #073a63;
	background-color: #fff;
	padding: 0 8px;
}
.back p,.menu>div h2 {
	font-family: Raleway,sans-serif;
}
h2.small-heading:before {
	position: absolute;
	bottom: -10px;
	content: "";
	height: 2px;
	background-color: #073a63;
	display: block;
	width: 23%;
	left: 38%;
}
h3 {
	font-size: 2.25em;
}
.home-page {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
}
.introduction {
	float: left;
	padding: 0;
	position: relative;
	background-color: #fafafa;
	border: 1px solid #ccc;
}
.introduction img {
	top: 0;
	left: 0;
}
.mask {
	width: 100%;
	height: 100%;
/*    opacity: .8;
	filter: alpha(opacity=80);
*/    position: absolute;
	top: 0;
	left: 0;
/*    background: rgba(0,0,0,.48);
*/	border: 1px solid #ccc;
}
.m-title {
	display: block;
	margin: 0 30px;
	padding: 10px 0;
	opacity: .8;
	filter: alpha(opacity=80);
	background-color: #0000D0;
	border: none; -webkit-border-radius: .25em; -moz-border-radius: .25em; border-radius: .25em; -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}
.m-title h2 {
	font-size: 28px;
}
.intro-content,.menu,.menu>div {
	position: relative;
}
.intro-content {
	z-index: 10;
	top: 50%;
	display: table;
	margin: 0 auto;
}
.intro-content h1 {
	color: #4b4b4b;
	display: block;
	padding-left: 50px;
	margin-bottom: -15px;
	font-size: 35px;
	font-weight: 700;
}
.intro-content span {
	color: #6f5499;
	font-size: 135px;
	font-weight: 700;
	line-height: 0;
	letter-spacing: 1px;
}
.intro-content span.number {
	font-size: 15em;
}
.intro-content .slogan-text {
	font-weight: 400;
	font-size: 25px;
	text-align: center;
}
.social-media {
	font-size: 25px;
	margin-top: 0;
	text-align: center;
}
.social-media a {
	color: #4b4b4b;
	outline: 0;
	padding: 0 10px;
}
.social-media a+.tooltip>.tooltip-inner {
	background-color: transparent;
	color: #5CB85C;
	font-size: 16px;
}
.social-media a+.tooltip>.tooltip-arrow {
	border-bottom-color: transparent;
}
.social-media a:hover {
	color: #5CB85C;
}
.heading i,.menu>div h2 {
	color: #fff;
	text-align: center;
}
.menu {
	float: left;
	padding: 0;
	background: #000;
}
.menu>div {
	width: 50%;
	height: 50%;
	float: left;
	cursor: pointer;
}
.menu>div>img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: -webkit-transform 1s linear,-webkit-transform 1s linear;
	transition: transform 1s linear,-webkit-transform 1s linear;
}
.heading i,.services {
	-webkir-transition: all .3s;
}
.menu>div:hover>img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.heading {
	position: relative;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.heading i {
	background: 0 0;
	border-radius: 50%;
	border: 1px solid #fff;
	display: block;
	font-size: 25px;
	height: 60px;
	line-height: 60px;
	margin: auto auto 10px;
	width: 60px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#projects>.mix,.page {
	display: none;
}
.menu>div:hover .heading i {
	box-shadow: 0 0 0 50px rgba(256,256,256,0);
}
.menu>div h2 {
/*    font-size: 28px;
	font-weight: 100;
 */   margin: 0;
	letter-spacing: 1px;
}
.facts,.facts i {
	margin-bottom: 20px;
}
.menu>div h2 span {
	color: #5CB85C;
}
.facts i,.facts p {
	color: #fff;
}
.close-btn {
	background: url(../img/close.png);
	z-index: 1000;
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 3%;
	top: 30px;
	background-size: cover;
}
.full-height {
	min-height: calc(100vh - 68px);
}
.contact-page,.portfolio-page,.profile-page,.service-page {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.image-container {
	height: 100vh;
	position: fixed;
	padding: 0;
	overflow: hidden;
	right: 0;
}
.main-heading {
	position: absolute;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left: 10%;
	transform-origin: left;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	-o-transform-origin: left;
	bottom: 40%;
}
.main-heading h1,.project,.project img {
	position: relative;
}
.main-heading h1 {
	color: #fff;
	font-size: 50px;
	text-transform: capitalize;
	text-align: left;
}
.back p,.popup_content a,.popup_content h3,.popup_content h4,.popup_content p,.price-box,.project .buttons a,.project-controls,.services {
	text-align: center;
}
.content-container {
	left: 0;
	position: relative;
	padding: 0;
	background: #fff;
}
.profile-page .image-container {
	background: url(../img/about_us_featured.jpg) bottom;
	background-size: cover;
}
.services {
	padding: 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.facts-overlay {
	padding: 40px;
	background-color: #232e34;
}
.facts p.count {
	font-size: 29px;
}
.team-member-box {
	background-color: #f3f3f3;
	border: 1px solid #F3f3f3;
	margin-bottom: 50px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.filter,.popup_content a {
	border: 1px solid #0000D0;
}
.filter,.project .ovrly {
	-webkit-transition: all .3s;
}
.team-member-box h4 {
	margin-bottom: 5px;
	margin-top: 15px;
	font-size: 1.5em;
}
.team-member-box p {
	color: #55595C;
}
.team-member-box:hover {
	box-shadow: 3px 5px 9px #dfdfdf;
}
.video {
	box-shadow: 2px 5px 9px #dfdfdf;
}
.video iframe {
	width: 560px;
	height: 315px;
}
.project .ovrly,.project img {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.about-us-desc p:first-child {
	font-size: 17px;
}
.about-us-desc p:last-child {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	font-size: 14px;
}
.portfolio-page .image-container {
	background: url(../img/portfolio_featured.jpg) bottom;
	background-size: cover;
}
.project-controls {
	padding: 20px 0;
}
.filter {
	background: 0 0;
	color: #0000D0;
	margin: 10px 0;
	padding: 10px 25px;
	-webkir-transition: all .3s;
	transition: all .3s;
}
.filter.active,.filter:hover {
	background: #0000D0;
	color: #fff;
}
.projet-items {
	padding: 20px;
}
.project {
	width: 100%;
	margin: 15px 0;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
}
.project .ovrly {
	background: rgba(0,0,184,.7);
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .3s;
}
.project .buttons {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.project .buttons a {
	-webkit-transform: scale(5);
	-ms-transform: scale(5);
	transform: scale(5);
	opacity: 0;
	filter: alpha(opacity=0);
	margin: 0 2px;
	background: #fff;
	box-shadow: 0 0 1px rgba(0,0,0,.3);
	border-radius: 50%;
	float: left;
	display: block;
	line-height: 60px;
	outline: 0;
	font-size: 24px;
	width: 60px;
	height: 60px;
	color: #343333;
	-webkit-transition: -webkit-transform .3s,opacity .3s,-webkit-transform .3s;
	transition: transform .3s,opacity .3s,-webkit-transform .3s;
}
#client-list img:hover,#partner-list img:hover,.project:hover .buttons a,.project:hover .ovrly {
	opacity: 1;
	filter: alpha(opacity=100);
}
.project .buttons .fa-search {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.project:hover .buttons a {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.pop-up-box {
	display: none;
}
.popup_content {
	max-width: 500px;
	border: 3px solid #0000D0;
	background: #fff;
}
.popup_content img {
	display: block;
	width: 100%;
	background: #fff;
	margin: 0 auto;
}
.popup_content .popup-content {
	padding: 15px;
}
.popup_content a {
	color: #5CB85C;
	display: block;
	width: 150px;
	margin: 30px auto;
	padding: 10px 25px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.popup_content a:hover {
	background: #5CB85C;
	color: #fff;
}
.popup_content hr {
	width: 75%;
}
.service-page .image-container {
	background: url(../img/service_featured.jpg) bottom;
	background-size: cover;
}
.flipper i {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background-color: #0000D0;
	color: #fff;
	font-size: 25px;
	border-color: #fff;
	line-height: 58px;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -29px;
	margin-top: -29px;
	display: block;
}
.back,.front,.price-box {
	background-color: #f4f4f4;
}
.flip-container {
	-webkit-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
}
.flip-container.hover .flipper,.flip-container:hover .flipper {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotate(-180deg);
	-sand-transform: rotate(-180deg);
	transform: rotateY(180deg);
}
.back,.flip-container,.front {
	height: auto;
	min-height: 350px;
}
.flipper {
	-moz-transition: .6s;
	-moz-transform-style: preserve-3d;
	-o-transition: .6s;
	-o-transform-style: preserve-3d;
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}
.price-box,.price-box .btn {
	-webkit-transition: all .3s ease-in-out;
}
.back,.front,.front h5 {
	position: absolute;
	width: 100%;
}
.faq-desc-item {
	margin: 15px 10px;
}
.back,.front {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 0;
	left: 0;
}
.front {
	z-index: 2;
}
.back p,.front h5 {
	margin-top: 20px;
}
.front h5 {
	line-height: 31px;
	font-weight: 400;
	bottom: 35%;
	left: 50%;
	right: 50%;
	margin-left: -50%;
	margin-top: -29px;
}
.back {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotate(-180deg);
	-sand-transform: rotate(-180deg);
	transform: rotateY(180deg);
	z-index: 99999999;
}
.back h5 {
	margin-top: 40px;
}
.back p {
	padding: 0 20px;
	line-height: 1.82em;
}
.price-box {
	padding: 25px;
	border: 1px solid #f4f4f4;
	margin: 15px 10px;
	transition: all .3s ease-in-out;
}
.price-box p {
	line-height: 22px;
}
.price-box .pricing-catagory-name {
	color: #000;
	margin-bottom: 10px;
}
.price-box p span.price,.price-box p:nth-child(2) {
	color: #ed1c24;
}
.price-box ul {
	padding: 0;
	margin: 0
}
.price-box ul li {
	font-size: 1em;
	list-style: none;
	padding: 3px 0;
}
.price-box ul li.unavailabe {
	color: #969595;
}
.price-box .btn {
	background-color: #313131;
	color: #fff;
	border-radius: 0;
	margin-top: 20px;
	font-size: 13px;
	padding: 5px 20px;
	text-transform: capitalize;
	transition: all .3s ease-in-out;
}
.price-catagory:hover .price-box {
	border: 1px solid #0000D0;
}
.price-catagory:hover .price-box .btn {
	background-color: transparent;
	color: #0000D0;
	border: 1px solid #0000D0;
}
.price-box .btn:hover {
	background-color: #0000D0!important;
	color: #fff!important;
}
.partner {
	padding: 3.1269em 0;
}
#client-list img,#partner-list img {
	opacity: .5;
	filter: alpha(opacity=50);
	width: 165px;
	height: 127px;
}
#client-list,#partner-list {
	margin-top: 15px;
	margin-bottom: 40px;
}
.contact-info {
	margin-bottom: 30px;
}
.contact-info .data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.contact-info .data i {
	background: #0000D0;
	border-radius: 50%;
	border: 1px solid #0000D0;
	color: #fff;
	font-size: 25px;
	height: 60px;
	line-height: 60px;
	margin-right: 20px;
	text-align: center;
	width: 60px;
}
.contact-info .data span {
	padding-top: 18px;
}
.contact-info .data span.m-t0 {
	padding-top: 0;
}
.contact-info .data span.m-t5 {
	padding-top: 5px;
}
.contact-info .data span.m-t10 {
	padding-top: 10px;
}
.form-group {
	margin-bottom: 20px;
}
.form-control {
	background-color: #f9f9f9;
	border: 1px solid #E0E0E0;
	border-radius: 0;
	box-shadow: none;
	height: auto;
	padding: 14px 28px;
}
.form-control:focus {
	border-color: #DADADA;
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150,144,144,.5);
	-o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150,144,144,.5);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150,144,144,.5);
}
::-webkit-input-placeholder {
	color: #969595;
}
:-moz-placeholder {
	color: #969595;
}
::-moz-placeholder {
	color: #969595;
}
:-ms-input-placeholder {
	color: #969595;
}
.contact-page .image-container {
	background: url(../img/contact_featured.jpg) bottom;
	background-size: cover;
}
input#cfsubmit {
	background-color: transparent;
	border: 1px solid #0000D0;
	border-radius: 0;
	color: #0000D0;
	margin: 20px 0 40px;
	box-shadow: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
input#cfsubmit:hover {
	background-color: #0000D0;
	color: #fff;
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150,144,144,.5);
	-o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150,144,144,.5);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150,144,144,.5);
}
#contactFormResponse {
	margin-top: 12px;
}
#map-canvas {
	width: 100%;
	height: 300px;
}
.footer {
	padding: 20px 0 10px;
	opacity: .8;
	filter: alpha(opacity=80);
}
.profile-page .footer {
	background-color: #0000D0;
}
.portfolio-page .footer {
	background-color: #0000D0;
}
.service-page .footer {
	background-color: #0000D0;
}
.contact-page .footer {
	background-color: #0000D0;
}
.footer .copyright {
	color: #fff;
	float: left;
}
.footer .author {
	float: right;
	line-height: 1;
	color: #fff;
}
.contact-page .footer a,.footer a {
	color: #F4F4F4;
}
.footer a {
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
.footer a:hover {
	color: #fff;
}
@media (max-width: 1056px) and (min-width:992px) {
	#m-gremit-logo {
		height:400px!important;
		width: 400px!important;
		margin-top: -200px!important;
	}
	.main-heading h1 {
		font-size: 45px;
	}
	.m-title {
		margin: 0 30px;
		padding: 5px 0;
	}
}
@media (max-width: 991px) and (min-width:768px) {
	#m-gremit-logo {
		height:300px!important;
		width: 300px!important;
		margin-top: -150px!important;
	}
	.m-title {
		margin: 0 20px;
		padding: 5px 0;
	}
	.m-title h2 {
		font-size: 24px;
	}
	.intro-content h1 {
		padding-left: 30px;
	}
	.intro-content span {
		font-size: 100px;
	}
	.intro-content span.number {
		font-size: 12em;
	}
	.intro-content .slogan-text {
		margin-top: 22px;
		font-size: 22px;
	}
	.main-heading h1 {
		font-size: 35px;
	}
	.faq-desc-item,.price-box {
		margin: 15px 0;
	}
}
@media (max-width: 767px) {
	.footer .author,.footer .copyright {
		float:none;
		text-align: center;
	}
	#m-gremit-logo {
		height: 300px!important;
		width: 300px!important;
		margin-top: -150px!important;
	}
	.m-title {
		margin: 0 10px;
		padding: 5px 0;
	}
	.m-title h2 {
		font-size: 20px;
	}
	.introduction {
		text-align: center;
		z-index: 9999;
		background-color: #fff;
	}
	.intro-content h1 {
		margin-bottom: 12px;
		padding-left: 0;
	}
	.intro-content span {
		font-size: 75px;
	}
	.intro-content span.number {
		font-size: 9em;
	}
	.intro-content .slogan-text {
		margin-top: 15px;
		font-size: 18px;
	}
	.social-media {
		margin-top: 0;
	}
	.social-media a {
		font-size: 22px;
		padding: 5px;
	}
	.close-btn {
		background: url(../img/close_sm.png);
		top: 5px;
	}
	.footer .copyright {
		margin-bottom: 10px;
	}
	.popup_cont {
		top: 0!important;
		left: 0!important;
		right: 0!important;
		bottom: 0;
		width: 95%!important;
		overflow: auto;
	}
	div.popup {
		overflow-y: scroll;
	}
	.home-page {
		min-height: 641px;
		overflow: auto;
		position: absolute;
	}
}
#m-gremit-logo {
	height: 500px;
	width: 500px;
	margin-top: -250px;
	background-image: url(../img/gremit-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.m-justify {
	text-align: justify;
}
img.m-img-right {
	float: right;
}
img.m-img-center {
	display: block;
	margin: 0 auto 10px;
}
li.m-listmark:before {
	content: "\2714";
	color: #999;
	margin-right: 1em;
}
.back hr {
	width: 50%;
}
.price-box hr {
	width: 75%;
}
.m-project-p {
	margin-top: 16px;
}
.m-clearfix-bottombox1 {
	margin-bottom: 50px;
}
.m-clearfix-bottombox2 {
	margin-bottom: 150px;
}
.m-findus {
	text-align: center;
}
.m-findus img {
	opacity: .5;
	filter: alpha(opacity=50);
}
.m-findus img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#phone-box {
	background: #0000D0;
	border-radius: 50%;
	border: 1px solid #DDDDDD;
	color: #fff;
	font-size: 30px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px;
	position: absolute;
	display: none;
	bottom: -60px;
	left: 25px;
	z-index: 9999;
/*    background-image: url(../img/phone.png);
	width: 50px;
	height: 50px;
*/    cursor: pointer;
}
#phone-modal {
	z-index: 3100;
}
.modal-backdrop.in {
	opacity: 0.8;
	z-index: 3000;
}
#modal-info {
	text-align: center;
	font-size: 12px;
	color: grey;
}
#phoneForm i {
	font-size: 20px;
}
#phoneFormResponse {
	text-align: center;
	font-size: 16px;
}
