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

body{
	padding:0;
	margin:0;
	background:#fff;
	position:relative;
	font-family: "Raleway", 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;
	color: #336699;
}
a:hover{
	text-decoration:none;
}
a[href^="tel"]{
    color: inherit;
    text-decoration:none;
}
input[type="button"],input[type="submit"],input[type="reset"],.contact-form input[type="submit"], .contact-form input[type="reset"]{
	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;	
	font-family: "Raleway", sans-serif;
	font-weight: 700;	
}	


p{
	margin:0;
	font-size: 16px;
	color: #253b52;
    line-height: 24px;
	margin-bottom:25px;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
.center {text-align:center;}

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

p.small {font-size: 80%;}

/* #Images
================================================== */

	img.img-responsive {
		max-width: 100%;
		height: auto; }
		
		img {
		max-width: 100%;
		height: auto; }

/*-- header --*/ 

.header {background-color: #fff; min-height: 120px;}
header h1 img {margin-left: 150px;}
h1 a.logo, h2 a.logo {
    font-size: 1.05em;
    color: #336699 !important;
    font-weight: 600;
    letter-spacing: 3px;
	z-index:1000;
	position:absolute; top:10px; left:10px;
}
nav.navbar.navbar-default {position:absolute; top:0; right:100px; z-index:10000;}
nav.navbar.navbar-default.navbar-fixed-top, nav.navbar.navbar-default {
    background: #fff;
    border: none;
    padding:2em;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse, nav.navbar.navbar-default.top-nav-collapse {
    background: transparent;
	padding:10px;
}
.navbar-default .navbar-nav > li > a {
    color: #333;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 1px;
	text-transform:uppercase;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #336699;
    border-radius: 13px;
	
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #336699;
    border-bottom: 2px solid #336699;
	
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px!important;
}
.navbar-right {
    margin-right: 10px;
}
.navbar-nav > li {
    margin: 0 .3em !important;
}
.navbar-default {
    background: rgba(255,255,255,0.7);
    border-color: transparent !important;
    margin: 0;
}
.navbar-nav .open .dropdown-menu {
		background:rgba(27, 134, 187, 0.8);
		z-index:1000;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
		text-transform:uppercase;
	}
	.agile_short_dropdown {
    border-radius: 0;
    background:rgba(27, 134, 187, 0.71);
    text-align: left;
	padding:0;
	border: none;
}
.agile_short_dropdown li a{
	color:#fff;
	font-size:14px;
	font-weight:normal;
	padding: 10px;
	text-transform:uppercase;
}
.agile_short_dropdown > li > a:hover{
    color: #fff;
    text-decoration: none;
    background-color: #000;
}

.rw-words-1 span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color: #336699;
	font-weight:400 !important;
	-webkit-animation: rotateWord 18s linear infinite 0s;
	-ms-animation: rotateWord 18s linear infinite 0s;
	animation: rotateWord 18s linear infinite 0s;
}
.rw-words-1 span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
	color: #91dd4d;
}
.rw-words-1 span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
	color: #336699;	
}
.rw-words-1 span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
	color:#91dd4d;
}
@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
.rw-words{
	display: inline;
	text-indent: 10px;
}
/*-- //header --*/ 
/*--  Slider Part starts Here --*/
#slider3,
#slider4 {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	list-style: none;
	padding: 0;
	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;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.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;
	width: 100%;
	margin: 0 auto 0;
	background:rgba(255, 255, 255, 0.88);
	border-radius: 10px;
}
.callbacks_container1{
	position: relative;
	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 {
	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: 44%;
	left: 2.8%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
    width: 34px;
	background: url(../images/left.png) -6px -5px;
	display: none !important;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
    left: auto;
    background: url(../images/right.png) no-repeat 0px 0px;
    right: -62px;
}
.callbacks_nav.prev {
    left: auto;
    background: url(../images/left.png) no-repeat 0px 0px;
}
#slider3-pager a ,#slider4-pager a{
	display: inline-block;
}
#slider3-pager span,#slider4-pager span{
	float: left;
}
#slider3-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:none;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a ,#slider4-pager .rslides_here a{
	background: #FFF;
	border-radius:30em;
	opacity:1;
}
#slider3-pager a ,#slider4-pager a{
	padding: 0;
}
#slider3-pager li,#slider4-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 {
    list-style: none;
    position: absolute;
    top: 26%;
    z-index: 999;
    left: auto;
    right: 16%;
    padding: 0;
    margin: 0;
}
.callbacks2_tabs{
	list-style: none;
	position: absolute;
	top: 105%;
	z-index: 999;
	left: 45%;
	padding: 0;
	margin: 0;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
} 
.callbacks_tabs li{
	display: block;
	margin: 0 .1em;
}
@media screen and (max-width: 600px) {
.callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 40px;
    width: 5px;
    background: rgba(0, 0, 0, 0.61);
	 -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: none;
}
.callbacks_here a:after{
	background: transparent;
}
ul.callbacks_tabs.callbacks2_tabs.callbacks_here a:after{
	background:transparent;
}

/*--  Slider Part ends Here --*/
.banner{
	position:relative;
}
.banner-info{
	background: url(../images/b1.jpg) no-repeat center 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:657px;
}
.banner-info1{
	background: url(../images/b2.jpg) no-repeat center 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:250px;
}


.banner-text{
	padding:150px 25% 10px 25%;
	width:100%;
	display:block;
	margin:0 auto;
		
}

.banner-text h1 {
	font-family: "Open Sans", sans-serif;
	color: #fff;
    font-size:36px;
    font-weight:600;
    text-align: left;
	text-transform: uppercase;
	text-shadow: 1px 2px #333;
	margin-bottom:25px;
}
.banner-text h2 {
	font-family: "Open Sans", sans-serif;
	color: #fff;
    font-size:36px;
    font-weight:600;
    text-align:center;
	text-transform: uppercase;
	text-shadow: 1px 2px #333;
	margin-bottom:25px;
}
.banner-text p{
	font-family: "Open Sans", sans-serif;
	color: #fff;
	font-size:24px;
	line-height:34px;
	text-align:left;
	text-transform: uppercase;
}
span {
    color: #336699;
}
.agile_more a {
    font-size: 1.1em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
	background:#000;
    padding: .7em 2em;
    display: inline-block;
}
.agile_more a:focus{
	outline:none;
}
.agile_more a:hover{
	background:#336699;
}
.agile_more.menu__item {
    text-align: left;
}


/*-- about --*/
.about, .services, .logos, .contact, .privacy {
    padding: 5em 0;
	position:relative;
}
.about {background: #253b52;}
.about h4 {color: #fff; text-align: center;}
.about p { color: #fff; text-align: center;}
.about a:link, .about a:visited {color: #fff;}
.about a:hover {text-decoration: underline;}

.aboutbg {
    background: url("../images/about-bg.jpg") no-repeat 50% 50%;
     background-size: cover !important;
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    margin: 0;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.section-background-overlay {
  background:linear-gradient(-120deg, transparent 55%, #253b52 55%);
	width: 120%;
    height: 120%;
	margin-bottom:2px;	
  z-index:10;
  opacity:1!important;
	
	}


.section-background-overlay::after {
    content: '';
    background:linear-gradient(-120deg, transparent 55%, #253b52 55%);
    position: absolute;
    width: 120%;
    height: 120%;
    bottom: 0;
    /*top: -15vh;*/
	top:0;
    z-index: 11;
    left: -2vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
	
}
.about-text{
	position: relative;
	padding:50px 20px 50px 80px;
	width:50%;
	max-width: 800px;
	display:block;
	margin:0;
	z-index: 1000 !important;	
}
.about-text p {color: #fff;}
.bannerimg {display: none;}

h2 {
    font-size:30px;
    color: #253b52;
	text-transform: uppercase;
    text-align: center;
	font-weight: 600;
    letter-spacing: 1px;
	position:relative;
	margin-bottom:35px;
}

h3 {
    font-size:20px;
    color: #253b52;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
	position:relative;
	margin-bottom:35px;
}
h3:before {
    left: 0;
}
h3:after {
    right: 0;
}
.about-top span {
    font-size: 1.2em;
    text-align: center;
    display: inherit;
    color: #33669a;
    letter-spacing: 1px;
    margin: 25px 0;
}



/*-- //about --*/
/*-- services --*/  
.services {
    background:#fff;
}
.services .col-md-4 {margin: 10px 0; padding: 0 !important; min-height: 350px;}
.services .col-md-3 h3, .services .col-md-4 h3 {color: #2d76ba; text-transform: uppercase; font-size: 30px;}
.services .col-md-4 h4 {color: #2d76ba; text-transform: uppercase; font-size: 20px; text-align: center;}
.services img {display:block; margin:20px auto;}
.services p {text-align:center; font-weight: 600;}
.services p.caption {text-align: center !important; font-size: 14px; font-style: italic;}
.services ul { list-style-type: none;}
.services ul li {font-size: 20px; line-height: 60px; font-weight: bold; color: #336699; margin-bottom:0px;}
.services ul li ul {list-style-image: url("../images/tick.png"); font-size: 16px; line-height: 26px; color:#336699; vertical-align: middle;}
.services ul li ul li {font-size: 16px !important;  line-height: 26px !important; color:#336699; margin-left: 40px; margin-bottom:0 !important; }
.services ul li ul li > span {
   top:-8px; position:relative; 
}

.services ul.bullet { list-style-type:circle; margin-left: 30px;}
.services ul.bullet li {font-size: 18px; line-height: 28px; font-weight:normal; color: #336699; margin-bottom: 20px;}

/*-- //services --*/ 

/* accordion styles*/

.dropdownheader{ /*header */
position:relative;
cursor: hand;
cursor: pointer;
font: bold;
font-size:1.2em;
margin: 10px 0 20px 0;
padding: 10px;
background: #336699;
color:#FFF;
}
.dropdownheader:hover{ /*header on hover*/
position:relative;
cursor: hand;
cursor: pointer;
font: bold;
font-size:1.2em;
margin: 10px 0 20px 0;
padding: 10px;
background: #333;
color:#FFF;
}


.dropdownheader img {position:absolute; top:0px; right:10px;}


/* Testimonials Slideshow container */

.testimonials {background: #9aafc2; padding: 40px 20px;}
.testimonials h2 {color: #fff;}
.slideshow-container {
  position: relative;
  background: #9aafc2;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: none;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #000;
}


.author {color: #fff; font-size: 20px; margin-top: 20px; text-transform: uppercase;}

q {font-size:20px; color: #fff; font-style: italic;}


/*--Privacy  --*/

.privacy {background-color:#fff; text-align:left;}
.privacy h3, .privacy h4 {text-align:left; }
.privacy ul {margin-bottom:30px; font-size: 16px;}

/*-- //Privacy --*/ 

/*-- gallery --*/

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


.gallery-grids {
    padding: 1em;
	display: block;
  
} 
 
/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgba(0, 0, 0, 0.2); /* Black 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: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background:#33669a;
	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(51, 102, 153, 0.4); /* see-through */
	color:#fff;
	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.2); /* 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:#336699;
    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-bottom:5px;
}
[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 --*/ 

/*-- lightbox --*/ 

.lightbox {width:100%; margin:0 auto; display:block; text-align:center;}
.lightbox img {margin:10px; display:inline-block;}

/*-- logos --*/ 

#logos { margin:0 auto; text-align:center; width:100%; }
#logos img {margin:20px; display:inline-block; text-align:center; }
		
/*-- contact --*/ 
#contact { background-color: #f5f5f5; padding: 60px 20px;}
#contact h2 {font-size: 40px; margin-bottom:40px; text-align: center;}
#contact p {margin-bottom:20px; text-align: center; font-size: 18px; color: #253b52; }
#contact p.small {font-size: 14px;}


.contact-grids { margin-bottom:30px;}
.contact-grid1 {border-left:none;}
	

.contact a:link, .contact a:visited{
	color:#253b52;
	
}
.contact input[type="text"], .contact input[type="email"], .contact input[type="number"]{
    display: inline-block;
    background: none;
    border: 1px solid #253b52;
    width: 100%;
    outline: none;
    font-size: 0.95em;
    color: #333;
    font-weight: 400;
    padding: 10px 15px;
	margin:1em 0em;
	
}
.contact textarea {
    background: none;
    border: 1px solid #253b52;
    width: 100%;
    display: block;
    height: 14em;
    outline: none;
    font-size: 0.95em;
    color: #333;
    font-weight: 400;
    padding: 10px 15px 10px 15px;
	margin: 1em 0em;
	
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #333;
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #333;
  opacity: 1;
}
input:-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #333;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #333;
}

input[type="submit"], input[type="reset"]{
	font-size: 1.1em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
	background:#336699;
    padding: .7em 2em;
	margin: 10px 10px 10px 0;
	border: #fff 1px solid;
}


input[type="submit"]:hover, input[type="reset"]:hover{
	background-color:#000;
}
/*-- //Contact --*/


form {margin: 0 auto; width: 100%; max-width: 600px;}
.mail_grids textarea{
	outline: none;
    padding: 10px;
    color: #333;
    font-size: 14px;
    border:2px solid #253b52;
    background:#fff;
    width: 97.3%;
    margin:0 0 3em 0;
    min-height: 150px;
    resize: none;
	font-weight:600;
}
.mail_grids textarea::-webkit-input-placeholder, .mail_grids input[type="text"]::-webkit-input-placeholder, .mail_grids input[type="email"]::-webkit-input-placeholder {
	color: #666 !important;
	text-transform:uppercase;
}
.mail_grids input[type="submit"], .mail_grids input[type="reset"]{
	outline: none;
    padding: 10px 20px;
	margin: 10px;
    font-size: 1.1em;
    border: none;
    color:#fff;
	text-transform: uppercase;
    background:#33669a;
    width:auto;
}
.mail_grids input[type="submit"]:hover, .mail_grids input[type="reset"]:hover {
    color: #fff;
	background-color:#333;
}
.mail_grids input[type="text"], .mail_grids input[type="email"] {
    outline: none;
    padding: 10px;
    color: #333;
    font-size: 14px;
    border: 2px solid #336699;
    background:#fff;
    width: 97.3%;
    margin: 0 0 3em 0;
    resize: none;
    font-weight: 600;
}
span.input {
    width: 50%;
    float: left;
}
span.input:nth-child(2) {
    margin: 0 2em;
}

/*-- //contact --*/

/*-- map section --*/
.map { width:100%; height:450px; }

/*Make Google map responsive*/

.google-maps {
    position: relative;
    height: 450px;
    overflow: hidden;
	
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
	height:450px;
	margin:0;
	z-index:2;
}
/*-- /map section --*/

/*-- footer --*/ 

.footer{
	background: #253b52;
	padding:40px 20px;
	
}
.footer img {margin: 10px auto; text-align: center; display: block;}
.footer-nav ul li {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .9em;
    margin-right: 1em;
	line-height: 2.5;
}
.footer-nav ul li a {
    color: white;
    text-decoration: none;
	letter-spacing: 2px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	font-family: 'Source Sans Pro', sans-serif;
}
.footer-nav ul li a:hover {
    color: #336699;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}

.footer-class a:hover {color: #336699;}

.copyright { padding: 20px; background-color: #9aafc2;}
.copyright p {
	text-align: center; 
	font-size: 16px;
    padding:5px 0;
	margin:0;
    color: #fff;
    letter-spacing: 1px;
}
.copyright p a{
    color:#fff;
}
.copyright p a:hover{
    color:#336699;
}


.ag-w3-3 a i {
    font-size: 2em;
    background: #2c64ae;
    padding: .3em .6em;
	margin-right:.2em;
}
.ag-w3-3 a {
    font-size: 1.1em;
    color: #fff;
    letter-spacing: 1px;
}
.ag-w3-3 a:hover{
	color:#ccc;
}
.ag-w3-3 {
    margin-top: 2em;
    text-align: center;
}

/*-- social-icons --*/
.social-icons {
    margin: 2em auto;
	width:100%;
	text-align:center;
	
}
.social-icons img {margin:10px;}

p.footer-class {
    text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
    padding:5px 0;
	margin:0;
    color: #fff;
    
  
}
p.footer-class a{
    color:#fff;
}
p.footer-class a:hover{
    color:#ccc;
}
/*-- //footer --*/


/*--galleries--*/

.gal-item, .gal-item a { position:relative;}
.gal-item img {float:left; margin:20px; }


/*--responsive--*/

@media(max-width: 1680px){
	.about-text{
	position: relative;
	padding:20px 20px 20px 50px;
	width:50%;
	max-width: 600px;
	display:block;
	margin:0;
	z-index: 1000 !important;	
}
}

@media(max-width: 1480px){
		
	h1 a.logo {
    font-size: 1.05em;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
	z-index:1000;
	position:relative;
	}
	
	.navbar-default .navbar-nav > li > a {font-size: 12px;}
	
	.col-md-3, .col-md-6 {width:50%;}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 4.5em 4em;
	}
	.banner-text h1 {font-size: 48px;}
	.about-text{
	font-size: 14px;
	max-width: 520px;
	display:block;
	margin:0;
	z-index: 1000 !important;	
}
	.about-text p {font-size: 14px;}
	
}
@media(max-width: 1366px){
	.Main-agile {
		min-height: 694px;
	}
	.agileits-banner-info {
		padding: 18em 0 0;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 3.5em 3em;
	}
	
}
@media(max-width: 1280px){
	
	.agileits-banner-info span {
		letter-spacing: 8px;
	}
	.about-text{
	position: relative;
	padding:20px;
	width:70%;
	max-width: 500px;
	display:block;
	margin:0;
	z-index: 1000 !important;	
}
		
}
@media(max-width: 1080px){
	.Main-agile {
		min-height: 620px;
	}
	.agileits-banner-info {
		padding: 16em 0 0;
	}
	.about-top, .services, .cyber, .logos, .contact {
		padding: 4em 0;
	}
	.about-text{
	position: relative;
	padding:50px;
	width:100%;
	max-width:100%;
	display:block;
	margin:0;
	z-index: 1000 !important;	
}
	
	.services-grid.agileits {
		padding: 0 .5em;
	}
	.services-grid h5 {
		font-size: 1.8em;
	}
	.agile_more a {
		letter-spacing: 1px;
	}
	
	
	.nbs-flexisel-nav-left {
		left: 3%;
	}
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		top: 39% !important;
	}
	.nbs-flexisel-nav-right{
		right: 3%;
	}
	[class^='imghvr-'] .agile-figcaption h4 {
		font-size: 1.7em;
		letter-spacing: 1px;
	}
	[class^='imghvr-'] .agile-figcaption p {
		font-size: 1.2em;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 2.5em 2em;
	}
	.input {
		max-width: 278px;
	}
	h2 a.logo {
		font-size: 1.5em;
		letter-spacing: 3px;
	}
	
}
@media(max-width: 1050px){
	
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 2.5em 1em;
	}
	
}
@media(max-width: 1024px){
	
	.agile_more a {
		font-size: 1em;
	}
	.address-row {
		padding: 0 .5em;
	}
			
}
@media (min-width: 991px) and (max-width: 1600px){
	header h1 img {margin-left: 50px;}
	[class^='imghvr-'] .agile-figcaption h4 {
    font-size: 1.2em !important;
    margin-bottom:15px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}
[class^='imghvr-'] .agile-figcaption p{
	font-size:1.1em !important;
	line-height:1.2em;
	color:#fff;
	margin-bottom:5px;
}
	
}
@media(max-width: 991px){
	header h1 img {margin-left: 20px;}
	.banner-text p {font-size: 16px;}
	.agileits-banner-info {
		padding: 15em 0 0;
	}
	nav.navbar.navbar-default {position:absolute; top:0; right:20px; z-index:1000;}
nav.navbar.navbar-default.navbar-fixed-top, nav.navbar.navbar-default {
    background: #fff;
    border: none;
    padding:1em;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
	.navbar-nav > li {
    margin: 0 5px !important;
}
	.aboutbg {
	background: none !important;
    width: 100%;
    height:auto;
    position: relative;
   
}
	
	.section-background-overlay {
	background:#253b52;
	width: 100%;
    height:auto !important;
	max-height:auto;
	z-index:10;
   opacity:1!important;
		margin-bottom: 0;
	
	}
	.bannerimg {position: relative; display:block; text-align: center; margin: 0 auto;}
	.col-md-3 {width:100%;}
	.services img {margin: 20px auto; text-align: center; display: block;}
	.services-grid h5 {
		font-size: 1.7em;
	}
	
	.input {
		max-width: 205px;
	}
	
	.services .col-md-6 img {display:block; text-align: center; margin:20px auto;}
	
	.services-bottom-icon {
		padding: 0;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 2em 1em;
	}
	.mail_grids {margin-top:50px;}
}
@media(max-width: 900px){
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 1.5em .2em;
	}
}
@media(max-width: 800px){
		
	h1 a.logo span {
		font-size: 1.1em;
	}
	.nav > li > a {
		padding: 9px 13px!important;
	}
	
	.cd-header-buttons {
		right: 17px;
	}
	.Main-agile {
		min-height: 560px;
	}
	.agileits-banner-info {
		padding: 13em 0 0;
	}
	
	[class^='imghvr-'] .agile-figcaption h4 {
		font-size: 1.3em;
	}
	[class^='imghvr-'] .agile-figcaption p {
		font-size: 1.1em;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 1.5em .1em;
	}
	h2 a.logo {
		font-size: 1.3em;
	}
	
}
@media(max-width: 768px){
		
	.gallery-grids {
		padding: .5em;
	}
	.banner-info-gallery {min-height: 250px;}
	.banner-info, .banner-info1 {min-height: 250px;}
}
@media(max-width: 767px){
	h1 a.logo, h2 a.logo {
		position:relative;
        z-index:2001 !important;
	
}
	.col-md-3, .col-md-6 {width:100%;}
	nav.navbar.navbar-default.navbar-fixed-top, nav.navbar.navbar-default {
    background: #336699;
    border: none;
    padding:1em;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
	nav.navbar.navbar-default {position: relative; margin-top:15px !important;}
	
	.navbar-right {float:none !important; left:0; margin: 0 !important; padding: 0;  }
	.navbar-default .navbar-toggle {
		background-color: #fff;
		border-color: #336699;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #336699;
		border-color: #336699;
	}
	.navbar-toggle .icon-bar {border-color: #fff;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color:#fff !important;
		border-color: #fff;
	}
		
	.navbar-toggle {
		margin:0 10px 0 0 !important;
	}
	.navbar-nav {
		margin: 0;
		text-align: center;
		float: none;
		background: rgba(9, 9, 9, 0.25);
		padding:0;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #336699;
		position: relative;
		width: 100%;
		padding: 0;
		background: #336699;
		z-index: 9999;
		margin: 0;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {color: #fff; text-align: center; border-bottom: none !important;}
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {border-bottom: none !important;}
	
	.banner-text{
	padding:25px 30px;
	width: 100%;
	position:absolute;
	top:25%;
	left:1%;
}
	.cl-effect-1 a::before {
		margin-right: 10px;
	}
	.cl-effect-1 a::after {
		margin-left: 10px;
	}
	
	.slider-info {
		width: 57%;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background: rgba(75, 151, 227, 0.90);
		border: none;
	}
	.navbar-nav > li {
		margin: 1em 0 !important;
	}
	.navbar-nav > li > a {
		padding: 25px 0px;
		font-size: 12.5px;
		margin: 0;
	}
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {color: #fff;}
	
	
	.cd-header-buttons {
		top: -82px;
		right: 23px;
	}
	.navbar-default .navbar-toggle {
		border: 1px solid #336699;
		background:#fff;
		border-radius: 0px;
	}
	.slider-info {
		margin-left: 2.8em;
	}
	.callbacks_nav.prev {
		left: 10px;
	}
	.callbacks_nav.next {
		left: 95.5%;
	}
	
	.navbar-brand {
		margin-top: 9px;
	}
	.banner-text h2, .banner-text h1 {
	color: #fff;
    font-size: 30px;
	}
	
	#logos { margin:0 auto; text-align:center; width:100%; }
#logos img {margin:20px auto; display:block; text-align:center !important; }
	
}
@media(max-width: 736px){
	
	.gallery-grids {
		padding: 1em;
	}
	[class^='imghvr-'] .agile-figcaption h4 {
		font-size: 1.7em;
	}
	[class^='imghvr-'] .agile-figcaption p {
		font-size: 1em;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 4.5em 2em;
	}
	
}
@media(max-width: 667px){
	.Main-agile {
		min-height: 520px;
	}
	.agileits-banner-info {
		padding: 12em 0 0;
	}
	.services-grid h5 {
		font-size: 1.5em;
		letter-spacing: 0px;
	}
	
	.input {
		max-width: 162px;
	}
	
}
@media(max-width: 640px){
	
.banner-text{
	padding:30px 20px;
	width: 100%;
	display:block;
	margin:0 auto;
		
}
	.banner-text h1 {text-align: center;}
	.banner-text p{
	color: #fff;
	font-size:1em;
	text-align:center;
}
	.agile_more.menu__item {text-align: center; margin: 0 auto;}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 3.5em 2em;
	}
	.footer {
		padding: 3em 0;
	}
	
	.Main-agile {
		min-height: 500px;
	}
}
@media(max-width: 600px){
	.about-top, .services, .cyber, .logos, .contact {
		padding: 3em 0;
	}
	.input {
		max-width: 100%;
		margin: 1em 0;
	}
	.mail_grids textarea {
		padding: 10px 14px;
		margin: 1em 0 3em 0em;
	}
	
	.footer-nav ul li a {
		letter-spacing: 1px;
	}
	
	span.input {
		width: 100%;
	}
	.mail_grids input[type="text"], .mail_grids input[type="email"] {
		margin: 0 0 1em 0;
	}
	span.input:nth-child(2) {
		margin: 0;
	}
}
@media(max-width: 568px){
	.Main-agile {
		min-height: 450px;
	}
	.agile_more a {
		font-size: .9em;
	}
	.agileits-banner-info {
		padding: 11em 0 0;
	}
	
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 3em 2em;
	}
}
@media(max-width: 480px){
	.header {min-height: 150px;}
	header h1 img { margin: 0 auto; text-align: center; display: block;}
	
	.navbar-right {float:none !important; left:0px; top:0px !important; margin: 0; padding: 0; }
		

	
.banner-text h1, .banner-text h2{
	color: #fff;
    font-size: 18px;
    text-align: center;
	margin-bottom:25px;
}
	
	.Main-agile {
		min-height: 430px;
	}
	.agileits-banner-info {
		padding: 9em 0 0;
	}
	
	.services-grid.agileits {
		width: 100%;
		text-align: center;
	}
	.services-grid h5 {
		width: 100%;
	}
	.services-grid.agileits:nth-child(2), .services-grid.agileits:nth-child(3){
		margin-top:2em;
	}
	
	[class^='imghvr-'] .agile-figcaption h4 {
		font-size: 1.4em;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 2.3em .5em;
	}
	.address-row {
		width: 100%;
		margin-top: 3em;
	}
	.address-row h5 {
		font-size: 1.3em;
	}
	
	.footer-nav ul li a {
		letter-spacing: 0px;
	}
	
	.mail_grids textarea {
		margin: 0 0 2em 0em;
	}
	.mail_grids input[type="submit"] {
		letter-spacing: 2px;
	}
	#logos img { max-width:80%; height:auto; }
	.banner-text h2{
	color: #fff;
    font-size:20px;
	}
}
@media(max-width: 414px){
	
	
	
	.services-bottom-info {
		float: right;
		width: 85%;
	}
	.services-bottom-icon {
		float: left;
		width: 15%;
	}
	.agileits-team-grid {
		padding: 0 .5em;
	}
	
	
	[class^='imghvr-'] .agile-figcaption h4 {
		font-size: 1.3em;
	}
	[class^='imghvr-'] .agile-figcaption p {
		line-height: 1.8em;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 1em .5em;
	}
	
	h2 a.logo {
		font-size: 1.2em;
	}
	.navbar-default .navbar-nav > li > a {
		font-size:12px;
		padding: 8px 13px!important;
	}
}
@media(max-width: 384px){
	.navbar-toggle .icon-bar {
		width: 19px !important;
	}
	.navbar-toggle {
		padding: 8px 9px !important;
	}
	.agileits-banner-info {
		padding: 8em 0 0;
	}
	.about-top, .services, .cyber, .logos, .contact {
		padding: 2.5em 0;
	}
	
	
	.services-bottom-info h5 {
		font-size: .95em;
	}
	
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		width: 45px;
		height: 45px;
	}
	.nbs-flexisel-nav-left {
		left: -3%;
	}
	.nbs-flexisel-nav-right {
		right: -3%;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: .5em .5em;
	}
	.mail_grids textarea {
		font-size: 13px;
	}
	.input__field--jiro {
		font-size: 13px;
	}
	.gallery-grids {
		padding: .5em;
	}
}
@media(max-width: 375px){
	.navbar-default .navbar-nav > li > a {
		font-size: .9em;
	}
	h1 a.logo span {
		font-size: 1em;
	}
	.navbar-default {
		margin: 1em 1em;
	}
	
	.cd-header-buttons {
		top: -44px;
	}
	.agileits-banner-info {
		padding: 6.5em 0 0;
	}
	.Main-agile {
		min-height: 400px;
	}
	.agile_more a {
		padding: .7em 1.5em;
	}
	.mail_grids textarea {
		min-height: 130px;
	}
	
	.services-grid span {
		font-size: 2.2em;
	}
	.services-grid h5 {
		font-size: 1.4em;
	}
	
	.cd-header-buttons {
		top: -60px;
		right: 18px;
	}
}
@media(max-width: 320px){
	h1 a.logo {
		font-size: .85em;
	}
	h1 a.logo span {
		font-size: .95em;
	}
	.navbar-toggle {
		padding: 7px 8px !important;
	}
	.agileits-banner-info p {
		margin: .5em 0 2em;
	}
	.Main-agile {
		min-height: 387px;
	}
	.agile_more a {
		padding: .7em 1.3em;
		font-size: .85em;
	}
	.about-top, .services, .cyber, .logos, .contact {
		padding: 2em 0;
	}
	
	
	.services-grid span {
		font-size: 2em;
	}
	.services-grid h5 {
		font-size: 1.3em;
	}
	.agileits-team-grid {
		width: 100%;
	}
	.agileits-team-grid:nth-child(3) {
		margin-top: 2em;
	}
	.agileits-team-grid:nth-child(4) {
		margin-top: 2em;
	}
	
	
	
	.nbs-flexisel-nav-left {
		left: -4%;
	}
	.nbs-flexisel-nav-right {
		right: -3%;
	}
	.gallery-grids {
		width: 100%;
		padding: 1em;
	}
	[class^='imghvr-'] .agile-figcaption h4 {
		font-size: 1.4em;
	}
	[class^='imghvr-'] .agile-figcaption, [class*=' imghvr-'] .agile-figcaption {
		padding: 3.5em 1em;
	}
	.footer {
		padding: 2em 0;
	}
	h2 a.logo {
		font-size: 1.1em;
	}
	
	.support input[type="email"] {
		padding: .6em 1em;
	}
	.support input[type="submit"] {
		padding: .7em 1em;
	}
}
/*--//responsive--*/









