/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
body {
width:100%; padding: 0; margin: 0; }
body a { transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; text-decoration: none; }
body a:focus, a:hover { text-decoration: none; }
input[type="button"], input[type="submit"]{
transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; }
h1, h2, h3, h4, h5, h6, p, ul, li, label, img{ margin: 0; padding: 0; }
img { width: 100%; }
/*end reset*/

body{
	background-color:#fff;
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
a:hover, a:focus{ outline: 0 none !important;}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*--banner--*/
.banner, .banner-all{
	background:url(../images/banner1.jpg)no-repeat 0px 0px;
	background-size:cover;
	position: relative;
}
.banner{
	min-height: 750px;
}
.banner-all{
	min-height: 320px;
}
.headder {
    background: rgba(78, 197, 241, 0.81);
    padding: .5em 0;
}
nav.navbar.navbar-default {
background: none;
    border: none;
    margin: 2.2em 0 0;
    float: left;
    width: 34.5%;
}
a.navbar-brand {
  padding: 0;
  line-height: 1.6em;
 height: inherit;
}
.navbar-nav li {
      margin: 0 1em;
}
.navbar-nav li a {
  color: #fff !important;
  font-size: 1em;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
}
.navbar-nav li a:hover,.navbar-nav li a.active{
   color:#000 !important;
   background: none;
}
.navbar-nav a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.navbar-nav a::before {
  position: absolute;
  top: 65%;
  left: 50%;
  color: transparent;
  content: '.';
  text-shadow: 0 0 transparent;
  font-size: 1.7em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.logo {
  float: left;
  margin-left: 8em !important;
}
.header-right-text {
  float: right;
  margin: 33px 3em 0 0;
}
.header-right-text h3 {
    color: #fff;
    font-size: 1.2em;
}
.logo a h1 {
    font-size: 2em;
    color: #92d8f9 ;
 font-family: 'Titillium Web', sans-serif;
}
.logo a img {
       width: 75%;
}
.banner h1 {
    font-size: 8em;
    text-align: center;
       padding-top: 2em;
    color: #fff;
    font-family: 'Francois One', sans-serif;
    letter-spacing: 9px;
    font-weight: 900;
}
.banner-all h1 {
  color: #fff;
  font-family: "Francois One",sans-serif;
  font-size: 4em;
  font-weight: 900;
  letter-spacing: 9px;
  padding-top: 1.5em;
  text-align: center;
  text-transform: uppercase;
}
.navbar-nav a:hover::before,
.navbar-nav a:focus::before ,.navbar-nav  a.active::before{
	color: #fff;
	text-shadow: 10px 0 #000 , -10px 0 #000 ;
}
.navbar-nav a:hover,
.navbar-nav a:focus {
	color: #00a2a5 ;
}
.header-logo.navbar-brand {
  padding: 0;
}

.about h2,.services h3,.gallery h3{
        font-family: 'Signika Negative', sans-serif;
    font-size: 3em;
    color: #00a3e4;
    text-align: center;
        margin-bottom: .8em;
}

.about,.services,.gallery,.contact{
	    padding: 75px 0;
}
/*--about--*/
.about img {
  width: 100%;
}

.about-img{
padding:0px;
}
.about-info{
padding-left:35px;
}
.about h4 {
    font-size: 2em;
    color: #5A5A5A;
}
.about p {
  font-size: 1.1em;
  color: #868585;
  line-height: 1.8em;
  margin-top: 2em;
  letter-spacing:0.6px;
}
.effect
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect:before, .effect:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
/*--//about--*/
/*--sevices--*/

/*--services--*/
h3.tittle {
       font-family: 'Signika Negative', sans-serif;
}
.serve-grids-top {
    padding: 0em 0 1em 0;
}
.service-box {
background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
}
figure.icon i {
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  margin-top: 1.7em;
  z-index: 9999;
}

.service-box .icon {
  width: 100px;
  height: 100px;
   border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  background:rgb(61, 119, 141);
  margin: 0 auto;
  text-align: center;
  position: relative;	
}
.service-box .icon img {
  position: relative;
  z-index: 100;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  margin-top: 1em;
}
a.btn.btn-primary.btn-lg.see-button.hvr-shutter-out-horizontal {
  background:#53d0c6;
}
.service-box .icon:before {
  color:#fff;
  content: '';
  width: 100%;
  height: 100%;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  background:#00a3e4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.service-box:hover .icon img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.service-box:hover .icon:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.service-box h5{
	    font-family: 'Signika Negative', sans-serif;
  color:#00a3e4;
  font-size: 1.8em;
  font-weight: 400;
  margin: 0.5em 0 0 0;
}
.service-box p{
  color: #555;
  font-size: 0.93em;
  margin: 0 auto;
  line-height: 1.8em;
  font-weight: 400;
  text-align: center;
  width:96%;
}
.serve-grids-top:nth-child(2) {
   margin-top: 2em;
}
.serve-button{
	margin-top:1.5em;
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background:#53d0c6;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius:0;
    font-size: 0.9em;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#FCB2B2;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius:0;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*--/services--*/
/*-- banner-bottom2 --*/
.banner-bottom2{
	margin-bottom:8em;
}
.banner-bottom-right1{
float: left;
    width: 30%;
    padding: 2.5em 1.3em 2.5em 1.8em;
    background: #00a3e4;
}
.banner-bottom-left1{
	float:right;
	width:70%;
}
h2.voluptatum{
	padding-bottom:0;
}
.Nam{
	margin:2em 0 0;
}
.txt1{
	padding:1.55em 1.3em;
}
.cum span{
	top: 93%;
}

/*-- banner-bottom --*/
.banner-bottom{
	position:relative;
	background-color: #f4f4f4;
}
.banner-bottom-left{
	float:left;
	width:70%;
}
.banner-bottom-right{
	float:right;
}
.banner-bottom-left-grid{
    float: left;
    width: 33.33%;
    background: #f7f7f7;
    height: 304px;
}
.banner-bottom-left-grid h3{
    color: #00a3e4;
    margin: 0;
    font-size: 1.21em;
    font-family: 'Signika Negative', sans-serif;
    font-weight: 500;
    line-height: 1.3em;
}
.banner-bottom-left-grid p{
	margin:1.31em 0 0;
	font-size: 14px;
	color: #555;
	line-height: 1.8em;
	font-weight:300;
}
.txt{
	padding:1.4em;
}
.iusto{
	position:relative;
}
.cum span {
    top: 93%;
}
.cap span{
	position: absolute;
	top: 48%;
	left:-5%;
	width: 0;
	height: 0;
	border-top: 23px solid #f7f7f7;
	border-right: 23px solid transparent;
	border-left: 23px solid transparent;
	transform: rotate(270deg);
}
.cap1 span{
	position: absolute;
	top: 93%;
	left: 39%;
	width: 0;
	height: 0;
	border-top: 23px solid #f7f7f7;
	border-right: 23px solid transparent;
	border-left: 23px solid transparent;
	transform: rotate(180deg);
}
.cap3 span{
	position: absolute;
	top: 50%;
	right:-5%;
	width: 0;
	height: 0;
	border-top: 23px solid #f7f7f7;
	border-right: 23px solid transparent;
	border-left: 23px solid transparent;
	transform: rotate(90deg);
}
.banner-bottom-right{
	padding:1.3em 1.8em;
	background:#d69bff;
	position: absolute;
	top:-11.4%;
	right: 17.6%;
	width:19.4%;
}
.banner-bottom-right-info h3{
	color:#fff;
	font-size:24px;
	margin:0;
	padding-bottom: 0em;
	text-transform:capitalize;
    font-family: 'Signika Negative', sans-serif;
}
p.quis{
	font-size:14px;
	color:#fff;
	margin:1.2em 0;
	line-height: 1.8em;
}
.cate h3{
	color:#fff;
	font-size:24px;
	margin:0 0 1em;
	text-transform:capitalize;
    font-family: 'Signika Negative', sans-serif;
	font-weight:300;
}
.cate ul{
	padding:0 0 0 1em;
	margin:0;
}
.cate ul li{
	color:#fff;
	margin:0px 0 16.9px;
}
.cate ul li a{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	font-weight:300;
}
.cate ul li a:hover{
	text-decoration:none;
	color:#272727;
}
/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background:#4F829A;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.learn:before {
	background:#f4f4f4 !important;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#fff;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* //Rectangle In */
.banner-bottom-right-info a{
       padding: 4px 5px 4px 7px;
    font-size: 15px;
    color: #898989;
    text-decoration: none;
}
.banner-bottom-right-info a:hover{
	text-decoration:none;
	color:#fff;
	background:#676767;
}
/*-- //banner-bottom2 --*/
/*--mid-collection--*/
.mid-section {
    background: url(../images/mid-bg.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 470px;
}
.mid-top {
    background-color: rgba(44, 62, 80, 0.81);
    padding: 4em 2em;
    width: 80%;
	margin:0 auto;
    margin-top: 7.6em;
    
}
.mid-top h3 {
    color: #00a3e4;
    font-size: 3em;
	text-align:center;
}
.mid-top p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
	text-align:center;
    margin-top: 0.7em;
	letter-spacing:1.4px;
}
/*--/mid-collection--*/
/*--gallery--*/
.view {
  width: 350px;
    height: 234px;
   margin: 10px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.view .mask,.view .content {
   width: 350px;
   height: 234px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2, .view h3 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
    font-size: 1.5em;
   padding:8px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
    font-family: 'Signika Negative', sans-serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
/*--/gallery--*/


/*--footer--*/
.footer{
	padding:1em 0;
	background:rgba(78, 197, 241, 0.81);
}
.social-agile{
margin:0 auto;
padding:0px;
padding-top:4px;
vertical-align:middle;
float:left;
}
ul.social-agile li {
display: inline-block;
margin-right:6px;
}
ul.social-agile li a {
display: inline-block;
text-decoration: none;
border-radius:50%;
font-size:20px;
color:#fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
vertical-align: middle;
text-align: center;
}
ul.social-agile li a:hover {
-ms-transform:scale(1.1);
-webkit-transform:scale(1.1);
transform:scale(1.1);
}
ul.social-agile li a.facebook {
    background: #3b5998;
    padding: 4px 13px;
}
ul.social-agile li a.twitter {
    background:#55acee;
	padding: 4px 8px;
}
ul.social-agile li a.vk {
    background:#45668e;
	padding: 4px 8px;
}
ul.social-agile li a.instagram {
    background: #007bb5;
	padding: 4px 9px;
}
ul.social-agile li a.youtube {
    background: #bb0000;
	padding: 4px 9px;
}

.rights-wthree{
float:right;
padding:10px 0px 0px;
letter-spacing:1px;
}

.rights-wthree p {
  color: #fff;
  font-size: 14px;
}

.rights-wthree a{
text-decoration:none;
color:#000;
}

.rights-wthree a:hover{
color:yellow;
}
/*--slider-up-arrow--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*--//slider-up-arrow--*/




/*---------------- About Us Page ----------------------*/


/*--about-grid2--*/
.a-grid2{

}
.a-grid2-padding{
padding:75px 0px;
}
.a-grid2-info{
margin:5px;
padding:0px;
border:5px solid #fff;
width: 24.124%;
box-shadow:0px 0px 6px #333;
-webkit-box-shadow: 0px 0px 6px #333;
	-moz-box-shadow: 0px 0px 6px #333;
	-o-box-shadow: 0px 0px 6px #333;
	-ms-box-shadow: 0px 0px 6px #333;
}
.a-grid2-text{
text-align:center;
padding:10px;
}
.a-grid2-text h4{
font-size:21px;
color:#333;
padding-bottom:5px;
}
.a-grid2-text p{
font-size:13px;
color:#666;
letter-spacing:0.8px;
line-height:24px;
}
/*--//about-grid2--*/


/*--about-grid3 -- team--*/
.a-grid3{
background:#f6fafb;
text-align:center;
}
.a-grid3-padding{
padding:75px 0px;
}
.a-grid3 h3{
color:#00a3e4;
font-size:34px;
padding-bottom:5px;
}

.team{
	
}
.team_grid{
	
}
.team_grid h4{
	font-size:20px;
	color:#c08943;
	margin:1em 0;
}
.team_grid h4 span{
	display:block;
	font-size:16px;
	margin:8px 0 0;
	color:#212121;
	font-weight: 500;
}
.a-grid3 p{
	width: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
	letter-spacing:1.6px;
    color: #999;
	font-size:14px;
	padding-bottom:36px;
}

.team_grid img {
    margin: 0 auto;
    padding: 8px;
    box-shadow: 0px 0px 5px #C7C7C7;
	-webkit-box-shadow: 0px 0px 5px #C7C7C7;
	-moz-box-shadow: 0px 0px 5px #C7C7C7;
	-o-box-shadow: 0px 0px 5px #C7C7C7;
	-ms-box-shadow: 0px 0px 5px #C7C7C7;
}

.social-team{
margin:0 auto;
padding:0px;
padding-top:2px;
vertical-align:middle;
}
ul.social-team li {
display: inline-block;
margin-right:6px;
}
ul.social-team li a {
display: inline-block;
text-decoration: none;
border-radius:50%;
font-size:16px;
color:#fff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
vertical-align: middle;
text-align: center;
}
ul.social-team li a:hover {
opacity:0.7;
}
ul.social-team li a.facebook {
    background: #3b5998;
    padding: 4px 10px;
}
ul.social-team li a.twitter {
    background:#55acee;
	padding: 4px 8px;
}
ul.social-team li a.vk {
    background:#45668e;
	padding: 4px 6px;
}
ul.social-team li a.instagram {
    background: #007bb5;
	padding: 4px 8px;
}
/*--about-grid3 -- team--*/

/*----------------// About Us Page ----------------------*/

/*----------------SERVICES ----------------------*/
/*--s-grid1--*/
.s-grid1 h2, .s-grid2 h3{
font-family: 'Signika Negative', sans-serif ;
font-size: 3em ;
color: #00a3e4;
text-align: center;
margin-bottom: 1em ;
}
.s-grid1-padding{
padding-top:100px;
}
.s-gird1-img{
border:10px solid #eee;
padding:0px;
box-shadow:0px 0px 16px #000;
-webkit-box-shadow: 0px 0px 16px #000;
-moz-box-shadow: 0px 0px 16px #000;
-o-box-shadow: 0px 0px 16px #000;
-ms-box-shadow: 0px 0px 16px #000;
}

.s-grid1-icon{
text-align:center;
}
.s-grid1-icon i{
font-size: 34px;
    color: #9d9da3;
    text-align: center;
    padding: 10px 15px;
    background: #f6f3f3;
    box-shadow: 0px 0px 4px #afadad;
	-webkit-box-shadow: 0px 0px 4px #afadad;
	-moz-box-shadow: 0px 0px 4px #afadad;
	-o-box-shadow: 0px 0px 4px #afadad;
	-ms-box-shadow: 0px 0px 4px #afadad;
}
.s-grid1-info:nth-child(2){
padding:40px 0px;
}
.s-grid1-text p{
font-size:14px;
color:#333;
letter-spacing:2px;
line-height:26px;
}
/*--//s-grid1--*/


/*--s-grid2 --*/
.s-grid2{

}
.s-grid2-padding{
padding:100px 0px;
}


.train-grids {
    margin-top: 3em;
}

.train-top {
    background: #fff;
    padding: 2em;
	box-shadow: 0 0 5px #c3c3c3;
	-webkit-box-shadow: 0 0 5px #c3c3c3;
	-moz-box-shadow: 0 0 5px #c3c3c3;
	-o-box-shadow: 0 0 5px #c3c3c3;
	-ms-box-shadow: 0 0 5px #c3c3c3;
	border: 1px solid#DACFCF;
   text-align: center;
}
.train-img {
    width: 68px;
    height: 68px;
    background: rgba(78, 197, 241, 0.81);
    margin: 0 auto;
    padding: 1em 0;
    border-radius: 60px;
}
.train-img img{
width: 24px;
height: 24px;
margin-top:9px;
vertical-align:middle;
}
.train-grid h4 {
    font-size: 1.8em;
    color: #1E1E1E;
    font-family: 'Ubuntu Condensed', sans-serif;
    margin-top: 0.8em;
}
.train-grid p {
    font-size: 1em;
    color: #777;
    line-height: 1.8em;
    margin-top: 0.5em;
}
.train-grid:hover div.train-img {
	    background: #444;
}
.train-grid:hover.train-grid h4 {
    color: #fff;
}
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(78, 197, 241, 0.81);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*--//s-grid2--*/


/*----------------// SERVICES ----------------------*/

/* ----------- Gallery -------------*/
.g-grid h4, .c-grid h2, .c-grid h3{
font-family: 'Signika Negative', sans-serif ;
font-size: 36px;
color: #00a3e4;
text-align: center;
}
.g-grid h5{
font-family: 'Signika Negative', sans-serif ;
font-size: 18px;
color: #a29e9e;
text-align: center;
margin:0 auto;
margin-bottom: 25px;
}
/* ---------//Gallery Ends --------- */

/*----------Contact-----------*/
.c-grid h2, .c-grid h3{
padding-bottom:30px;
}
.map{
	width:100%;
	display:block;
	margin-bottom:60px;
}
.map iframe{
	width:100%;
	height:400px; 
	display:block;
	-moz-box-shadow:    0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
	
}


.contact {
  background:#;
  background-size:cover;
}
.contact-right p {
  font-size: 1.1em;
  color: #777;
  margin-top: 0.3em;
}
p.cnt-p {
  margin-bottom: 1.5em;
}
.contact-right a {
	color: #777;
	margin: 0 0 .5em 0;
	text-align: left;
	font-size: 1em;
}
.contact-right a:hover {
  color:blue;
}
.contact-left input[type="text"] {
    border: 1px solid #000;
    width: 32.3%;
    margin: 0 0 1em 0;
    outline: none;
    font-size: 1em;
    color: #777;
    padding: 10px 12px;
    background: none;
}
.contact-left input[type="email"] {
    border: 1px solid #000;
    margin: 0 .45em 1em 0.5em;
    outline: none;
    font-size: 1em;
    color: #777;
    padding: 10px 12px;
    width: 32%;
    background: none;
}
.contact-left textarea {
  border: 1px solid #000;
  outline: none;
  font-size: 1em;
  color: #777;
  padding: 10px 12px;
  width: 100%;
  resize: none;
  height: 180px;
    background: none;
}
.contact-left input[type="submit"] {
  border: 1px solid #000;
  padding: .7em 0;
  width: 22%;
  margin-top: 0.8em;
  font-size: 1em;
  color: #777;
  font-weight: 500;
  letter-spacing: 1px;
  outline: none;
  background-color: #fff;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
    background: none;
}
.contact-left input[type="submit"]:hover{
	background-color:#00a3e4;
	color:#fff;
}

/*-----------//Contact-----------*/




/*investor*/
.investor {
  margin: 2em 0 1em;
}
.investor-pic {
  height: 180px;
  width: 260px;
}
.investor-pic img{
  height: 100%;
  width: 100%;
}
.investor > h3 {
  background: #f3f3f3 none repeat scroll 0 0;
  color: #204b87;
  font-size: 1.2em;
  padding: 1em 0;
  text-align: center;
  text-transform: capitalize;
}


.pdf > a {
  /* border: 1px solid #bdbdbd; */
  display: block;
  /* padding: 1rem; */
  text-align: center;
  float: left;
  width: 20%;
}
.pdf > p {
  /* background: #fff none repeat scroll 0 0; */
  font-size: 12px;
  /* padding: 0.8rem; */
  text-align: center;
  display: block;
  width: 80%;
  float: left;
}


/*tab*/
.investor-tab-sec{
  padding: 2rem 0 0;
}
.investor-tab h4 {
  color: #0099E5;
  font-size: 3rem;
  margin: 0;
  font-family: Trebuchet MS;
  font-weight: normal;
  text-transform: capitalize;
}
.investor-table td {
  font-size: 13px;
  border-color: #545454 !important;
  width: 1%;
  text-align: center;
}
.investor-table th {
  font-size: 13px;
  width: 1%;
  text-align: center;
  background: #666;
  color: #fff;
  vertical-align: middle !important;
}

.contact-address {
  background: #e8f7fc;
  margin: 0 0 2rem;
  padding: 2rem;
}
.contact-address h4 {
  text-transform: uppercase;
  font-size: 14px;
  color: #00597A;
  margin: 0 0 0.5rem;
}
.contact-address p{
  color: #666;
  font-size: 13px;
  font-family: sans-serif;
}
.investor-table{
	padding-top: 15px;
}
.pad-top {
	padding: 15px 15px 0px;
}
.pad-top h2 {
	font-size: 18px;
}
.pdf a img{
	width: auto;
	max-width: 100%;
}
.pdf {
	border: 1px solid #999;
	margin: 15px 0 0;
	padding: 0.3rem;
	height: 59px;
}
.agm-heading{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.pad-heading{
	padding-top: 15px;
}

.resp-vtabs .resp-tabs-list li{
	text-transform: uppercase !important;
}