/*--
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*-- Reset Code --*/
body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'ABeeZee', sans-serif;
}
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:hover {
	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 {
	margin: 0;
	padding: 0;
	
}
h1 {text-transform:uppercase;}
h3 {margin-bottom:20px;}
p {
	margin:0 0 20px 0; text-align:left; font-size:18px;
}
ul {
	margin:0;
	padding:0;
}
label {
	margin:0;
}
a:link {text-decoration:none;}
a:focus, a:hover {
	text-decoration: none;
	outline: none
}
a[href^="tel"]{
    color: inherit;
    text-decoration:none;
}
span {color:#001a72; font-weight:bold;}
img {
		max-width: 100%;
		height: auto;
		border:none;}
		
.more a{
	font-size: 16px;
	padding: 10px 60px;
	width:auto;
	background: #001a72;
	text-decoration: none;
	color: #fff;
}
.more a:hover{
	background: #001a72;
}

hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #336699;
}
/*-- //Reset Code --*/

/*-- Header--*/
.top-bar{
	background-color:#001a72; width:100%; height:10px;}

.header img { display:block; margin-bottom:20px; float:left; margin:10px 10px 10px 0;}
.header-right{
	width:50%;
	float:right;
	text-align:right;
	color:#001a72;
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
}
.header-right a {color:#001a72;}

.phone{
	width:60%;
	float:left;
	margin-top:8px;
}
.phone ul li{
	display:inline-block;
}
span.glyphicon.glyphicon-earphone.phone {
    color: #fff;
    font-size: 17px;
	top:4px;
}
.social-icons-top{
	width:40%;
	float:left;
}
.social-icons-top ul li{
	display:inline-block;
}
.social-icons-top ul li a{
	width:50px;
	height:50px;
	background:url('../images/img-sprite.png') no-repeat 0px 0px;
	display:inline-block;
	border:none;

}
.social-icons-top ul li a.google{
	background:url('../images/img-sprite.png') no-repeat -50px 0px;

}
.social-icons-top ul li a.twitter{
	background:url('../images/img-sprite.png') no-repeat -100px 0px;

}
.social-icons-top ul li a.facebook{
	background:url('../images/img-sprite.png') no-repeat -150px 0px;

}
.social-icons-top ul li a.linkedin:hover{
	background:url('../images/img-sprite2.png') no-repeat 0px 0px;

}
.social-icons-top ul li a.google:hover{
	background:url('../images/img-sprite2.png') no-repeat -50px 0px;

}
.social-icons-top ul li a.twitter:hover{
	background:url('../images/img-sprite2.png') no-repeat -100px 0px;

}
.social-icons-top ul li a.facebook:hover{
	background:url('../images/img-sprite2.png') no-repeat -150px 0px;

}
.total-navbar{   
	background-color: #001a72;
}
.navbar-default {
	    background-color: #001a72;
	border:none;
}
.navbar {
    border-radius: 0px;
	margin:0;
}

.navbar-right {
    float: none!important;
	margin-right:0px!important; 
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	padding:23px 30px;
	border-right:1px solid rgba(255, 255, 255, 0.2);;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color:#336699;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
    background-color:#001a72;
}
.navbar-toggle {
	border-radius:0px;
}
/*-- //Header--*/

/*-- Banner--*/
.banner img { width:100%; text-align:center; margin:0 auto; display:block;}
	
.banner h1 {font-size:20px;}


.modal-header {
	border:none;
}
.modal-body {
    padding: 5px 25px 25px 25px;
}
.modal-body p{
	font-size:14px;
	line-height:30px;
}
/*-- //Banner--*/

/*-- Slider --*/
#slider {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	list-style: none;
	background: rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right:0;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}
.events {
	list-style: none;
}
.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	left: 0;
	top: 0;
}
.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 48%;
    left: 40px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 64px;
    width: 64px;
    background: url("../images/left-arrow.png") no-repeat 0px 0px;
}
.callbacks_nav.next {
    left: auto;
    background: url("../images/right-arrow.png") no-repeat 0px 0px;
    right: 40px;
}
.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks2_nav:active {
	opacity: 1.0;
}

#slider-pager a {
	display:none;
}

#slider-pager span {
	float: left;
}
#slider-pager span {
	display:none;
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}
#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}
#slider-pager a {
	padding: 0;
}
#slider-pager li {
	display: none;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}
.rslides li {
	position: relative;
	display: block;
	float: none;
}
.rslides img {
	height: auto;
	border: 0;
}
.callbacks_tabs {
	display:none;
	list-style: none;
	position: absolute;
	top: 80.5%;
	z-index: 999;
	left: 44.5%;
	padding: 0em 0.6em 1em 0.3em;
	margin: 0;
}
.callbacks_tabs li {
	display: none;
	margin: 0.5em;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	width:12px;
	height: 12px;
	display: inline-block;
	background: #fff;
	border: none;
	border-radius: 50%;
}
.callbacks_here a:after {
	background: #8ebfc6;
}
.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 50%;
    width: 50%;
    height: 100%;
    padding-top: 200px;
}
.slider-info img {
	width: 100px;
	margin: 0 auto;
}
.slider-info h3 {
	font-family: 'ABeeZee', sans-serif;
    font-size: 48px;
	font-style: italic;
    font-weight: 900;
    color: #FFF;
    margin: 2px 0px 20px 10px;
	text-align:left;
	text-shadow: 1px 1px #333;
}
.slider-info h4 {
    font-size: 30px;
    color: #fff;
	margin: 2px 0px 20px 10px;
	text-shadow: 1px 1px #333;
}
.slider-info p {
    font-size: 16px;
    font-weight: 100;
    color: #d3d8d8;
    margin: 0 auto 50px;
    line-height: 35px;
}

h6 {
	margin:0 auto;
	z-index:999;
}
h6 a{
	cursor:pointer;
	font-size:16px;
	text-transform:none;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: -39%;
    left: 13.4%;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: block;
    text-align: center;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
       display: none;
    margin: 0 7px;
}
/*-- //Slider --*/

/*--About--*/
.about{
	padding:75px 0px 50px 0;
	background:#fff;
}
.about h1{
	font-size:36px;
	margin-bottom:40px;
	color:#001a72;
	font-weight:600;
	text-align: center;
}
.about h2{
	font-size:26px;
	margin-bottom:40px;
	color:#336699;
	font-weight:600;
	text-align: center;
}
.about h3{
	font-size:20px;
	margin-bottom:30px;
	color:#001a72;
	font-weight:600;
	
}
.about img {margin-bottom: 30px;}

.about-grids{
	margin-top:75px;
}
.about-grids h4{
	color:#000;
	/*--agileits--*/
	font-size:17px;
	font-weight:700;
	margin-bottom:15px;
}
.aboutimage{
	border:8px solid #001a72;
	border-radius: 50%;
    padding: 0;
}
.about-grids p{
	line-height:30px;
	font-size:14px;
	color:#000;
}
.about-grid1,.about-grid3{
	width:60%;
	text-align:right;
}
.about-grid1{
	margin-bottom:75px;
}
.about-grid1 h4,.about-grid3 h4{
	text-align:right;
}
.about-grid2{
	width:60%;
	margin:0px 0px 75px 455px;
	text-align:left;
}
.about-grid2 h4{
	text-align:left;
}

.about-grid4{
	width:60%;
	margin:0px 0px 30px 455px;
}
.aimg:after {
    content: '';
    background:#001a72;
    width: 3px;
    height: 38%;
    position: absolute;
    bottom: -40%;
    left: 50%;
}
/*-- //About--*/

/*-- Services--*/

.services{
	background-color:#001a72;
	padding:75px 0px;
	text-align:center;
}
.services h3{
	font-size:35px;
	padding-bottom:20px;
	color:#fff;
	font-weight:600;
}
.services h6{
	font-size:15px;
	color:#f3f6f3;
	font-weight:300;
	width:40%;
	margin:0 auto;
	line-height:30px;
}
.service-grids{
	margin-top:75px;
	color:#fff;
}
.services h4{
	padding: 13px 0px;
    font-size: 20px;
    color: #fff;
}
.service-grids-icon{
	width: 30%;
    padding: 20px;
    border: 3px solid #7bc475;
    border-radius: 50%;
	margin:0 auto;
}
.services .fa {
    font-size: 30px;
    color: #7bc475;
}
.services p{
	font-size:14px;
	color:#B5B5B5;
	line-height:30px;
}
.service-grid:hover div.service-grids-icon{
	   transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
	/*--agileits--*/
   -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
/*-- //Services--*/


/*-- gallery --*/ 
div#gallery {
    padding: 40px 0px;
	text-align:center;
}
div#gallery .col-md-4 {margin-bottom: 30px;}
.gallery {
    text-align: center;
}

.agileinfo-gallery-row {margin-bottom: 30px;}

.gallery h3 {color: #fff;}
.gallery a:link, .gallery a:visited {color: #fff;}
.gallery a:hover {color: #ccc;}

.gallery span {
    font-size: 1.2em;
    text-align: center;
    display: inherit;
    color: #fff;
    letter-spacing: 1px;
    margin: 25px 0;
}


.gallery h4 {font-size: 24px; }

.gallery-grids {
    padding: 1em;
	display: block;
	background: rgba(0, 26, 114, 0.2); /* Blue see-through */
	margin-bottom: 20px;
  
}
.encounter-grids {
	max-width: 380px;
	min-height: 555px;
	display: block;
	margin:0 0 20px 0;
	padding: 10px;
  
} 

.encounter-grids img {margin:0 0 30px 0; max-width: 360px; max-height: 360px !important;}
.encounter-grids h3 {font-size: 20px; margin-bottom: 15px;}
.encounter-grids h4 {font-size: 18px; margin-bottom: 20px;}

 
/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgba(0, 26, 114, 0.4); /* Blue see-through */
  color: #fff; 
  width: 100%;
  height:100%;
  transition: .5s ease;
  opacity:1;
  font-size: 20px;
  padding: 50px 20px;
  text-align: center;
}
[class^='imghvr-hinge-']:hover .overlay h4, [class^='imghvr-hinge-']:hover .more {display:none;} 

.more {
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background:transparent;
	border:#fff 1px solid;
	margin-top:50px;
    padding: 10px;
    display: inline-block;
}
/*-- imghvr-hinge --*/
[class^='imghvr-'],
[class*=' imghvr-'] {
	position: relative;
	display: inline-block;
	margin: 0px;
	max-width: 100%;
	background: rgba(0, 0, 0, 0.2); /* Black see-through */
	color:#2c64ae;
	overflow: hidden;
	-webkit-backface-visibility: hidden; 
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	cursor: pointer;
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
	vertical-align: top;
	max-width: 100%;
}
[class^='imghvr-'] .agile-figcaption,
[class*=' imghvr-'] .agile-figcaption {
	background: rgba(0, 0, 0, 0.6); /* Black see-through */
	color:#fff;
	padding:2em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
} 
[class^='imghvr-'] .agile-figcaption h4 {
    font-size: 1.6em;
    margin-bottom:15px;
    color:#2c64ae;
    text-transform: uppercase;
    letter-spacing: 2px;
}
[class^='imghvr-'] .agile-figcaption p{
	font-size:1.2em;
	line-height:1.3em;
	color:#fff;
	font-weight:bold;
	margin:50px auto;
	text-align: center;
}
[class^='imghvr-'] a,
[class*=' imghvr-'] a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
/*[class^='imghvr-hinge-'],
[class*=' imghvr-hinge-'] {
	-webkit-perspective: 50em;
	perspective: 50em;
}*/
[class^='imghvr-hinge-'] .agile-figcaption,
[class*=' imghvr-hinge-'] .agile-figcaption {
	opacity: 0;
	z-index: 1;
}
[class^='imghvr-hinge-']:hover img,
[class*=' imghvr-hinge-']:hover img {
	opacity: 0.5;
}
[class^='imghvr-hinge-']:hover .agile-figcaption,
[class*=' imghvr-hinge-']:hover .agile-figcaption {
	opacity: 1;
	-webkit-transition-delay: 0.21s;
	-moz-transition-delay: 0.21s;
	-o-transition-delay: 0.21s;
	-ms-transition-delay: 0.21s;
	transition-delay: 0.21s;
}
 
/*-- imghvr-hinge-right -- */
/*.imghvr-hinge-right img {
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.imghvr-hinge-right .agile-figcaption {
	-webkit-transform: rotateY(90deg);
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform: rotateY(90deg);
	
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;	
}
.imghvr-hinge-right:hover > img {
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}
.imghvr-hinge-right:hover .agile-figcaption {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
} 
/*-- //imghvr-hinge --*/ 
/*-- //gallery --*/ 



.gallery-grids img {
    width: 100%;
}
.gallery-grids { 
	padding: 10px;
}
/*-- gallery-hover effect --*/
.w3ls-hover {
	background-color: #FFF;
	display: block; 
	overflow: hidden;
	position: relative; 
	text-align: center;
} 
.w3ls-hover .view-caption { 
    padding: 2.5em 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0%;
    height: 50%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
}
.w3ls-hover .view-caption h5 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
	    text-transform: uppercase;
}
.w3ls-hover .view-caption span {
    color: #fff;
    font-size: 1.5em;
    margin-top: 6%;
    display: inline-block;
    border: 1px solid #fff;
    padding: 1em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
}
.w3ls-hover:hover .view-caption { 
	background-color: rgba(223, 150, 118, 0.74); 
	opacity: 1;
	width: 100%;
}
.w3ls-hover .view-caption span:hover {
    color: #fff;
    border-color: #fff; 
}
/*-- //gallery --*/

/* ----------------------------------------------------------------
    [ Events ]
-----------------------------------------------------------------*/
.post {margin-bottom: 20px; border-bottom:1px solid #336699;}

.post .title{
    text-align: left;
	font-size: 20px;
}

.paging {margin-bottom: 50px; padding: 20px 0; border-bottom: 1px solid #336699;}
.paging li {display: inline; margin: 10px;}

.col-md-4 li {margin-bottom: 10px;}

/* ----------------------------------------------------------------
    [ Timeline ]
-----------------------------------------------------------------*/
.education-container{
    position: relative;
    display: block;
    margin: 0;
}
.edu-list{
    position: relative;
    display: block;
    margin: 0 50px;
    list-style: none;
}
.edu-list > li{
	background: transparent;
	border: 1px solid #e3e3e3;
    position: relative;
    margin: 0 0 20px;
    padding: 25px 25px 25px 25px;
	font-size: 14px;
	
}
.dark_bg .edu-list > li{
	border: 1px solid #fff;
}

.edu-list > li img {margin: 10px auto; text-align: center; display: block; }

.edu-list > li h4{
    font-size: 18px;
	color: #001a72;
	margin-bottom: 10px;
	
}
.edu-list > li p{
    font-size: 14px !important;
	margin-bottom: 10px;
	text-align: center;
	
}


.edu-list > li:not(:last-child)::before{
    content: '';
    position: absolute;
    top: 40px;
    left: -27px;
    width: 3px;
    height: 100%;
    background: #001a72;
}
.edu-list > li::after{
	content: "\e00d";
    position: absolute;
    top: 0;
	left: -50px;
	width: 50px;
	height: 50px;
    line-height: 50px;
	border-radius: 100%;
	text-align: center;
    font-size: 20px;
    font-family: 'et-line';
    background: #001a72;
    color: #fff;
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
            transition: all .3s ease;
}
.experience > li::after{
	content: "\e023";
    position: absolute;
    top: 0;
	left: -50px;
	width: 50px;
	height: 50px;
    line-height: 50px;
	border-radius: 100%;
	text-align: center;
    font-size: 20px;
    font-family: 'et-line';
    background: #001a72;
    color: #fff;
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
            transition: all .3s ease;
}
/* ----------------------------------------------------------------
    [ End Timeline ]
-----------------------------------------------------------------*/

.logos { padding: 75px 0; margin: 0 auto; text-align: center; width: 100%; position: relative;}
.logos img { display: inline-block; margin: 20px; max-width: 100%; height: auto;}


/*--Contact --*/
.contact{
	background-color:#001a72;
	padding:40px 0px;
}
.contact h2 { font-size:36px; font-weight:bold; margin-bottom:20px; text-align:center; color:#fff;}

.contact-grids { margin-bottom:30px;}
.contact-grid1 {border-left:none;}
	
.contact h4{
	font-size: 25px;
    color: #fff;
    margin-bottom: 25px;
    text-align: left;
    font-weight: 600;
}
.contact h6{
	font-size:18px;
	line-height:22px;
	color:#fff;
	margin-top:25px;
	margin-bottom:10px;
	text-align:left;
}
.contact h6 a, .contact a{
	color:#fff;
	font-size:18px;
}
.contact input[type="text"], .contact input[type="email"], .contact input[type="number"]{
    display: inline-block;
    background: none;
    border: 1px solid #fff;
    width: 100%;
    outline: none;
    font-size: 0.95em;
    color: #fff;
    font-weight: 400;
    padding: 10px 15px;
	margin:1em 0em;
	font-family: 'ABeeZee', sans-serif;
}
.contact textarea {
    background: none;
    border: 1px solid #fff;
    width: 100%;
    display: block;
    height: 14em;
    outline: none;
    font-size: 0.95em;
    color: #fff;
    font-weight: 400;
    padding: 10px 15px 10px 15px;
	margin: 1em 0em;
	font-family: 'ABeeZee', sans-serif;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input:-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #fff;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
}

input[type="submit"]{
	background-color:#001a72;
	color:#fff;
	padding:7px 13px;
	border: #fff 1px solid;
}
input[type="submit"]:hover{
	background-color:#666;
}
/*-- //Contact --*/

/*--Footer --*/
.footer{
	padding:20px 0px;
	text-align:center;
	background-color:#336699;
}
.footer p{
	color:#fff;
	font-size:16px;
	line-height:25px;
	text-align:center;
	padding: 15px 0;
}
.footer a{
	color:#fff;
}
.footer a:hover{
	color:#001a72;
}
/*-- //Footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/up-arrow.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);
}
/*-- //to-top --*/
/*--Responsive --*/
@media(max-width:1440px){
	.header-right { font-size:20px;}
}

@media(max-width:1199px){
	.navbar-default .navbar-nav > li > a {
		padding: 23px 23px;
		font-size: 13px;
	}
	.logos img { display: inline-block; margin: 20px; max-width:250px; height: auto;}
	.encounter-grids img {margin:0 0 30px 0; max-width: 300px; max-height: 300px !important; min-height: 300px !important}
}

@media(max-width:1080px){
	.header-right {width:42%; }
	.phone{
		width:51%;
	}
	.social-icons-top{
		width:49%;
		text-align:left;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 23px 23px;
	}
	.about-grid2 {
		margin: 0px 0px 75px 380px;
	}
	.aimg:after {
		height: 61%;
		bottom: -65%;
	}
	.service-grids-icon {
		padding: 14px;
	}
	
}
	
@media(max-width:1024px){
	
	
	
}
@media(max-width:991px){
	.header img { display:block; float:none; margin:0 auto; width:auto; text-align:center;}
	.header-right {float:none; width:100%; text-align:center; margin-top:10px; margin-bottom:20px;}
	.header-right  {-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;}
	.navbar-default .navbar-nav > li > a {
		padding: 23px 15px;
		font-size: 12px;
	}
	.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 50%;
    width: 50%;
    height: 100%;
    padding-top: 100px;
		
}
	.slider-info h3 {
	font-family: 'ABeeZee', sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #FFF;
    margin: 20px 10px;
	
	}
	.slider-info h4 {
	font-family: 'ABeeZee', sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #FFF;
    margin: 2px 10px;
	
	}
	.about-text {
		padding: 0px 15px 0px 0px;
	}
	.about-text2{
		padding: 0px 0px 0px 15px;
	}
	.about-grids h4 {
		margin-bottom: 10px;
	}
	.about-grids p {
		line-height: 25px;
	}
	.about-grid2 {
		margin: 0px 0px 75px 293px;
	}
	.aimg:after {
		height: 107%;
		bottom: -113%;
	}
	.services h6 {
		width: 55%;
	}
	.service-grids-icon {
		padding: 9px;
	}
	.services p {
		line-height: 27px;
	}
	
	.post .col-md-4 {border-top: solid 1px #336699}
	
   .contact h4 {
		font-size: 20px;
   }
   
	.contact h4 {
		margin-bottom:12px;
	}
	div#gallery .col-md-4 {width: 50%;}
	.logos img { display: inline-block; margin: 20px; max-width:200px; height: auto;}
	
	.encounter-grids {width: 100%; min-height: 450px; display: block; text-align: center; margin: 10px auto;}
	.encounter-grids img {margin:10px auto; max-width: 100%; height: auto !important; display: block; text-align: center;}
	.encounter-grids p {text-align: center;}
}
@media(max-width:966px){
	.aimg:after {
		left: 46%;
	}
	.service-grids {
		margin-top: 50px;
	}
	.theader {
		margin-bottom: 50px;
	}
	.team img {
		width: 85%;
	}
	.testimonials p {
		width: 95%;
	}
}
@media(max-width:900px){
	.aimg:after {
		left: 52%;
	}
}
@media(max-width:800px){
	.aimg:after {
		left: 51%;
	}
}
@media(max-width:768px){
	.top-bar {
		padding: 10px 0px;
	}
	
	.navbar-default .navbar-nav > li > a {
		padding: 23px 20px;
		font-size: 14px;
	}
	.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top:100px;
}
	.slider-info h3 {
	font-family: 'ABeeZee', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #FFF;
    margin: 10px auto;
		text-align: center;
	}
	.slider-info h4 {
	font-family: 'ABeeZee', sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #FFF;
    margin: 2px auto;
		text-align: center;
	}
	.logos img { display: block; margin: 20px auto; text-align: center;}
	
	
}
@media(max-width:736px){
	
	.navbar-default .navbar-nav > li > a {
		padding: 15px 28px;
		border:none;
	}
	.about-text{
		width:60%;
		float:left;
	}
	.aboutimage {
		width:40%;
		float:left;
	}
	.about-grid1, .about-grid3 {
		width: 63%;
	}
	.about-grid2 {
		width: 63%;
		margin: 0px 0px 75px 261px;
	}
	.service-grid{
		width:50%;
		float:left;
	}
	.service-grid1,.service-grid2{
		padding-bottom:20px;
	}
	.service-grids-icon {
		padding: 12px;
		width:20%;
	}
	
	
}
@media(max-width:667px){
	.logo{
		width:40%;
	}
	.logo a h2 {
		font-size:30px;
	}
	
	.about{
		padding:40px 0px;
	}
	.about h6{
		width:75%;
	}
	.about-grid1{
		margin-bottom:30px;
	}
	.about-grid2 {
		margin: 0px 0px 30px 234px;
	}
	.about-text {
		padding: 0px 8px 0px 0px;
	}
	.about-text2{
		padding: 0px 0px 0px 8px;
	}
	
	.services{
		padding:40px 0px;
	}
	.services h6 {
		width: 75%;
	}
	.team{
		padding:40px 0px;
	}
	
	.carousel-caption {
		bottom: 28px;
	}
	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
		height: 288px;
	}
	
	.contact{
		padding:40px 0px;
	}
	.footer{
		padding:30px 0px;
	}
}
@media(max-width:640px){
	
	.navbar{
		text-align:center;
	}
	.navbar-toggle {
		float:none;
		margin-right:0px;
	}
	
	.callbacks_nav, .callbacks_nav.next {
    display:none;
}
	.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top:100px;
}
	
}
@media(max-width:600px){
	
	
	.about-grid2 {
		margin: 0px 0px 30px 213px;
	}
	
	.about-grids h4 {
		font-size:15px;
	}
	.about-grids h4 {
		font-size:12px;
	}
	.services h6 {
		width: 90%;
	}
	
}
@media(max-width:568px){
	
	
	.about-grid2 {
		margin: 0px 0px 30px 195px;
	}
	.services h3{
		font-size:30px;
	}
	.service-grids-icon {
		padding: 9px;
    }
		
	
}
@media(max-width:480px){
	
	.header-right{
		width:100%;
	}
	
	.navbar-default .navbar-nav > li > a {
		padding: 8px 28px;
	}
	
	.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top:50px;
}
	.slider-info h3 {
	font-family: 'ABeeZee', sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #FFF;
    margin:0 auto 10px auto;
		text-align: center;
	}
	.slider-info h4 {
	font-family: 'ABeeZee', sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #FFF;
    margin: 2px auto;
		text-align: center;
	}
	
	.about-grid1, .about-grid2{
		width: 100%;
		padding-bottom:40px;
	}
	.about-grid2 {
		margin: 0px 0px 30px 0px;
	}
	.about-grid3 {
		width: 100%;	
	}
	.aboutimage {
		border: 5px solid #001a72;
	}
	.aimg:after {
		background:transparent;
	}
	.service-grid{
		width:100%;
	}
	.service-grid1,.service-grid2,.service-grid3{
		padding-bottom:30px;
	}
	.service-grids-icon {
		padding: 11px;
		width: 17%;
	}
	
	
	.contact-grids{
		width:100%;
	}
	.contact-grid1 {border-left:none;}
	
	
}
@media(max-width:414px){
	.about h3{
		font-size:25px;
	}
	
	.services h3{
		font-size:25px;
	}
	.services h4 {
		font-size: 17px;
	}

	
	
}
@media(max-width:384px){
	
	.service-grids-icon {
		padding: 12px;
		width: 20%;
	}
	
	
}
@media(max-width:375px){
	.logo a h2{
		font-size:25px;
	}
	
	.about h3 {
		font-size: 22px;
	}
	.services h3{
		font-size:22px;
	}
	
}
@media(max-width:320px){
	
	.about h3,.services h3 {
		font-size: 20px;
	}
}
/*--//Responsive--*/