html, body{
    font-size: 100%;
	font-family: 'Comfortaa', cursive;
	background:#ffffff;
	margin: 0;
}
p,ul li,ol li{
	margin:0;
	font-size:14px;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Comfortaa', cursive;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
input[type="submit"],input[type="reset"],a{
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition:0.5s ease-in;
}

input[type="button"]{
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition:0.5s ease-in;
}

span.w3-line {
    height: 1px;
    width: 10%;
    background: #000;
    display: block;
    margin: 10px auto 0;
	border-top: 1px dotted #8c8b8b;
}
hr.w3-line { 
  width: 50%;
  border: 0; 
  height: 4px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #09F, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #09F, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #09F, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #09F, #f0f0f0); 
}
hr {
  height: 1px;
  background-color: #cccccc;
}

/*-- header --*/ 
.navbar-brand {
    float: left;
    height: 70px;
    padding: 0;
}
h1 a.navbar-brand {
	width:149px;
	height: 58px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}
nav.navbar.navbar-default.navbar-fixed-top {
    background:rgba(44, 53, 132, 1);
    border: none;
   /* padding: .6em 14em;*/
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
	margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #01bcfa !important;
    text-align: center !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    color: #000;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    font-size: 1.1em;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #01bcfa;
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #282457;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
    background-color: transparent;
}
.navbar-default .navbar-nav > li>a:hover {
    color: #fff;
    background: #282457;
}
nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
    /*padding: 1em 10em;*/
    /* background: rgba(166, 201, 234, 0.95);*/
}
nav.navbar.navbar-default.navbar-fixed-top.navebg {
	     background: rgba(166, 201, 234, 0.95);
	}
 
.navbar-nav > li > a {
    padding: 10px;
}
/*-- //header --*/ 


/********************************/
/*          Main CSS     */
/********************************/


#first-slider .main-container {
  padding: 0;
}
/*
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}
*/

#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 625px; 
  height: 100%;
  width:100%;
}
.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}
#first-slider .carousel-control {
    width: 6%;
    text-shadow: none;
}
#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}
#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
	width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  	border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  	border:none;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
    background-image: url(../images/1.jpg?cache=257);
      background-size: cover;
    background-repeat: no-repeat;
	background-position:center;
}
#first-slider .slide2 {
  background-image: url(../images/2.jpg?cache=260);
      background-size: cover;
    background-repeat: no-repeat;
		background-position:center;
}
#first-slider .slide3 {
  background-image: url(http://s20.postimg.org/el56m97f1/image.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide4 {
  background-image: url(http://s20.postimg.org/66pjy66dp/image.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}

/********************************/
/*          Media Queries       */
/********************************/
/*-- banner --*/
.slidercont  {
     /* position: absolute;
      width: 100%;
      z-index: 2;*/
    }
.slidercont .slide {
      z-index: 1;
      position:relative;
      width: 100%;
      top: 0;
      left: 0;
      height: 100%;
      transition: opacity 1s ease-in-out;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0;
}
.slidercont .slide.show {
      opacity: 1;
}
/*.banner_old{
	background: url(../images/1.jpg?2) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 750px;
	top: 88px;
}*/
.banner{
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 750px;
	/*top: 88px;*/
	margin-top:87px;
}
.agileinfo-dot {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
    min-height: 750px;
}
.w3_agileits_banner_main_grid{
	padding: 2em 0 0;
	/*position: relative;*/
}
.w3_agile_logo{
	float:left;
}
.w3_agile_logo h1 a{
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	display: block;
}
.w3_agile_logo h1 a span{
	padding: .2em .5em;
    background: #a4dd25;
    display: inline-block;
    color: #212121;
}
.w3_agile_logo h1 a i{
	display: block;
    font-size: .25em;
    text-align: right;
    line-height: 0;
    letter-spacing: 2.5px;
	text-transform:capitalize;
}
.agileits_social_list li{
	display: inline-block;
    margin-right: 3em;
}
.agileits_social_list li a{
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 1.2em;
}
a.w3_agile_facebook:hover{
	color:#3b5998;
}
a.agile_twitter:hover{
	color:#1da1f2;
}
a.w3_agile_dribble:hover{
	color:#ea4c89;
}
a.w3_agile_vimeo:hover{
	color:#1ab7ea;
}
.agile_social_icons_banner {
    float: right;
    margin:1.6em 2em 0 0;
}
/*-- menu-navigation --*/
.shy-menu{
  -moz-transition: all .4s cubic-bezier(.1,.7,.3,1);
  -webkit-transition: all .4s cubic-bezier(.1,.7,.3,1);
  -o-transition: all .4s cubic-bezier(.1,.7,.3,1);
  -ms-transition: all .4s cubic-bezier(.1,.7,.3,1);
  transition: all .4s cubic-bezier(.1,.7,.3,1);
}
.shy-menu-panel ul {
	text-align: center;
}
.shy-menu-panel ul li{
    display: inline-block;
}
.shy-menu-panel ul li a{
	color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}
.shy-menu { 
	display: block;
	background-color: rgba(33,40,44,.1);
	color: #fff;
    position: absolute;
    right: 0;
}
.shy-menu-hamburger,.shy-menu { 
	height: 35px;
	width: 35px;
}
.shy-menu.is-open{ 
  background-color:#262626;
}
.shy-menu.is-open {
    width: 100%;
}
.w3_agileits_banner_main_grid,.shy-menu.is-open {
	height: 75px;
}
.shy-menu-panel { 
	margin-left: 0px;
	display: none;
}
.is-open .shy-menu-panel { 
	margin-left: 0;
	display: block;
	width: 95%;
}
/*** Hamburger ***/
.shy-menu-hamburger {
	position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    float: right;
    margin-top: 1.2em;
}
.shy-menu-hamburger > .layer {
  background-color: #fff;
  border-radius: 1px;
  display: block;
  height: 2px;
  overflow: hidden;
  position: absolute;
    left: 5px;
  width: 25px;
}
.shy-menu-hamburger .layer.top { top: 8px; }
.is-open .shy-menu-hamburger .layer.top { 
	margin-top: .58em;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.shy-menu-hamburger .layer.mid { top: 17px; }
.is-open .shy-menu-hamburger .layer.mid {
	opacity: 0;
	left: 0;
}
.shy-menu-hamburger .layer.btm { top: 26px; }
.is-open .shy-menu-hamburger .layer.btm { 
	margin-top: -.58em;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
/*-- nav-effect --*/
.link-effect-8 a {
	margin: 0.8em 2.5em 0;
    padding: 1em;
	position: relative;
  -moz-transition: ease-out 0.3s 0.1s;
  -o-transition: ease-out 0.3s 0.1s;
  -webkit-transition: ease-out 0.3s;
  -webkit-transition-delay: 0.1s;
  transition: ease-out 0.3s 0.1s;
}
.link-effect-8 a::before {
  height: 2px;
  width: 100%;
  background: #797878;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-effect-8 a::after {
  height: 2px;
  width: 100%;
  background: #797878;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-effect-8 a:hover::before,.w3layouts_menu__list li.active a::before {
  visibility: visible;
  top: 100%;
  background: white;
}
.link-effect-8 a:hover::after,.w3layouts_menu__list li.active a::after {
  visibility: visible;
  top: 0;
  background: white;
}
/*-- //nav-effect --*/
.shy-menu-panel ul li.active a,.link-effect-8 a:hover{
	color:#a4dd25;
}
.w3_banner_info {
    margin: 6em 0 0;
    padding: 1em;
}
.w3_banner_info_grid h3 {
    font-size: 50px;
    font-family: 'Comfortaa', cursive;
	margin: 5px 0;
    color: #ffffff;
	font-weight:700;
}
.w3_banner_info_grid h4 {
    font-size: 60px;
    font-family: 'Comfortaa', cursive;
	/*margin: 5px 0;
    letter-spacing: 1px;*/
    color: #ffffff;
	font-weight: bold;
}
.w3_banner_info_grid h5 {
    font-size: 62px;
    font-family: 'Lora', serif;
	/*margin: 5px 0;
    letter-spacing: 1px;*/
    color: #ffffff;
	font-weight:900;
	text-transform: uppercase;
}
/*.w3_banner_info_grid ul li{
	display:inline-block;
	font-size:14px;
}
.w3_banner_info_grid ul li a{
	padding:9px 30px;
	text-decoration:none;
	color:#212121;
}*/
.w3l_contact, .w3ls_more:hover {
    /*border: 2px solid #fff;*/
    color: #ffffff !important;
   /* background: none;*/
}
.w3l_contact:hover {
    border: 2px solid #282457;
    background: #282457;
    color: #ffffff !important;
}

/*.thim-click-to-bottom a{
	padding:9px 30px;
	width:120px;
	
	text-decoration:none;
	color:#cccc66;
	
}*/
/*-- button-effect --*/
.thim-click-to-bottom {
    /*position: absolute;
    bottom: 60%;
    left: 78%;
   	font-size: 40px;
    line-height: 40px;*/
	background: rgba(44, 53, 132, 1);
	background-position: center;
    -webkit-animation: bounce 2s infinite ease-in-out;
	padding: 1.5em 1em;
}
.thim-click-to-bottom img {
	margin: 0;
	padding: 0;
}
/*.thim-click-to-bottom i {
    color: #fff;
    padding: 15px 12px;
    border: 2px solid #fff;
    border-radius: 10px;
    font-size: 16px;
}*/
@-webkit-keyframes bounce {
	0%, 20%, 60%, 100%  { -ms-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -o-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -moz-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-20px); }
	80% { -webkit-transform: translateY(-10px); }
}
/*-- //button-effect --*/
/******************************************/

.w3ls_more:focus{
	outline:none;
}
span.char3 {
    text-transform: initial;
}
.w3_banner_info_grid p {
	font-family: 'Comfortaa', cursive;
    margin: 0 0 3em;
    color: #ffffff;
    /*line-height: 28px;
    letter-spacing: 1px;*/
    font-size: 22px;
}
/*-- //banner --*/

/*-- bootstrap-modal-pop-up --*/
/* modal */
h4.modal-title {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
ul.address {
    margin-top: 1.5em;
    border-top: 1px dotted #018fa0;
    padding-top: 0.5em;
}
ul.address li {
    display: block;
}
ul.address li ul.agileits-address-text li:nth-child(1) {
    width: 20%;
}
ul.address li ul.agileits-address-text li {
    display: inline-block;
    font-size: 1em;
    color: #000;
    margin-top: 1em;
}
.wthree h4 {
    font-size: 18px;
    margin: 10px 0;
    color: #000;
}
.wthree span{
	font-weight:bold;
    font-size: 32px;
    color: #282457;
}
.modal .about {
    border-top: 1px solid;
}
.social-icons i.fa {
    font-size: 17px;
    padding: 9px;
    background: #5a5a5a;
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: 15px 5px;
    text-align: center;
    line-height: 20px;
}
.modal a{
    color: #000;
    letter-spacing: 2px;
}
.modal a:hover {
    color: #018fa0;
}
.modal i.fa.fa-facebook {
    background: #3b5998;
}
.modal i.fa.fa-linkedin {
    background: #00a0dc;
}
.modal i.fa.fa-google-plus {
    background: #dd4b39;
}
.modal i.fa.fa-twitter {
    background: #1da1f2;
}
b, strong {
    font-weight: bold;
    color: #282457;
}
.about-modal.wthree {
    padding: 2em 4em;
}
/* //modal */
/*-- //bootstrap-modal-pop-up --*/


/*-- /GENERALES --*/
.requirement, .delegations, .contact {
	padding: 6em 0 1em;
}
.about h3, .skills h3, .delegations h3, .requirement h3 {
	font-family: 'Comfortaa', cursive;
    text-align: center;
    margin-bottom: 1em;
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(44, 53, 132, 0.95);
}
/*-- wherewithal(MEDIOS)--*/
.wherewithal {
    margin: 2em 0;
}
.wherewithal h3 {
	font-family: 'Comfortaa', cursive;
    text-align: center;
    margin: 1.5em 0 0.5em;
    font-size: 36px;
    font-weight: normal;
    color: rgba(44, 53, 132, 1);
}
.wherewithal p {
	font-family: 'Comfortaa', cursive;
    text-align: center;
    margin: 2em 0 3em;
    font-size: 18px;
	line-height: 1.6;
    font-weight: normal;
    color: #525252;
}
/*-- //GENERALES --*/

/*-- /skills --*/
.skills {
	padding: 7em 0 1em;
}
.skill-grids-right {
    margin-top: 1em;
}
.skill-grids h2, .contact-left h3{
	font-family: 'Comfortaa', cursive;
    font-size: 40px;
    text-transform: uppercase;
    color: rgba(44, 53, 132, 0.95);
    font-weight: bold;
    letter-spacing: 2px;
}
.skillgrid1 {
    margin-bottom: 3em;
}
.skills p.p1 {
    font-size: 14px;
    line-height: 28px;
    margin: 3em 0 0em;
    color: #353535;
    letter-spacing: .5px;
}
.skillgrid1 img {
    position: relative;
    border: 1px solid #ababab;
}
.skillgrid1 h3 {
    position: absolute;
    bottom: -40%;
    right: 0%;
    padding: 1.8em;
    background: #03A9F4;
    color: #fff;
    font-weight: 300;
}
.skillgrid1 h3.h31 {
    background: #ff9900;
}
.skillgrid1 h3.h32 {
    background: #8e43e7;
}
.skillgrid1 h3.h33 {
    background: #ff4f81;
}
/* //Skills */

/* requirement */
.requirement-agile {
    position: relative;
}
.requirement-agile .postit {
    position: absolute;
	width: 15%;
    bottom: 104%;
    left: 64%;
}
.requirement h5 {
    color: rgba(44, 53, 132, 0.95);
    font-size: 24px;
	font-weight: 700;
    text-transform: uppercase;
	text-align:center;
	margin-bottom: 2em;
}
/*-- services--*/

.wthree-s1 {
	margin:3em 0;
	background:#f5f5f5;
    padding: 2em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	position:relative;
	text-align:center !important;
}
/*.wthree-s1 {
	background: #c7c7c7;
}*/
.wthree-s1 i {
    /*position: absolute;
    top: -40px;
    left: 35%;*/
    font-size: 1.5em;
    border: 2px dashed #003580;
    width: 80px;
    height: 80px;
	text-align:center !important;
    /*line-height: 1.6;*/
	padding: 1em;
	margin: 0;
    border-radius: 50%;
	color: rgb(166, 201, 234);
	background: #fff;
}
.wthree-s1 h4 {
    text-transform: uppercase;
    margin: 1.5em 0 0;
    font-weight: 700;
    font-size: 1.5em;
	line-height: 1.2;
	color: rgba(44, 53, 132, 1);
}
.wthree-s1:hover {
    transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	background: rgb(166, 201, 234);
	z-index:9999;
	text-align:center !important;
}
.wthree-s1:hover i.sicon{
	 background:#003580;
	 border:none;
	 color:#fff;
	 text-align:center !important;
}
.wthree-s1:hover p {
	color:#fff;
}
.s1-end{
	margin-right:0;
}
/*-- //services --*/
/*-- //requirement --*/

/*-- about --*/
.about {
	background: url(../images/aboutbg2.jpg?no=459);
	/*background-size: cover;*/
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.about h3 {
	padding: 3em 0 0;
	color:#FFF;
    font-weight: 700;
	line-height: 1.4;
}
.about p, .about2 p {
	color:#FFF;
	font-size: 16px;
	line-height: 3;
	padding: 3em 0;
}
.about2 {
	background:#1464A1;
	padding-bottom: 3em;
	margin-bottom: 3em;
}	
.about-left p {
    line-height: 28px;
    font-size: 16px;
    margin: 1em 0;
}
.about-left {
    margin: 0 0 3em;
}
.about-right {
     margin-bottom: 3em;
}
.about-left h4 {
	font-family: 'Comfortaa', cursive;
    margin: 60px 0 15px 0;
    font-size: 36px;
    font-weight: bold;
    /*letter-spacing: 2px;*/
    color: rgba(44, 53, 132, 0.95);
}
.about-left h5 {
	font-family: 'Comfortaa', cursive;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
    color: rgba(44, 53, 132, 0.95);
}
.about-left img {
    width: 25%;
}
.btn-primary {
    background-color: rgba(44, 53, 132, 0.95);
    border-color: rgba(166, 201, 234, 0.95);
	color: #fff;
	border: none;
	    border-radius: 0;
    outline: none;
    font-size: 16px;
	font-weight: bold;
    padding: 10px 60px;
	margin-top:20px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #282457;
	font-weight: bold;
    background-color: rgba(166, 201, 234, 0.95);
	border: 2px solid rgba(44, 53, 132, 0.95);
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: 2px solid rgba(44, 53, 132, 0.95);
}

/*-- hover-effect --*/  
.boxw3-agile {
    overflow: hidden;
    position: relative;
    margin-bottom: 2em;
    margin-top: 1em;
}
.boxw3-agile:nth-child(4),.boxw3-agile:nth-child(5) {
    margin-bottom: 0em;
}
.w3labout-img img.img-responsive {
    width: 100%;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
/* agile-caption Common Style */
.boxw3-agile .agile-caption {
	position: absolute;
	color: #fff;
	z-index: 100;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
	left:-100%;
	top:0;
	width: 100%;
	height: 100%;
	padding: 5% 5%;
	text-align: center;
}
/** agile-caption 6: Scale **/
.boxw3-agile .agile-caption h3,.boxw3-agile .agile-caption p {
	position: relative;
	left:-380px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}
.boxw3-agile .agile-caption h3 {
    font-size: 30px;
    text-transform: uppercase; 
    margin: 0 auto 0.5em;
    font-weight: 300;
    color: #fff;
}
.boxw3-agile .agile-caption p {
    line-height: 2em;
    color: #d5d3d3;
    font-weight: 300;
}
.boxw3-agile .agile-caption h3 {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-ms-transition-delay: 300ms;	
	transition-delay: 300ms;
}
.boxw3-agile .agile-caption p {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;	
	transition-delay: 500ms;
} 
/** Fade agile-caption :hover Behaviour **/
.boxw3-agile:hover .agile-caption {
	opacity: 1;
	background-color: rgba(0,0,0,0.5);
	left:0;
}
/** Scale agile-caption :hover Behaviour **/
.boxw3-agile:hover img{
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	transform: scale(1.0s);
}

.boxw3-agile:hover .agile-caption h3,.boxw3-agile:hover .agile-caption p {
	-moz-transform: translateX(380px);
	-o-transform: translateX(380px);
	-webkit-transform: translateX(380px);
	transform: translateX(380px);
}
/* // hover effect */
/*-- //about --*/

/*-- /mission-vision)--*/
.mission-vision {
	text-align: center;
    margin-bottom: 2em;
}
.mission-vision i {
	color: #FFF;
    background: #1464A1;
    border: 1px solid #1464A1;
    padding: 45px;
    text-align: center;
	
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
    font-size: 45px;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
    -o-transition: all .5s all;
    -ms-transition: all .5s all;
}
.mission-vision i:hover {
    background: #fff;
    color: #1464A1;
    border: 1px solid #1464A1;
}
.mission-vision h4 {
    font-family: 'Comfortaa', cursive;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: rgba(44, 53, 132, 1);
    margin: 1em 0;
}
.mission-vision a {
    color: rgba(44, 53, 132, 1);
	text-decoration:none;
	font-size: 22px;
    text-transform: uppercase;
	vertical-align:central;
}
.mission-vision a:hover{
    color: #1464A1 ;
}
/*-- //mission-vision)--*/



/* delegations */
.delegations-agile-w3l-year {
    width: 30%;
    float: left;
    border: 1px solid #282457;
    border-bottom: transparent;
    padding: 4.64em 2em;
}
.delegations-agile-w3l-info {
    width: 70%;
    float: left;
    padding: 2em 2em;
    border-top: 1px solid #282457;
    border-right: 1px solid #282457;
}
.last {
    border-bottom: 1px solid #282457;
}
.delegations-agile-w3l-year h4,.delegations-agile-w3l-info  h4 {
    font-size: 25px;
    color: #2f2f2f;
}
.delegations-agile-w3l-year h6,.delegations-agile-w3l-info  h6 {
    font-size: 13px;
    letter-spacing: 2px;
    color: #ff4f81;
}
.delegations-agile-w3l-info  p {
    line-height: 28px;
    font-size: 14px;
    letter-spacing: .5px;
    margin-top: 1em;
	color:#515151;
}
h3.w3l_head.three {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: .5em;
}
i.fa.fa-hourglass-end {
    font-size: 210px;
    margin-top: 2em;
    color: #282457;
}
.middle {
    text-align: center;
}
/* //delegations */

/*-- Tabs --*/
.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}
.tabs nav {
	text-align: center;
}
.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 800px;
	/*--w3layouts--*/
	/*--agileits--*/
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 3;
}
.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}
.tabs nav li.tab-current a {
	color: #74777b;
}
.tabs nav a:focus {
	outline: none;
	text-decoration: none;
}

/*-- Tabs-Content --*/
.content-wrap {
	position: relative;
}
.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	text-align: center;
}
.content-wrap section.content-current {
	display: block;
}
.content-wrap section p {
	margin: 0;
	padding: 0.75em 0;
	color: rgba(40,44,42,0.05);
	font-weight: 900;
	/*--w3layouts--*/
	/*--agileits--*/
	font-size: 4em;
	line-height: 1;
}
/*-- //Tabs-Content --*/

/*-- Fallback --*/
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.no-flexbox nav ul {
	display: block;
}
.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}
/*-- //Fallback --*/

/*-- Tabs-Styling --*/
.tabs-style-bar nav ul {
	border: 4px solid transparent;
}
.tabs-style-bar nav ul li a {
	margin: 0 2px;
	background-color: #F5F5F5;
	color: #333;
	transition: background-color 0.2s, color 0.2s;
}
.tabs-style-bar nav ul li a:hover, .tabs-style-bar nav ul li a:focus {
	color: #000;
}
.tabs-style-bar nav ul li a span {
	letter-spacing: 1px;
	/*--w3layouts--*/
	/*--agileits--*/
	font-size: 15px;
}
.tabs-style-bar nav ul li.tab-current a {
	background: #282457;
	color: #fff;
}

/*-- //Tabs-Styling --*/
	/*-- Tab-Images --*/
.gallery-top {
	padding: 0;
}
.gallery-grids figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.gallery-grids figure.effect-bubba:hover {
	background-color: #000;
}
.gallery-grids figure img {
	position: relative;
	display: block;
	width: 100%;
	border: 3px solid #fff;
}
.gallery-bottom {
	margin: 2.5em 0;
}
.gallery-grids figure figcaption {
	padding: 2em;
	color: #fff;
	/*--w3layouts--*/
	/*--agileits--*/
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.gallery-grids figure figcaption::before, .gallery-grids figure figcaption::after {
	pointer-events: none;
}
.gallery-grids figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-bubba:hover img {
	opacity: 0.3;
}
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1); 
	-o-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-o-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba h4 {
	padding-top: 11%;
	-webkit-transition: transform 0.35s;
	-moz-transition: transform 0.35s;
	-o-transition: -o-transform 0.35s;
	-ms-transition: -ms-transform 0.35s;
	transition: transform 0.35s;
	/*--w3layouts--*/
	/*--agileits--*/
	-webkit-transform: translate3d(0,-20px,0);
	-moz-transform: translate3d(0,-20px,0);
	-o-transform: translate3d(0,-20px,0);
	-ms-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity:0;
}
.gallery-top figure.effect-bubba h4{
	padding-top: 16%;
}
figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
figure.effect-bubba:hover h4 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
	/*-- //Tab-Images --*/
/*-- //Tabs --*/

/* contact */
.agileits_agile_about_mail_left input[type="email"], .agileits_agile_about_mail_left input[type="text"]:nth-child(1) {
   /* margin-bottom: 1em;*/
}
.agileits_agile_about_mail_left input[type="text"], .agileits_agile_about_mail_left input[type="email"], .agileits_agile_about_mail_left textarea {
    outline: none;
    border: 1px solid #a0a0a0;
    padding: 10px;
    font-size: 14px;
    color: #999;
    width: 100%;
	margin-bottom: 1em;
}
.contact textarea {
    min-height: 200px;
    padding: 10px;
    margin: 1em 0 1em 0em;
    width: 98%;
    font-size: 14px;
}
.agileits_agile_about_mail_left {
    padding-right: 10px;
    padding-left: 0px;
}
.contact-left p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .5px;
    margin: 1em 0 3em;
    color: #464646;
}
span.glyphicon {
    color: #FFF;
    background: #282457;
    border: 1px solid #282457;
    padding: 18px;
    text-align: center;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
    font-size: 18px;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
    -o-transition: all .5s all;
    -ms-transition: all .5s all;
}
span.glyphicon:hover {
    background: #fff;
    color: #282457;
    border: 1px solid #282457;
}
.contactright1 {
    margin-bottom: 3em;
}
.contactright1:nth-child(4), .contactright1:nth-child(5) {
    margin-bottom: 0em;
}
.contactright1 h4 {
    color: rgba(44, 53, 132, 0.95);
    font-size: 22px;
    text-transform: capitalize;
    margin: 15px 0;
}
.contactright1 p {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 28px;
}
.contactright1 a {
	font-size: 14px;
    color: #313131;
	text-decoration:none;
	font-weight: 700;
}
.contactright1 a:hover{
    color: #1464A1;
}
.contact input[type="submit"] {
    border: none;
    outline: none;
    color: #fff;
    background: #282457;
    font-size: 16px;
    padding: 10px 40px;
}

.contact input[type="button"] {
    border: none;
    outline: none;
    color: #fff;
    background: #282457;
    font-size: 16px;
    padding: 10px 40px;
}

ul.top-links li {
    display: inline-block;
    margin: 0 .3em;
}
ul.top-links li a i.fa {
    color: #fff;
    font-size: 15px;
    background: #656565;
    padding: 0.7em 0;
    width: 40px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
ul.top-links li a i.fa:hover {
    background: #dedede;
    color: #000;
}
.top-links i.fa.fa-facebook {
    background: #3b5998;
}
.top-links i.fa.fa-twitter {
    background: #0087da;
}
.top-links i.fa.fa-google-plus {
    background: #dd4b39;
}
.top-links i.fa.fa-linkedin {
    background: #0077b5;
}
ul.top-links {
    margin-top: 3em;
}
.contact-right {
    margin-top: 2em;
}
/* //contact */

/* iframe */
iframe {
    width: 100%;
    height: 480px;
    border: none;
}
/* //iframe */

/* copyright */
.copyright-agile {
    background: #272727;
    padding: 1em 0;
}
.copyright-agile h4 {
    color: #fff;
    width: 30%;
    float: left;
    font-size: 27px;
    text-transform: uppercase;
    margin-top: .3em;
}
.copyright-agile p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
	float:right; text-align:right;
}
.copyright-agile a {
    color: #282457;
}
.copyright-agile a:hover{
    color: #fff;
}
/* //copyright */

/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/

/* -- RESPONSIVE DESIGN --  */
@media screen and (max-width: 2560px){	
nav.navbar.navbar-default.navbar-fixed-top {
	padding: .9em 40em;
}
.delegations-agile-w3l-year {
	padding: 3.75em 2em;
}
i.fa.fa-hourglass-end {
	margin-top: 1.6em;
}
}

@media screen and (max-width: 1920px){	
nav.navbar.navbar-default.navbar-fixed-top {
	padding: .9em 10em;
}
.delegations-agile-w3l-year {
	padding: 3.75em 2em;
}
i.fa.fa-hourglass-end {
	margin-top: 1.6em;
}
}

@media screen and (max-width: 1680px){
.banner{
	margin-top:87px;
}
.delegations-agile-w3l-year {
	padding: 4.64em 2em;
}
i.fa.fa-hourglass-end {
	margin-top: 2em;
}
}

@media screen and (max-width: 1440px){
.banner{
	margin-top:77px;
}
.banner,.agileinfo-dot {
	min-height: 700px;
}
.delegations-agile-w3l-year {
	padding: 4.64em 1em;
}
}

@media screen and (max-width: 1366px){
nav.navbar.navbar-default.navbar-fixed-top {
	padding: .6em 7em;
}
.banner{
	margin-top:77px;
}
.banner,.agileinfo-dot {
	min-height: 650px;
}
.requirement, .delegations, .contact {
	padding: 5em 0 1em;
}
.w3_banner_info {
	margin: 11em 0 0em;
}
.about-left h3 {
	width: 20%;
	font-size: 40px;
	margin-bottom: 30px;
}
.delegations-agile-w3l-year {
	padding: 5.5em 1em;
}

}
@media screen and (max-width: 1280px){
.banner{
	margin-top:77px;
}
.skills {
	padding: 0 0 1em;
}
.requirement, .delegations, .contact {
	padding: 3em 0 1em;
}
.about-left h3 {
	font-size: 36px;
}
i.fa.fa-hourglass-end {
	margin-top: 3em;
	font-size: 177px;
}


}

@media screen and (max-width: 1080px){
nav.navbar.navbar-default.navbar-fixed-top {
	padding: .6em 5em;
}
nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
	/*padding: 1em 7em;*/
}
.skills {
	padding: 0 0 1em;
}
.requirement, .delegations, .contact {
	padding: 3em 0 1em;
}
.skill-grids h2, .contact-left h3 {
	font-size: 30px;
	letter-spacing: 1px;
}
.banner, .agileinfo-dot {
	min-height: 630px;
}
/*h3.w3l_head.three {
	font-size: 30px;
	letter-spacing: 1px;
}
.delegations-agile-w3l-info {
	padding: 2em 1em;
}
.delegations-agile-w3l-year {
	padding: 5.5em .51em;
}
.delegations-agile-w3l-year h4, .delegations-agile-w3l-info h4 {
	font-size: 20px;
}
.delegations-agile-w3l-year h6, .delegations-agile-w3l-info h6 {
	letter-spacing: 1px;
}
*/
.about-left h3 {
	font-size: 30px;
}
.boxw3-agile .agile-caption {
	padding: 17% 10%;
}	
li.hiddenespecial{
	display: none;
}
i.fa.fa-hourglass-end {
	font-size: 172px;
}
.gallery-top figure.effect-bubba h4 {
	padding-top: 13%;
}
}

@media screen and (max-width: 1050px){
li.hiddenespecial{
	display: none;
}
/*.delegations-agile-w3l-info p {
	letter-spacing: 0px;
}
.wthree-s1 {
	width: 24%;
}*/
}

@media screen and (max-width: 1024px){	
.w3_banner_info_grid {
	margin-left: 3em;
}
.thim-click-to-bottom {
	margin-right: 3em;
}
.requirement-agile .postit {
    bottom: 100%;
    left: 68%;
}
.wthree-s1 {
    margin: 1.5em 0;
}
.wthree-s1 h4 {
    text-transform: uppercase;
    margin: 1em 0 0;
    font-weight: 700;
    font-size: 1.2em;
	line-height: 1.2;
}
.about h3, .skills h3, .delegations h3, .requirement h3 {
    margin-bottom: 0.4em;
    font-size: 46px;
}
.banner, .agileinfo-dot {
	min-height: 600px;
}
li.hiddenespecial{
	display: none;
}
i.fa.fa-hourglass-end {
	font-size: 125px;
	margin-top: 4.5em;
}
.gallery-top figure.effect-bubba h4 {
	padding-top: 11%;
}
}

@media screen and (max-width: 991px){
li.hiddenespecial{
	display: none;
}
.about-right {
	width: 50%;	
	margin: 0 auto;
}
.about-left img {
	width: 17%;
}
.boxw3-agile {
	/*width: 50%;*/
	float: left;
}
.skill-grids-right {
	margin-top: 4em;
}
/*.wthree-s1 {
	padding: 3em;
	width: 48%;
}
.wthree-s1:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.delegations-w3l {
	padding: 0 3em;
}
.delegations-agile-w3l-year {
	padding: 3.75em 2em;
}*/
i.fa.fa-hourglass-end {
	margin-top: .2em;
}
input[type="text"] {
	margin-bottom: 1em;
}
.contact textarea {
	margin: 0em 0 1em 0em;
	width: 98.45%;
}
.contactright1 {
	width: 50%;
	float: left;
}
.copyright-agile h4 {
	width: 20%;
	margin-top: .2em;
}
.copyright-agile p {
	float:none; 
	text-align:center;
	margin-top:10px;
}
}

@media screen and (max-width: 900px){
nav.navbar.navbar-default.navbar-fixed-top {
	padding: .6em 3em;
}
/*nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
	padding: 1em 4em;
}
*/
}

@media screen and (max-width: 800px){
.navbar-default .navbar-nav > li > a {
	letter-spacing: 0px;
}
nav.navbar.navbar-default.navbar-fixed-top {
	padding: .6em 2em;
}
nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
	padding: 1em 3em;
}
li.hiddenespecial2{
	display: none;
}
.gallery-top figure.effect-bubba h4 {
	padding-top: 6%;
	font-size: 20px;
}
}

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

/*nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
	padding: 1em 2em;
}*/
h1 a.navbar-brand {
	font-size: 32px;
	margin-bottom:12px;
}
.w3_banner_info_grid {
	margin-left: 3em;
}
.w3_banner_info_grid h3 {
    font-size: 43px !important;
}
.w3_banner_info_grid h4 {
	font-size: 51.5px !important;
}
.w3_banner_info_grid h5 {
    font-size: 53.2px !important;
}	
.w3_banner_info_grid p {
	font-size: 18.6px !important;
}
.thim-click-to-bottom {
	margin-right: 3em;
}
.requirement-agile .postit {
    bottom: 100%;
    left: 68%;
}
.wthree-s1 {
    margin: 1.5em 0;
}
.wthree-s1 h4 {
    text-transform: uppercase;
    margin: 1em 0 0;
    font-weight: 700;
    font-size: 1.2em;
	line-height: 1.2;
}
.about h3, .skills h3, .delegations h3, .requirement h3 {
    margin-bottom: 0.4em;
    font-size: 46px;
}
.s2-end,.s1-end{
	margin-right:0;
}
/*
.delegations-agile-w3l-year {
	padding: 4.65em 2em;
}
*/
}

@media screen and (max-width: 736px){
.navbar-default .navbar-nav > li > a {
	text-align: center;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-toggle {
	border-radius: 0px;
	background: #282457;
	margin-right: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #000;
}
nav.navbar.navbar-default.navbar-fixed-top {
	padding: .3em 2em 0;
}
nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
	/*padding: .6em 2em;*/
}
.about-left {
	padding: 0 3em;
}
.about-right {
	width: 65%;
}
.gallery-top {
	width: 33.33%;
	float: left;
}
.s2-end{
	margin-right:0;
}
/*.wthree-s1 {
	width: 41.7%;
}
.wthree-s1 {
	margin: 3em 2em;
}
*/
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
}
.gallery-top figure.effect-bubba h4 {
	padding-top: 2%;
}
.copyright-agile h4 {
	font-size: 25px;
}
.w3_banner_info {
	margin: 9em 0 0em;
}		
.banner, .agileinfo-dot {
	min-height: 570px;
}
}

@media screen and (max-width: 667px){
i.fa.fa-hourglass-end {
	font-size: 100px;
	margin-bottom: .2em;
}
.gallery-top figure.effect-bubba h4 {
	padding-top: 0%;
}
.copyright-agile h4 {
	width: 100%;
	text-align: center;
	margin-bottom: .5em;
}
.copyright-agile p {
	/*width: 100%;
	text-align: center;
	margin-bottom: .5em;*/
}
/*.wthree-s1 {
	margin: 3em 1.8em;
}*/
iframe {
	height: 300px;
}
.w3_banner_info {
	margin: 8em 0 0em;
}		
.banner, .agileinfo-dot {
	min-height: 550px;
}
}

@media screen and (max-width: 640px){
/*.wthree-s1 {
	width: 40.7%;
}
.delegations-w3l {
	padding: 0 2em;
}*/
.w3_banner_info {
	margin: 8em 0 0em;
}
.banner, .agileinfo-dot {
	min-height: 550px;
}
.about h3, .skills h3, .delegations h3, .requirement h3 {
	font-size: 36px;
	letter-spacing: 0;
    margin-bottom: 0;
}
.about-left h3 {
	font-size: 26px;
	width: 16%;
}
}

@media screen and (max-width: 600px){
/*.delegations-agile-w3l-year {
	padding: 4.6em 1em;
}*/
.w3_banner_info {
	margin: 6em 0 0em;
}
.banner, .agileinfo-dot {
	min-height: 510px;
}
}

@media screen and (max-width: 568px){
.w3agile-text h5 {
	font-size: 2em;
}
.h3-w3l {
	font-size: 2.3em;
}
.w3agile-text h5 {
	padding: 2.25em 0;
}
.w3ls-text h5 {
	padding: 1.71em 0;
}
.w3ls-text1 h5 {
	padding: 2.8em 0;
}
/*.wthree-s1 {
	width: 39.7%;
}
.wthree-s1 {
	margin: 3em 1.9em;
}*/
.banner, .agileinfo-dot {
	min-height: 500px;
}
.w3_banner_info {
	margin: 7em 0 0em;
}
.about-right {
	width: 80%;
}
.gallery-top figure.effect-bubba h4 {
	font-size: 17px;
}
.tabs-style-bar nav ul li a span {
	font-size: 14px;
}
span.glyphicon {
	padding: 13px;
	font-size: 16px;
}

}

@media screen and (max-width: 480px){
.banner{
	margin-top:68px;
}
.requirement, .delegations, .contact {
	padding: 2em 0 1em;
}
.skills {
	padding: 0 0 1em;
}
.wthree-s1 {
    margin: 1em 0;
}
.about-left h3 {
	font-size: 20px;
	width: 17%;
}
.about-left img {
	width: 25%;
}
.about-right {
	width: 90%;
}
/*.delegations-agile-w3l-year {
	padding: 5.5em 0.5em;
}*/
.gallery-top {
	width: 50%;
	float: left;
}
.gallery-top figure.effect-bubba h4 {
	font-size: 18px;
	padding-top: 9%;
}
ul.top-links {
	margin-top: 2em;
}
ul.top-links li a i.fa {
	width: 36px;
	height: 36px;
	line-height: 18px;
}
.w3_banner_info {
	margin: 7em 0 4em;
}
.copyright-agile p {
	/*line-height: 2em;*/
}
.w3_banner_info_grid {
    margin-left: 1em;
}
.w3_banner_info_grid h3 {
    font-size: 28px !important;
}
.w3_banner_info_grid h4 {
	font-size: 33.5px !important;
}
.w3_banner_info_grid h5 {
    font-size: 35.2px !important;
}	
.w3_banner_info_grid p {
	font-size: 15.8px !important;
}
.thim-click-to-bottom {
	padding: 1em;
	margin:0;
}
}

@media screen and (max-width: 414px){
.w3_banner_info_grid {
    margin-left: 0;
}
.w3_banner_info_grid h3 {
    font-size: 28px !important;
}
.w3_banner_info_grid h4 {
	font-size: 33.5px !important;
}
.w3_banner_info_grid h5 {
    font-size: 35.2px !important;
}	
.w3_banner_info_grid p {
	font-size: 15.8px !important;
}
.thim-click-to-bottom {
	padding: 1em;
	margin:0;
}
.w3_banner_info {
	margin: 7em 0 4em;
}
.boxw3-agile {
	padding: 5px;
	margin-bottom: 0em;
	margin-top: 0em;
}
/*.wthree-s1 {
	margin: 3em 1.5em;
}*/
.about-left h3 {
	width: 20%;
}
.about-left {
	padding: 0 2em;
}
.about-right {
	width: 100%;
}
.about h3, .skills h3, .delegations h3, .requirement h3 {
	font-size: 36px;
	letter-spacing: 0;
    margin-bottom: 0.5em;
}
.requirement h5 {
    font-size: 20px;
    margin-bottom: 1em;
}
ul.top-links {
	margin-top: 0em;
}
.gallery-top figure.effect-bubba h4 {
	padding-top: 2%;
}
.contact textarea {
	width: 97%;
	border: 1px solid #a0a0a0;
}
.contactright1 {
	width: 100%;
	float: none;
}
.contactright1:nth-child(4), .contactright1:nth-child(5) {
	margin-bottom: 3em;
}
/******- delegations -******/
.delegations-agile-w3l-year,.delegations-agile-w3l-info {
	width: 100%;
	float: none;
}
.delegations-agile-w3l-year{
	padding: 2em;
}
.delegations-agile-w3l-info {
	border-left: 1px solid #282457;
}
/******- delegations -******/
}

@media screen and (max-width: 384px){
.w3_banner_info_grid h3 {
    font-size: 26px !important;
}
.w3_banner_info_grid h4 {
	font-size: 31.5px !important;
}
.w3_banner_info_grid h5 {
    font-size: 32.2px !important;
}	
.w3_banner_info_grid p {
	font-size: 15.8px !important;
}
.w3agile-text h5 {
	padding: 2.95em 0;
}
.w3ls-text h5 {
	padding: 2.25em 0;
}
.w3ls-text1  h5 {
	padding: 3.65em 0;
}
nav.navbar.navbar-default.navbar-fixed-top {
	padding: .3em 1em 0;
}
.skill-grids-left {
	padding: 0;
}
.gallery-top {
	width: 90%;
	float: none;
	margin: 0 auto;
}
.gallery-top figure.effect-bubba h4 {
	padding-top: 16%;
}
.boxw3-agile .agile-caption h3 {
	font-size: 22px;
}
.boxw3-agile .agile-caption p {
	line-height: 1.6em;
}
}

@media screen and (max-width: 375px){
.about h3, .skills h3, .delegations h3, .requirement h3 {
    font-size: 33px;
    letter-spacing: 0;
    margin-bottom: 0.5em;
}
.delegations-w3l {
	padding: 0 1em;
}
i.fa.fa-hourglass-end {
	font-size: 80px;
}
}

@media screen and (max-width: 320px){
.w3_banner_info_grid h3 {
    font-size: 21px !important;
}
.w3_banner_info_grid h4 {
	font-size: 25.5px !important;
}
.w3_banner_info_grid h5 {
    font-size: 26.2px !important;
}	
.w3_banner_info_grid p {
	font-size: 14px !important;
}

.about h3, .skills h3, .delegations h3, .requirement h3 {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 0.5em;
}
.about-left h3 {
	width: 25%;
}
.about-left {
	padding: 0 1em;
}
i.fa.fa-hourglass-end {
	font-size: 60px;
}
.gallery-top {
	width: 100%;
}
.boxw3-agile {
	width: 100%;
	float: none;
}
.w3_banner_info {
	margin: 4em 0 4em;
}
.tabs-style-bar nav ul li a {
	margin: 0 4px;
}
}