
/* ===================   MetroMax CSS   ================*/


/* ==================================================================
CSS Reset
================================================================== */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==========   Genral Styles  ======================= */

body {
	line-height: 1;
	color: #555555;
	font: 13px/24px 'Century Gothic';
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
}

input,
select,
textarea { font: 13px/24px 'Century Gothic', sans-serif; }

hr {
	margin: 12px 0 43px 0;
	height: 1px;
	width: 100%;
	float: left;
	border-bottom: 1px dashed #FFF;
border-top: none;
}

hr.fancy-hr, hr.fancy-hr-alt {
	position: relative;
	float: left;
}

hr.fancy-hr:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 184px;
	height: 1px;
	display: block;
	border-bottom: 1px dashed #444444;
}

hr.fancy-hr-alt:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 184px;
	height: 1px;
	display: block;
	border-bottom: 1px dashed #444444;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0;
}

.clearfix { 
	display: inline-block; 
	*zoom: 1;
}

* html .clearfix { 
	height: 1%;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

::selection {
    background: #1f6b8e;
    color: #fff;
}

::-moz-selection {
    background: #1f6b8e; /* Firefox */
    color: #fff;
}

::-webkit-selection {
	background: #1f6b8e; /* Safari */
	color: #fff;
}

/* ======= Typography Styles ==== */

h1 {
	font-size: 50px;
	line-height: 58px;
	font-weight: 300;
	/*font-family: 'PT Sans', sans-serif;*/
	font-family: 'Century Gothic', sans-serif;
	color: #666363;
	font-weight: 400;
}

h2 {
	font-size: 23px;
	line-height: 34px;
	font-weight: 300;
	margin-bottom: 30px;
}

h3 {
	font-size: 18px;
	line-height: 34px;
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: bold;
}

h4 {
	color: #555555;
	font-size: 18px;
	font-weight: 400;
}

p {
	margin-bottom: 10px;
	font-size:16px;
}

a, a > * {
	color: #1f6b8e;
	text-decoration: none;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	   -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	     -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	        transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
}

a:hover, a > *:hover {
	color: #363636;
	text-decoration: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/* ================Basic Styles ==== */

.text-left {
	text-align: left !important;
}

.text-right { 
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.clear {
	clear: both;
}

.all-margin {
	margin: 20px !important;
}

.left-margin {
	margin-left: 20px !important;
}

.right-margin {
	margin-right: 20px !important;
}

.top-margin {
	margin-top: 20px !important;
}

.bottom-margin {
	margin-bottom: 20px !important;
}

.no-margin {
	margin: 0 !important;
}

.no-left-margin {
	margin-left: 0 !important;
}

.no-right-margin {
	margin-right: 0 !important;
}

.no-top-margin {
	margin-top: 0 !important;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

.disabled,
.disabled i {
	color: #eaeaea !important;
}

.custom-icon-list li i {
	float: left;
	font-size: 14px;
	margin-top: 5px;
	color: #333333;
	padding-right: 15px;
}

.custom-icon-list li p {
	margin-left: 30px;
}

.button {
	background: #f26122;
	padding: 6px 10px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
	margin-top: 20px;
}

.button:hover {
	color: #ffffff;
	background: #252525;
}


/* ==================================================================
Forms
================================================================== */

input, textarea, select {
	background: #f2f2f2 !important;
	-webkit-appearance: none;
	color: #959595 !important;
	border: none !important;
	width: 100%;
	padding: 10px 20px !important;
	margin: 0px !important;
	font-style: italic;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-transition: background-color .3s ease, color .3s ease !important;
	   -moz-transition: background-color .3s ease, color .3s ease !important;
	    -ms-transition: background-color .3s ease, color .3s ease !important;
	     -o-transition: background-color .3s ease, color .3s ease !important;
	        transition: background-color .3s ease, color .3s ease !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	height: auto !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	margin-bottom: 20px !important;
	
}

textarea {
	width: 100%;
	padding: 10px 20px;
	resize: both;
	margin-top: 0px;
	font-style: italic;
}
	
input:hover, textarea:hover, select:hover {
	background: #e1e1e1 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
}
	
input:focus, textarea:focus, select:focus {
	background: #1f6b8e;
	color: #ffffff;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
}

input[type="submit"], button, a.button {
	text-transform: none;
	width: auto;
	margin-top: 20px;
	font-style: normal;
	font-weight: normal;
	background: #1f6b8e!important;
	color: #ffffff !important;
	cursor: pointer;
}

input[type="submit"] {
	padding: 6px 10px !important;
}

input[type="submit"]:hover, button:hover, a.button:hover {
	background: #252525 !important;
}

select, option {
	cursor: pointer;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #b0b0b0; }

input:-moz-placeholder, textarea:-moz-placeholder { color: #b0b0b0; }

input.placeholder, textarea.placeholder { color: #b0b0b0; }

/* ===========   Preloader ============ */

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999;
}

#loading-animation {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading-animation.gif); 
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/* ==========================  Main Navigation ============= */

a.logo {
	margin: 15px 0 10px 20px;
	float: left;
}

/*.logo-text
{
	float:left;
	margin-left:10px;
}
.logo-text h3
{
	color:#000;
}*/

nav#main-nav {
	position: fixed;
top: 0;
right: 0;
z-index: 100;
width: 100px;
height: 100%;
background:rgb(236, 236, 236);
min-width: 164px;
}

nav#main-nav ul {
	float: right;
	margin-right: 0px;
}

nav#main-nav ul li {
	float: left;
display: inline-block;
padding: 0;
padding-left: 0px;
//padding-right: 65px;

}

nav#main-nav ul li.home-li {


}

nav#main-nav ul li.measurableprograms-li {
background: #d76036;

}

nav#main-nav ul li.about-li {
background: #0194da;

}
nav#main-nav ul li.team-li {
background: #d99101;

}

nav#main-nav ul li.clients-li {
background: #9d579f;

}
nav#main-nav ul li.services-li {
background: #089549;
}

nav#main-nav ul li.portfolio-li {
background: #3d65aa;

}

nav#main-nav ul li.contact-li {
background: #ca312c;

}

nav#main-nav ul li.connect-li {
background: #45619d;

}

nav#main-nav ul li.contact1-li {
background: #ffd600;

}

.icon-home {
	font-size: 15px;
}
.icon-envelope, .icon-lightbulb, .icon-cog, .icon-th-large {
	font-size: 15px;
	color: #ffffff;
}

nav#main-nav ul li a {
	color: #ffffff;
text-transform: uppercase;
display: inline-block;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 29px;
width: 135px;
/*font-family: 'Oswald', sans-serif;*/
font-family: 'Didact Gothic', sans-serif;
}

nav#main-nav ul li a.active {
	color: #525050;
}


nav#main-nav ul li a.home-link {

	color: #525050;
}


body.no-intro nav#main-nav {

}

/* =============  Responsive Navigation ============ */

#main-nav #responsive-nav {
	display: none;
	float: right;
	width: 50px;
	height: 50px;
	background: #333333;
	text-align: center;
	line-height: 50px;
}

#main-nav #responsive-nav:hover i {
	color: #ffffff;
}

#main-nav .responsive-nav {
	margin-bottom: 20px;
	padding: 10px;
}

/* ======== Sections ======= */

section {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 50;
	overflow: auto;
background: url(../images/bg.png);
}

section .container {
	padding-top: 62px;
}

section > .container {
	padding-bottom: 80px;
}

/* ==================================== Home ======= */


#home {
	background: url(../images/light-blue-background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background.html', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background.jpg', sizingMethod='scale')";
	text-align: center;
	/*padding-top:45px;*/
}

#home h1 {
	font-size: 60px;
	color: #111111;
	margin-bottom: 0px;
	line-height: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 700;
}

#home h1 span {
	color: #1f6b8e;
}

#home h2 {
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.get-started {
	position: relative;
	margin: 50px auto 0px auto;
	display: block;
	text-align: center;
	width: 130px;
	padding: 10px 5px;
	background-color: #1f6b8e;
	color: #ffffff;
}

.get-started i {
	color: #111111;
	margin-left: 10px;
}

.get-started:hover {
	color: #ffffff;
	background: #111111;
}

.get-started:hover i {
	color: #1f6b8e;
}




/* ====================== BG colors of sections =========================== */

#measurableprograms {
background: #d76036;
}

#servicesandproceedings {
background: #0194da;
}

#emphasis {
background: #d99101;
}

#networksandexperiences {
background: #9d579f;
}

#methodsandfundamentals {
	background: #079549;
}

#causesforchanges {
	background: #3d65aa;
	
}

#country {
	background: #ca312c;
}
#customerstatements {
background: #45619d;
}

#contactus {
background: #ffd600;
}
/* Main headings */


#measurableprograms h1 {
	color: #ffffff;
}
#measurableprograms h1 span {
	color: #F0F0F0;
	font-size: 18px;
	margin-left: 9px;
	border-left: 1px solid white;
	padding-left: 7px;
	font: 16px/10px 'Didact Gothic', sans-serif;
}

#servicesandproceedings h1 {
	color: #ffffff;
}
#servicesandproceedings h1 span {
	color: #F0F0F0;
font-size: 18px;
margin-left: 9px;
border-left: 1px solid white;
padding-left: 7px;
font: 16px/10px 'Didact Gothic', sans-serif;
}


#emphasis h1 {
	color: #ffffff;
}
#emphasis h1 span {
	color: #F0F0F0;
font-size: 18px;
margin-left: 9px;
border-left: 1px solid white;
padding-left: 7px;
font: 16px/10px 'Didact Gothic', sans-serif;
}


#causesforchanges h1 {
	color: #ffffff;
}
#causesforchanges h1 span {
	color: #F0F0F0;
font-size: 18px;
margin-left: 9px;
border-left: 1px solid white;
padding-left: 7px;
font: 16px/10px 'Didact Gothic', sans-serif;
}

#country h1 {
	color: #ffffff;
}
#country h1 span {
	color: #F0F0F0;
font-size: 18px;
margin-left: 9px;
border-left: 1px solid white;
padding-left: 7px;
font: 16px/10px 'Didact Gothic', sans-serif;
}

#customerstatements h1 {
	color: #ffffff;
}
#customerstatements h1 span {
	color: #F0F0F0;
font-size: 18px;
margin-left: 9px;
border-left: 1px solid white;
padding-left: 7px;
font: 16px/10px 'Didact Gothic', sans-serif;
}

#contactus h1 {
	color: #ffffff;
}
#contactus h1 span {
	color: #F0F0F0;
font-size: 18px;
margin-left: 9px;
border-left: 1px solid white;
padding-left: 7px;
font: 16px/10px 'Didact Gothic', sans-serif;
}



/* =====  About Styles ========================== */


.about-box {

	background: rgba(252, 252, 252,0.2);
padding: 17px;
}

.about-box p {
	color: #ffffff;
}

.span3-1 {
	width:245px;
}


.skill{
  width:320px;
  margin:0 auto;
}
.skill h2 {

	font-size: 28px;
line-height: 34px;
font-weight: 300;
margin-bottom: 4px;
margin-top: 17px;
}
.rating-bar{
  background:rgb(241, 241, 241);
  padding:3px;
}
.rating-bar span{
  display:block;
  height:15px;
}
.rating-bar, .rating-bar span {
  border-radius:0px; 
}

/* Used to color the bars */
.blue{ background: rgb(45, 148, 162); }
.red{ background: rgb(250, 92, 92); }
.green{ background: rgb(78, 209, 167); }
.orange{ background: #FCB950; }

/* .rate-n, n being the rating from 1 to 10 */
.rate-1{ width:10%; }
.rate-2{ width:20%; }
.rate-3{ width:30%; }
.rate-4{ width:40%; }
.rate-5{ width:50%; }
.rate-6{ width:60%; }
.rate-7{ width:70%; }
.rate-8{ width:80%; }
.rate-9{ width:90%; }
.rate-10{ width:100%; }

/* CSS3 Animation */
.animate{
  animation: progress 2s linear;
  -moz-animation: progress 2s linear;
  -webkit-animation: progress 2s linear;
  -ms-animation: progress 2s linear;
  -o-animation: progress 2s linear;
}
/* Span fills 100% of parent div (.rate-n) which may be 10-100% of the width of black bar (.rating) */
@-webkit-keyframes progress {
  from { width:0% }
  to { width:100%; }
}
@-moz-keyframes progress {
  from { width:0% }
  to { width:100%; }
}
@-ms-keyframes progress {
  from { width:0% }
  to { width:100%; }
}
@-o-keyframes progress {
  from { width:0% }
  to { width:100%; }
}
@keyframes progress {
  from { width:0% }
  to { width:100%; }
}



/* =====  Team Styles ========================== */

.bg-grid-line,
.card:after,
.card header:before {
  background-color: #333;
  background-image: 
    linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent), 
    linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
  height:100%;
  background-size:50px 50px;
}

.card {
  position:relative;
  height: 460px; /* 405px */
  width: auto; /* 820px */
  margin:0 auto;
  background:#ECECEC;
  border-radius:4px;
  margin-top: 34px;
  
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .4), 0 0 10px rgba(0, 0, 0, 0.2), 0 0px 0px rgba(0, 0, 0, .6);

  
}

.card:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transform: rotate(5deg);
   -moz-transform: rotate(5deg);
   -webkit-transform: rotate(5deg);
  //border:5px solid rgba(0, 0, 0, .5);
  box-shadow:0 0 3px rgba(255, 255, 255, .25);
}

/* card stripe
.card:before {
  position:absolute;
  z-index:2;
  content:'';
  left:50%;
  top:-70px;
  margin: 0 0 0 -40px;
  height:100px;
  width:80px;
  background: rgba(255, 255, 255, .2);
  background-image: 
    linear-gradient(left, rgba(255,255,255, .4) 0%, rgba(255,255,255, .1) 50%,rgba(255,255,255, .4) 100%),
    linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 40%),
    linear-gradient(top, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 0) 40%)
  ;
  border-radius:6px;
  box-shadow:0 0 0 1px rgba(0, 0, 0, .8);
  opacity:.5;
}


/* card stripe clip 
.card:after {
    position:absolute;
    content:'';
    z-index:2;
    height:20px;
    width:20px;
    top:-55px;
    left:50%;
    margin:0 0 0 -10px;
    
    border-radius:50%;
    box-shadow:
        0 0 0 5px rgba(255, 255, 255, .6),
        0 0 10px rgba(0, 0, 0, .7),
        inset 2px 2px 2px rgba(0, 0, 0, .5)
    ;
}
 */

.card header {
  position:relative;
  background:#ED3D34;
  height:4px;
  width:auto; /* 95% */
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom:2px solid rgba(180, 80, 80, .5);
  border-top:1px solid rgba(221, 108, 108, .8);
  box-shadow:
    inset 0 1px 0 0 rgba(255, 120, 120, .8),
    0 1px 2px rgba(0, 0, 0, .4)
  ;
  
  padding:35px 20px;
  opacity:.9;
}


.team-social {
  font-size: 15px;
  font-family: 'Didact Gothic', sans-serif;
  width: 30px;
  height: 30px;
  line-height: 2em;
  text-align: center;
  display: inline-block;
  margin: 0 .5em 0 0;
  transition: border-radius 0.3s ease-out, transform 0.2s ease-in;
  text-decoration: none;

  -moz-transition: all 1s ease;
-webkit-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}

.team-social i {

color: #696969;
}
.team-social.facebook{
  color: white;
  background: #ECECEC
}

.team-social.twitter{
  color: white;
  background: #ECECEC
}

.team-social.youtube{
  color: white;
  background: #ECECEC
}

.team-social.linkedin{
  color: white;
  background: #ECECEC
}

.team-social:hover {
  border-radius: 2em;
  transform: rotate(360deg);
}


.card header.red {

	 background:#ED3D34;
}

.card header.blue {

	 background:#4C7DE5;
}

.card header.green {

	 background:#4CE59C;
}
/* top gradient */
.card header:after {
  position:absolute;
  content:'';
  left:1px;
  top:1px;
  width:100%;
  height:10px;
  background:
    linear-gradient(bottom, rgba(255,255,255, .1) 0%, rgba(255,255,255,.05) 70%, rgba(255,255,255,0) 100%);
}

/* card hole */
.card header:before {
  position:absolute;
  z-index:1;
  content:'';
  left:50%;
  top:22px;
  margin: 0 0 0 -50px;
  height:15px;
  width:100px;
  border-radius:25px;
  box-shadow:
    inset 1px 1px 0 1px rgba(0, 0, 0, .3),
    inset -1px -1px 0 0 rgba(255, 255, 255, .5)
  ;
}

.card header h1 {
  color:#fff;
  line-height:90%;
  font-size:35px;
  margin:0;
  text-shadow:-1px -1px 1px rgba(0, 0, 0, .5);
}

.card article {
  padding:30px;
}

.card article img {
  border:5px solid #fff;
  box-shadow:0 0 3px rgba(0, 0, 0, .25);
  float:left;
  margin-right:30px;
  width:190px;
  height:250px;
  transition:all .3s ease-in-out;
}

.card article h2 {
  color:#515355;
  float:left;
  margin:0 5px 15px 0;
  font-weight:normal;
  padding:0 0 8px 0;
  /*width:450px;*/
}

.card article .area {
  position:relative;
  /*height:170px;
  width:470px;*/
  float:left;
  /*overflow-y:scroll;*/
}

.card article .area h3 {
  margin:0;
  color:#5F6163;
  font-size:20px
}

.card article .area ul {
  margin:5px 0 30px 0;
  padding:0;
  list-style:none;
}

.card article .area ul li {
  margin:20px 0 0 0;
  font-size:16px;
  color:#94957F;
  text-shadow:0 0 1px rgba(0, 0, 0, .3);
}

.card article .area ul li .bar {
  position:relative;
  width:280px;
  height:15px;
  display:inline-block;
  border-radius:50px;
  float:right;
  margin:0 15px 0 0;
  
  opacity:.9;
  
  background-color:#CACACA;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, .35);
}

.card article .area ul li .bar:before {
  position:absolute;
  left:0;
  width:0;
  height:15px;
background: rgb(31, 241, 182);
  /*background-image:
    linear-gradient(left, rgba(254,213,121,.8) 0%,rgba(254,204,105,.8) 100%),
    repeating-linear-gradient(-45deg, transparent, 
      transparent 4px, 
      rgba(255,255,255,.5) 4px, 
      rgba(255,255,255,.5) 10px);
  background-image:
    linear-gradient(to right, rgba(254,213,121,.8) 0%,rgba(254,204,105,.8) 100%),
    repeating-linear-gradient(-45deg, transparent, 
      transparent 4px, 
      rgba(255,255,255,.5) 4px, 
      rgba(255,255,255,.5) 10px);*/
  box-shadow:
    inset 0 4px 4px rgba(255, 255, 255, .3),
    inset 0 -2px 3px rgba(0, 0, 0, .05),
    0 1px 0 0px #D29D40
  ;
  display:inline-block;
  border-radius:50px;
  content:'';
  z-index:-1;
}

.card article .area ul li .bar.percent-100:before {width:280px;}
.card article .area ul li .bar.percent-90:before {width:260px;}
.card article .area ul li .bar.percent-80:before {width:240px;}
.card article .area ul li .bar.percent-70:before {width:220px;}
.card article .area ul li .bar.percent-60:before {width:200px;}
.card article .area ul li .bar.percent-50:before {width:180px;}

.card article .area ul li:before {
  content:'\2605';
  margin-right:5px;
}

.card article .area::-webkit-scrollbar {
  width: 10px;
}
 
.card article .area::-webkit-scrollbar-track {
  background-color: rgba(217, 217, 217, .5);
  border-radius:50px;
}

.card article .area::-webkit-scrollbar-thumb {
  background: rgba(184, 184, 184, .5);
  box-shadow:
    inset 1px 1px 0 rgba(0, 0, 0, 0.10),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07)
  ;
  border-radius:50px;
}



/* General grid styles */
.cbp-ig-grid {
    list-style: none;
    padding: 0 0 50px 0;
    margin: 0;
}
 
/* Clear floats */
.cbp-ig-grid:before, 
.cbp-ig-grid:after { 
    content: " "; 
    display: table; 
}
 
.cbp-ig-grid:after { 
    clear: both; 
}
 
/* grid item */
.cbp-ig-grid li {
    width: 33%;
    float: left;
    height: 370px;
    text-align: center;
    border-top: 1px solid #ddd;
}
 
/* we are using a combination of borders and box shadows to control the grid lines */
.cbp-ig-grid li:nth-child(-n+3){
    border-top: none;
}
 
.cbp-ig-grid li:nth-child(3n-1),
.cbp-ig-grid li:nth-child(3n-2) {
    box-shadow: 1px 0 0 #ddd;
}
 
/* anchor style */
.cbp-ig-grid li > a {
    display: block;
    height: 100%;
    color: #47a3da;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}
 
/* the icon with pseudo class for icon font */
.cbp-ig-icon {
    padding: 30px 0 0 0;
    display: block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}
 
.cbp-ig-grid i {

	font-size: 30px;
}
 
/* title element */
.cbp-ig-grid .cbp-ig-title {
    margin: 20px 0 10px 0;
    padding: 20px 0 0 0;
    font-size: 2em;
    position: relative;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    color: rgb(97, 97, 97);
}
 
.cbp-ig-grid .cbp-ig-title:before {
    content: '';
    position: absolute;
    background: rgb(97, 97, 97);
    width: 160px;
    height: 6px;
    top: 0px;
    left: 50%;
    margin: -10px 0 0 -80px;
    -webkit-transition: margin-top 0.2s; /* top or translate does not seem to work in Firefox */
    -moz-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
}
 
.cbp-ig-grid .cbp-ig-category {
    text-transform: uppercase;
    display: inline-block;
    font-size: 1em;
    letter-spacing: 1px;
    color: #fff;
    -webkit-transform: translateY(10px);
    -moz-transform: -moz-translateY(10px);
    -ms-transform: -ms-translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    -webkit-transition: transform 0.3s, opacity 0.2s;
}
 
.cbp-ig-grid li:hover .cbp-ig-category,
.touch .cbp-ig-grid li .cbp-ig-category {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
 
/* Hover styles */
 
.cbp-ig-grid li > a:hover {
    background: rgb(97, 97, 97);
}
 
.cbp-ig-grid li > a:hover .cbp-ig-icon {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
 
.cbp-ig-grid li > a:hover .cbp-ig-icon:before,
.cbp-ig-grid li > a:hover .cbp-ig-title {
    color: #fff;
}
 
.cbp-ig-grid li > a:hover .cbp-ig-title {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}
 
.cbp-ig-grid li > a:hover .cbp-ig-title:before {
    background: #fff;
    margin-top: 80px;
}
 
 
@media screen and (max-width: 62.75em) {
    .cbp-ig-grid li {
        width: 50%;
    }
 
    /* reset the grid lines */
    .cbp-ig-grid li:nth-child(-n+3){
        border-top: 1px solid #ddd;
    }
 
    .cbp-ig-grid li:nth-child(3n-1),
    .cbp-ig-grid li:nth-child(3n-2) {
        box-shadow: none;
    }
 
    .cbp-ig-grid li:nth-child(-n+2){
        border-top: none;
    }
 
    .cbp-ig-grid li:nth-child(2n-1) {
        box-shadow: 1px 0 0 #ddd;
    }
}
 
@media screen and (max-width: 41.6em) { 
    .cbp-ig-grid li {
        width: 100%;
    }
 
    .cbp-ig-grid li:nth-child(-n+2){
        border-top: 1px solid #ddd;
    }
 
    .cbp-ig-grid li:nth-child(2n-1) {
        box-shadow: none
    }
 
    .cbp-ig-grid li:first-child {
        border-top: none;
    }
}
 
@media screen and (max-width: 25em) { 
    .cbp-ig-grid {
        font-size: 80%;
    }
 
    .cbp-ig-grid .cbp-ig-category {
        margin-top: 20px;
    }
}




#networksandexperiences h1{
color: #ffffff;
}

#networksandexperiences h1 span {
color: #F0F0F0;
font-size: 18px;
margin-left: 9px;
border-left: 1px solid white;
padding-left: 7px;
font: 16px/10px 'Didact Gothic', sans-serif;
}


/* ====== Services Styles ============ */




#methodsandfundamentals h1 {
	color: #ffffff;
}
#methodsandfundamentals h1 span {
	color: #F0F0F0;
font-size: 18px;
margin-left: 9px;
border-left: 1px solid white;
padding-left: 7px;
font: 16px/10px 'Didact Gothic', sans-serif;
}

#services p {
	color: #F0F0F0;

}
#country .first{

	font-size: 22px;
color: #D5D6D6;
margin-bottom: 4px;
line-height: 26px;
}
.cntnt_block {
text-align: center;
margin-bottom: 74px;
margin-top: 60px;
}

.cntnt_block h3 span {
color: rgb(86, 240, 172);
}

.cntnt_block > a {

margin-bottom: 21px;
display: inline-block;
height: 75px;
width: 221px;
}

.cntnt_block > a i {

	vertical-align: middle;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
font-size: 82px;
width: 211px;

}
.cntnt_block > a i:hover {

-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
color: rgb(86, 240, 172);
}


/* Services
-------------------------------------------------- */


.services2 {

Width:600ppx;
}

.srv-block1, .srv-block3 { margin-left:30px; float:left; padding-right:60px; width: 374px;}
.srv-block2, .srv-block4 { float:left; margin-left: 0; padding-left: 87px; width: 374px; }
.srv-block1 { border-right: 1px solid #1E2126; border-bottom: 1px solid #1E2126; }
.srv-block2 { border-bottom: 1px solid #1E2126; }
.srv-block3 { border-right: 1px solid #1E2126; }
.srv-block3 h4, .srv-block4 h4 { margin-top: 40px; color: white; padding-left: 13px; }
.srv-block1 h4, .srv-block2 h4 { margin: 15px 0 15px 0; color: white; padding-left: 13px; }
.srv-block3 h4, .srv-block4 h4 { margin-bottom: 15px;}
.srv-block1 p, .srv-block2 p { margin-bottom: 40px; padding-left: 13px;}
.srv-block3 p, .srv-block4 p { margin-bottom: 0; padding-left: 13px;}
.srv-block1 p, .srv-block2 p, .srv-block3 p, .srv-block4 p { height:76px; overflow:hidden; color:#ccc; }
.srv-block { position: relative; }

.srv-block [class^="icon-"],
.srv-block [class*=" icon-"] { margin-right:5px; float:left; }
.srv-block ul { height: 77px; overflow: hidden; margin:0; }
.srv-block ul li { color:#ccc; }
.srv-block ul li p { height:auto; }


.srv-block2:hover, .srv-block4:hover, .srv-block1:hover, .srv-block3:hover {

	background: #383b3a;
	-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}


.quartercircletopleft, .quartercircletopright, .quartercirclebottomright, .quartercirclebottomleft {
     background-color: #212429;
     position: absolute;     
     width:54px;
     height:54px;
	background-repeat:no-repeat;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}
.quartercircletopleft a, .quartercircletopright a, .quartercirclebottomright a, .quartercirclebottomleft a {
	display: block;
	width: 100%;
	height: 100%;
	}



.quartercircletopleft a i, .quartercircletopright a i, .quartercirclebottomright a i, .quartercirclebottomleft a i {

	padding: 19px;
    font-size: 23px;
    color: rgb(98, 99, 98);
}
.quartercircletopleft a i:hover, .quartercircletopright a i:hover, .quartercirclebottomright a i:hover, .quartercirclebottomleft a i:hover {

	padding-top:17px;
   
}
.quartercircletopleft {
   
	top: 173px;
	left: 410px;
	
}
.quartercircletopright {
    
	top: 173px;
	left: 465px;
}
.quartercirclebottomright{
     
	top: 228px;
	left: 465px;
}
.quartercirclebottomleft{
    
	top: 228px;
	left: 410px;
}
@-moz-document url-prefix() { 
	.quartercirclebottomleft, .quartercirclebottomright { top: 166px; }
	.quartercircletopleft, 	.quartercircletopright { top: 111px; }
}
.srv-block1:hover .quartercircletopleft { background-color: rgb(86, 240, 172); }
.srv-block2:hover .quartercircletopright { background-color: rgb(86, 240, 172); }
.srv-block3:hover .quartercirclebottomleft { background-color:rgb(86, 240, 172); }
.srv-block4:hover .quartercirclebottomright { background-color: rgb(86, 240, 172); }






.features .feature-box .box-content {
	background: white;
	padding: 30px;
	text-align: center;
}

.features .feature-box .box-content .feature-icon {
	font-size: 50px;
	color: #1f6b8e;
	margin-bottom: 10px;
	display: inline-block;
}

.features .feature-box .box-content h4 {
	margin-bottom: 10px;
	color: #111111;
}

.features .feature-box .box-content p {
	color: #555555;
}

.features-list .feature-box .feature-icon {
	float: left;
	margin-top: 15px;
}

.features-list .feature-box .feature-icon i {
	font-size: 20px;
	color: #111111;
}

.features-list .feature-box .feature-text {
	padding-left: 40px;
}

.features-list .feature-box .feature-text h3 {
	margin-bottom: -7px;
	color: #1f6b8e;
}

.accordion-toggle {
	background: #ebebeb;
}

.accordion-toggle i {
	color: #111111;
	padding-right: 10px;
}

.accordion-body {
	background: #ffffff;
}

/* ============================================  Portfolio ============================ */


.porto {
	width:1100px;
}


#og-grid .mix{
    opacity: 0;
    display: none;
}

.portfolio-filter {
	margin-top: 10px;
	margin-bottom: 15px;
}

.portfolio-filter li {
	float: left;
	margin-right: 20px;
	cursor: url(../images/cursor.png), auto;
}

.portfolio-filter li a.selected {
	color: #333333;
}

/* Portfolio Grid */

.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	height: 250px;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #BE3030;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.og-expander {
	position: absolute;
	background: #BE3030;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-details {
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details {
	padding: 0 40px 0 20px;
	width: 38%;
}

.og-fullimg {
	text-align: center;
	width: 49%;
margin-left: 89px;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h3 {
	font-weight: 300;
	font-size: 52px;
	padding: 9px 0 10px;
	margin-bottom: 10px;
	line-height: 50px;
}

.og-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #999;
}

.og-details a {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}

.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

.og-details a:hover {
	border-color: #999;
	color: #999;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 830px) {

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}

@media screen and (max-width: 650px) {

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
	
}




/* ==================================================================
Contactus
================================================================== */


/* =============== Form ==================== */


@mixin box($color, $padding: .7em){
	display: inline-block;
	cursor: pointer;
	background-color: $color;
	padding: $padding;
	color: white;
	border: none;
	&:hover, &:focus {
		background-color: darken($color, 5);
	}
}
@mixin transition($duration: .3s, $property: all){
	-moz-transition: $duration $property;
	-o-transition: $duration $property;
	-webkit-transition: $duration $property;
	-ms-transition: $duration $property;
	transition: $duration $property;
}

@mixin cols($count, $gap: 0){
	-moz-column-count: $count;
	-o-column-count: $count;
	-webkit-column-count: $count;
	-ms-column-count: $count;
	column-count: $count;
	
	-moz-column-gap: $gap;
	-o-column-gap: $gap;
	-webkit-column-gap: $gap;
	-ms-column-gap: $gap;
	column-gap: $gap;

}

.iconfont {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 2em;
}

@mixin metro($control) {
	@include transition(.3s, all);
	cursor: pointer;
	
	@if $control == 0 {
		&:hover {
			box-shadow: 0 0 0 .3em rgba(white, .5) inset;
		}
	}
	@if $control == 1 {
		&:hover {
			box-shadow: 0 0 0 .3em rgba(black, .1) inset;
		}
	}
}

@mixin breakpoint($point) {
  @if $point == xl {
    @media (min-width: 60em) { @content; }
  }
  @if $point == l {
    @media (min-width: 50em) { @content; }
  }
  @if $point == m {
    @media (min-width: 40em) { @content; }
  }
  @if $point == s {
    @media (min-width: 30em) { @content; }
  }
  @else if $point == sr {
    @media (max-width: 30em) { @content; }
  }
}

.contactform {
	
	background: rgba(255, 255, 255,0.3);
	padding: 32px;
	border-bottom: 4px solid rgb(62, 226, 167);

	.indicator {
		@extend .iconfont;
		background: none repeat scroll 0 0 $accent;
		border-left: 2px solid lighten($accent, 7);
		color: white;
		@include transition(.3s);
		float: left;
		width: 0;
		height: 1.4em;
		overflow: hidden;
		padding-bottom: 1em;
		text-align: center;

	}
	
	fieldset {
		width: 100%;
		@include breakpoint(m){
			//@include cols(2, 1em);
		}	
		div {
			display: block;
		}
	}
	label {
		display: block;
	}
	input, textarea {
		display: inline-block;
		margin-bottom: 1em;
		border: none;
		background: $lightgray;
		padding: 1em;
		width: 80%;
		@include transition;
		@extend .nicetype;
		position: relative;
		&:focus, &:active {
			box-shadow: 0 -6px 0 darken($lightgray, 10) inset;
		}
		&:invalid{
			background: $lightgray;
			box-shadow: none;
		}

		&:valid{
			background: lighten($accent, 20);
			&:focus, &:active {
				box-shadow: 0 -6px 0 darken(lighten($accent, 20), 10) inset;
			}
			& + .indicator {
				width: 1.4em;
			}
		}
	}
	
	[type='submit']{
		@include box($accent);
		@include metro(0);
		cursor: pointer;
	}
	
}

.contactform input {

	border-left: 2px solid rgb(190, 190, 213)!important
}



.contact-info {
	background: rgba(255, 255, 255,0.3);
	border-bottom: 4px solid rgb(62, 226, 167);
	padding: 40px;
	position: relative;
	z-index: 100;
	margin-bottom: 30px;
}

.social {
	background:rgba(255, 255, 255,0.3);
	border-bottom: 4px solid rgb(62, 226, 167);
	padding: 40px;
	z-index: 100;
	position: relative;
}

.social .fancy-hr {
	margin-top: 10px;
	margin-bottom: 20px;
}

.social ul {
	display: inline-block;
}

.social ul li {
	float: left;
	margin-right: 10px;
}

.tile:before {
content: "";
display: block;
padding-top: 10%;
}
.tile:after {
content: "";
display: block;
padding-top: 13%;
}
.tile {
width: 24%;
height:220px;
float: left;
margin: 0.5%;
position: relative;
}

.tile-item {
top: 0;
left: 0;
bottom: 0;
right: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
z-index: 10;
}

.tile-item:hover {
color: #ffffff;
-webkit-box-shadow: -3px 3px 3px 1px #858585;
-moz-box-shadow: -3px 3px 3px 1px #858585;
-o-box-shadow: -3px 3px 3px 1px #858585;
box-shadow: -3px 3px 3px 1px #858585;
-webkit-transform: translate3d(-4px, -6px, 0);
-moz-transform: translate3d(-4px, -6px, 0);
-ms-transform: translate3d(-4px, -6px, 0);
-o-transform: translate3d(-4px, -6px, 0);
transform: translate3d(-4px, -6px, 0);
z-index: 100;
}


.tile .h5 {
font-size: 19px;
line-height: 2;
/*font-family: 'Oswald', sans-serif;*/
font-family: 'Didact Gothic', sans-serif;
color: #ffffff;
}

.tile-item i {
display: block;
padding-top: 9%;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
line-height: 1;
color: white;
}

.tile-item i:hover {
color: #185d5e;
text-shadow: 1px 1px 0 #ddd, 1px 2px 0 #afafaf, 2px 3px 0 #a9a9a9, 2px 4px 0 #a3a3a3, 3px 5px 0 #999, 3px 6px 0 #757575, 3px 6px 2px #777, 3px 6px 6px #777, 3px 6px 15px #777;
}

.tile-home {
background-color: #d76036;
}

.tile-about {
background: #0194da;
}

.tile-team {
background: #d99101;
}

.tile-clients {
background: #089549;
}

.tile-services {
background: #9d579f;
}

.tile-portfolio {
background: #3d65aa;
}

.tile-contact {
background: #ca312c;
}

.tile-connect {
background: #45619d;
}



.fa-4x {
font-size: 7em;
}
.fa-2x {
font-size: 17px;
width: 26px;
color: #ffffff;
}

.fa-2x-home {
font-size: 17px;
width: 26px;
color: #525050;

}
.dark {

position: fixed;
height: 100%;
width: 100%;
z-index: -3;
top: 0;
left: 0;
background: rgba(0,0,0,0.2);
background: url(../images/bgpatt.png);
}


/*--=================== Connect Page --========================= */


.connect-left {
  float: left;
}
.clear {
clear: both;
}

.facebook {
  background: #28417A;
}
.twitter {
  background: rgb(38,168,226);
}
.gplus {
  background: #dd4c39;
}
.linked-in {
  background: #005A87;
}



.metroblock {
  width: 21em;
  color: #fff;
  font-family: 'Didact Gothic', sans-serif;
  margin: 1em;
  padding: 2em 2em 2em 2em;
    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.metroblock:hover {
	background: #ffffff;
	color: #333!important;
	  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.metroblock:hover h3 {
	color: #333!important;
	  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  padding-top: 38px;
}

.metroblock i{
  color: #fff;
}
.metroblock i:hover{
  color: #33B3D3!important;
}
.metroblock:hover i{
  color: #333;
}
.metroblock h3, .metroblock h2, .metroblock .icon {
  font-weight: 300;
  margin: 0;
  padding: 0;
  font-family: 'Didact Gothic', sans-serif;
}
.metroblock h3, .metroblock .icon {
  font-size: 7em;
  text-align: center;
}
.metroblock .icon {
  margin-right: .2em;
}
.metroblock h3{
padding-top: 12px;
	  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}