/************** Page Loader ****************/
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	background: #4243ae;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}
/************** Page Loader Ends ****************/
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
body {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	background-color: #fff;
	height: 100%;
	font-size: 14px;
	background-size: cover;
	padding: 0;
	color: #7e7f89;
	margin: 0;
}
.wrapper {
	width: 1024px;
	margin: 0 auto;
}

.topSection {
	/*background: url(../images/mikle_landingpage_bg.jpg);
	background-position: top center;*/
	padding: 50px 60px 20px 60px;
	background-size: cover !important;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-color:rgba(46,53,164,0.8);
}


.subPagesTopSection{
	padding: 50px 60px 100px 60px;
	background-size: cover !important;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-position:top center !important;
}
.subPagesTopSection .slogan h1{
	font-size:40px;
	padding:80px 20px 100px 20px;
}
/***************************** *************************************************
		
								HEADER

****************************************************************************/

.karlaFonts{
	font-family: 'Karla', sans-serif;
	line-height:24px;
}
header .logo {
	float: left;
	margin-top:-5px;
}
header nav {
	float: right;
	padding: 0px;
}
header nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
header nav ul li {
	display: inline-block;
	margin: 0 10px;
}
header nav ul li a {
	color: #fff;
	padding: 5px 15px;
	text-decoration: none;
	border: 2px solid rgba(140,131,210,0);
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
header nav ul li a.active {
	border: 2px solid rgba(140,131,210,1);
}
header nav ul li a:hover, header nav ul li a:active, header nav ul li a:visited {
	border: 2px solid rgba(140,131,210,1);
	color: #fff;
	padding: 5px 15px;
	text-decoration: none;
}
* {
	margin: 0;
	padding: 0;
}
.menuDivider{
	  background-color: #5152ba;
    height: 1px;
    left: 0;
    position: absolute;
    top: 70px;
    width: 100%;
	display:none;
}
/* Icon 1 */
#nav-icon {
	display: none;
}
#nav-icon {
	width: 40px;
	height:40px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
	top: 0px;
}
#nav-icon span:nth-child(2) {
	top: 11px;
}
#nav-icon span:nth-child(3) {
	top: 22px;
}
#nav-icon.open span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#nav-icon.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}
#nav-icon.open span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.slogan {
	padding:100px 20px 0 20px;
}
.slogan h1 {
	font-size: 60px;
	font-weight: 300;
	color: #fff;
}
.slogan p {
	font-size: 18px;
	font-weight: 400;
	color: #aeace1;
}
.playVideo {
	width: 70px;
	height: 70px;
	border: 2px solid #6664c1;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	margin: 60px auto 0 auto;
	text-align: center;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.playVideo .whiteCirle {
	background: rgba(255,255,255,1);
	border-radius: 70px;
	height: 50px;
	margin: 8px auto 0 auto;
	width: 50px;
}
.playVideo a {
	text-decoration: none;
}
.playVideo:hover {
	background: rgba(255,255,255,0.3);
}
.playVideo .whiteCirle span.fa {
	color: #3e3d44;
	text-align: center;
	display: block;
	line-height: 50px;
}
.seeMoreLink {
	padding-top: 250px;
}
.seeMoreLink a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
.seeMoreLink a:hover span {
	animation: bounce 1.3s infinite;
	-webkit-animation: bounce 1.3s infinite;
	-moz-animation: bounce 1.3s infinite;
	-o-animation: bounce 1.3s infinite;
}
/* Chrome, Safari, Opera */ 
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
opacity: 0.3;
 filter: alpha(opacity=30); /* For IE8 and earlier */
}
 40% {
-webkit-transform: translateY(15px);
-moz-transform: translateY(15px);
opacity: 1;
 filter: alpha(opacity=100); /* For IE8 and earlier */
}
 60% {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0);
opacity: 0.3;
 filter: alpha(opacity=30); /* For IE8 and earlier */
}
}
 @-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
opacity: 0.3;
 filter: alpha(opacity=30); /* For IE8 and earlier */
}
 40% {
-webkit-transform: translateY(15px);
-moz-transform: translateY(15px);
opacity: 1;
 filter: alpha(opacity=100); /* For IE8 and earlier */
}
 60% {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
opacity: 0.3;
 filter: alpha(opacity=30); /* For IE8 and earlier */
}
}
 @-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
opacity: 0.3;
 filter: alpha(opacity=30); /* For IE8 and earlier */
}
 40% {
-webkit-transform: translateY(15px);
-moz-transform: translateY(15px);
opacity: 1;
 filter: alpha(opacity=100); /* For IE8 and earlier */
}
 60% {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0);
opacity: 0.3;
 filter: alpha(opacity=30); /* For IE8 and earlier */
}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
opacity: 0.3;
 filter: alpha(opacity=30); /* For IE8 and earlier */
}
 40% {
-webkit-transform: translateY(15px);
-moz-transform: translateY(15px);
opacity: 1;
 filter: alpha(opacity=100); /* For IE8 and earlier */
}
 60% {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0);
opacity: 0.3;
 filter: alpha(opacity=30); /* For IE8 and earlier */
}
}
/***************************** *************************************************

							COMMON STYLES

****************************************************************************/
.font16{
	font-size:16px;
}
.text-capitalize{
	text-transform:uppercase;
}
.padding10pxTopBot{
	padding:10px 0;
}
.go-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #4243ae url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.go-top.go-is-visible, .go-top.go-fade-out, .no-touch .go-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.go-top.go-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.go-top.go-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .go-top:hover {
	background-color: #f69e21;
	opacity: 0.8;
}
.smallWrapper {
	width: 660px;
	padding: 100px 20px;
	margin: 0 auto;
}
.wrapper {
	width: 1024px;
	padding: 100px 20px;
	margin: 0 auto;
}
.grayLightBg {
	background-color: #fafafb;
}
h1 {
	font-size: 30px;
	font-weight: 300;
	color: #36363b;
	margin: 0;
}
.spacingHeading {
	height: 80px;
}
.smallTitle {
	font-weight: bold;
	text-transform: uppercase;
	color: #36363b;
	padding:10px 0 5px 0;
	font-size: 12px;
}
a.buttonLink {
	border: 2px solid #4243ae;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 10px 50px 10px 30px;
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: #36363b;
	text-decoration: none;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
a.buttonLink:after {
	content: "\f054";
	position: absolute;
	font-family: "FontAwesome";
	right: 15px;
	top: 9px;
	font-size: 12px;
	text-decoration: none;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	font-weight: 300;
}
a.buttonLink:hover {
	background-color: #4243ae;
	color: #fff;
}
a.buttonLink:hover:after {
	right: 10px;
}
.positionRelative {
	position: relative;
}
/***************************** *************************************************

							WHAT WE BUILD SECTION

****************************************************************************/
h1.headingColor {
	color: #4243ae;
	font-size: 48px;
	font-weight: 300;
	margin: 20px 0 25px 0;
}
.whatWeBuildContent h1.headingColor {
	padding-top: 15px;
}
/*.whatWeBuildContent img {
	padding:20px 0;
}*/
.servicesSection img{
	box-shadow:0px 0px 60px #999999;
	-moz-box-shadow:0px 0px 60px #999999;
	-ms-box-shadow:0px 0px 60px #999999;
	-webkit-box-shadow:0px 0px 60px #999999;
	border-radius:5px;
}
/***************************** *************************************************

							TESTIMONIAL SECTION

****************************************************************************/
.doubleQuotes {
	position: absolute;
	top: 100px;
	left: -20px;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #CCC;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
	 border: 1px solid #7d7d7f;
    background-color: #7d7d7f;
}
.carousel-indicators {
    bottom: -70px;
}
.testimonial p {
	font-size: 18px;
}
.TestimonialClientInfo {
	line-height: 50px;
	margin-top: 20px;
	color: #4243ae;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}
.TestimonialClientInfo div:first-child {
	padding-right: 10px;
	float: left;
}
footer.wrapper {
	padding: 0;
}
footer p {
	color: #747a7a;
	font-size: 12px;
	font-weight: 300;
	padding: 10px 0;
}

/***************************** *************************************************

							TEAM PAGE SECTION

****************************************************************************/
.purpleHeadings{
	font-size:18px;
	font-weight:300;
	color:#4243ae;
	padding:20px 0 0 0;
}
.teamMemberBox{
	padding:20px;
	transition:all 0.3s ease-in-out;
	
}
.teamMemberBox p{
	font-family: 'Karla', sans-serif;
	line-height:24px;
}
.spacingTeamMem{
	padding:20px 0;
}

.teamMemberBox:hover {
	box-shadow:0px 0px 5px #4243ae;
}

#map{
	 width: 100%;
     height: 550px;
	margin:50px 0;
}

.teamPageBg{
	background: url(../images/mikle_team.jpg);	
}
.nopaddingTopBot{
	padding:0;
}
/***************************** *************************************************

							COMPANY PAGE SECTION

****************************************************************************/


.companyPageBg{
	background: url(../images/mikle_company.jpg);	
}



.companyProfile p {
	font-size:18px;
}
.companyProfile h4{
	color:#4243ae;
	font-weight:300;
}
.companyProfile h4 a{
	color:#4243ae;
	text-decoration:none;
}
.companyProfile span{
	color:#7e7f89;
}

.contactPageBg{
		background: url(../images/mikle_contact_us.jpg) ;	
}
.ourservicesBox p{
	font-family: 'Karla', sans-serif;
	line-height:24px;
}

/***************************** *************************************************

							MEDIA QUERIES STYLES

****************************************************************************/
@media only screen and (min-width: 769px) and (max-width:1040px ) {
.wrapper {
	width: 90%;
}
h1.headingColor {
	font-size: 32px;
}
.spacingHeading {
	height: 40px;
}
}
 @media only screen and (max-width:768px ) {
.wrapper, .smallWrapper {
	width: 90%;
	
}
header nav {
	float: none;
	text-align: center;
}
.logo.clearfix {
    left: 20px;
    position: absolute;
    top: 20px;
}
.logo.clearfix img{
    width:80px;
}
.slogan {
	padding-top: 50px;
}
.slogan h1 br {
	display: none;
}
.slogan h1 {
	font-size: 32px;
	font-weight: 100;
	color: #fff;
}
.slogan p {
	display:none;
}
.subPagesTopSection .slogan h1{
	font-size:24px;
	padding:50px 20px 70px 20px;
}
h1.headingColor,
.whatWeBuildContent h1.headingColor {
	padding-top: 0px;
	font-size: 36px;
	margin: 0px 0 25px 0;
}


.seeMoreLink {
	padding-top: 80px;
	padding-bottom:20px;
}
.topSection ,.subPagesTopSection{
	background-attachment:inherit;
	padding: 0;	
	background-position: center center;
}

.doubleQuotes {
	top: 70px;
	left: 45%;
}
#nav-icon {
	display: block;
}
#nav-icon + ul {
	display: none;
	 padding-top: 54px;
}
.menuDivider{
	display:block;
}
header nav ul li:first-child {
	margin-top: 0;
}
header nav {
	padding:15px 20px;
}
header nav.active {
	background-color: #4243ae;
}
header nav ul li {
	display: block;
	margin: 20px 0px;
	text-align: left;
	
}
header nav ul li a {
	font-size:15px;
	border:none;
}
header nav ul li a.active {
	background-color:#5152ba;
	border:none;
}

header nav ul li a:hover {
	background-color:#5152ba;
	border:none;

}
.teamMemberBox{
	padding:20px;
	transition:all 0.3s ease-in-out;
}
.spacingTeamMem{
	padding:0;
}
.ourservicesBox{
	padding:20px 0;
}
.servicesSection img{
	box-shadow:0px 0px 30px #999999;
	-moz-box-shadow:0px 0px 30px #999999;
	-ms-box-shadow:0px 0px 30px #999999;
	-webkit-box-shadow:0px 0px 30px #999999;
	margin:30px 0;
}
footer.wrapper {
    text-align: center;
}
}
