body, html {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	width: 100% !important;
	height: 100% !important;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 300;
	margin: 0;
	color: #2a3544;
}
h3,
h4,
h5 {
	font-weight: 400;
}
h3 {
	font-size: 16px;
	color: #2a3544;
}
h4 {
	color: #2a3544;
}
h5 {
	text-transform: uppercase;
	line-height: 20px;
}
p {
	font-size: 14px;
}

a:hover, a:focus {
	text-decoration: none;
	color: #576cca;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.logo {
    max-width: 64px;
    margin: 0 0 0 10px;
    text-align: 0;
    display: inline-block;
    position: relative;
    top: 3px;
}
.navbar-brand img {
	position: relative;
    top: -9px;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ddd;
	z-index: 99999;
	height: 100%;
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 4px;
	border: 4px solid #6f7ad1;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #6f7ad1 transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
  }
  @keyframes lds-ring {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  

#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
ul, ol {
	padding: 0;
}
hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #000;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}

/* global set */
.relative-left {
	position:relative;
	float:left;
}

.overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,1) 100%);
}

/* Navigation */
.navbar-custom {
	padding: 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: #22262c;
	text-transform: uppercase;
}

.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-toggle {
	color: #eee;
	font-size: 18px;
	border-radius: 2px;
	    font-size: 18px;
    border-radius: 2px;
    padding: 2px 7px 0 5px;
}

.navbar-custom a,.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}

.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus, 
.navbar-custom .nav li a:active  {
	background: #6f7ad1;
}

.navbar-custom a,
.navbar-custom .navbar-toggle:hover, 
.navbar-custom .navbar-toggle:focus,
.navbar-custom .nav li a:focus, 
.navbar-custom .nav li a:active  {
	color: #fff;
}

/* Home Section */
#intro {
	display: table;
	width: 100%;
	height: 100%;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../img/intro-bg.jpg) no-repeat center center fixed;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
#intro .intro-body H1 {
	font-size: 76px;
	font-weight: 700;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	display: inline-block;
}


#intro .intro-body .intro-text {
	font-size: 16px;
}

.intro-logo-anim,
.fade-in {
	opacity:0;
}

.load-on .intro-logo-anim {	
	transform-origin: center 0;
	-moz-animation:onLogo .8s ease-in .35s forwards;
	-webkit-animation:onLogo .8s ease-in .35s forwards;
	animation:onLogo .8s ease-in .35s forwards;
}

@-ms-keyframes onLogo{
	0%{
		opacity: 0;
		transform:scaleY(0);
	}
	100%{
		opacity: 1;
		transform:scaleY(1);
	}
}

@-moz-keyframes onLogo{
	0%{
		opacity: 0;
		transform:scaleY(0);
	}
	100%{
		opacity: 1;
		transform:scaleY(1);
	}
}

@-webkit-keyframes onLogo{
	0%{
		opacity: 0;
		transform:scaleY(0);
	}
	100%{
		opacity: 1;
		transform:scaleY(1);
	}
}

@keyframes onLogo{
	0%{
		opacity: 0;
		transform:scaleY(0);
	}
	100%{
		opacity: 1;
		transform:scaleY(1);
	}
}

.fade-in {
	-moz-animation:fadeIn .8s ease-in .75s forwards;
	-webkit-animation:fadeIn .8s ease-in .75s forwards;
	animation:fadeIn .8s ease-in .75s forwards;
}

.load-on .fade-in {
	-moz-animation:fadeIn .8s ease-in .85s forwards;
	-webkit-animation:fadeIn .8s ease-in .85s forwards;
	animation:fadeIn .8s ease-in .85s forwards;
}

@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}


	.intro-logo-img {
		width:290px;
		margin:0 0 3px 0;
	}

	@media only screen and (max-width:758px){
		.intro-logo-img {
			width:240px;
		}
	}

@media(min-width:768px) {
	#intro {
		height: 100%;
		padding: 0;
	}
	#intro .intro-body .intro-text {
		font-size: 11px;
		letter-spacing: .5px;
		margin:0 0 20px 0;
		color: #fff;
		font-weight: 400;
		text-transform: uppercase;
	}
}

.intro-body .intro-text-2 {
	width:60%;
	display:inline-block;
	font-size:16px;
	margin-bottom: 80px;
	text-shadow: 0 0 5px rgba(0,0,0,.9);
}

@media only screen and (max-width:768px){
	.intro-body .intro-text-2 {
		width:80%;
		font-size:14px;
		margin-bottom:60px;
	}
}

.btn-default,
hr {
	background: #3c4e9f;
}

.btn-default,
.btn-default.btn-circle {
	height:35px;
	line-height:35px;
}

.btn-default {
	color: #f6f6f6;
	margin: 0 8px;	
	border: 0;
	padding:0 35px;
	font-size: 15px;
	transition: all 0.5s;
	border-radius: 50px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #f6f6f6;
	background: #002770;
}
.btn-default.btn-circle {
	width:35px;
	font-size:18px;
	padding:0;
	border-radius:50%
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	margin-bottom: 30px;
}

/* About Section */
#about {
	padding: 5% 0;
	background: #f6f6f6;
}
#about .about-text {
	margin-left: 10px;
}
#about H4 {
	font-size: 20px;
}
#about li {
	position:relative;
	margin-bottom: 3px;
	list-style: none;
	padding: 0 0 0 20px;
	font-size: 13px;
}
#about li:before {
	content: "";
	position:absolute;
	top:3.5px;
	left:0;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#3c4e9f;
	font-weight: 600;
	padding-right: 10px;
}
#about i.fa {
	float: left;
	display: block;
	margin-right: 15px;
	color: #fff;
	font-size: 44px;
	text-shadow: 0 0 1px #666;
}
#about img {
	margin-top: 20px;
}
#about p {
	margin-top: 20px;
	margin-bottom: 30px;
}
/* Services Section */
#services {
	padding: 5% 0 0 0;
	/*background: url(../img/services-bg.jpg);*/
	background: #fff;
	background-size: cover;
	background-attachment: fixed;
}
#services .service {
	padding: 20px 10px;
}

#services .it-services .service {
	padding:20px 6.5%;
}

	#services i,
	#contact .fas {
		font-size:40px;
	}

.it-services,
#contact .contact-item {
	background:#e9e9e9;
}

.it-services {
	padding:5% 0;
}

#services h3 {
	font-size: 20px;
}

.space {
	margin-top: 40px;
}
#services i.fa {
	font-size: 36px;
	
	transition: all 0.5s;
}
/* Gallery Section */
#works {
	padding: 120px 0;
	background: #f6f6f6;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #777;
	padding: 8px 16px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
ol.type li a.active {
	color: #f6f6f6;
	border: 1px solid #cf5022;
	background: #cf5022;
}
ol.type li a:hover {
	color: #f6f6f6;
	border: 1px solid #cf5022;
	background: #cf5022;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	max-height: 190px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: rgba(255,255,255,0.6);
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #f6f6f6;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>p {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>p {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#works i.fa {
	font-size: 20px;
	padding: 5px;
	color: #F4D03F;
}
/* Team Section */
#team {
	padding: 140px 0;
	background: #e6e6e6;
}
img.img-thumbnail.team-img {
	width: 200px;
	height: 200px;
	border: 0;
	border-radius: 0;
	background-color: #f6f6f6;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .caption {
	padding: 9px;
	color: #777;
}
/* Testimonials Section */
#testimonials {
	background: url(../img/testimonials-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #ddd;
	padding: 5% 0;
}
#testimonials h2 {
	color: #f6f6f6;
}
#testimonials blockquote {
	position: relative;
	margin-top: 20px;
	border: 0;
	text-align: center;
	color: rgba(255,255,255,0.8);
}
#testimonials i {
	font-size: 24px;
	color: rgba(255,255,255,0.3);
	margin-bottom: 14px;
}
#testimonials .clients-name {
	display: inline-block;
	border-top: 1px solid rgba(255,255,255,0.3);
	padding: 20px 0;
	margin-top: 10px;
}
/* Contact Section */
#contact {
	padding: 5% 0 8% 0;
	background: #f6f6f6;
}
#contact .contact-item {
	padding: 20px;
	margin: 10px;
	height: 150px;
	border-radius: 4px;
}

	
#contact h3 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 40px;
}
#contact form {
	padding: 30px 0;
}

#about li::before,
a,
a:active,
a:visited,
a:focus{
	color: #3c4e9f;
}

#contact .fas {
	margin-bottom: 10px;
}
#contact .text-danger {
	color: #ff3333;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.img-responsive{
	width: 100%;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact .btn-default {
	border: 0;
	margin-top: 15px;
	font-size: 15px;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
#contact .social ul {
	margin-top: 30px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 24px;
	padding-top: 8px;
	color: #ff7c00;
	border-radius: 4px;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #eb4400;
}
/* Footer Section*/
#footer {
	background: #353a41;
	color: #777;
	padding: 20px 0;
	text-align: center;
}
#footer a {
	color: #999999;
}

#footer p {
	font-size: 13px;
	margin-top: 10px;
}

@media (max-width: 998px) {
	.logo {
    display: none;
	}	
	#intro .intro-body .intro-text {
    font-size: 11px;
	}
	#about img{
	margin-bottom: 40px;
	}
	.section-title.center {
    padding: 30px 0 0;
	}
}	

@media (max-width: 768px) {
.hover-bg .hover-text {
	padding: 20%;
}
	#intro .intro-body .intro-text {
    font-size: 11px;
	color:#fff;
    margin: 0 auto 30px;
   
    text-align: center;
}
.col-sm-6 {
    width: 50%;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
}
}

@media only screen and (max-width:758px){
	#intro .intro-body .intro-text {
		margin: 0 auto 20px;
	}
}

@media (max-width: 640px) {
#intro .intro-body H1 {
	font-size: 5em;
}
h2 {
    font-size: 21px;
}
	.col-sm-6 {
    width: 90%;
    margin: auto !important;
    float: none;
    text-align: center;
}
}
