@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lobster');


@font-face{
	font-family: 'Lobster', cursive;
	src: url('fonts/Lobster-Regular.ttf') format('truetype');
	font-style: normal;
}

.navbar.navbar-default .navbar-brand span {
    color: #45AED6;
}

/* Hexagonal Grid */

#grid {
  width: 70%;
  margin: 100px 0 0 0;/*100px 0 0 30%*/
  padding: 20px 2%;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

#grid li {
  position: relative;
  float: left;
  width: 25%;
  /*width: 27.85714285714286%;*/
  /*padding: 0 0 32.16760145166612% 0;*/
  padding: 0 0 28.9% 0;
  list-style-type: none;
  -o-transform: rotate(-60deg) skewY(30deg);
  -moz-transform: rotate(-60deg) skewY(30deg);
  -webkit-transform: rotate(-60deg) skewY(30deg);
  -ms-transform: rotate(-60deg) skewY(30deg);
  transform: rotate(-60deg) skewY(30deg);
  overflow: hidden;
  visibility: hidden;
  cursor: pointer;
}

#grid li * {
  visibility: visible;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

#grid li .hexagon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-transform: skewY(-30deg) rotate(60deg);
  -moz-transform: skewY(-30deg) rotate(60deg);
  -webkit-transform: skewY(-30deg) rotate(60deg);
  -ms-transform: skewY(-30deg) rotate(60deg);
  transform: skewY(-30deg) rotate(60deg);
  overflow: hidden;
  background: none;
}

#grid li:nth-child(3n+2) {
  margin: 0 1%;
}

#grid li:nth-child(6n+4), #grid li:nth-child(6n+5), #grid li:nth-child(6n+6) {
  margin-top: -6.9285714285%;
  margin-bottom: -6.9285714285%;
}

#grid li:nth-child(6n+1), #grid li:nth-child(6n+2), #grid li:nth-child(6n+3) {
  -o-transform: translateX(50%) rotate(-60deg) skewY(30deg);
  -moz-transform: translateX(50%) rotate(-60deg) skewY(30deg);
  -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
  -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
  transform: translateX(50%) rotate(-60deg) skewY(30deg);
}

#grid li:nth-child(6n+1) { 
  margin-left: 0.5%;
}

#grid li .hexagon img {
  left:-100%;
  right:-100%;
  height:100%;
  width: auto;
  margin: 0 auto;
  -o-transition: all 0.6s linear 0s; 
  -moz-transition: all 0.6s linear 0s; 
  -ms-transition: all 0.6s linear 0s; 
  -webkit-transition: all 0.6s linear 0s; 
  transition: all 0.6s linear 0s;
}

#grid li:hover img {
  height: 150%;
  -o-transform: translateZ(0) translateX(-25%);
  -moz-transform: translateZ(0) translateX(-25%);
  -webkit-transform: translateZ(0) translateX(-25%);
  -ms-transform: translateZ(0) translateX(-25%);
  transform: translateZ(0) translateX(-25%);
}

#grid li .hexagon .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background: rgba(255,255,255,0);*/
  
  
  
  display:table;
  background: #5A5A5A;
}
.overlay p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
}


/*#grid li:hover .overlay {
  -o-transition: all 0.6s linear 0s; 
  -moz-transition: all 0.6s linear 0s; 
  -ms-transition: all 0.6s linear 0s; 
  -webkit-transition: all 0.6s linear 0s; 
  transition: all 0.6s linear 0s;
  background: rgba(255,255,255,0.6);
}*/


#grid li:hover .overlay p {
    -o-transition: all 0.6s linear 0s;
    -moz-transition: all 0.6s linear 0s;
    -ms-transition: all 0.6s linear 0s;
    -webkit-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
    font-size: 30px;
	color:#fff;
    /* background: rgba(255,255,255,0.6); */
}
.service-box img {
    border-radius: 50%;
	float: left;
}

.service-box.partners {
    padding-top: 15%;
	display: inline-block;
	width: 100%;
}
.service-box.partners .details{
	float: left;
    padding: 10% 0 0 0;
	margin-left: 30px;
	}

.pd-top{ padding-top: 40px;}
.graph-cont{padding:3em 3em 0 3em}

.bullet-arrow:before {   
    content: "";  
    border-color: transparent #008eef;  
    border-style: solid;  
    border-width: 0.35em 0 0.35em 0.45em;  
    display: block;  
    height: 0;  
    width: 0;  
    left: -1em;  
    top: 0.9em;  
    position: relative;  
}
.bullet-dotted-triangle:before {
	content: "\2234 \0020";
    font-size: 20px;
    left: -0.3em;
    line-height: 1;
    position: absolute;
    color: #008eef;
    /* transform: rotate( 90deg); */
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	/* STYLES GO HERE */
	.img-holder img{
		float: none !important;
    	display: block;
    	margin: 0 auto;
	}
	.service-box img{
		float: none !important;
    	display: block;
    	margin: 0 auto;
	}
	.service-box.partners .details{
		float: none !important;
    	display: block;
    	margin: 0 auto;
    	text-align: center;
	}
}


.text {
  margin: 0 60px;
}
/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -145px;/*-160px*/
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fl-fl .fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

.float-fb {
  top: 160px;
}

.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}



