@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults // pink color = rgb(208, 0, 158) = #d0009e;
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



html, body{
    font-size: 100%;
	font-family: 'Open Sans', sans-serif, NixieOne-Regular;
    background: transparent url(../img/background.jpg) repeat;
	margin: 0;
}
p,ul li,ol li{
	margin:0;
	font-size:14px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Gentium Basic', serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}

@font-face {
   font-family: 'NixieOne-Regular';
   src: url(../fonts/NixieOne-Regular.ttf)format('truetype');
}


/*
h2 a {
  color: #363636;
  font-family: "QuicksandBold",sans-serif;
  font-size: 23px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 10px 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in 0s;
}
*/
/*-- banner --*/
/*-- Nav style -- */
.cd-stretchy-nav {
  pointer-events: none;
  position: fixed;
  right: 7%;
  top: 60px;
  z-index: 2;
}
.cd-stretchy-nav .stretchy-nav-bg {
	/* this is the stretching navigation background */
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
	border-radius: 30px;
	background: #F44336;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-transition: height 0.2s, box-shadow 0.2s;
	-moz-transition: height 0.2s, box-shadow 0.2s; 
	-o-transition: height 0.2s, box-shadow 0.2s;
	-ms-transition: height 0.2s, box-shadow 0.2s;
	transition: height 0.2s, box-shadow 0.2s;
}
.cd-stretchy-nav.nav-is-visible {
	pointer-events: auto;
}
.cd-stretchy-nav.nav-is-visible .stretchy-nav-bg {
	height: 100%;
	-webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
} 
.cd-nav-trigger {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	height: 55px;
	width: 55px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	/* replace text with image */
	overflow: hidden;
	white-space: nowrap;
	color: transparent !important;
	pointer-events: auto;
}
.cd-nav-trigger span, .cd-nav-trigger span::after, .cd-nav-trigger span::before {
    position: absolute;
    width: 23px;
    height: 2px;
    background-color: #ffffff;
}
.cd-nav-trigger span {
	/* middle line of the hamburger icon */
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.cd-nav-trigger span::after, .cd-nav-trigger span::before {
	/* top and bottom lines of the hamburger icon */
	content: '';
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}
.cd-nav-trigger span::before {
	-webkit-transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	-o-transform: translateY(-7px);
	transform: translateY(-7px);
}
.cd-nav-trigger span::after {
	-webkit-transform: translateY(7px);
	-moz-transform: translateY(7px);
	-ms-transform: translateY(7px);
	-o-transform: translateY(7px);
	transform: translateY(7px);
}
.no-touch .cd-nav-trigger:hover ~ .stretchy-nav-bg {
	-webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}
.nav-is-visible .cd-nav-trigger span {
	background-color: transparent;
}
.nav-is-visible .cd-nav-trigger span::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-is-visible .cd-nav-trigger span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-stretchy-nav ul {
	position: relative;
	z-index: 2;
	padding: 60px 0 10px; 
	visibility: hidden;
	-webkit-transition: visibility 0.3s;
	-moz-transition: visibility 0.3s;
	transition: visibility 0.3s;
	text-align: right;
}
.cd-stretchy-nav ul li {
    display: block;
}
.cd-stretchy-nav ul a {
    position: relative;
    display: block;
    width: 55px;
    height: 40px;
    padding: 0;
    color: rgba(255, 255, 255, 0.7); 
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
    text-align: left; 
}
.cd-stretchy-nav ul a::after {
    content: "\f015";
    position: absolute;
    right: 19px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: .6;
    font: 14px/1 FontAwesome;
    font-size:1.2em;
} 
.cd-stretchy-nav ul li:nth-of-type(2) a::after {
    content: "\f0ac";
	font-size:1.4em;	
}
.cd-stretchy-nav ul li:nth-of-type(3) a::after {
	content: "\f085";
}
.cd-stretchy-nav ul li:nth-of-type(4) a::after {
    content: "\f03e";
	font-size:1.1em;
}
.cd-stretchy-nav ul li:nth-of-type(5) a::after {
	content: "\f009";
}
.cd-stretchy-nav ul li:nth-of-type(6) a::after {
    content: "\f003";
	 font-size:1.2em;
}
.cd-stretchy-nav ul li:nth-of-type(7) a::after {
    content: "\f0c1";   
} 
.cd-stretchy-nav.edit-content ul span {
    position: absolute;
    top: 6px;
    right: 64px;
    height: 30px;
    line-height: 30px;
    padding: 0 1em;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 2px;
    text-align: center;
    font-size: 1.1em;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.cd-stretchy-nav.edit-content ul span::after {
  /* triangle below the tooltip */
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.55);
}

.cd-stretchy-nav.edit-content.nav-is-visible ul span {
  /* reset default style */
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.no-touch .cd-stretchy-nav.edit-content.nav-is-visible ul a:hover span {
  opacity: 1; 
  /* reset default style */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-stretchy-nav.nav-is-visible ul {
	opacity:1;
	visibility: visible;
} 
.cd-stretchy-nav.edit-content.nav-is-visible ul a::after {
	/* navigation item icons */
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	-webkit-animation: scaleIn 0.15s backwards;
	-moz-animation: scaleIn 0.15s backwards;
	animation: scaleIn 0.15s backwards;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.cd-stretchy-nav.nav-is-visible ul a.active,.cd-stretchy-nav.nav-is-visible ul li.active a{
	color: #ffffff;
}
.cd-stretchy-nav.nav-is-visible ul a.active::after ,.cd-stretchy-nav.nav-is-visible ul li.active a::after{
	opacity: 1;
}
.cd-stretchy-nav.nav-is-visible ul a.active::before {
	-webkit-transform: translateX(3px) translateY(-50%) scaleY(1);
	-moz-transform: translateX(3px) translateY(-50%) scaleY(1);
	-ms-transform: translateX(3px) translateY(-50%) scaleY(1);
	-o-transform: translateX(3px) translateY(-50%) scaleY(1);
	transform: translateX(3px) translateY(-50%) scaleY(1);
	-webkit-transition: -webkit-transform 0.15s 0.3s;
	-moz-transition: -moz-transform 0.15s 0.3s;
	transition: transform 0.15s 0.3s;
} 
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover {
	color: #ffffff;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover::after {
	opacity: 1;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover span {
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	transform: translateX(-5px);
}
.cd-stretchy-nav.nav-is-visible ul li:first-of-type a::after,
.cd-stretchy-nav.nav-is-visible ul li:first-of-type span {
	-webkit-animation-delay: 0.05s;
	-moz-animation-delay: 0.05s;
	animation-delay: 0.05s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) span {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) span {
	-webkit-animation-delay: 0.15s;
	-moz-animation-delay: 0.15s;
	animation-delay: 0.15s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) span {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) span {
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	animation-delay: 0.25s;
}  
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
  }
}
@-moz-keyframes scaleIn {
  from {
    -moz-transform: translateY(-50%) scale(0);
  }
  to {
    -moz-transform: translateY(-50%) scale(1);
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideIn {
  from {
    opacity: 0;
    -moz-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/*-- //Nav style -- */




.w3_agile_header {
  margin-top: 3em;
  padding: 0;
  }
.w3_agile_header_left{
	float:left;
	margin: 1.6em 0 0;
	}
.w3_agile_header_left h2{
	font-size:1em;
	color:#fff;
	line-height:1.5em;
}
.w3_agile_header_left h2 span{
	padding: .3em 1em;
    background: #f33f1d;
    color: #fff;
    font-weight: bold;
}
.agile_logo{
	float:left;
	margin-left:15em;
}
.agile_logo h1 a{
	font-size: 1.3em;
    color: #f3a21d;
    text-decoration: none;
    position: relative;
    padding-left: 1.3em;
    display: inline-block;
}
.agile_logo h1 a::before {
	content: "\f1ae";
	position: absolute;
	top: 11%;
	left: -3%;
	width: 53px;
	height: 55px;
	border: 2px solid #f3a21d;
	background: url(../img/logo1.png) no-repeat 0px 0px;
	background-size: cover;
	text-indent: -3051px;
}
/*
.agile_logo h1 a:before{
	content: "\f1ae";
    position: absolute;
    top: 11%;
    left: 0%;
    width: 50px;
    height: 50px;
    border: 2px solid #f3a21d;
    text-align: center;
    line-height: 1.4em;
    font-family: FontAwesome;
	color:#fff;
	background: url(../img/logo1.png) no-repeat 0px 0px;
}
*/
.agile_logo h1 a span{
	display: block;
    font-size: .5em;
    border-bottom: 1px solid;
    text-align: left;
    color: #fff;
}
.agileits_w3layouts_mail {
	float: right;
    margin: 1.8em 0 0;
}
.agileits_w3layouts_mail p{
	color:#fff;
}
.agileits_w3layouts_mail p i{
	padding-right: .5em;
    color: #f33f1d;
}
.agileits_w3layouts_mail p a{
	color:#fff;
	text-decoration:underline;
}
.agileits_w3layouts_mail p a:hover{
	color:#f33f1d;
}

.top_title{margin-bottom: 25px;}



/*-- /about --*/
.latest,.gallery,.team,.contact-agile,.testimonials{
	padding: 100px 0px;
}
.about-left-agileits-w3layouts {
	background: url(../img/bg_left.jpg) no-repeat;
    background-size: cover;	
  /*  background-position: 50% 50%;	*/
	padding: 1em 5em 0;
    text-align: center;
    min-height: 461px;
    min-width:50%;	
	border-top:3px solid red;
}
p.para-w3layouts1{
	font-family: NixieOne-Regular;
	font-size: 25px;
	font-weight: 700;	
	
  background: rgba(167, 129, 116, 0.31) none repeat scroll 0 0;
  border-color: #e2d1b4;
  color: #fff;
  height: auto;
  width: 100%;  
  background-image: none;
 /* border: 1px solid #ccc; */
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.main-menu li {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,.03);
}

.main-menu li:first-child {
	border-top: 1px solid rgba(255,255,255,.03);
}

.main-menu li {
	font-family: NixieOne-Regular;
	color: #fff;
	display: block;
	text-align: left;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 700;
	padding: 5px 0 0 150px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.main-menu1 li {
	font-family: NixieOne-Regular;
	color: #fff;
	display: block;
	text-align: left;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 700;
	padding: 5px 0 0 150px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.main-menu li i {
  color: #ff464f;
  padding-right: 1em;
}

.about-right-agileinfo {
    background: url(../img/design_bg1.jpg) no-repeat;
    background-size: cover;
    padding: 1em 5em 0;
    text-align: center;
	min-width:50%;
    min-height: 461px;
	border-top:3px solid red;
}
/*
.list1 ul{
	float:centre;
	
}*/
.about-bar-w3-agile {
    padding: 3em 20em;
    background: #fff;
}
.about-bar-w3-agile h2 {
    font-size: 2.5em;
    letter-spacing: 5px;
    color: #000;
    display: inline-block;
    float: left;
    margin-top: 5px;
}
a.readmore {
    text-decoration: none;
    color: #000;
    padding: 15px 40px;
    font-size: 17px;
    background: transparent;
    float: right;
	display:inline-block;
    border: 2px solid #e84f5a;
	transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
a.readmore:hover {
		background: #e84f5a;
		transition: .5s ease-in;
		color:#fff;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.about-left-agileits-w3layouts h3 {
    color: #000;
    text-transform: capitalize;
    padding: 10px 15px;
    background: #e84f5a;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 700;
	font-size: 24px;
}
.about-left-agileits-w3layouts h3 span {
    color: #fff;
}

p.bold {
    font-weight: 900;
    font-size: 3em;
    color: #fff;
    margin: 20px 0px;
}

p.bold2{
	font-weight: 900;
    font-size: 3em;
    color: #fff!important;
    margin: 20px 0px 10px 0px;
	text-align:center;
}
p.bold span{
  
  border-radius: 60px;
  color: #fff;   
  line-height: 5px;
  padding: 25px 15px;
  text-align: center;  
	background: #F44336;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-transition: height 0.2s, box-shadow 0.2s;
	-moz-transition: height 0.2s, box-shadow 0.2s; 
	-o-transition: height 0.2s, box-shadow 0.2s;
	-ms-transition: height 0.2s, box-shadow 0.2s;
	transition: height 0.2s, box-shadow 0.2s;	
}
.design{
	font-family: NixieOne-Regular;
	font-size: 13px;
	margin-left: 200px;
	/*background-color: brown;*/
	padding: 5px 5px;
	border: 1px solid brown;
}



p.para-w3layouts {
  font-family: NixieOne-Regular;
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  padding-bottom: 23px;
}
.about-right-agileinfo p.bold {
	color:#fff;
}
a.find-about {
    float: none;
    margin-top: 2em;
    display: inline-block;
	text-decoration: none;
    color: #fff;
    padding: 8px 25px;
    font-size: 15px;
    background: transparent;
    border: 2px solid #e84f5a;
	transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
a.find-about:hover {
		background: #e84f5a;
		transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
/*-- //about --*/


/*-- //service page --*/

/*-- services --*/
.services{
	padding: 4em 0;
    background: #f9f9fb;
}
.services-info{
	text-align:center;
}
.services-info h3,.team-heading h3{
	font-size: 2em;
    margin: 0;
    color: #000000;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}
.services-info p,.team-heading p{
    color: #999999;
    font-size: .9em;
    margin: 1em auto 0;
    width: 40%;
}
.services-grids{
	margin:4em 0 0 0;
}
#owl-demo .item{
    text-align: center;	
}
.services-grid-info{
    position: relative;
    overflow: hidden;	
}
.services-grid-info img{
	width:100%;
}

i.fa.fa-cutlery {
    color: #FFFFFF;
    font-size: 2em;
	height: 53px;
	width: 55px;
	text-indent: -3015px;
    background: url(../img/logo1.png) no-repeat 0px -3px;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 1.5em;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
}
.services-grid-caption h4{
    color: #FFFFFF;
    font-size: 2em;
    font-weight: 600;
    margin: .5em 0 0 0;
	line-height: 45px;
/*	background: url(../img/logo1.png) no-repeat 0px -3px; */
}
.services-grid-caption p{
    color: #c5c5c5;
    font-size: .9em;
    margin: 0;
}
.services-grid-caption {
    background: rgba(0, 0, 0, 0.61);
    padding: 8em 1em 1em 1em;
    position: absolute;
    left: 0;
    bottom: -105%;
    text-align: center;
    width: 100%;
    height: 400px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.services-grid-info:hover .services-grid-caption{
    bottom: 0%;
}
/*-- //services --*/

/*-- contact us --*/
section.contact-w3-agileits {
	padding:100px 0;
	background:url(../img/wayy2.jpg) no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
}
section.contact-w3-agileits h3.text-center {
	font-size:40px;
	font-weight:normal;
	color:#fff;
	padding-bottom:40px;
	font-family: 'Cinzel', serif;	
}
section.contact-w3-agileits h4 {
	font-size:25px;
	font-weight:normal;
	color:#fff;
	padding-bottom:20px;
	line-height:35px;
	font-family: 'Cinzel', serif;	
}
input#email1 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border-color:#e2d1b4;
    padding: 0 20px;
	text-align:center;
    margin-bottom: 20px;
	background:rgba(167, 129, 116, 0.31);
}
button.btn.btn-outline.btn-lg {
    width: 100%;
    height: 45px;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    background-color:#e74c3c;
	font-family: 'Cinzel', serif;	
}
button.btn.btn-outline.btn-lg:hover {
	background-color:#c0392b;
	color:#fff;
}
input#name,input#email,input#phone {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    border-color:#e2d1b4;
    padding: 0 10px;
	background:rgba(167, 129, 116, 0.31);
}
textarea.form-control {
    height: auto;
    width: 100%;
    color: #fff;
    border-color:#e2d1b4;
	background:rgba(167, 129, 116, 0.31);
}
button.btn-outline2 {
    float: right;
    width: 200px;
    height: 45px;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    background-color:#e74c3c;
    border-color:#e74c3c;
	font-family: 'Cinzel', serif;	
}
button.btn-outline2:hover {
	background-color:#c0392b;
}
input::-webkit-input-placeholder {
color: #fff !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
}
 
input:-ms-input-placeholder {  
color: #fff !important;  
}
textarea::-webkit-input-placeholder {
color: #fff !important;
}
 
textarea::-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
}
 
textarea::-ms-input-placeholder {  
color: #fff !important;  
}
/*-- /contact us --*/



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*  Contact */

.subscribe {
  background: rgba(167, 129, 116, 0.31) none repeat scroll 0 0;
  border-color: #e2d1b4;
  color: #fff;
  height: auto;
  width: 100%;  
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  
}

p.social {
  text-align: left;
  color:#fff;
  padding: 0;
  margin: 0;
  
  }



/*-- start-footer --*/

footer {
  background: rgb(36, 40, 46) none repeat;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 0;
  margin-bottom: 20px;
  border-top:3px solid red;
}
footer p {
  margin: 0;
  padding: 0;
}
footer a {
  color: #fff;
}
/*
footer a:active, a:hover {
  color: #000;
}
*/
footer .social {
  text-align: right;
  padding: 0;
  margin-left:-79px;
  list-style: none;
}
footer .social li {
  display: inline-block;
  margin-right: 31px;
}

/*-- endsfooter --*/












/*-- start-responsive-design --*/
@media(max-width:1440px){
	.box, .box .overbox {
		height: 316px;
	}
	.w3_agileits_about_left, .w3ls_subscribe_left {
		padding: 4em 4em 4em 12em;
	}
	.hovereffect p {
		margin: 6em 0 0;
	}
	.w3_agileits_progress_right {
		padding: 2.5em 4em 2em 4em;
	}
}
@media(max-width:1366px){
	.agileits_w3layouts_mail {
		float: left;
		margin: 1.8em 0 0 15em;
	}
	.w3_agileits_progress_right {
		padding: 1em 4em 0em 4em;
	}
	.box, .box .overbox {
		height: 300px;
	}
	.w3_agileits_about_left {
		margin: 3.5em 0 0;
	}
	.w3_agileits_about_left, .w3ls_subscribe_left {
		padding: 4em 4em 4em 10em;
	}
}
@media(max-width:1280px){
	.agileinfo_banner_info {
		margin: 11em auto 9em;
	}
	.banner {
		min-height: 680px;
	}
	.w3_agileits_progress_right {
		padding: 0em 4em 0em 4em;
	}
	.agileits_progress_left_grid_pos {
		top: 37%;
		right: -85%;
	}
	.box, .box .overbox {
		height: 280px;
	}
	.box .title {
		font-size: 2.3em;
	}
	.box .overbox {
		padding: 11.5em 2em 3em;
	}
	.w3_agileits_about_right, .w3ls_subscribe_right {
		padding: 4em 5em 4em 4em;
	}
	.w3_agileits_about_left {
		margin: 3em 0 0;
	}
	.w3_agileits_about_left, .w3ls_subscribe_left {
		padding: 4em 4em 4em 7em;
	}
	.main-menu1 li {	
	padding: 5px 0 0 114px;	
     }
	.main-menu li {	
	padding: 5px 0 0 75px;	
     }
	.design {	
	font-size: 11px;
	margin-left: 151px;	
	padding: 5px 5px;
    }
}
@media(max-width:1080px){
	.agileits_w3layouts_mail {
		margin: 1.8em 0 0 9em;
	}
	.agile_logo {
		margin-left: 9em;
	}
	.agileinfo_banner_info {
		width: 70%;
	}
	.agileinfo_banner_info h3 {
		font-size: 4.5em;
	}
	.banner {
		background-position:-105px 0px;
	}
	.banner-bottom h3 {
		font-size: 2em;
	}
	.w3layouts_banner_bottom_servicer {
		padding: 0;
	}
	.w3layouts_banner_bottom_servicer h4 {
		font-size: 1.16em;
	}
	.banner-bottom p.para_w3ls {
		width: 80%;
	}
	.agileits_progress_left_grid_pos {
		top: 0;
		right: 0;
		position: inherit;
		width: 200%;
	}
	.w3_agileits_progress_right {
		padding: 7em 3em 0em 3em;
	}
	.box, .box .overbox {
		height: 235px;
	}
	.box .overbox {
		padding: 9.5em 1em 3em;
	}
	.w3_agileits_about_right, .w3ls_subscribe_right {
		padding: 4em 2em 4em;
	}
	.w3_agileits_about_left, .w3ls_subscribe_left {
		padding: 4em 3em 4em 2em;
	}
	.w3l_gallery_grid li {
		width: 33%;
	}
	.hovereffect p {
		margin: 4em 0 0;
	}
	.main-menu li {	
	padding: 5px 0 0 75px;	
     }
	.main-menu1 li {	
	padding: 5px 0 0 114px;	
     }
	
	.design {
	  font-size: 11px;
	  margin-left: 135px;
	  padding: 5px;
	}
}
@media(max-width:1050px){
	.w3ls_subscribe_left input[type="email"] {
		width: 88%;
	}
	.main-menu li {	
	padding: 5px 0 0 45px;	
     }
		.main-menu1 li {	
	padding: 5px 0 0 14px;	
     }
	
	.design {
	  font-size: 11px;
	  margin-left: 185px;
	  padding: 5px;
	}
}
@media(max-width:1024px){
	.agileits_w3layouts_mail {
		margin: 1.8em 0 0 7em;
	}
	.agileinfo_banner_info h3 {
		font-size: 4em;
	}
	.agile_logo h1 a {
		font-size: 1.2em;
	}
	.w3_agileits_progress_right {
		padding: 5em 3em 0em 3em;
	}
	.box, .box .overbox {
		height: 223px;
	}
	.box .overbox {
		padding: 8.5em 1em 3em;
	}
	.box .title {
		font-size: 2em;
	}
	.w3ls_subscribe_left input[type="email"] {
		width: 88%;
	}
	.main-menu li {	
	padding: 5px 0 0 91px;	
     }
	.main-menu1 li {	
	padding: 5px 0 0 15px;	
	}
	
	.design {
	  font-size: 11px;
	  margin-left: 205px;
	  padding: 5px;
	}
}
@media(max-width:991px){
	.w3_agile_header_left h2 {
		font-size: 14px;
	}
	.agile_logo {
		margin-left: 6em;
	}
	.agile_logo h1 a {
		font-size: 1.1em;
	}
	.agileits_w3layouts_mail {
		margin: 1.8em 0 0 4em;
	}
	.agileinfo_banner_info {
		width: 76%;
	}
	.agileits_grid_format ul li.active:before {
		left: 30%;
	}
	.banner-bottom, .services, .events, .gallery {
		padding: 4em 0;
	}
	.banner-bottom h3 {
		font-size: 1.8em;
		line-height: 1.5em;
	}
	.banner-bottom p.para_w3ls {
		width: 100%;
	}
	.w3_banner_bottom_service1 {
		float: left;
		width: 33.33%;
	}
	.w3layouts_banner_bottom_servicer h4 {
		font-size: 1.1em;
		line-height: 1.5em;
	}
	.w3_agileits_progress_left,.w3_agileits_progress_right {
		float: left;
		width: 50%;
	}
	.box, .box .overbox {
		height: 216px;
	}
	.box .overbox {
		padding: 7.5em 1em 3em;
	}
	.w3_agile_services_grid {
		float: left;
		width: 50%;
	}
	.w3_agile_services_grid:nth-child(2){
		margin-bottom:2em;
	}
	.w3_agile_services_grid legend {
		font-size: 1.4em;
	}
	.w3_agileits_about_left {
		margin: 0;
	}
	.w3_agileits_about_left, .w3ls_subscribe_left {
		padding: 4em 3em 4em 3em;
	}
	.w3_agileits_about_right, .w3ls_subscribe_right {
		padding: 3em 2em;
	}
	.agileits_w3layouts_about_right p {
		margin: 2em auto 0;
		width: 75%;
	}
	.banner {
		min-height: 635px;
	}
	.w3_agileits_events_grid {
		float: left;
		width: 33.33%;
	}
	.agileits_event_grid_date p span {
		font-size: 2.5em;
	}
	.agileits_event_grid_date p {
		font-size: 13px;
	}
	.agileits_event_grid_date {
		width: 140px;
		height: 85px;
		top: -3%;
	}
	.agileinfo_events_grid1 h5 a {
		font-size: 1.4em;
	}
	.w3ls_subscribe_left form {
		width: 70%;
		margin: 0 auto;
	}
	.w3ls_subscribe_left h3 {
		text-align: center;
	}
	.w3ls_subscribe_right {
		margin: 0;
		text-align: center;
	}
	.mail {
		padding-bottom: 4em;
	}
	.subscribe {
	  margin-bottom:11px;	  
	}
	.main-menu1 li {
	  padding: 5px 0 0 234px;
	}
	.design {	
	font-size: 11px;
	margin-left: 225px;	
	padding: 5px 5px;
    }
}
@media(max-width:800px){
	.agileits_w3layouts_mail {
		margin: 1.8em 0 0 2em;
	}
	.agile_logo {
		margin-left: 3.5em;
	}
	.agileinfo_banner_info {
		margin: 8em auto 6em;
	}
	.agileits_grid_format ul li {
		font-size: 13px;
	}
	.banner {
		min-height: 530px;
	}
	.agileinfo_header {
		font-size: 1.8em;
	}
	.w3_agileits_progress_right {
		padding: 3em 2em 0em;
	}
	.box, .box .overbox {
		height: 168px;
	}
	.box .title {
		font-size: 1.8em;
	}
	.box .overbox {
		padding: 4.5em 1em 0em;
	}
	.w3l_gallery_grid li {
		width: 32.8%;
	}
	.hovereffect p {
		padding: 10px 15px;
		font-size: 1.2em;
	}
	.subscribe {
	  margin-bottom:11px;	  
	}
	.main-menu1 li {
      padding: 5px 0 0 175px;
    }
	.design {	
	font-size: 13px;
	margin-left: 265px;	
	padding: 5px 5px;
    }
}
@media(max-width:768px){
	.wthree_nav_menu {
		top: 5.5%;
	}
	#sideNav {
		top: 9.8%;
	}
	.w3_agileits_progress_right {
		padding: 2em 2em 0em;
	}
	.agileits_progress_left_grid_pos {
		padding: 2em;
	}
	.agileits_event_grid_date {
		top: -4%;
	}
	.w3ls_subscribe_left form {
		width: 80%;
	}
	.hovereffect p {
		margin: 3.5em 0 0;
	}
	.w3_agile_mail_grid textarea {
		min-height: 250px;
	}
	.subscribe {
	  margin-bottom:11px;	  
	}
	.main-menu1 li {
  padding: 5px 0 0 175px;
    }
	.design {	
	font-size: 13px;
	margin-left: 255px;	
	padding: 5px 5px;
    }
}
@media(max-width:736px){
	.agile_logo h1 a {
		font-size: 1em;
	}
	.agile_logo h1 a:before {
		top: 9%;
		line-height: 1.8em;
	}
	.agileits_w3layouts_mail p {
		font-size: 13px;
	}
	.w3_agile_header_left {
		margin: 1.2em 0 0;
	}
	.agileits_w3layouts_mail {
		margin: 1.2em 0 0 2em;
	}
	.agile_logo {
		margin-left: 3em;
	}
	.wthree_nav_menu {
		top: 11%;
	}
	#sideNav {
		top: 22.8%;
	}
	#sideNav ul li a:before {
		left: 32%;
	}
	#sideNav.showFullMenu {
		width: 225px;
	}
	#sideNav ul li span {
		padding-left: 0.5em;
	}
	.agileinfo_banner_info h3 {
		font-size: 3.5em;
	}
	.agileinfo_banner_info {
		margin: 6em auto 5em;
	}
	.banner {
		min-height: 475px;
	}
	.agileinfo_header {
		font-size: 1.7em;
	}
	.w3_agileits_progress_right {
		padding: 1.5em 2em 0em;
	}
	.w3ls_progress_left1_grid h4 {
		font-size: 2em;
	}
	.box, .box .overbox {
		height: 160px;
	}
	.box .title {
		font-size: 1.7em;
	}
	.w3_services_para span:before {
		bottom: -14%;
		left: 48.9%;
		width: 16px;
		height: 16px;
	}
	.w3_agileits_about_left, .w3ls_subscribe_left {
		padding: 3em 2em;
	}
	.agileits_w3layouts_about_right p {
		width: 100%;
	}
	.subscribe {
	  margin-bottom:11px;	  
	}
	.main-menu1 li {
  padding: 5px 0 0 85px;
    }
	.design {	
	font-size: 13px;
	margin-left: 245px;	
	padding: 5px 5px;
    }
}
@media(max-width:667px){
	.w3_agile_header_left {
		margin: 0 0 0 10em;
		float: none;
		text-align: center;
	}
	.agile_logo {
		margin-left: 0;
	}
	.agileits_w3layouts_mail {
		margin: 1.2em 0 0 0;
		float: right;
	}
	.wthree_nav_menu {
		top: 7%;
	}
	#sideNav {
		top: 19.8%;
	}
	.agileinfo_banner_info h3 span {
		width: 18%;
	}
	.banner-bottom h3 {
		font-size: 1.6em;
	}
	.banner-bottom, .services, .events, .gallery {
		padding: 3em 0;
	}
	.mail {
		padding-bottom: 3em;
	}
	.w3layouts_banner_bottom_servicel {
		float: none;
		text-align: center;
		width: 100%;
	}
	.w3layouts_banner_bottom_servicer {
		padding: 3em 0 0;
		float: none;
		text-align: center;
		width: 100%;
	}
	.agile-hvr-icon-pulse-shrink:before {
		right: 1.8em;
	}
	.w3layouts_banner_bottom_servicer h4 {
		font-size: 1.08em;
	}
	.w3_agileits_progress_right {
		padding: 0.5em 1em 0em;
	}
	.box, .box .overbox {
		height: 144px;
	}
	.box .title {
		font-size: 1.5em;
	}
	.box .overbox {
		padding: 3.5em 1em 0em;
	}
	.hovereffect p {
		margin: 3em 0 0;
	}
    .subscribe {
	  margin-bottom:11px;	  
	}
	.list1 ul{
	float:centre;
	}
	.design {	
	font-size: 13px;
	margin-left: 235px;	
	padding: 5px 5px;
    }	
}
@media(max-width:640px){
	.agileits_w3layouts_mail {
		float: right;
	}
	.wthree_nav_menu {
		top: 3%;
	}
	.agileinfo_banner_info h3 {
		font-size: 3.2em;
	}
	#sideNav {
		top: 8.3%;
	}
	#sideNav ul li span {
		padding-left: 1.5em;
	}
	#sideNav ul li a:before {
		left: 33.5%;
	}
	.w3layouts_banner_bottom_servicer h4 {
		font-size: 1.2em;
	}
	.w3_agileits_progress_right {
		padding: 0em 1em 0em;
	}
	.box, .box .overbox {
		height: 208px;
	}
	.box .title {
		font-size: 1.7em;
	}
	.box .overbox {
		padding: 5.5em 1em 0em;
	}
	.w3_services_para span:before {
		left: 48.5%;
	}
	.w3_agileits_events_grid {
		float: none;
		width: 70%;
		margin: 0 auto;
	}
	.w3_agileits_events_grid:nth-child(2) {
		margin: 2em auto;
	}
	.w3ls_subscribe_left form {
		width: 100%;
	}
	.hovereffect p {
		padding: 8px 12px;
	}
	.agileits_event_grid_date {
		top: -2%;
	}
	.w3_agile_mailwe_grids {
		margin: 1em 0 0 !important;
	}
	.subscribe {
	  margin-bottom:11px;	  
	}
	.design {	
	font-size: 13px;
	margin-left: 225px;	
	padding: 5px 5px;
    }
}
@media(max-width:600px){
	.w3_agile_header_left {
		margin: 0 0 0 8em;
	}
	.wthree_nav_menu {
		top: 5%;
	}
	#sideNav a {
		padding: 15px 30px;
		font-size: 13px;
	}
	#sideNav {
		top: 16.3%;
	}
	.agileinfo_banner_info {
		margin: 5em auto 4em;
	}
	.banner {
		min-height: 450px;
	}
	.w3layouts_banner_bottom_servicer h4 {
		font-size: .94em;
		margin-bottom: .5em;
	}
	.w3_agileits_progress_left, .w3_agileits_progress_right {
		float: none;
		width: 100%;
	}
	.agileits_progress_left_grid_pos {
		width: 100%;
	}
	.w3ls_progress_left1_grid i {
		font-size: 1.2em;
		width: 50px;
		height: 50px;
		line-height: 2.8em;
	}
	.w3_agileits_progress_right {
		padding: 2em 1em;	
	}
	.box, .box .overbox {
		height: 194px;
	}
	.w3_agile_services_grid legend {
		font-size: 1.3em;
	}
	.hovereffect p {
		margin: 2.5em 0 0;
	}
	ul.main-nav li i {
		padding: 0 1em;
	}
	.copy-right {
		margin: 1em 0 0;
	}
	.subscribe {
	  margin-bottom:11px;	  
	}
	.design {
	  font-size: 12px;
	  margin-left: 205px;
	  padding: 5px;
	}
}
@media(max-width:568px){
	.w3_agile_header_left {
		margin: 0 0 0 6em;
	}
	.wthree_nav_menu {
		top: 8%;
	}
	.agileinfo_banner_info {
		width: 80%;	
	}
	.agile-hvr-icon-pulse-shrink:before {
		font-size: 1.6em;
	}
	.w3layouts_banner_bottom_servicer h4 {
		font-size: 1em;
	}
	#sideNav {
		top: 23.3%;
	}
	.box, .box .overbox {
		height: 183px;
	}
	.w3_agile_services_grid legend {
		font-size: 1.21em;
	}
	.w3_agileits_events_grid {
		width: 85%;
	}
	
	.about-left-agileits-w3layouts {
	background: url(../img/bg_left.jpg) no-repeat 0px 0px; 
	background-size: cover;	
	background-size: 100% 100%;	   	
	}
	.about-right-agileinfo {
    background: url(../img/design_bg1.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-size: 100% 100%;
    }
	.main-menu1 li {
     padding: 5px 0 0 1px;
	}
	.design {	
	font-size: 13px;
	margin-left: 197px;	
	padding: 5px 5px;
    }
	.main-menu li {  
	  font-size: 12px;
	  padding: 5px 0 0 45px; 
	}
	.subscribe {
	  margin-bottom:11px;	  
	}
}

@media(max-width:480px){
	.w3_agile_header_left {
		margin: 0;
	}
	.wthree_nav_menu {
		top: 3%;
	}
	.agileinfo_banner_info h3 {
		font-size: 2.6em;
	}
	.agileinfo_banner_info h3 span {
		width: 27%;
		font-size: .3em;
	}
	.agileits_grid_format ul li.active:before {
		left: 42%;
	}
	.banner-bottom, .services, .events, .gallery {
		padding: 2em 0;
	}
	.mail {
		padding-bottom: 2em;
	}
	#sideNav {
		top: 8.3%;
	}
	.banner-bottom h3 {
		font-size: 1.5em;
	}
	.banner-bottom p.para_w3ls {
		margin: 1em 0 2em;
	}
	.w3_banner_bottom_service1 {
		float: none;
		width: 100%;
	}
	.agile-hvr-icon-pulse-shrink:before {
		font-size: 1.8em;
		right: 6em;
	}
	.w3layouts_banner_bottom_servicer h4 {
		font-size: 1.2em;
	}
	.w3_banner_bottom_service1:nth-child(2) {
		margin: 2em 0;
	}
	.w3ls_progress_left1 {
		float: left;
		width: 50%;
	}
	.w3ls_progress_left1:nth-child(2) {
		margin-bottom: 2em;
	}
	.box, .box .overbox {
		height: 308px;
	}
	.box .title {
		font-size: 1.9em;
	}
	.box .overbox {
		padding: 12.5em 1em 0em;
	}
	.w3_agileits_about_left, .w3ls_subscribe_left,.w3_agileits_about_right, .w3ls_subscribe_right {
		padding: 2em;
	}
	.w3ls_subscribe_left input[type="submit"] {
		background: url(../images/8.png) no-repeat 2px 4px;
	}
	.w3l_gallery_grid li {
		width: 100%;
	}
	.hovereffect p {
		margin: 7.5em 0 0;
	}
	.agileits_w3layouts_about_right p {
		margin: 1em 0 0;
	}
	.w3_services_para:before, .w3_services_para:after {
		width: 25%;
	}
	.w3_services_para:before {
		left: 21%;
	}
	.w3_services_para:after {
		right: 20%;
	}
	.w3_agile_services_grid {
		float: none;
		width: 100%;
	}
	.w3_agile_services_grid legend {
		font-size: 1.4em;
	}
	fieldset {
		padding: 1em 5em 2em;
	}
	.w3_agile_services_grid:nth-child(2) {
		margin: 2em 0;
	}
	.w3_agile_services_grid:nth-child(3) {
		margin-bottom: 2em;
	}
	.w3_agileits_events_grid {
		width: 100%;
	}
	ul.main-nav li a {
		letter-spacing: 0px;
	}
	ul.main-nav li i {
		padding: 0 0.9em;
	}
	.footer {
		padding: 2em 0;
	}
	
	.about-left-agileits-w3layouts {
	background: url(../img/bg_left.jpg) no-repeat 0px 0px;
	background-size: cover;	
	background-size: 100% 100%;	   	
	}
	.about-right-agileinfo {
    background: url(../img/design_bg1.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-size: 100% 100%;
    }
	
	.main-menu1 li {	
	padding: 5px 0 0 14px;	
     }
	
	.design {	
	font-size: 13px;
	margin-left: 97px;	
	padding: 5px 5px;
    }
	
	.main-menu li {  
	  font-size: 11px;
	  padding: 5px 0 0 25px; 
	}
	.subscribe {
	  margin-bottom:11px;	  
	}
}
@media(max-width:414px){
	.w3_agile_header_left {
		text-align: left;
	}
	.agileits_w3layouts_mail {
		margin: 1.7em 0 0 0;
	}
	.agileinfo_banner_info {
		width: 92%;
	}
	.agileits_grid_format ul li {
		font-size: 12px;
	}
	.banner {
		min-height: 430px;
		background-position: -190px 0px;
	}
	.wthree_nav_menu {
		top: 3.5%;
	}
	#sideNav {
		top: 9.5%;
	}
	.banner-bottom h3 {
		font-size: 1.4em;
	}
	.w3l_btn {
		padding: 4px 8px;
	}
	#film_roll_2_right {
		right: 5px;
	}
	#film_roll_2_left {
		left: 5px;
	}
	.agile-hvr-icon-pulse-shrink:before {
		right: 5em;
	}
	.box, .box .overbox {
		height: 264px;
	}
	fieldset {
		padding: 1em 4em 2em;
	}
	.modal-header {
		font-size: 1.5em;
	}
	.w3_agileits_about_left, .w3ls_subscribe_left, .w3_agileits_about_right, .w3ls_subscribe_right {
		padding: 2em 1em;
	}
	.box .overbox {
		padding: 10.5em 1em 0em;
	}
	.hovereffect p {
		margin: 6.5em 0 0;
	}
	.w3_agile_mail_grid {
		padding: 0;
	}
	.agile_map iframe {
		min-height: 250px;
	}
	footer .social {
	  text-align: left;
	  padding: 0;
	  margin: 0;
	  list-style: none;
		}
	.about-left-agileits-w3layouts {
	    background: url(../img/bg_left.jpg) no-repeat 0px 0px;
		background-size: cover;	
		background-size: 100% 100%;	   	
	}
	.about-right-agileinfo {
    background: url(../img/design_bg1.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-size: 100% 100%;
    }
	
	.main-menu1 li {	
	padding: 5px 0 0 11px;	
     }
	
	.design {	
	font-size: 13px;
	margin-left: 77px;	
	padding: 5px 5px;
    }
	
	.main-menu li {  
	  font-size: 10px;
	  padding: 5px 0 0 25px; 
	}
	.subscribe {
	  margin-bottom:11px;	  
	}
}
@media(max-width:384px){
	#sideNav {
		top: 10.5%;
	}
	ul.main-nav li a {
		font-size: 13px;
	}
	.wthree_nav_menu a#btn-menu {
		padding: 8px 20px;
	}
	.wthree_nav_menu, .wthree_nav_menu a {
		height: 35px;
	}
	.wthree_nav_menu {
		top: 4.5%;
	}
	#sideNav.showFullMenu {
		width: 170px;
	}
	#sideNav {
		width: 89px;
	}
	#sideNav ul li a {
		padding-left: 83px;
	}
	#sideNav ul li span {
		padding-left: 1em;
	}
	.agile_logo h1 a {
		font-size: .9em;
	}
	.agile_logo h1 a:before {
		width: 35px;
		height: 35px;
	}
	.agile_logo {
		margin: .5em 0 0;
	}
	.agileinfo_banner_info h3 {
		font-size: 2.4em;
	}
	.agileinfo_banner_info {
		margin: 4em auto 3em;
	}
	.banner {
		min-height: 385px;
	}
	.agileits_grid_format ul li.active:before {
		left: 50%;
		width: 40%;
	}
	.banner-bottom h3 {
		font-size: 1.3em;
	}
	.agile-hvr-icon-pulse-shrink:before {
		right: 4.4em;
	}
	.box, .box .overbox {
		height: 244px;
	}
	.box .overbox {
		padding: 9.5em 1em 0em;
	}
	.agileinfo_header {
		font-size: 1.5em;
	}
	.w3_services_para:before, .w3_services_para:after {
		width: 30%;
	}
	.w3_services_para:before {
		left: 15%;
	}
	.w3_services_para:after {
		right: 13.5%;
	}
	.w3_services_para span:before {
		bottom: -17%;
	}
	fieldset {
		padding: 1em 2em 2em;
	}
	.agileits_event_grid_date {
		top: -3%;
	}
	.w3ls_subscribe_left input[type="email"] {
		width: 86%;
		font-size: 1.2em;
	}
	.w3ls_subscribe_left input[type="submit"] {
		width: 12%;
	}
	.hovereffect p {
		margin: 6em 0 0;
	}
	
	.about-left-agileits-w3layouts {
	background: url(../img/bg_left.jpg) no-repeat 0px 0px;
    background-size: cover;	
 /*   background-size: 100% 100%;	*/   	
	}
	.about-right-agileinfo {
    background: url(../img/design_bg1.jpg) no-repeat 0px 0px;
    background-size: cover;
 /*   background-size: 100% 100%;*/
    }
	
	.main-menu1 li {	
	padding: 5px 0 0 11px;	
     }
	
	.design {	
	font-size: 13px;
	margin-left: 69px;	
	padding: 5px 5px;
    }
	
	.main-menu li {  
	  font-size: 9px;
	  padding: 5px 0 0 25px; 
	}
	.subscribe {
	  margin-bottom:11px;	  
	}
	footer .social {
	  text-align: left;
	  padding: 0;
	  margin: 0;
	  list-style: none;
	}
}
@media(max-width:375px){
	.agile_logo h1 a:before {
		line-height: 1.5em;
	}
	.agileinfo_banner_info {
		width: 100%;
	}
	.film_roll_wrapper .active img {
		border: 5px solid #f33f1d;
	}
	.film_roll_wrapper img {
		border: 5px solid white;
	}	
	.about-left-agileits-w3layouts {
	background: url(../img/bg_left.jpg) no-repeat 0px 0px;
    background-size: cover;	
 /*   background-size: 100% 100%;	 */  	
	}
	.about-right-agileinfo {
    background: url(../img/design_bg1.jpg) no-repeat 0px 0px;
    background-size: cover;
 /*   background-size: 100% 100%;*/
    }
	
	.main-menu1 li {	
	padding: 5px 0 0 1px;	
     }
	
	.design {	
	font-size: 11px;
	margin-left: 47px;	
	padding: 5px 5px;
    }
	
	
	
	.main-menu li {  
	  font-size: 8px;
	  padding: 5px 0 0 0px; 
	}
    .section.contact-w3-agileits {
	background:url(../img/wayy2.jpg) no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:100% 100%;
	}
	.subscribe {
	  margin-bottom:11px;	  
	}	
	footer .social {
	  text-align: left;
	  padding: 0;
	  margin: 0;
	  list-style: none;
	}
}

@media(max-width:320px){
	.w3_agile_header_left h2 span {
		padding: .3em 0.5em;
	}
	.w3_agile_header_left h2 {
		font-size: 13px;
	}
	.w3_agile_header {
		padding: 1.5em 0 0;
	}
	.wthree_nav_menu {
		top: 3%;
	}
	.agileits_w3layouts_mail p {
		font-size: 12px;
	}
	.agile_logo h1 a {
		font-size: .8em;
	}
	#sideNav ul li a:before {
		font-size: 1.3em;
	}
	.agileinfo_banner_info h3 {
		font-size: 2.1em;
	}
	.agileits_grid_format ul li {
		font-size: 10px;
	}
	.banner {
		min-height: 360px;
	}
	.banner-bottom h3 {
		font-size: 1.2em;
	}
	p, ul li, ol li,.box .tagline,fieldset,p.b_label,.input__label {
		font-size: 13px;
	}
	.w3_banner_bottom_service, .w3_agile_services_grids {
		margin: 2em 0 0;
	}
	.agile-hvr-icon-pulse-shrink:before {
		right: 3.4em;
	}
	.w3layouts_banner_bottom_servicer h4 {
		font-size: 1.1em;
		margin: 0 0 .5em;
	}
	.w3_banner_bottom_service1:nth-child(2) {
		margin: 1em 0;
	}
	.box, .box .overbox {
		height: 200px;
	}
	.box .overbox {
		padding: 7.5em 1em 0em;
	}
	.agileinfo_header {
		font-size: 1.4em;
	}
	.w3_services_para span:before {
		width: 13px;
		height: 13px;
	}
	.w3_agile_services_grid legend {
		font-size: 1.3em;
	}
	fieldset {
		padding: 1em 1em 2em;
	}
	.agileinfo_events_grid1 p {
		margin: 1em 0 0;
	}
	.w3_agileits_events_grid:nth-child(2) {
		margin: 1em auto;
	}
	.modal-body p {
		padding: 1em;
	}
	.w3ls_subscribe_left h3 {
		font-size: 1.6em;
	}
	.w3ls_subscribe_left input[type="submit"] {
		background: url(../images/8.png) no-repeat 0px 4px;
		background-size: 100%;
	}
	.w3ls_subscribe_left input[type="email"] {
		font-size: 1em;
	}
	.hovereffect p {
		margin: 5em 0 0;
	}
	.w3ls_subscribe_left,.w3_agileits_about_right {
		box-shadow: none;
	}
	.w3_agile_mail_grid textarea {
		min-height: 200px;
		font-size: 13px;
	}
	.w3_agile_mail_grid input[type="submit"] {
		padding: .8em 0;
	}
	.agile_map iframe {
		min-height: 200px;
	}
	.social i {
		line-height: 2.7em;
	}
	.social .tooltip {
		left: 30%;
	}
	.social .tooltip span {
		left: -40%;
	}
	#sideNav {
		width: 86px;
		top: 10%;
	}
	.modal-body p i {
		margin: 0;
	}
	
	
   .about-left-agileits-w3layouts {
	background: url(../img/bg_left.jpg) no-repeat 0px 0px;
    background-size: cover;	
 /*   background-size: 100% 100%;	 */  	
	}
	.about-right-agileinfo {
    background: url(../img/design_bg1.jpg) no-repeat 0px 0px;
    background-size: cover;
   /* background-size: 100% 100%;*/
    }
	
	.main-menu1 li {	
	padding: 5px 0 0 1px;	
     }
	
	.design {	
	font-size: 11px;
	margin-left: 39px;	
	padding: 5px 5px;
    }
	
	
	
    .main-menu li {  
	  font-size: 8px;
	  padding: 5px 0 0 0px; 
	}
	
	.section.contact-w3-agileits {
	background:url(../img/wayy2.jpg) no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:100% 100%;
	}
	.subscribe {
	  margin-bottom:11px;	  
	}
	
	footer .social {
	  text-align: left;
	  padding: 0;
	  margin: 0;
	  list-style: none;
   }
}