 

/*<------ short CSS ------->
<------ short CSS ------->*/

.cursor {
  cursor: pointer !important;
}

a {
  text-decoration: none !important;
}

.blue {
  background: #1DAEEC !important;
}


.indigo {
  background: #6610f2;
}

.purple {
  background: #6f42c1;
}

.pink {
  background: #e83e8c;
}

.red {
  background: #EA212D !important;
}

.orange {
  background: #f79400;
}

.orange-2 {
  background: #d4a053 !important;
}

.orange-3 {
  background: #b39871 !important;
}

.yellow {
  color: black !important;
  background: #fad506;
}

.green {
  background: #28a745;
}

.white {
  background: #fff !important;
}

.black {
  background: #000;
}

.gray {
  background: #6c757d;
}

.light-gray {
  background: #e8e8e8 !important;
}

.gray-dark {
  background: #343a40;
}

.primary {
  background: #007bff;
}

.secondary {
  background: #6c757d;
}

.success {
  background: #28a745;
}

.info {
  background: #17a2b8;
}

.warning {
  background: #ffc107;
}

.danger {
  background: #dc3545;
}

.light {
  background: #f8f9fa;
}

.blue-light{
      background: #d8e7f5;
}
.dark {
  background: #343a40;
}

.mercon-yellow {
  background: #fad506;
}

.blue-text {
  color: #1DAEEC !important;
}

.indigo-text {
  color: #6610f2;
}

.purple-text {
  color: #6f42c1;
}

.pink-text {
  color: #e83e8c;
}

.red-text {
  color: #EA212D !important;
}

.orange-text {
  color: #fd7e14;
}

.yellow-text {
  color: #ffc107;
}

.green-text {
  color: #28a745;
}

.white-text {
  color: #fff !important;
}

.black-text {
  color: #000;
}

.gray-text {
  color: #6c757d;
}

.gray-dark {
  color: #343a40;
}

.primary-text {
  color: #007bff;
}

.secondary-text {
  color: #6c757d;
}

.success-text {
  color: #28a745;
}

.info-text {
  color: #17a2b8;
}

.warning-text {
  color: #ffc107;
}

.danger-text {
  color: #dc3545;
}

.light-text {
  color: #f8f9fa;
}

.dark-text {
  color: #343a40;
}

.mercon-yellow-text {
  color: #F9D331;
}

.mercon-blue-text {
  color: #184C8C;
}

.center-align {
  text-align: center !important;
}

.right-align {
  text-align: right !important;
}

.left-align {
  text-align: left !important;
}

.justify-align {
  text-align: justify !important;
}

/*=======-- Padding Css --=======*/
.padding0 {
  padding: 0px !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-top {
  padding-top: 0px !important;
}

.padding-bottom {
  padding-bottom: 0px !important;
}

.padding-right {
  padding-right: 0px !important;
}

.padding-left {
  padding-left: 0px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-top-8 {
  padding-top: 8px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}


.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

/*=======-- Margin Css --=======*/
.margin0 {
  margin: 0px !important;
}

.margin-top {
  margin-top: 0px !important;
}

.margin-bottom {
  margin-bottom: 0px !important;
}



.margin-bottom-010 {
  margin-bottom: -10px !important;
}

.margin-right {
  margin-right: 0px !important;
}

.margin-left {
  margin-left: 0px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}


/*=======-- Other Css --=======*/

*{margin: 0; padding: 0;}

a{
  text-decoration: none;
}

 
}
h1, h2, h3, h4, h5, h6{
  color: #0d0a15;
}

.clear{
  clear: both;
}
.overflow{
  overflow: hidden;
}

.center-align{
  text-align: center;
}

.right-align{
  text-align: right;
}

.left-align{
  text-align: left;
}

.pointer{
  cursor: pointer;
}

.font-size20{
  font-size: 20px !important;
}

.width-100{
  width: 100%;
}

.hr-white{
    border-top: 1px solid #FFF;
}

.hr-grey{
    border-top: 1px solid #bfbfbf;
}

.hr-black{
    border-top: 1px solid #000;
}







html, body{
    font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background:#ffffff;
	margin: 0;
}
p,ul li{
	margin:0;
	font-size:14px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Cardo', serif;
	margin:0;
	font-style:italic;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*-- header --*/
input[type="submit"],input[type="reset"],.wthree_menu nav ul li a,.agileinfo_mail_grid_left ul li a,.banner1 ul li a,.nav-tabs > li > a,.wthree_menu nav ul li a i,.agileits_mail_phone ul li a,.agileits_services_grid,.w3ls_footer_grid1_left p a,.w3ls_footer_grid1_right ul li a,.agileits_services_grid h5,.agileits_services_grid span,.agileinfo_banner_bottom_left ul li span{
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}
/*-- header --*/
.header_top{
      position: fixed;
    top: 0;
    z-index: 999;
    right: 0;
    left: 0;
    background: #ececec;
    box-shadow: 0px 1px 8px 1px #444444;
}

.menu-icon {
  position: relative;
  display: block;
  width: 2.5em;
  height: 62px;
  margin:0 auto;
  cursor: pointer;
}
.menu-icon:hover span {
  background:#212121;
}
.menu-icon:hover span:before, .menu-icon:hover span:after {
  background:#212121;
}

.menu-icon > span {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	height: 0.1em;
    background-color: #264266;
    border-radius: 0px;
	-webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
	-webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
	transition: background 0.25s ease, -webkit-transform 0.3s;
	transition: transform 0.3s, background 0.25s ease;
	transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}

.menu-icon > span:before,
.menu-icon > span:after {
  content: "";
  right: 0em;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color:#264266;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
  -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
  transition: background 0.25s ease, -webkit-transform 0.3s;
  transition: transform 0.3s, background 0.25s ease;
  transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}

.menu-icon > span:before {
  -webkit-transform:translateY(-0.6em);
  transform:translateY(-0.6em);
  -moz-transform:translateY(-0.6em);
  -o-transform:translateY(-0.6em);
  -ms-transform:translateY(-0.6em);
}

.menu-icon > span:after {
  -webkit-transform:translateY(0.6em);
  transform:translateY(0.6em);
  -moz-transform:translateY(0.6em);
  -o-transform:translateY(0.6em);
  -ms-transform:translateY(0.6em);
}

/* OPENED */
.menu-icon.open {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.menu-icon.open > span:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.menu-icon.open > span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.wthree_menu nav {
	position: absolute;
    top: -135%;
    left: 12%;
    color: #999;
    z-index: -1;
}
.wthree_menu nav ul li.animate {
  top: 0;
}
.wthree_menu nav ul li {
  display: inline-block;
  text-align: center;
  margin: 12px 2em;
  cursor: pointer;
  position: relative;
  top: -8em;
}
.wthree_menu nav ul li:nth-child(1) {
  -moz-transition: top 0.3s ease 0.15s;
  -o-transition: top 0.3s ease 0.15s;
  -webkit-transition: top 0.3s ease;
  -webkit-transition-delay: 0.15s;
  -webkit-transition: top 0.3s ease 0.15s;
  transition: top 0.3s ease 0.15s;
}
.wthree_menu nav ul li:nth-child(2) {
  -moz-transition: top 0.3s ease 0.2s;
  -o-transition: top 0.3s ease 0.2s;
  -webkit-transition: top 0.3s ease;
  -webkit-transition-delay: 0.2s;
  -webkit-transition: top 0.3s ease 0.2s;
  transition: top 0.3s ease 0.2s;
}
.wthree_menu nav ul li:nth-child(3) {
  -moz-transition: top 0.3s ease 0.25s;
  -o-transition: top 0.3s ease 0.25s;
  -webkit-transition: top 0.3s ease;
  -webkit-transition-delay: 0.25s;
  -webkit-transition: top 0.3s ease 0.25s;
  transition: top 0.3s ease 0.25s;
}
.wthree_menu nav ul li:nth-child(4) {
  -moz-transition: top 0.3s ease 0.3s;
  -o-transition: top 0.3s ease 0.3s;
  -webkit-transition: top 0.3s ease;
  -webkit-transition-delay: 0.3s;
  -webkit-transition: top 0.3s ease 0.3s;
  transition: top 0.3s ease 0.3s;
}
.wthree_menu nav ul li:nth-child(5) {
  -moz-transition: top 0.3s ease 0.35s;
  -o-transition: top 0.3s ease 0.35s;
  -webkit-transition: top 0.3s ease;
  -webkit-transition-delay: 0.35s;
  -webkit-transition: top 0.3s ease 0.35s;
  transition: top 0.3s ease 0.35s;
}
.wthree_menu nav ul li:hover {
  opacity: 1;
}
.wthree_menu nav ul li i {
	font-size:1em;
	padding: 0.75em;
	border-radius: 50%;
	color: white;
	display: inline-block;
	overflow: hidden;
	background:#264266;
}
.wthree_menu nav ul li.active i,.wthree_menu nav ul li a:hover i{
	text-shadow: 0px 0px #525252, 1px 1px #525252, 2px 2px #525252, 3px 3px #525252, 4px 4px #525252, 5px 5px #525252, 6px 6px #525252, 7px 7px #525252, 8px 8px #525252, 9px 9px #525252, 10px 10px #525252, 11px 11px #525252, 12px 12px #525252, 13px 13px #525252, 14px 14px #525252, 15px 15px #525252, 16px 16px #525252, 17px 17px #525252, 18px 18px #525252, 19px 19px #525252, 20px 20px #525252, 21px 21px #525252, 22px 22px #525252, 23px 23px #525252, 24px 24px #525252, 25px 25px #525252, 26px 26px #525252, 27px 27px #525252, 28px 28px #525252, 29px 29px #525252, 30px 30px #525252, 31px 31px #525252, 32px 32px #525252, 33px 33px #525252, 34px 34px #525252, 35px 35px #525252, 36px 36px #525252, 37px 37px #525252, 38px 38px #525252, 39px 39px #525252, 40px 40px #525252, 41px 41px #525252, 42px 42px #525252, 43px 43px #525252, 44px 44px #525252, 45px 45px #525252, 46px 46px #525252, 47px 47px #525252, 48px 48px #525252, 49px 49px #525252, 50px 50px #525252, 51px 51px #525252, 52px 52px #525252, 53px 53px #525252, 54px 54px #525252, 55px 55px #525252, 56px 56px #525252, 57px 57px #525252, 58px 58px #525252, 59px 59px #525252, 60px 60px #525252;
	background:#454445;
}
/*-- w3layouts --*/
.wthree_menu nav ul li.active a,.wthree_menu nav ul li a:hover{
	color:#264266;
}
.wthree_menu nav ul li a{
    color:#000;
	text-decoration: none;
}
.wthree_menu nav ul li a span{
    display: block;
	text-transform: uppercase;
}
.header.nav-open {
    margin-top: 5em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header {
    margin: 0 auto;
    -moz-transition: all 0.3s ease 0.6s;
    -o-transition: all 0.3s ease 0.6s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0.6s;
    -webkit-transition: all 0.3s ease 0.6s;
    transition: all 0.3s ease 0.6s;
    z-index: 10;
    position: relative;
	-o-transition-delay: 0.1s;
	-moz-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
}
.header .wthree_menu nav {
    z-index: 1;
}
.header {
    background: #fff;
}
.wthree_menu{
	float: left;
    width: 5.5%;
    background:#ececec;
}
.w3ls_search{
	float: left;
    width: 20%;
    margin: .5em 0 0 2.5em;
    border-bottom: 1px solid #999;
}
.w3ls_search input[type="text"]{
	outline:none;
/*-- agileits --*/
	border:none;
	padding:10px;
	color:#999;
	font-size:14px;
	width:85%;
	background:none;
}
.w3ls_search input[type="submit"]{
	outline: none;
    border: none;
    width: 13%;
    background: url(../images/img-sp.png) no-repeat 11px 4px;
    height: 28px;
    padding: 0;
}
.agile_logo{
	float:left;
	width:15%;
}
.agile_logo h1 a{
	text-decoration: none;
    font-size: 1em;
    color: #fff;
    padding: 0px 10px;
    display: block;
    text-align: center;
    background: #fff;
	position:relative;
}
.agile_logo img{
    width: 200px;
}

.agile_logo h1 a span{
	font-size: .5em;
    color: #fff;
    padding: .4em .6em;
    border: 2px solid #fff;
    border-radius: 25px;
    position: absolute;
    left: 10%;
    top: 23%;
}
.agileits_mail_phone{
	float:right;
	padding:16px 4em 0 0;
}
.agileits_mail_phone ul li{
	display:inline-block;
	color:#000;
}
.agileits_mail_phone ul li:first-child{
	margin-right:2em;
/*-- w3layouts --*/
}
.agileits_mail_phone ul li span{
	color:#000;
	padding-left: 1em;
}
.agileits_mail_phone ul li a{
	color:#000;
	text-decoration:none;
}
.agileits_mail_phone ul li a:hover{
	color:#000;
}
/*-- //header --*/
/*-- banner --*/
.w3l_banner{
	background:url(../images/banner-1.jpg) no-repeat 0px 0px;
	background-size:100%;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	-ms-background-size:100%;
}
.w3l_banner1{
	background:url(../images/banner-2.jpg) no-repeat 0px 0px;
	background-size:100%;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	-ms-background-size:100%;
}
.w3l_banner2{
	background:url(../images/banner-3.jpg) no-repeat 0px 0px;
	background-size:100%;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	-ms-background-size:100%;
}
.w3l_banner,.w3l_banner1,.w3l_banner2{
	min-height:700px;
	position: relative;
}
.w3_banner_info h3{
	font-size:3em;
	color:#fff;
	line-height:1.6em;
	text-transform:capitalize;
}
.w3_banner_info h3 span{
/*-- agileits --*/
	display:block;
}
.w3_banner_info p{
	color:#fff;
	margin:1em 0 0;
	line-height:2em;
}
.w3_banner_info {
    width: 40%;
    padding: 15px 25px;
    background: hsla(214, 46%, 27%, 0.60);
    position: absolute;
    bottom: 15%;
    left: 13%;
    border: solid #fff;
}
/*-- //banner --*/
/*-- banner-bottom --*/
.banner-bottom,.services,.about,.typo,.gallery,.mail{
	padding:5em 0;
}
.agileinfo_banner_bottom_left h3{
	font-size:2em;
	color:#212121;
	line-height:1.5em;
	text-transform:capitalize;
}
.agileinfo_banner_bottom_left p{
	color:#999;
	line-height:2em;
	margin:1em 0;
}
.agileinfo_banner_bottom_left ul li{
	display:block;
	color:#212121;
	line-height:1.8em;
}
.agileinfo_banner_bottom_left ul li:nth-child(2){
	margin: 2em 0;
}
.agileinfo_banner_bottom_left ul li span{
	width: 50px;
    height: 50px;
    background: #264266;
    color: #fff;
    font-size: 1em;
    border-radius: 40px;
    text-align: center;
    padding-top: 1.2em;
    margin-right: 1em;
	border:1px solid #264266;
}
.agileinfo_banner_bottom_left ul li:hover span{
	color:#212121;
	background:none;
	border:1px solid #212121;
}
.agileinfo_banner_bottom_right1 h3{
	font-size:1.5em;
	color:#fff;
	padding:.7em 0;
	text-align:center;
	background:#264266;
}
.agileinfo_banner_bottom_right1{
	width:80%;
	margin:0 auto;
}
.agileinfo_banner_bottom_right1_grid{
	padding:2em;
	border:1px solid #999;
	border-top:none;
}
#furniture,.agileinfo_banner_bottom_right1_grid input[type="text"],.agileinfo_banner_bottom_right1_grid input[type="email"]{
	width:100%;
	background:#f5f5f5;
	padding:10px;
	color:#212121;
	font-size:14px;
	border:1px solid #E7E7E7;
	outline:none;
	margin-bottom:1em;
}
.agileinfo_banner_bottom_right1_grid input::-webkit-input-placeholder,.agileinfo_mail_grid_right input[type="text"]::-webkit-input-placeholder, .agileinfo_mail_grid_right input[type="email"]::-webkit-input-placeholder{
	color:#212121 !important;
}
.agileinfo_banner_bottom_right1_grid input[type="submit"]{
	width:100%;
	background:#212121;
	padding:10px;
	color:#fff;
	font-size:14px;
	border:none;
	outline:none;
}
.agileinfo_banner_bottom_right1_grid input[type="submit"]:hover{
	background:#264266;
}
/*-- //banner-bottom --*/
/*-- services --*/
.services{
	background:#555555;
}
.w3_sub_head{
	text-align:center;
	color:#264266;
	font-size:1em;
}
.w3_head{
	text-align:center;
	color:#212121;
	margin:0 0 .5em;
	font-size:2.5em;
}
.nunc{
	position:relative;
	text-align:center;
	color:#999;
	line-height:1.8em;
	padding-bottom:1.5em;
}
/*.nunc:before{
	content: '';
    background: #264266;
    height: 2px;
    position: absolute;
    bottom: 0%;
    left: 45%;
    width: 10%;
}*/
.agileits_services_grids{
	margin:3em 0;
}
.agileits_services_grid{
	padding:2em;
	border:1px solid #999;
	text-align:center;
	border-right:none;
	background:#fff;
}
.agileits_services_grid span{
	color:#264266;
	font-size:1.5em;
	top:0;
}
.agileits_services_grid h5{
	font-size:1.5em;
	color:#212121;
	margin:.5em 0;
}
.agileits_services_grid p{
	color:#999;
	line-height:2em;
}
.agileits_services_grid:hover{
	background:#f5f5f5;
	border:1px solid #f5f5f5;
	border-right:none;
}
.agileits_services_grid:hover h5{
	color:#264266;
}
.agileits_services_grid:hover span{
	color:#212121;
}
/*--flexisel--*/
.flex-slider{	
background:#222227;
padding: 70px 0 165px 0;
}
.opportunity{
background:#28282e;
margin:0px 20px;
padding:80px 0;
position:relative;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:60px;
	height:115px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left:0%;
	top: 15% !important;
	display:none;
	}
.nbs-flexisel-nav-right {
	right: 0%;
	top: 15% !important;
	display:none;
	}
/*--//flexisel--*/
.agileits_service_grid_btm_left1{
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	z-index: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.agileits_service_grid_btm_left1:before {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #264266;
    border-right: 1px solid #264266;
}
.agileits_service_grid_btm_left1:after, .agileits_service_grid_btm_left1:before {
    content: '';
    z-index: 2;
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
.agileits_service_grid_btm_left1:after {
    top: 0;
    left: 0;
    border-top: 1px solid #264266;
    border-left: 1px solid #264266;
}
.agileits_service_grid_btm_left1:hover:after, .agileits_service_grid_btm_left1:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
}
.agileits_service_grid_btm_left2 h5{
	margin:0em 0 .5em;
	color:#212121;
	font-size:1.5em;
	text-transform: capitalize;
}
.agileits_service_grid_btm_left2 p{
	color:#999;
	line-height:2em;
}
.agileits_service_grid_btm_left2{
	padding: 2em 1em;
    border: 2px solid #264266;
    border-top: none;
    background: #fff;
}
.agileits_service_grid_btm_left1:hover {
    cursor: default;
}
/*-- //services --*/
/*-- testimonials --*/
.testimonials{
	padding:5em 0 0;
}
.agile_testimonials_grids{
	margin:3em 0 0;
}
.agile_testimonials_grid_right h5{
	text-transform:capitalize;
	font-size:1.7em;
	color:#212121;
	font-style:normal;
	margin: 2em 0 0;
}
.agile_testimonials_grid_right h5 span{
	color:#264266;
}
.agile_testimonials_grid_right h5 i{
	color: #212121;
    font-weight: 600;
}
.wthree_star{
	float:left;
	margin-right:.5em;
}
.wthree_stars {
    margin: 1em 0 1.5em;
}
.agile_testimonials_grid_right p{
	color:#999;
	line-height:2em;
	width:80%;
}
.agile_testimonials_grid_right h6{
	font-size:1.3em;
	color:#212121;
	margin:2em 0 0;
	font-style:normal;
}
.agile_testimonials_grid_right h6 span{
	color:#264266;
}
/*-- wmuslider --*/
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article img {
	/*--max-width: 100%;
	width: auto;
	height: auto;
	display:block;--*/
}
/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
    position: absolute;
    left: 35%;
    bottom: 13%;
}
ul.wmuSliderPagination {
	padding:0;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 8px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	display: block;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    background: #CFCFCF;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
	-ms-border-radius: 50px;
}
.wmuSliderPagination a.wmuActive {
	background: #264266;
    box-shadow: 0px 0px 10px #264266;
	-webkit-box-shadow: 0px 0px 10px #264266;
	-moz-box-shadow: 0px 0px 10px #264266;
	-o-box-shadow: 0px 0px 10px #264266;
	-ms-box-shadow: 0px 0px 10px #264266;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.banner-wrap{
	padding:0;
}
/*-- //wmuslider --*/
/*-- //testimonials --*/
/*-- newsletter --*/
.newsletter{
	background:url(../images/10.jpg) 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:400px;
	padding:4em 0;
}
.w3_head1,.nunc1{
	color:#fff;
}
.newsletter form{
	margin: 3em auto 0;
    width: 50%;
	text-align: center;
}
.newsletter input[type="email"]{
	outline:none;
	border:1px solid #999;
	background:#000;
	color:#999;
	padding:10px;
	font-size:14px;
	width:100%;
}
.newsletter input[type="submit"]{
	outline: none;
    border: none;
    background: none;
    color: #fff;
    font-size: 14px;
    width:35%;
    text-align: center;
    padding: 2em 0 0;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.newsletter input[type="submit"]:hover{
	color:#264266;
}
/*-- //newsletter --*/
/*-- footer --*/
.footer{
	background:#212121;
	padding:4em 0;
}
.w3ls_footer_grid_left1{
	position:relative;
}
.w3ls_footer_grid_left1 h2{
	font-size: 3.5em;
    color: #363636;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
}
.w3ls_footer_grid_left1_pos{
	position:absolute;
	bottom:-5%;
	left:0%;
}
.w3ls_footer_grid_left1_pos ul li{
	display:inline-block;
	margin-right:2em;
}
.w3ls_footer_grid_left1_pos ul li a{
	color:#fff;
	text-decoration:none;
	padding-left: 2em;
}
.w3ls_footer_grid_left1_pos ul li a.facebook{
	background: url(../images/img-sp.png) no-repeat -11px -132px;
    display: block;
}
.w3ls_footer_grid_left1_pos ul li a.twitter{
	background:url(../images/img-sp.png) no-repeat -8px -182px;
    display: block;
}
.w3ls_footer_grid_left1_pos ul li a.google{
	background:url(../images/img-sp.png) no-repeat -8px -241px;
    display: block;
}
.w3ls_footer_grid_left1_pos ul li a.instagram{
	background:url(../images/img-sp.png) no-repeat -8px -305px;
    display: block;
}
.w3ls_footer_grid_right h2 a{
	text-decoration: none;
    font-size: 2em;
    color: #fff;
    text-align: center;
    position: relative;
    padding-left: 1.1em;
}
.w3ls_footer_grid_right h2 a span {
    font-size: .5em;
    color: #264266;
    padding: .4em .6em;
    border: 2px solid #264266;
    border-radius: 45px;
    position: absolute;
    left: 1%;
    top: 10%;
}
.w3ls_footer_grid_right,.w3ls_footer_grid1_right {
    text-align: right;
}
.w3ls_footer_grid{
	padding-bottom:2em;
	border-bottom:1px solid #999;
	margin-bottom:2em;
}
.w3ls_footer_grid1_left p{
	color:#999;
	line-height:1.8em;
}
.w3ls_footer_grid1_left p a{
	color:#fff;
	text-decoration:none;
}
.w3ls_footer_grid1_left p a:hover{
	color:#264266;
}
.w3ls_footer_grid1_right ul li{
	display:inline-block;
	margin-left: 2em;
}
.w3ls_footer_grid1_right ul li a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
.w3ls_footer_grid1_right ul li a:hover{
	color:#264266;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- about --*/
.banner1{
	background:url(../images/10.jpg) no-repeat 0px -90px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
	padding:7em 0 2em;
	text-align:center;
}
.banner1 h3{
	font-size:2.5em;
	color:#fff;
	margin-bottom: .5em;
}
.banner1 ul li{
	display:inline-block;
	text-transform:uppercase;
	color:#fff;
}
.banner1 ul li a{
	color:#ff6b3d;
	text-decoration:none;
}
.banner1 ul li a:hover{
	color:#fff;
}
.banner1 ul li i{
	padding:0 2em;
}
.wthree_about_grid_left h3{
	font-size:2em;
	color:#212121;
	line-height:1.5em;
	text-transform:capitalize;
}
.wthree_about_grid_left h3 span{
	color:#264266;
}
.wthree_about_grid_left1{
	position:relative;
}
.wthree_about_grid_left1 span{
	width: 50px;
    height: 45px;
    display: block;
    background: url(../images/img-sp.png) no-repeat -150px -40px;
}
.wthree_about_grid_left1_pos{
/*	position:absolute;
	top: 8%;
    left: 1%;*/
}
.wthree_about_grid_left1_pos p{
	color:#999;
	line-height:2em;
}
body .bar_group__bar.thin::before, body .bar_group__bar.thick::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
}

body .bar_group__bar.thin::before {
	width: 100%;
	height: 5px;
    background: #EBEBEB;
}

body .bar_group__bar.thin {
	width: 0%;
	height: 5px;
    background: #636363;
	margin-bottom: 20px;
	-webkit-transition: width 1s;
          transition: width 1s;
}
.bar_group{
    margin-top:0;
    z-index: 1;
	padding:2em 0 0;
}
body .bar_group__bar.thin:last-child {
    margin-bottom: 0;
}
/*-- //about --*/
/*-- count --*/
.count{
	background: url(../images/about-bg.jpg) 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: 300px;
	padding:6.5em 0 2em;
}
.agile_count_grid_left{
	float:left;
	width:20%;
}
.agile_count_grid_left span{
	color:#264266;
	top: 10px;
}
.agile_count_grid_left span,.agile_count_grid_right p{
	font-size:2em;
}
.agile_count_grid_right{
	float: right;
    width:70%;
}
.agile_count_grid_right p {
    color: #fff;
    font-weight: bold;
}
.agile_count_grid h3{
	font-size: 1.4em;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 3px;
}
.agile_count_grid {
    padding-left: 0;
}
ul.w3_short {
    padding: 2em 0 0;
}
/*-- //count --*/
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: 1em;
    color:#212121;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.nav-tabs {
	margin-bottom: 3em;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
	.in-gp-tl {
		padding: 0 1em;
	}
	.in-gp-tb {
		padding-right: 1em;
	}
}
@media (max-width:480px){
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
  .wthree_menu{
    display: none;
  }
  .agile_logo img{
    margin-left: 50%;
  }

  .mobile-nav{
    display: block !important;
  }

  .mobile-nav ul{
    list-style: none;
  }

  .mobile-nav li{
    padding: 15px 10px;
    border-bottom: solid 1px #d4d4d4;
  }

  .mobile-nav li a{
    color: #000 !important;
  }

  .mobile-nav img{
    position: absolute;
    background: #FFF;
    z-index: 99999;
    left: 250px;
    width: 36px;
    cursor: pointer !important;
    top: 15px;
  }



  .mobile-nav{
    width: 50%;
    position: absolute;
    z-index: 999;
    height: -webkit-fill-available;
    background: #ecf3f9;
    left: -240px;
    transition: ease-in-out all .5s;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.44);
  }

  .mobile-nav-2{
    width: 58%;
    position: absolute;
    z-index: 999;
    height: -webkit-fill-available;
    background: #ecf3f9;
    left: 0px;
    transition: ease-in-out all .5s;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.44);
  }

  



}

@media (max-width: 360px){
.mobile-nav-2 {
    width: 67%;
    }
  }
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav > li > a {
		font-size: 14px;
	}
	table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
	}
}
/*--//Typography --*/
/*-- gallery --*/
.agileinfo_gallery_grids{
	margin:3em 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color:#264266;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    margin-right: 3px;
    border-radius: 0;
    font-size: 1em;
    color: #212121;
	border: none;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav-tabs {
    margin: 0 0 4em;
}
.nav-tabs > li:nth-child(1) {
	margin-left:26em;
}
.nav-tabs > li > a:hover {
    border: none;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color:#264266;
    color: #fff;
}
.grid {
	position: relative;
    clear: both;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/***** Winston *****/
/*-----------------*/

figure.effect-winston {
	text-align: left;
}

figure.effect-winston img {
	-webkit-transition: opacity 0.45s;
	transition: opacity 0.45s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-winston figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: url(../images/triangle.svg) no-repeat center center;*/
	background-size: 100% 100%;
	content: '';
	-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
	transition: opacity 0.45s, transform 0.45s;
	-webkit-transform: rotate3d(0,0,1,45deg);
	transform: rotate3d(0,0,1,45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

figure.effect-winston:hover img {
	opacity: 0.6;
}

figure.effect-winston:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: rotate3d(0,0,1,20deg);
	transform: rotate3d(0,0,1,20deg);
}

figure.effect-winston p {
    /*position: absolute;
    right: 30px;
    bottom: 30px;
    background: #272727c2;
    left: 30px;
    top: 30px;
    padding: 50px 20px 20px 20px;
    border: solid;
    text-align: center;*/
        color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
}

figure.effect-winston p span {
    margin: 0px;
    color: #fff;
    font-size: 1.5em;
    margin: 0px;
    font-size: 1.5em;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #272727c2;
    left: 30px;
    top: 30px;
    padding: 50px 20px 20px 20px;
    border: solid;
    text-align: center;
}

figure.effect-winston p span:hover{
	color:#fff;
}

figure.effect-winston:hover p span {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-winston p span {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}

figure.effect-winston:hover p:nth-child(3) span {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-winston:hover p:nth-child(2) span {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-winston:hover p:first-child span{
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.w3_tabs_grid_sub{
	margin:2em 0;
}
.w3_tabs_grid_sub1{
	margin:2em 0 0;
}
/*-- //gallery --*/
/*-- mail --*/
.agileinfo_mail_grid_right input[type="text"], .agileinfo_mail_grid_right input[type="email"], .agileinfo_mail_grid_right textarea {
    outline: none;
    padding: 10px;
    font-size: 14px;
    color: #212121;
    background: #f5f5f5;
    width: 100%;
    border: 1px solid #E6E6E6;
}
.agileinfo_mail_grid_right textarea {
    min-height: 200px;
    margin: 1em 1.1em;
    width: 95.9% !important;
}
.agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
    outline: none;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    background: #264266;
    width: 46.6%;
    border: none;
    text-transform: uppercase;
    margin-left: 1.1em;
}
.agileinfo_mail_grid_right input[type="submit"]:hover,.agileinfo_mail_grid_right input[type="reset"]:hover {
    background: #212121;
}
.agileinfo_mail_grid_right input[type="text"]:nth-child(2), .agileinfo_mail_grid_right input[type="email"] {
    margin: 1em 0 0;
}
.agileinfo_mail_grids{
	margin:3em 0 0;
}
.agileinfo_mail_grid_left ul li {
    display: inline-block;
    font-size: 1em;
    color: #999;
    text-transform: capitalize;
}
.agileinfo_mail_grid_left ul li a{
	color:#999;
	text-decoration:none;
}
.agileinfo_mail_grid_left ul li a:hover{
	color:#212121;
}
.agileinfo_mail_grid_left ul li i {
    color: #264266;
    padding-right: 1em;
}
.agileinfo_mail_grid_left ul li:nth-child(2){
	margin:1em 0;
}
.map iframe{
	width:100%;
	min-height:400px;
	margin-bottom:-6px;
}
.agileinfo_mail_grid_left ul li span {
    color: #212121;
}
/*-- //mail --*/
/*-----start-responsive-design------*/
@media (max-width:1440px){
	.agile_logo {
		width: 17%;
	}
	.banner1 {
		padding: 6em 0 2em;
	}
	.banner1 {
		background-position:0px -85px;
	}
}
@media (max-width: 1366px){
	.agile_logo {
		width: 19%;
	}
	.count {
		min-height: 260px;
		padding: 5em 0 2em;
	}
	.banner1 {
		background-position:0px 0px;
	}
}
@media (max-width: 1280px){
	.w3l_banner, .w3l_banner1, .w3l_banner2 {
		min-height: 570px;
	}
	.w3_banner_info {
		left: 8%;
	}
	.w3_banner_info h3 {
		font-size: 1.8em;
	}
	.agileinfo_banner_bottom_left h3 {
		font-size: 1.8em;
	}
	.banner1 {
		background-position: 0px 0px;
	}
	.count {
		min-height: 240px;
	}
	ul.w3_short {
		padding: 2.5em 0 0;
	}
}
@media (max-width: 1080px){
	.wthree_menu {
		width: 6.5%;
	}
	.agile_logo {
		width: 18%;
	}
	.agile_logo h1 a {
		padding-left: 1.5em;
	}
	.w3ls_search {
		width: 25%;
	}
	.wthree_menu nav {
		left: 10%;
	}
	.w3_banner_info {
		width: 50%;
	}
	.agileinfo_banner_bottom_left h3 {
		font-size: 1.7em;
	}
	.agileinfo_banner_bottom_right1 {
		width: 90%;
	}
	.agileinfo_banner_bottom_left,.agileits_service_grid_btm_left {
		padding-left: 0;
	}
	.agileits_services_grid {
		padding: 1.5em;
	}
	.agileits_service_grid_btm_left2 h5 {
		font-size: 1.4em;
	}
	.agile_testimonials_grid_right h5 {
		font-size: 1.5em;
	}
	.agile_testimonials_grid_right h6 {
		margin: 1em 0 0;
	}
	.wmuSliderPagination {
		bottom: 8%;
	}
	.w3ls_footer_grid_left {
		padding-right: 0;
	}
	.w3ls_footer_grid_left1_pos ul li {
		margin-right: 1em;
	}
	.banner1 {
		padding: 5em 0 2em;
		min-height: 250px;
	}
	.wthree_about_grid_left1 span {
		height: 45px;
	}
	.agile_count_grid h3 {
		font-size: 1.3em;
		letter-spacing: 1px;
	}
	figure.effect-winston p span {
		margin: 0 0 0 0.5em;
		font-size: 1.3em;
	}
	.agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
		width: 46%;
	}
	.map iframe {
		min-height: 350px;
	}
	.agileinfo_mail_grid_right textarea {
		width: 95% !important;
	}
}
@media (max-width: 1024px){
	.agileits_mail_phone {
		padding: 1.4em 2em 0 0;
	}
	.wthree_menu nav {
		left: 10%;
	}
	.w3l_banner, .w3l_banner1, .w3l_banner2 {
		min-height: 520px;
	}
	.banner-bottom, .services, .about, .typo, .gallery, .mail {
		padding: 4em 0;
	}
	.testimonials {
		padding: 4em 0 0;
	}
	.newsletter {
		min-height: 350px;
		padding: 3em 0;
	}
	.newsletter form {
		width: 65%;
	}
	.agile_testimonials_grid_right p {
		width: 100%;
	}
	.wmuSliderPagination {
		bottom: 13%;
	}
}
@media (max-width: 991px){
	.agile_logo {
		width: 20%;
	}
	.w3ls_search {
		margin: .5em 0 0 1.5em;
	}
	.agileits_mail_phone {
		padding: 1.4em 1em 0 0;
	}
	.agileinfo_banner_bottom_right1 {
		width: 80%;
	}
	.agileits_service_grid_btm_left {
		float: left;
		width: 33.33%;
	}
	.agileits_service_grid_btm_left2 h5 {
		font-size: 1.3em;
		line-height: 1.5em;
	}
	.wthree_menu nav {
		left: 0%;
	}
	.wthree_menu {
		width: 7.5%;
	}
	.agileinfo_banner_bottom_right {
		margin: 2em 0 0;
	}
	.wmuSlider .wmuSliderWrapper article img {
		margin: 0 auto;
	}
	.banner-bottom, .services, .about, .typo, .gallery, .mail,.testimonials {
		padding: 4em 0;
	}
	.banner-wrap {
		padding: 0 0 3em;
	}
	.wmuSliderPagination {
		bottom: 1%;
		left:2%;
	}
	.newsletter form {
		width: 80%;
	}
	.w3ls_footer_grid_left {
		float: left;
		width: 60%;
	}
	.w3ls_footer_grid_right {
		float: right;
		width: 40%;
	}
	.w3ls_footer_grid_right h2 a {
		font-size: 1.5em;
	}
	.w3ls_footer_grid_left1 h2 {
		font-size: 3em;
	}
	.w3ls_footer_grid_left1_pos {
		bottom: 0%;
	}
	.footer {
		padding: 3em 0;
	}
	.w3ls_footer_grid1_left p {
		text-align: center;
	}
	.w3ls_footer_grid1_right {
		text-align: center;
		margin: 1em 0 0;
	}
	.banner1 h3 {
		font-size: 2.2em;
		margin-bottom: 0.2em;
	}
	.banner1 {
		min-height: 230px;
	}
	.wthree_about_grid_left1 span {
		height: 45px;
	}
	.wthree_about_grid_right {
		margin: 3em 0 0;
	}
	.agile_count_grid {
		padding-left: 1em;
		float: left;
		width: 50%;
	}
	.agile_count_grid:nth-child(2) {
		margin-bottom: 2em;
	}
	.count {
		padding: 2em 0;
	}
	.w3_tabs_grid {
		float: left;
		width: 50%;
	}
	.w3_tabs_grid{
		margin: 2em 0 0;
	}
	.agileinfo_gallery_grids {
		margin: 1em 0 0;
	}
	.wthree_contact_left_grid:nth-child(2) {
		margin: 1em 0 0;
	}
	.agileinfo_mail_grid_right textarea {
		width: 95.5% !important;
	}
	.agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
		width: 46.4%;
	}
	.agileinfo_mail_grid_left ul li {
		display: block;
	}
	.agileinfo_mail_grid_left {
		margin: 3em 0 0;
	}
}
@media (max-width: 800px){
	.agile_logo {
		width: 25%;
		float: left;
	}
	.wthree_menu {
		width: 8.5%;
	}
	.w3ls_search {
		width: 24%;
	}
	.w3ls_search {
		margin: .5em 0 0 1em;
	}
	.agileits_mail_phone ul li:first-child {
		margin-right: .5em;
	}
	.agileits_mail_phone ul li {
		font-size: 13px;
	}
	.w3ls_search input[type="submit"] {
		width: 13%;
		background: url(../images/img-sp.png) no-repeat 6px 4px;
	}
	.w3ls_search input[type="text"] {
		font-size: 13px;
		width: 82%;
	}
	.wthree_menu nav ul li {
		margin: 1em 1.5em;
	}
	.wthree_menu nav {
		left: 5%;
	}
	.menu-icon {
		width: 2em;
	}
	.w3_banner_info {
		width: 65%;
	}
	.agileits_services_grid h5 {
		font-size: 1.4em;
	}
	.banner-bottom, .services, .about, .typo, .gallery, .mail, .testimonials {
		padding: 3em 0;
	}
	.map iframe {
		min-height: 300px;
	}
}
@media (max-width: 768px){
	.agile_logo {
		width: 24%;
	}
	.w3ls_search {
		width: 22%;
	}
	.w3ls_search input[type="submit"] {
		background: url(../images/img-sp.png) no-repeat 2px 4px;
	}
	.w3l_banner, .w3l_banner1, .w3l_banner2 {
		min-height: 460px;
	}
	.w3l_banner, .w3l_banner1, .w3l_banner2 {
		min-height: 460px;
	}
	.wthree_menu nav {
		left: 17%;
	}
	.wthree_about_grid_right {
		width: 65%;
		margin: 3em auto 0;
	}
}
@media (max-width: 736px){
	.agile_logo h1 a span {
		left: 7%;
	}
	.w3ls_footer_grid_left {
		width: 62%;
	}
	.w3ls_footer_grid_right {
		width: 38%;
	}
	.w3ls_search {
		margin: .5em 0 0 0.5em;
	}
	.wthree_menu nav {
		top: -111%;
		left: 15%;
	}
	.wthree_menu nav ul li {
		margin: 0em 1.5em;
	}
}
@media (max-width: 667px){
	.wthree_menu {
		width: 10.5%;
	}
	.agile_logo {
		width: 28%;
		float: left;
	}
	.w3ls_search {
		margin: 1em 2em 0 0em;
		width: 45%;
		float: right;
	}
	.w3ls_search input[type="submit"] {
		background: url(../images/img-sp.png) no-repeat 11px 4px;
	}
	.agileits_mail_phone {
		padding: 5em 0 1em;
		float: none;
		text-align: center;
	}
	.wthree_menu nav {
		top: -57%;
		left: 11%;
	}
	.w3_banner_info {
		width: 75%;
	}
	.w3l_banner, .w3l_banner1, .w3l_banner2 {
		min-height: 365px;
	}
	.agileinfo_banner_bottom_left h3 {
		font-size: 1.5em;
	}
	.w3ls_footer_grid_right {
		width: 35%;
	}
	.w3ls_footer_grid_left {
		width: 66%;
		padding: 0;
	}
	.w3ls_footer_grid_right {
		width: 32%;
		padding-right: 0;
	}
}
@media (max-width: 640px){
	.agileits_mail_phone ul li:first-child {
		margin-right: 1.5em;
	}
	.wthree_menu nav ul li {
		margin: 0em 1em;
	}
	.wthree_menu nav {
		left: 13%;
	}
	.w3_banner_info {
		padding: 1.5em;
		bottom: 20%;
	}
	.w3_head {
		font-size: 2.3em;
	}
	.agileits_service_grid_btm_left {
		float: none;
		width: 65%;
		padding: 0 1em;
		margin: 0 auto;
	}
	.agileits_service_grid_btm_left:nth-child(2) {
		margin: 2em auto;
	}
	.agile_testimonials_grid_right h5 {
		font-size: 1.3em;
	}
	.w3ls_footer_grid_left {
		width: 100%;
		float: none;
		text-align: center;
	}
	.w3ls_footer_grid_left1_pos {
		left: 17%;
	}
	.w3ls_footer_grid_right {
		width: 35%;
		float: none;
		margin: 1em 0;
	}
	.newsletter input[type="submit"] {
		width: 37%;
	}
	.banner1 {
		min-height: 175px;
		padding: 3em 0 2em;
	}
	.wthree_about_grid_right {
		width: 80%;
	}
	ul.w3_short {
		padding: 2em 0 0;
	}
	.agile_testimonials_grid_right h5 {
		font-size: 1.4em;
	}
	.agile_testimonials_grid_right h6 {
		font-size: 1.2em;
	}
	.agileinfo_mail_grid_right textarea {
		width: 94.5% !important;
	}
	.agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
		width: 45.4%;
	}
	.agileinfo_mail_grid_left ul li {
		font-size: 14px;
	}
}
@media (max-width: 600px){
	.agile_logo h1 a {
		font-size: .9em;
	}
	.menu-icon {
		height:3.6em;
	}
	.wthree_menu nav {
		left: 12%;
		top: -59%;
	}
	.agileits_service_grid_btm_left {
		width: 70%;
	}
	.newsletter input[type="submit"] {
		width: 45%;
	}
}
@media (max-width: 568px){
	.menu-icon {
		width: 1.8em;
	}
	.w3_banner_info h3 {
		font-size: 1.6em;
	}
	.agile_logo {
		width: 30%;
	}
}
@media (max-width: 480px){
	.menu-icon {
		height: 3.6em;
	}
	.wthree_menu {
		width: 12.5%;
	}
	.wthree_menu nav ul li {
		font-size: 13px;
	}
	.wthree_menu nav ul li i {
		font-size: .9em;
		padding: 0.65em;
	}
	.wthree_menu nav ul li {
		margin: 0em 0.5em;
	}
	.wthree_menu nav {
		top: -53%;
	}
	.agile_logo {
		width: 34%;
	}
	.w3ls_search {
		margin:1em 1em 0 0em;
	}
	.w3ls_search input[type="submit"] {
		background: url(../images/img-sp.png) no-repeat 5px 4px;
	}
	.w3_banner_info h3 {
		font-size: 1.4em;
	}
	.banner-bottom, .services, .about, .typo, .gallery, .mail, .testimonials {
		padding: 2em 0;
	}
	.agileinfo_banner_bottom_left ul li span {
		width: 33px;
		height: 33px;
		padding-top: .6em;
	}
	.agileinfo_banner_bottom_right1 h3 {
		font-size: 1.3em;
		padding: .5em 0;
	}
	.agileinfo_banner_bottom_right1_grid {
		padding: 1.5em;
	}
	.agileinfo_banner_bottom_right1 {
		width: 90%;
	}
	.agileits_services_grids {
		margin: 2em 0;
	}
	.w3_head {
		font-size: 2em;
	}
	.agileits_service_grid_btm_left {
		width: 85%;
	}
	.agile_testimonials_grid_left {
		width: 70%;
		margin: 0 auto;
	}
	.agile_testimonials_grid_right h5 {
		line-height: 1.5em;
		margin: 1em 0 0;
	}
	.newsletter {
		min-height: 330px;
		padding: 2em 0;
	}
	.newsletter form {
		width: 100%;
		margin: 2em 0 0;
	}
	.w3ls_footer_grid_left1_pos {
		left: 4%;
	}
	.footer {
		padding: 2em 0;
	}
	.w3ls_footer_grid_right h2 a {
		font-size: 1.3em;
	}
	.w3ls_footer_grid_right {
		width: 42%;
	}
	.w3ls_footer_grid_right h2 a span {
		left: -2%;
	}
	.agile_count_grid_left {
		width: 16%;
	}
	.agile_count_grid_right {
		width: 80%;
	}
	.w3ls_footer_grid1_right ul li {
		margin-left: 1em;
		font-size: 13px;
	}
	.banner1 h3 {
		font-size: 2em;
	}
	.banner1 {
		min-height: 125px;
		padding: 2em 0;
    margin-top: 110px;
	}
	.wthree_about_grid_left h3 {
		font-size: 1.7em;
	}
	.wthree_about_grid_left1 span {
		height: 45px;
	}
	.agile_count_grid {
		float: none;
		width: 100%;
	}
	.agile_count_grid:nth-child(2) {
		margin: 1.5em 0;
	}
	.agile_count_grid:nth-child(4) {
		margin: 1.5em 0 0;
	}
	ul.w3_short {
		padding: 1.2em 0 0;
	}
	figure.effect-winston p {
		padding: 0 1.5em 0 0;
	}
	figure.effect-winston p span {
		margin: 0 0 0 0.4em;
		font-size: 1.1em;
	}
	.agileinfo_gallery_grids {
		margin: 0;
	}
	.agileinfo_mail_grids {
		margin: 2em 0 0;
	}
	.wthree_contact_left_grid {
		padding: 0;
	}
	.agileinfo_mail_grid_right textarea {
		width: 100% !important;
		margin: 1em 0em;
	}
	.agileinfo_mail_grid_right input[type="submit"] {
		margin-left: 0;
	}
	.agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
		width: 47.4%;
	}
	.agileinfo_mail_grid_left {
		margin: 2em 0 0;
	}
	.map iframe {
		min-height: 250px;
	}
}
@media (max-width: 414px){
	.wthree_menu {
		width: 14.5%;
	}
	.agile_logo {
		width: 45%;
	}
	.menu-icon {
		height: 3.56em;
	}
	.w3ls_search {
		margin: 0em 0 0 1em;
		float: none;
		width: 93%;
		padding: 4em 0 0em;
	}
	.agileits_mail_phone {
		padding: 5em 0 7px;
	}
	.w3_banner_info {
		width: 90%;
		left: 3%;
		bottom: 17%;
	}
	.w3l_banner {
		background-position:-220px 0px;
	}
	.w3l_banner, .w3l_banner1, .w3l_banner2 {
		min-height: 305px;
	}
	.agileinfo_banner_bottom_left h3 {
		font-size: 1.3em;
	}
	.agileinfo_banner_bottom_left ul li:nth-child(2) {
		margin: 1.5em 0;
	}
	.agileinfo_banner_bottom_left ul li span {
		display: block;
		margin: 0 auto;
	}
	.agileinfo_banner_bottom_left ul li {
		text-align: center;
	}
	.agileinfo_banner_bottom_right1 {
		width: 100%;
	}
	.w3_head {
		font-size: 1.8em;
	}
	.agileits_service_grid_btm_left {
		width: 90%;
	}
	.agile_testimonials_grids {
		margin: 2em 0 0;
	}
	.agile_testimonials_grid_right {
		padding: 0;
	}
	.newsletter input[type="submit"] {
		width: 50%;
	}
	.w3ls_footer_grid_left1_pos ul li:last-child {
		margin: .5em 0 0;
	}
	.w3ls_footer_grid_right {
		width: 47%;
	}
	.wthree_menu nav ul li {
		font-size: 12px;
	}
	.wthree_menu nav {
		top: -35%;
		left: 9%;
	}
	.header.nav-open {
		margin-top: 4em;
	}
	.agile_logo h1 a span {
		left: 11%;
	}
	.wthree_about_grid_left {
		padding: 0;
	}
	.banner1 h3 {
		font-size: 1.7em;
	}
	.wthree_about_grid_left h3 {
		font-size: 1.5em;
	}
	.wthree_about_grid_right {
		width: 95%;
	}
	.agile_count_grid_left span, .agile_count_grid_right p {
		font-size: 1.8em;
	}
	.agile_testimonials_grid_right h5 {
		font-size: 1.3em;
	}
	.agile_testimonials_grid_right h6 {
		font-size: 1.1em;
	}
	.banner-wrap {
		padding: 0 0 2.5em;
	}
	.w3_tabs_grid {
		float: none;
		width: 100%;
	}
	figure.effect-winston p {
		padding: 0 1.5em 1em 0;
	}
	figure.effect-winston p span {
		margin: 0 0 0 1.2em;
		font-size: 1.3em;
	}
	.w3_tabs_grid {
		margin: 1em 0 0;
	}
	.agileinfo_gallery_grids {
		margin: 2em 0 0;
	}
	.agileinfo_mail_grid_right {
		padding: 0;
	}
	.agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
		width: 100%;
	}
	.agileinfo_mail_grid_right input[type="reset"] {
		margin: 1em 0 0;
	}
}
@media (max-width: 384px){
	.menu-icon {
		height: 3.6em;
	}
	.w3_banner_info h3 {
		font-size: 1.3em;
	}
	.agileits_service_grid_btm_left {
		width: 100%;
	}
	.wthree_menu nav {
		left: 6%;
	}
	.wthree_about_grid_left1 span {
		height: 45px;
	}
	.wthree_about_grid_right {
		width: 100%;
	}
	.newsletter input[type="submit"] {
		width: 55%;
	}
	.w3ls_footer_grid_right {
		width: 52%;
	}
}
@media (max-width: 375px){
	.agile_logo {
		width: 50%;
	}
	.wthree_menu nav {
		left: 4.5%;
	}
	.agileinfo_banner_bottom_right {
		padding: 0;
	}
	.w3ls_footer_grid_right {
		width: 54%;
	}
	.map iframe {
		min-height: 200px;
	}
}
@media (max-width: 320px){
	.agile_logo h1 a {
		font-size: .8em;
	}
	.agile_logo h1 a span {
		top: 20%;
	}
	.wthree_menu {
		width: 17.5%;
	}
	.menu-icon {
		height:3.17em;
		width: 1.6em;
	}
	.w3ls_search {
		width: 90%;
	}
	.agile_count_grid_right {
		width: 70%;
	}
	.w3_banner_info {
		padding: 1em;
	}
	.wthree_menu nav ul li {
		margin: 0em 0.3em;
		font-size: 11px;
	}
	.wthree_menu nav {
		left: 4%;
		top:-30%;
	}
	.header.nav-open {
		margin-top: 3.5em;
	}
	.agileits_mail_phone ul li:first-child {
		margin-right: .5em;
	}
	.agileits_mail_phone ul li span {
		padding-left: .5em;
	}
	.alert, p, ul li,#furniture,.agileinfo_mail_grid_right input[type="text"], .agileinfo_mail_grid_right input[type="email"], .agileinfo_mail_grid_right textarea,.newsletter input[type="email"], .agileinfo_banner_bottom_right1_grid input[type="text"], .agileinfo_banner_bottom_right1_grid input[type="email"]{
		font-size: 13px;
	}
	.w3_banner_info h3 {
		font-size: 1.16em;
	}
	.w3l_banner, .w3l_banner1, .w3l_banner2 {
		min-height: 280px;
	}
	.agileinfo_banner_bottom_left h3 {
		font-size: 1.2em;
	}
	.agileinfo_banner_bottom_right1_grid {
		padding: 1em;
	}
	.agileits_service_grid_btm_left2 h5,.agile_testimonials_grid_right h5 {
		font-size: 1.2em;
	}
	.agileits_service_grid_btm_left2 {
		padding: 1em;
	}
	.newsletter input[type="submit"] {
		width: 70%;
	}
	.newsletter {
		min-height: 300px;
	}
	.w3ls_footer_grid_right h2 a {
		font-size: 1.1em;
	}
	.w3ls_footer_grid_right {
		width: 56%;
	}
	.w3ls_footer_grid {
		padding-bottom: 1.5em;
		margin-bottom: 1.5em;
	}
	.wthree_about_grid_left h3 {
		font-size: 1.4em;
	}
	.agile_count_grid h3 {
		font-size: 1.2em;
	}
	figure.effect-winston p span {
		margin: 0 0 0 0.5em;
	}
	figure.effect-winston p {
		padding: 0 1.5em 0.5em 0;
	}
	.w3_banner_info p {
		margin: .5em 0 0;
	}
}
@media (max-width: 240px){
	.agile_logo {
		width: 60%;
	}
}

.why-koxi ul li{
  color: #fff;
  padding: 10px 0px;
}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

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

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

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

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

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.home_cos ul{
  list-style: none;
  text-align: center;
  margin-bottom: 25px;
}
.home_cos ul li{
  display: inline-block;
  padding: 0 10px;
  width: 19%;
}
.lightspeed-box{
  z-index: 999999 !important;
}
.client-p{
      text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}
.client-a{
      padding: 7px 18px;
    background: #264266;
    margin: 0px 25px;
    color: #fff;
    border-radius: 3px;
}
.client-a:hover{
  color: #FFF;
}

.our-clients{
    width: 80%;
    margin:50px auto;
    text-align: center;
}

.our-client-img{
    border: solid 1px #264266;
    height: 95px;
    width: 197px;
    border-radius: 0px 30px 0px 30px;
    margin: 8px 5px;
    padding:7px;
    transition: ease-in-out all .3s;
}

.our-clients h2{
    font-weight: bold;
    text-align: left !important;
}

.our-client-img:hover{
    border: solid 1px rgba(38, 66, 102, 0.44);
    background-color: rgba(38, 66, 102, 0.44);
    border-radius: 30px 0px 30px 0px;
    cursor: pointer;
     
}
.clients h3{
  text-align: center;
}

.clients h4{
  text-align: center;
}

.mobile-nav{
  display: none;
}

.thanks_bg {
    background: url(../images/thanks.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 450px;
    }




    